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


Ting Liu
 

From: Ting Liu <ting.liu@...>

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@...>
---
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

Join {meta-freescale@lists.yoctoproject.org to automatically receive all group messages.