From 3ee82430f3f3eb62cbc949658808d109222e8b24 Mon Sep 17 00:00:00 2001 From: Stephano Cetola Date: Thu, 14 Apr 2016 13:53:27 -0700 Subject: images: 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 Signed-off-by: Ross Burton --- meta/recipes-core/images/core-image-minimal-initramfs.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index a26286eb19..8d7c0d2d3e 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -17,5 +17,6 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" inherit core-image IMAGE_ROOTFS_SIZE = "8192" +IMAGE_ROOTFS_EXTRA_SPACE = "0" BAD_RECOMMENDATIONS += "busybox-syslog" -- cgit 1.2.3-korg