mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +00:00
initramfs-{debug,kexecboot}-image: zero out the rootfs_extra_space in initramfs images
Setting IMAGE_ROOTFS_EXTRA_SPACE impacts the initramfs images, results in an error about INITRAMFS_MAXSIZE. Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
33fc545ab8
commit
63606ed546
@@ -17,5 +17,6 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
|||||||
inherit core-image
|
inherit core-image
|
||||||
|
|
||||||
IMAGE_ROOTFS_SIZE = "8192"
|
IMAGE_ROOTFS_SIZE = "8192"
|
||||||
|
IMAGE_ROOTFS_EXTRA_SPACE = "0"
|
||||||
|
|
||||||
BAD_RECOMMENDATIONS += "busybox-syslog"
|
BAD_RECOMMENDATIONS += "busybox-syslog"
|
||||||
|
|||||||
@@ -19,4 +19,6 @@ IMAGE_LINGUAS = ""
|
|||||||
FEED_DEPLOYDIR_BASE_URI = ""
|
FEED_DEPLOYDIR_BASE_URI = ""
|
||||||
LDCONFIGDEPEND = ""
|
LDCONFIGDEPEND = ""
|
||||||
|
|
||||||
|
IMAGE_ROOTFS_EXTRA_SPACE = "0"
|
||||||
|
|
||||||
inherit image
|
inherit image
|
||||||
|
|||||||
Reference in New Issue
Block a user