summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-05-10 16:53:30 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-05-11 06:04:36 +0000
commitc544dcac30350e62c3d49e60ab4c17522ce255fc (patch)
tree6e861b891c9d458042f6c6f3b3c2dcc1f6823a50 /recipes
parent1b81663932a1599496a55705ff1bdb3dc4b95c38 (diff)
downloadmeta-boot2qt-c544dcac30350e62c3d49e60ab4c17522ce255fc.tar.gz
nuc: don't leave extra space for initramfs
IMAGE_ROOTFS_EXTRA_SPACE is used in regular rootfs to leave extra space, but that's not needed in the initramfs. Change-Id: I327d86443143b834c0fe28e9ab7a3c3533573f3e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/initramfs-basic/initramfs-basic.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/initramfs-basic/initramfs-basic.bb b/recipes/initramfs-basic/initramfs-basic.bb
index 50bd585..31388d3 100644
--- a/recipes/initramfs-basic/initramfs-basic.bb
+++ b/recipes/initramfs-basic/initramfs-basic.bb
@@ -44,6 +44,7 @@ IMAGE_FSTYPES = "cpio.gz"
44inherit core-image 44inherit core-image
45 45
46IMAGE_ROOTFS_SIZE = "8192" 46IMAGE_ROOTFS_SIZE = "8192"
47IMAGE_ROOTFS_EXTRA_SPACE = "0"
47 48
48BAD_RECOMMENDATIONS += "busybox-syslog" 49BAD_RECOMMENDATIONS += "busybox-syslog"
49 50