diff options
author | cajun-rat <phil@advancedtelematic.com> | 2017-11-09 09:46:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 09:46:49 +0100 |
commit | cbb8f8ff4e231f1842089fa6eaecf382e3673619 (patch) | |
tree | fac6c5dc433769704060881eb81b171964b32994 /recipes-core | |
parent | 6329b9c94c9f4fd2f57819ed98eaf9f1ee3cd525 (diff) | |
parent | 9edb72f79953669259ee386ff6c9c5cfe59f6d9c (diff) | |
download | meta-updater-cbb8f8ff4e231f1842089fa6eaecf382e3673619.tar.gz |
Merge pull request #166 from advancedtelematic/bugfix/pyrobuild
Fix incompatibilities with latest pyro, use wic on RPi
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index 4870579..4ab9da8 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
@@ -15,7 +15,6 @@ LICENSE = "MIT" | |||
15 | 15 | ||
16 | IMAGE_FSTYPES = "ext4.gz" | 16 | IMAGE_FSTYPES = "ext4.gz" |
17 | IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" | 17 | IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" |
18 | IMAGE_CLASSES_append_arm = " image_types_uboot" | ||
19 | 18 | ||
20 | inherit core-image | 19 | inherit core-image |
21 | 20 | ||