[meta-freescale] [meta-fsl-demos PATCH v2 3/3] fsl-image-validation-imx: Add new image file

Otavio Salvador otavio at ossystems.com.br
Tue Oct 20 10:36:06 PDT 2015


From: Ann Thornton <ra43240 at freescale.com>

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 <ra43240 at freescale.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

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



More information about the meta-freescale mailing list