[meta-lsi] [PATCH 53/86] lsi-image-sim: Add filesystem receipe for Simulation
Daniel Dragomir
daniel.dragomir at windriver.com
Wed Oct 29 08:36:01 PDT 2014
From: John Jacques <john.jacques at lsi.com>
Signed-off-by: John Jacques <john.jacques at lsi.com>
---
recipes-core/images/lsi-image-sim.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 recipes-core/images/lsi-image-sim.bb
diff --git a/recipes-core/images/lsi-image-sim.bb b/recipes-core/images/lsi-image-sim.bb
new file mode 100644
index 0000000..5057501
--- /dev/null
+++ b/recipes-core/images/lsi-image-sim.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 python-core lttng-modules lttng-tools"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+IMAGE_ROOTFS_SIZE = "16384"
--
1.8.1.4
More information about the meta-lsi
mailing list