[meta-lsi] [PATCH 47/86] lsi-image-small: Add receipe for small rootfs image

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:35:55 PDT 2014


From: John Jacques <john.jacques at lsi.com>

A small file system image for use in simulation, flash, ram, etc.

Signed-off-by: John Jacques <john.jacques at lsi.com>
---
 recipes-core/images/lsi-image-small.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 recipes-core/images/lsi-image-small.bb

diff --git a/recipes-core/images/lsi-image-small.bb b/recipes-core/images/lsi-image-small.bb
new file mode 100644
index 0000000..68fb72d
--- /dev/null
+++ b/recipes-core/images/lsi-image-small.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A minimal image that supports the RTE."
+
+IMAGE_INSTALL = " \
+packagegroup-core-boot \
+${ROOTFS_PKGMANAGE_BOOTSTRAP} \
+${CORE_IMAGE_EXTRA_INSTALL} \
+"
+
+IMAGE_INSTALL_append = " libgcc inetutils gdbserver"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+IMAGE_ROOTFS_SIZE = "8192"
-- 
1.8.1.4



More information about the meta-lsi mailing list