From 0ff3e0e8dffd3492d0183af3407efc9fd21dc247 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 17 May 2022 10:50:22 +0000 Subject: [PATCH] Integrate meta-guf-distro/adapt-weston-init-and-profile-for-kirkstone -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/94382caaf7300ef1702684a20e222ccd3cf61d1e weston/profile: Adapt the XDG_RUNTIME_DIR to the weston user weston is now started as user weston. This leads to a weston socket in the users runtime dir. To make it possible to start UI tools as root from the cmdline, this adapts the exported XDG_RUNTIME_DIR to the new socket location. -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/5b6b44529a4cbca7462967dd019b21fc3846c78c weston: Adapt the transform keywords to weston 9 The transformation entry in the weston is written by a postinstall script to reflect the orientation from the xml configuration. The keywords to specify the rotation have changed with weston 9.0 from 0 to normal 90 to rotate-90 and so on. --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 6f0ecc32..0c1f14ff 100644 --- a/default.xml +++ b/default.xml @@ -21,7 +21,7 @@ <project name="meta-freescale.git" revision="2fb1ce365338126aad365012ebb913b3e4a9f1be" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="fc15f5003043da23212596be7366ae2547c308ad" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-guf-machine" revision="77a0cae83789bdc06d82206115fcb66d7fda2028" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-guf-distro" revision="560a0ec5790afd49bd415bf45423bcb465d26573" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-guf-distro" revision="94382caaf7300ef1702684a20e222ccd3cf61d1e" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-nogplv3" revision="7461d94b2f6b6a22aab65b0eac6c03266beadc75" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="683204ae915bebbf3ad3a0db22d76630c25ec03b" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> -- GitLab