From: Ann Thornton <[email protected]> The image as stated in fsl-image-validation-imx is used to have a batch of tests before a Freescale release is published. It includes a lot of demos, graphics and several other packages and is not suitable for production.
Use this image as a reference of test and support of Freescale reference boards. Signed-off-by: Ann Thornton <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v2: - Rework commit log - Refacot recipe - Add WARNING comment inside the recipe recipes-fsl/images/fsl-image-validation-imx.bb | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-validation-imx.bb diff --git a/recipes-fsl/images/fsl-image-validation-imx.bb b/recipes-fsl/images/fsl-image-validation-imx.bb new file mode 100644 index 0000000..24c336f --- /dev/null +++ b/recipes-fsl/images/fsl-image-validation-imx.bb @@ -0,0 +1,41 @@ +# Copyright (C) 2015 Freescale Semiconductor +# Copyright (C) 2015 O.S. Systems Software LTDA. +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "Image used to validate i.MX machines by Freescale" +DESCRIPTION = "This image contains everything used to test i.MX machines \ +including GUI, demos and lots of applications. This creates a very large \ +image, not suitable for production." +LICENSE = "MIT" + +inherit core-image + +### WARNING: This image is NOT suitable for production use and is intended +### to provide a way for users to reproduce the image used during +### the validation process of i.MX BSP releases. + +IMAGE_FEATURES += " \ + debug-tweaks \ + tools-profile \ + splash \ + nfs-server \ + tools-debug \ + ssh-server-dropbear \ + tools-testapps \ + hwcodecs \ + ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base x11-sato', '', d)} \ +" + +CORE_IMAGE_EXTRA_INSTALL += " \ + packagegroup-core-full-cmdline \ + packagegroup-fsl-tools-bluetooth \ + packagegroup-fsl-tools-audio \ + packagegroup-fsl-tools-gpu \ + packagegroup-fsl-tools-gpu-external \ + packagegroup-fsl-tools-testapps \ + packagegroup-fsl-tools-benchmark \ + packagegroup-fsl-gstreamer1.0 \ + packagegroup-fsl-gstreamer1.0-full \ + ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'packagegroup-core-directfb', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston-init', '', d)} \ +" -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
