[meta-freescale] [meta-fsl-demos][PATCH 3/3] fsl-image-validation-imx.bb: Used to test prior to release. This image contains a lot of demos, graphics, etc. Not suitable for production.

Ann Thornton ra43240 at freescale.com
Mon Oct 5 08:36:29 PDT 2015


Signed-off-by: Ann Thornton <ra43240 at freescale.com>
---
 recipes-fsl/images/fsl-image-validation-imx.bb | 37 ++++++++++++++++++++++++++
 1 file changed, 37 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..a5e2bc1
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-validation-imx.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "Freescale Image to validate i.MX machines. \
+    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
+
+## Select Image Features
+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)} \
+    "
-- 
1.9.1



More information about the meta-freescale mailing list