diff options
| author | Stephano Cetola <stephano.cetola@linux.intel.com> | 2016-04-14 14:06:51 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-28 10:37:47 +0200 |
| commit | 63606ed546d64b5bd1998c66bb522d1dd9e65c6a (patch) | |
| tree | da57ec6c339e7f68e910b30cca4871654bb3494e | |
| parent | 33fc545ab8a01365d682c3f87032a7fd90f46e59 (diff) | |
| download | meta-openembedded-63606ed546d64b5bd1998c66bb522d1dd9e65c6a.tar.gz | |
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>
| -rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb | 1 | ||||
| -rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb index 8e87c19a26..be7350ade2 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb | |||
| @@ -17,5 +17,6 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | |||
| 17 | inherit core-image | 17 | inherit core-image |
| 18 | 18 | ||
| 19 | IMAGE_ROOTFS_SIZE = "8192" | 19 | IMAGE_ROOTFS_SIZE = "8192" |
| 20 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | ||
| 20 | 21 | ||
| 21 | BAD_RECOMMENDATIONS += "busybox-syslog" | 22 | BAD_RECOMMENDATIONS += "busybox-syslog" |
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 35eb245cea..45ff50d6b6 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |||
| @@ -19,4 +19,6 @@ IMAGE_LINGUAS = "" | |||
| 19 | FEED_DEPLOYDIR_BASE_URI = "" | 19 | FEED_DEPLOYDIR_BASE_URI = "" |
| 20 | LDCONFIGDEPEND = "" | 20 | LDCONFIGDEPEND = "" |
| 21 | 21 | ||
| 22 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | ||
| 23 | |||
| 22 | inherit image | 24 | inherit image |
