diff options
| author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-12 10:40:50 +0200 |
|---|---|---|
| committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-12 10:40:50 +0200 |
| commit | 61477cc44ce0d2721d76f48cc8ccaba50d75d432 (patch) | |
| tree | db8e95c950f6dd03c7bda574f1ce3af55b24e21c | |
| parent | 7bd3693b986e0a6e59016767ea6f075ba01ab68c (diff) | |
| download | meta-updater-61477cc44ce0d2721d76f48cc8ccaba50d75d432.tar.gz | |
Fix initramfs build for sota
The initramfs_fstypes default to cpio.gz, we need ext4.gz.
Change-Id: Ib35e7ff23767fbe02b25f7605a22fcfb7b5899c8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
| -rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index 9e47086..e4123d4 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
| @@ -13,7 +13,9 @@ IMAGE_LINGUAS = "" | |||
| 13 | 13 | ||
| 14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
| 15 | 15 | ||
| 16 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | 16 | # was ${INITRAMFS_FSTYPES} which defaults to cpio.gz |
| 17 | # due to xattr, we need ext3/4 | ||
| 18 | IMAGE_FSTYPES = "ext4.gz" | ||
| 17 | inherit core-image | 19 | inherit core-image |
| 18 | 20 | ||
| 19 | IMAGE_ROOTFS_SIZE = "8192" | 21 | IMAGE_ROOTFS_SIZE = "8192" |
