diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-27 11:25:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-10-27 11:25:27 +0000 |
commit | 4170834d6b4dea5290aab28685aae6f1725e39af (patch) | |
tree | 34296c7a2011f0bf5829091f5e2604900356c963 /meta-sota/recipes-core/images | |
parent | e8c4cdb760738388b926290974da732332fc4cf5 (diff) | |
parent | 1b73e59ec2703605ad20ea7b42516cb382a5436a (diff) |
Merge "OSTree-enabled image for raspberry Pi"
Diffstat (limited to 'meta-sota/recipes-core/images')
-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" |