[meta-freescale] [meta-freescale-distro][PATCH 3/6] add fsl-image-networking demo image

Zhenhua Luo zhenhua.luo at nxp.com
Thu Jan 5 01:51:44 PST 2017


fsl-image-networking is the small demo image for networking core features
support.

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

diff --git a/recipes-fsl/images/fsl-image-networking.bb b/recipes-fsl/images/fsl-image-networking.bb
new file mode 100644
index 0000000..ace2051
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-networking.bb
@@ -0,0 +1,13 @@
+require recipes-core/images/core-image-minimal.bb
+
+SUMMARY = "Core image used for evaluating the NXP SOCs"
+DESCRIPTION = "Core image which includes some helpful tools and NXP specific \
+packages. It is much more embedded-oriented to evaluate the NXP SOCs."
+
+LICENSE = "MIT"
+
+IMAGE_INSTALL_append_qoriq = " \
+    packagegroup-fsl-networking-core \
+    packagegroup-fsl-networking-client \
+    packagegroup-fsl-tools-benchmark \
+"
-- 
2.7.4



More information about the meta-freescale mailing list