summaryrefslogtreecommitdiffstats
path: root/recipes-core/images/initramfs-ostree-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb
index e4123d4..8eea07c 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -13,9 +13,9 @@ IMAGE_LINGUAS = ""
13 13
14LICENSE = "MIT" 14LICENSE = "MIT"
15 15
16# was ${INITRAMFS_FSTYPES} which defaults to cpio.gz
17# due to xattr, we need ext3/4
18IMAGE_FSTYPES = "ext4.gz" 16IMAGE_FSTYPES = "ext4.gz"
17IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot"
18
19inherit core-image 19inherit core-image
20 20
21IMAGE_ROOTFS_SIZE = "8192" 21IMAGE_ROOTFS_SIZE = "8192"