[meta-freescale] [meta-fsl-demos][PATCH 11/13] add fsl-image-core rootfs image

Zhenhua Luo zhenhua.luo at freescale.com
Wed Sep 23 07:07:52 PDT 2015


This is a small image which contains frequently used opensource packages
and all of the Freescale-specific SDK packages such as USDPAA, etc.

This image is useful for evaluating the Freescale-specific software
packages in the context of a file system image that is much more
embedded-oriented than fsl-image-full.

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

diff --git a/recipes-fsl/images/fsl-image-core.bb b/recipes-fsl/images/fsl-image-core.bb
new file mode 100644
index 0000000..642b69f
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-core.bb
@@ -0,0 +1,17 @@
+require recipes-core/images/core-image-minimal.bb
+
+SUMMARY = "Small image to be used for evaluating the Freescale socs"
+DESCRIPTION = "Small image which includes some helpful tools and \
+Freescale-specific packages. It is much more embedded-oriented \
+than fsl-image-full to evaluate the Freescale socs."
+
+LICENSE = "MIT"
+
+IMAGE_INSTALL_append = " \
+    packagegroup-fsl-tools-core \
+    packagegroup-fsl-benchmark \
+    packagegroup-fsl-networking \
+    packagegroup-fsl-networking-server \
+"
+
+export IMAGE_BASENAME = "fsl-image-core"
-- 
2.4.3



More information about the meta-freescale mailing list