[meta-freescale] [meta-fsl-demos][PATCH 12/12] Add fsl-image-full.bb: Image containing all graphics, tools, demos, etc.

Ann Thornton ra43240 at freescale.com
Wed Aug 19 06:32:06 PDT 2015


Signed-off-by: Ann Thornton <ra43240 at freescale.com>
---
 recipes-fsl/images/fsl-image-full.bb | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 recipes-fsl/images/fsl-image-full.bb

diff --git a/recipes-fsl/images/fsl-image-full.bb b/recipes-fsl/images/fsl-image-full.bb
new file mode 100644
index 0000000..f1914f5
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-full.bb
@@ -0,0 +1,33 @@
+require fsl-image-core.bb
+
+SUMMARY = "Large image to be used for development and evaluation"
+DESCRIPTION = "Large image which includes all the tested tools and \
+Freescale-specific packages. It is a full Linux system rather than \
+an embedded system for development and evaluation tasks."
+
+LICENSE = "MIT"
+
+# copy the manifest and the license text for each package to image
+COPY_LIC_MANIFEST = "1"
+
+IMAGE_INSTALL_append = " \
+    packagegroup-core-buildessential \
+    packagegroup-core-eclipse-debug \
+    packagegroup-core-full-cmdline \
+    packagegroup-core-nfs-server \
+    packagegroup-core-tools-debug \
+    packagegroup-fsl-networking-extended \
+    packagegroup-fsl-tools-audio \
+    packagegroup-fsl-virtualization \
+    packagegroup-fsl-devtools \
+    packagegroup-fsl-benchmark-extended \
+    packagegroup-fsl-tools-extended \
+    packagegroup-fsl-tools-bluetooth \
+    packagegroup-fsl-graphics-benchmarks \
+    packagegroup-fsl-graphics-demos \
+    packagegroup-fsl-graphics-tools \
+    packagegroup-fsl-gstreamer1.0 \
+"
+
+export IMAGE_BASENAME = "fsl-image-full"
+
-- 
1.9.1



More information about the meta-freescale mailing list