[meta-freescale] [meta-fsl-demos][PATCH 11/12] Add fsl-image-mfgtool

Ann Thornton ra43240 at freescale.com
Wed Aug 19 06:32:05 PDT 2015


This builds an image useful for a manufacturing tool.

Signed-off-by: Ann Thornton <ra43240 at freescale.com>
---
 recipes-fsl/images/fsl-image-mfgtool.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 recipes-fsl/images/fsl-image-mfgtool.bb

diff --git a/recipes-fsl/images/fsl-image-mfgtool.bb b/recipes-fsl/images/fsl-image-mfgtool.bb
new file mode 100644
index 0000000..b5c5e01
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-mfgtool.bb
@@ -0,0 +1,17 @@
+# Copyright (C) 2015 Freescale Semiconductor
+
+require fsl-image-minimal.bb
+
+SUMMARY = "Small image commonly used for manufacturing or other small image needs."
+DESCRIPTION = "Small image which only includes essential manufacturing \
+packages to deploy other big images to large physical media, such as \
+a USB stick or a hard drive."
+
+LICENSE = "MIT"
+
+IMAGE_INSTALL_append = " \
+    packagegroup-core-ssh-dropbear \
+    packagegroup-fsl-mfgtools \
+"
+
+export IMAGE_BASENAME = "fsl-image-mfgtool"
-- 
1.9.1



More information about the meta-freescale mailing list