From: Josep Orga Date: Fri, 12 Feb 2021 08:51:29 +0000 (+0100) Subject: meta-somdevices: somdevices-minimal.bb: Copied core-image-minimal.bb file from /poky... X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=a5d7008002da319420803a426ea2e62fc2020961;p=meta-somdevices.git meta-somdevices: somdevices-minimal.bb: Copied core-image-minimal.bb file from /poky/meta/recipes-core/images/core-image-minimal.bb. Signed-off-by: Josep Orga --- diff --git a/recipes-somdevices/images/somdevices-minimal.bb b/recipes-somdevices/images/somdevices-minimal.bb new file mode 100644 index 0000000..4630026 --- /dev/null +++ b/recipes-somdevices/images/somdevices-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)}"