From 7d743fce1fa9eac7311dcb1c2ada8dc5b3dcb9f5 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Wed, 18 May 2022 10:46:17 +0000 Subject: [PATCH] Integrate meta-guf-machine/add-linux-imx-kuk-5.15-receipes-kirkstone -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-machine/-/commit/94ed8af13bb9980da3d204151d9bdfab0062f3aa machine:imx8mguf: Update defconfig: enable ftracer -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-machine/-/commit/ed440b4a8ef1762088f1670df5ae774616b36e25 machine:imx8mguf: Update defconfig: enable seco logo -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-machine/-/commit/c79e0630e151329aa3e39889df7cbb93ebf56618 machine:imx8mguf: Update defconfig: enable graphics and fb con -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-machine/-/commit/bf1084e84089f1adf3c96f33f4fbc4dce7f59dd3 machine:imx8mguf: Add receipes for tanaro 5.15 kernel. * Name kernel recipe linux-imx Don't use linux-imx-kuk to allow two different entries in the SRCREV.conf to specify the SRCREV independently for the 5.10 and the 5.15 version. As the 'kuk' part is not in this branch it also makes sense to remove the appendix. * defconfig from 5.10.9 after 'savedefconfig' use with 5.15 and savedefconfig from 5.15 kernel again * Recipe pointing to new kernel branch * Change the naming of the installed devicetrees with 5.15 kernel The subfolder and prefix is now seconorth instead of keithkoep and guf. BCS 746-000672 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 875c8991..f550a13a 100644 --- a/default.xml +++ b/default.xml @@ -20,7 +20,7 @@ <project name="meta-qt5.git" revision="5b71df60e523423b9df6793de9387f87a149ac42" remote="qt5-github" path="sources/meta-qt5" /> <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-machine" revision="94ed8af13bb9980da3d204151d9bdfab0062f3aa" remote="seco-ne" path="sources/meta-seconorth-machine" /> <project name="layers/meta-guf-distro" revision="ccec332e12e74c7e972f0661dfd10234c8bef050" 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" > -- GitLab