From 9e8611566f20afb07195435f40866459e4150603 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Fri, 3 Jun 2022 07:24:32 +0000 Subject: [PATCH] Integrate meta-seconorth-nogplv3/fix_small_image -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-nogplv3/-/commit/a81215cb3335d0046e79f8593a108f297748cab6 image: Fixed small image without GPLv3 software The small packagegroup was missing from the build. Without the small packagegroup, the image can't be build because were missing core components like busybox. Also the multimedia packagegroup was re-added. --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 0af80cf8..3aefbef2 100644 --- a/default.xml +++ b/default.xml @@ -22,7 +22,7 @@ <project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-seconorth-machine" revision="b5689c5b541d82b388b60271ce1344ffbd8d40eb" remote="seco-ne" path="sources/meta-seconorth-machine" /> <project name="layers/meta-seconorth-distro" revision="a24d06c05a5e2429603b4293c3a49cf5efcdbb24" remote="seco-ne" path="sources/meta-seconorth-distro" /> - <project name="layers/meta-seconorth-nogplv3" revision="69c7f0182692613f6607f6c20083f4dac0586921" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> + <project name="layers/meta-seconorth-nogplv3" revision="a81215cb3335d0046e79f8593a108f297748cab6" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="c3bae3435c3c8c1f184a17df9cc8eb562da44c5a" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> </project> -- GitLab