summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-core/images/core-image-minimal.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-core/images/core-image-minimal.bb')
-rw-r--r--poky/meta/recipes-core/images/core-image-minimal.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/poky/meta/recipes-core/images/core-image-minimal.bb b/poky/meta/recipes-core/images/core-image-minimal.bb
new file mode 100644
index 000000000..4630026aa
--- /dev/null
+++ b/poky/meta/recipes-core/images/core-image-minimal.bb
@@ -0,0 +1,12 @@
+SUMMARY = "A small image just capable of allowing a device to boot."
+
+IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+IMAGE_ROOTFS_SIZE ?= "8192"
+IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"
OpenPOWER on IntegriCloud