From ec9bece72174f36174f79d426883e9cefa67072c Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Thu, 15 Sep 2022 07:19:20 +0000 Subject: [PATCH] Integrate meta-seconorth-machine/add-devicetree-links-again -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/3b1155bf70158b697de256506f8cca452512edbe kernel:dtb: Create devicetree links named like the original dtb names in deploy folder In the rootfs/boot folder the devicetrees are named like the kernel sources, in the deploy folder they get a long postfix. For CI deploy step and the usage of the dtb name during installation the original names are needed in the deploy folder too. This patch takes a snippet from the kernel-devicetree.bbclass to enable it again, because the yocto way to enable it, also brings links to the kernel image inside the rootfs, which does not work for us, because of the fat filessystem on the boot partition. BCS 746-001026 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 2d90da61..83b1a6e2 100644 --- a/default.xml +++ b/default.xml @@ -21,7 +21,7 @@ <project name="meta-qt5.git" revision="5b71df60e523423b9df6793de9387f87a149ac42" remote="qt5-github" path="sources/meta-qt5" /> <project name="meta-freescale.git" revision="dd98526300937450d741c9b3403799632f417226" 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-seconorth-machine" revision="b2db0a5829bb01e0af828b7e54c8adcfafdc1616" remote="seco-ne" path="sources/meta-seconorth-machine" /> + <project name="layers/meta-seconorth-machine" revision="3b1155bf70158b697de256506f8cca452512edbe" remote="seco-ne" path="sources/meta-seconorth-machine" /> <project name="layers/meta-seconorth-distro" revision="39505750d98a7ca43fa61f4c28805e6e290bbd74" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-nogplv3" revision="e4865ac80e5d2fe6ba49b95959f92768af141026" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="d50ac54f9d0dc4467ad4f5558e502d70b89b922d" remote="seco-ne" path=".conf" > -- GitLab