[meta-freescale] [PATCH 3/5] fsl-image-networking-full: add recipes

Chunrong Guo B40290 at freescale.com
Wed Apr 26 02:42:35 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

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

Signed-off-by: Chunrong Guo <chunrong.guo 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..af130a4
--- /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-virtualization-docker \
+    packagegroup-virtualization-libvirt \
+    packagegroup-virtualization-lxc \
+    packagegroup-virtualization-qemu \
+"
+
+IMAGE_FSTYPES_qoriq = "tar.gz"
-- 
1.9.0



More information about the meta-freescale mailing list