diff options
author | Jia Zhang <lans.zhang2008@gmail.com> | 2017-08-23 11:43:18 +0800 |
---|---|---|
committer | Jia Zhang <lans.zhang2008@gmail.com> | 2017-08-23 11:43:18 +0800 |
commit | 1106a2c32551858a7c519f54fcc4d1c9f38f15df (patch) | |
tree | 86a4e85a42b35882bea8829dd57168f48f805bca | |
parent | 8637f3bd63d3cbe8b07d1eb06b351959d5490ccd (diff) | |
download | meta-secure-core-1106a2c32551858a7c519f54fcc4d1c9f38f15df.tar.gz |
secure-core-image-initramfs: enlarge the max size
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
-rw-r--r-- | meta/recipes-core/images/secure-core-image-initramfs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
32 | IMAGE_ROOTFS_SIZE = "8192" | 32 | IMAGE_ROOTFS_SIZE = "8192" |
33 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | 33 | IMAGE_ROOTFS_EXTRA_SPACE = "0" |
34 | 34 | ||
35 | INITRAMFS_MAXSIZE = "256000" | ||
36 | |||
35 | BAD_RECOMMENDATIONS += "busybox-syslog" | 37 | BAD_RECOMMENDATIONS += "busybox-syslog" |