[meta-freescale] [meta-freescale-distro][PATCH 4/5] add fsl-image-networking-full demo image

Zhenhua Luo zhenhua.luo at nxp.com
Mon Mar 20 20:30:23 PDT 2017


fsl-image-networking-full is a large demo image to support silicon evaluation,
software development and debug on target boards.

Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-fsl/images/fsl-image-networking-full.bb | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-fsl/images/fsl-image-networking-full.bb

diff --git a/recipes-fsl/images/fsl-image-networking-full.bb b/recipes-fsl/images/fsl-image-networking-full.bb
new file mode 100644
index 0000000..7341d54
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-networking-full.bb
@@ -0,0 +1,25 @@
+require fsl-image-networking.bb
+
+SUMMARY = "Large image to be used for development and evaluation"
+DESCRIPTION = "Large image which includes all the tested tools and \
+NXP specific packages. It is a full Linux 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_qoriq = " \
+    packagegroup-core-buildessential \
+    packagegroup-core-eclipse-debug \
+    packagegroup-core-full-cmdline \
+    packagegroup-core-nfs-server \
+    packagegroup-core-tools-debug \
+    packagegroup-fsl-networking-core-extend \
+    packagegroup-fsl-networking-server \
+    packagegroup-fsl-networking-extend \
+    packagegroup-fsl-virtualization \
+"
+
+IMAGE_FSTYPES_qoriq = "tar.gz"
-- 
2.9.3



More information about the meta-freescale mailing list