meta-somdevices: somdevices-minimal.bb: Copied core-image-minimal.bb file from /poky...
authorJosep Orga <jorga@somdevices.com>
Fri, 12 Feb 2021 08:51:29 +0000 (09:51 +0100)
committerJosep Orga <jorga@somdevices.com>
Fri, 12 Feb 2021 08:51:29 +0000 (09:51 +0100)
Signed-off-by: Josep Orga <jorga@somdevices.com>
recipes-somdevices/images/somdevices-minimal.bb [new file with mode: 0644]

diff --git a/recipes-somdevices/images/somdevices-minimal.bb b/recipes-somdevices/images/somdevices-minimal.bb
new file mode 100644 (file)
index 0000000..4630026
--- /dev/null
@@ -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)}"