diff options
Diffstat (limited to 'meta-sota/recipes-core')
-rw-r--r-- | meta-sota/recipes-core/images/initramfs-ostree-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-sota/recipes-core/images/initramfs-ostree-image.bb b/meta-sota/recipes-core/images/initramfs-ostree-image.bb index e4123d4..8eea07c 100644 --- a/meta-sota/recipes-core/images/initramfs-ostree-image.bb +++ b/meta-sota/recipes-core/images/initramfs-ostree-image.bb @@ -13,9 +13,9 @@ IMAGE_LINGUAS = "" LICENSE = "MIT" -# was ${INITRAMFS_FSTYPES} which defaults to cpio.gz -# due to xattr, we need ext3/4 IMAGE_FSTYPES = "ext4.gz" +IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" + inherit core-image IMAGE_ROOTFS_SIZE = "8192" |