[meta-freescale] [distro][PATCH 3/4] fsl-image-networking: add image recipe

ting.liu at nxp.com ting.liu at nxp.com
Tue Nov 21 07:11:19 PST 2017


From: Ting Liu <ting.liu at nxp.com>

fsl-image-networking is a console-only image that includes essential
packages to evaluate Qoriq machines, especially networking functionalities.
The image size is suited to be programable to on-chip flash storages.

Signed-off-by: Ting Liu <ting.liu 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..3bd39f3
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-networking.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Size limited image for evaluating Qoriq machines"
+DESCRIPTION = "A console-only image that includes essential packages to \
+evaluate Qoriq machines, especially networking functionalities. The image \
+size is suited to be programable to on-chip flash storages."
+
+LICENSE = "MIT"
+
+inherit core-image
+
+CORE_IMAGE_EXTRA_INSTALL += " \
+    packagegroup-qoriq-tools \
+"
+
-- 
2.7.4



More information about the meta-freescale mailing list