diff options
Diffstat (limited to 'recipes-fsl/images/fsl-image-machine-test.bb')
| -rw-r--r-- | recipes-fsl/images/fsl-image-machine-test.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "FSL Community console test image with multimedia, GPU and benchmark tools" | ||
| 1 | DESCRIPTION = "A console-only image that includes gstreamer packages, \ | 2 | DESCRIPTION = "A console-only image that includes gstreamer packages, \ |
| 2 | Freescale's multimedia packages (VPU and GPU) when available, and \ | 3 | Freescale's multimedia packages (VPU and GPU) when available, and \ |
| 3 | test and benchmark applications." | 4 | test and benchmark applications." |
| 5 | SECTION = "images" | ||
| 4 | 6 | ||
| 5 | IMAGE_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 | ||
| 11 | IMAGE_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 | ||
| 16 | inherit core-image | 22 | inherit core-image |
| 17 | 23 | ||
| 18 | CORE_IMAGE_EXTRA_INSTALL += " \ | 24 | CORE_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 \ |
