summaryrefslogtreecommitdiffstats
path: root/recipes-fsl/images/fsl-image-machine-test.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-fsl/images/fsl-image-machine-test.bb')
-rw-r--r--recipes-fsl/images/fsl-image-machine-test.bb14
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-fsl/images/fsl-image-machine-test.bb b/recipes-fsl/images/fsl-image-machine-test.bb
index 43af6f7e9..1c41a2c15 100644
--- a/recipes-fsl/images/fsl-image-machine-test.bb
+++ b/recipes-fsl/images/fsl-image-machine-test.bb
@@ -1,8 +1,14 @@
1SUMMARY = "FSL Community console test image with multimedia, GPU and benchmark tools"
1DESCRIPTION = "A console-only image that includes gstreamer packages, \ 2DESCRIPTION = "A console-only image that includes gstreamer packages, \
2Freescale's multimedia packages (VPU and GPU) when available, and \ 3 Freescale's multimedia packages (VPU and GPU) when available, and \
3test and benchmark applications." 4 test and benchmark applications."
5SECTION = "images"
4 6
5IMAGE_FEATURES += " \ 7# This is a development and test image (it ships tools-testapps, tools-profile
8# and benchmark applications), so debug-tweaks is intentional to allow
9# unauthenticated console access during testing.
10# nooelint: oelint.var.badimagefeature.debug-tweaks
11IMAGE_FEATURES += "\
6 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ 12 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
7 bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base', \ 13 bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base', \
8 '', d), d)} \ 14 '', d), d)} \
@@ -15,7 +21,7 @@ LICENSE = "MIT"
15 21
16inherit core-image 22inherit core-image
17 23
18CORE_IMAGE_EXTRA_INSTALL += " \ 24CORE_IMAGE_EXTRA_INSTALL += "\
19 packagegroup-fsl-gstreamer1.0 \ 25 packagegroup-fsl-gstreamer1.0 \
20 packagegroup-fsl-gstreamer1.0-full \ 26 packagegroup-fsl-gstreamer1.0-full \
21 packagegroup-fsl-tools-gpu \ 27 packagegroup-fsl-tools-gpu \