summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-29 13:41:14 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-30 16:39:56 -0300
commit2924609e2d39ccb15f14d309f5db006f5a5a7b18 (patch)
treec6a87112955919115bc0d5a32d2d01dcecd0e612
parent18ec8ff159acc314f7e6015df211e15c823233fe (diff)
downloadmeta-freescale-2924609e2d39ccb15f14d309f5db006f5a5a7b18.tar.gz
fsl-image-machine-test: Guard meta-oe packagegroups
The testapps and benchmark packagegroups now live in the openembedded-layer dynamic layer. Only install them when that collection is available so the image can parse with the declared core-only layer dependency. Tested as part of the series with bitbake -p and yocto-check-layer. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-fsl/images/fsl-image-machine-test.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-fsl/images/fsl-image-machine-test.bb b/recipes-fsl/images/fsl-image-machine-test.bb
index c78828e6f..43af6f7e9 100644
--- a/recipes-fsl/images/fsl-image-machine-test.bb
+++ b/recipes-fsl/images/fsl-image-machine-test.bb
@@ -20,8 +20,10 @@ CORE_IMAGE_EXTRA_INSTALL += " \
20 packagegroup-fsl-gstreamer1.0-full \ 20 packagegroup-fsl-gstreamer1.0-full \
21 packagegroup-fsl-tools-gpu \ 21 packagegroup-fsl-tools-gpu \
22 packagegroup-fsl-tools-gpu-external \ 22 packagegroup-fsl-tools-gpu-external \
23 packagegroup-fsl-tools-testapps \ 23 ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', \
24 packagegroup-fsl-tools-benchmark \ 24 'packagegroup-fsl-tools-testapps', '', d)} \
25 ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', \
26 'packagegroup-fsl-tools-benchmark', '', d)} \
25 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ 27 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
26 'firmwared', '', d)} \ 28 'firmwared', '', d)} \
27 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \ 29 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \