diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-25 11:08:50 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-27 11:35:21 +0200 |
commit | d6573cf9e0ca272433876ac517ed9924bd741268 (patch) | |
tree | b6313dd364c4d98b173e65d5be5e20c9dd3c4d41 /recipes-core | |
parent | 3dfa44ab995f813172eb239bb2067ba7b0f6103d (diff) | |
download | meta-updater-d6573cf9e0ca272433876ac517ed9924bd741268.tar.gz |
OSTree-enabled image for raspberry Pi
Bug-AGL: SPEC-254
v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma),
re-add inherit gobject-introspection (!)
v3 [oytis]: move boot logic to editable uEnv.txt
Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index e4123d4..8eea07c 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
@@ -13,9 +13,9 @@ IMAGE_LINGUAS = "" | |||
13 | 13 | ||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | 15 | ||
16 | # was ${INITRAMFS_FSTYPES} which defaults to cpio.gz | ||
17 | # due to xattr, we need ext3/4 | ||
18 | IMAGE_FSTYPES = "ext4.gz" | 16 | IMAGE_FSTYPES = "ext4.gz" |
17 | IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" | ||
18 | |||
19 | inherit core-image | 19 | inherit core-image |
20 | 20 | ||
21 | IMAGE_ROOTFS_SIZE = "8192" | 21 | IMAGE_ROOTFS_SIZE = "8192" |