From 1106a2c32551858a7c519f54fcc4d1c9f38f15df Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Wed, 23 Aug 2017 11:43:18 +0800 Subject: secure-core-image-initramfs: enlarge the max size Signed-off-by: Jia Zhang --- meta/recipes-core/images/secure-core-image-initramfs.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/images/secure-core-image-initramfs.bb b/meta/recipes-core/images/secure-core-image-initramfs.bb index 87eaec2..1a50036 100644 --- a/meta/recipes-core/images/secure-core-image-initramfs.bb +++ b/meta/recipes-core/images/secure-core-image-initramfs.bb @@ -32,4 +32,6 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" IMAGE_ROOTFS_EXTRA_SPACE = "0" +INITRAMFS_MAXSIZE = "256000" + BAD_RECOMMENDATIONS += "busybox-syslog" -- cgit v1.2.3-54-g00ecf