From: Rogerio Nunes <[email protected]> This image has all the packages that fsl-multimedia-full has plus test and benchmark applications. This image is intended for machine test as the name indicates, so no development tools are included.
Signed-off-by: Rogerio Nunes <[email protected]> --- recipes-fsl/images/fsl-image-machine-test.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-machine-test.bb diff --git a/recipes-fsl/images/fsl-image-machine-test.bb b/recipes-fsl/images/fsl-image-machine-test.bb new file mode 100644 index 0000000..28075b9 --- /dev/null +++ b/recipes-fsl/images/fsl-image-machine-test.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A console-only image that includes gstreamer packages, \ +Freescale's multimedia packages (VPU and GPU) when available, and \ +test and benchmark applications." + +IMAGE_FEATURES += " \ + ${@base_contains('DISTRO_FEATURES', 'x11', 'x11-base', '', d)} \ + debug-tweaks \ + tools-testapps \ + tools-profile \ +" + +LICENSE = "MIT" + +inherit core-image + +CORE_IMAGE_EXTRA_INSTALL += " \ + packagegroup-fsl-gstreamer \ + packagegroup-fsl-gstreamer-full \ + packagegroup-fsl-tools-gpu \ + packagegroup-fsl-tools-testapps \ + packagegroup-fsl-tools-benchmark \ +" -- 1.8.3.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
