summaryrefslogtreecommitdiffstats
path: root/meta-sota/recipes-core/images/initramfs-ostree-image.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-27 11:25:27 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-10-27 11:25:27 +0000
commit4170834d6b4dea5290aab28685aae6f1725e39af (patch)
tree34296c7a2011f0bf5829091f5e2604900356c963 /meta-sota/recipes-core/images/initramfs-ostree-image.bb
parente8c4cdb760738388b926290974da732332fc4cf5 (diff)
parent1b73e59ec2703605ad20ea7b42516cb382a5436a (diff)
Merge "OSTree-enabled image for raspberry Pi"
Diffstat (limited to 'meta-sota/recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r--meta-sota/recipes-core/images/initramfs-ostree-image.bb4
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"