diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-18 12:46:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-10-18 12:46:03 +0000 |
commit | 2d5ac23137caea566cf52709520dba53f2e5a311 (patch) | |
tree | 881aaf30f203de3ae795938bf3f300725ae49eb1 /meta-sota | |
parent | 8e7a92c5bc419978368e8a990b5d8416fdb8d820 (diff) | |
parent | 3847adcc0a24fd1faf00a4444b5866ab80bc353f (diff) |
Merge "Fix initramfs build for sota"
Diffstat (limited to 'meta-sota')
-rw-r--r-- | meta-sota/recipes-core/images/initramfs-ostree-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-sota/recipes-core/images/initramfs-ostree-image.bb b/meta-sota/recipes-core/images/initramfs-ostree-image.bb index 9e47086..e4123d4 100644 --- a/meta-sota/recipes-core/images/initramfs-ostree-image.bb +++ b/meta-sota/recipes-core/images/initramfs-ostree-image.bb @@ -13,7 +13,9 @@ IMAGE_LINGUAS = "" LICENSE = "MIT" -IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" +# was ${INITRAMFS_FSTYPES} which defaults to cpio.gz +# due to xattr, we need ext3/4 +IMAGE_FSTYPES = "ext4.gz" inherit core-image IMAGE_ROOTFS_SIZE = "8192" |