[meta-freescale] [meta-fsl-demos][PATCH v2 7/7] fsl-image-machine-test: Add

ronunes at gmail.com ronunes at gmail.com
Wed Feb 26 23:53:58 PST 2014


From: Rogerio Nunes <rogerio.nunes at freescale.com>

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 <rogerio.nunes at freescale.com>
---
 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



More information about the meta-freescale mailing list