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

Zhenhua Luo zhenhua.luo at nxp.com
Mon Mar 20 20:30:22 PDT 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 | 14 ++++++++++++++
 1 file changed, 14 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..cca5b4a
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-networking.bb
@@ -0,0 +1,14 @@
+require recipes-core/images/core-image-minimal.bb
+
+SUMMARY = "Minimal networking image used for evaluating the NXP SOCs"
+DESCRIPTION = "The mininal networking image which includes some useful \
+networking, benchmark and NXP specific packages. It is used for evaluating \
+the NXP QorIQ SOCs."
+
+LICENSE = "MIT"
+
+IMAGE_INSTALL_append_qoriq = " \
+    packagegroup-fsl-networking-core \
+    packagegroup-fsl-networking-client \
+    packagegroup-fsl-tools-benchmark \
+"
-- 
2.9.3



More information about the meta-freescale mailing list