diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-11-07 14:22:34 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-11-07 14:31:52 +0100 |
commit | 9edb72f79953669259ee386ff6c9c5cfe59f6d9c (patch) | |
tree | bad74f3f6e161c62fc0da137a6e416573020e47f /classes/sota_porter.bbclass | |
parent | 514fbb9fe05e11d8fb8a61d969c6ede76c96538a (diff) | |
download | meta-updater-9edb72f79953669259ee386ff6c9c5cfe59f6d9c.tar.gz |
Fix incompatibilities with latest pyro, use wic on RPi
Diffstat (limited to 'classes/sota_porter.bbclass')
-rw-r--r-- | classes/sota_porter.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/sota_porter.bbclass b/classes/sota_porter.bbclass index a8f5ba1..75ae579 100644 --- a/classes/sota_porter.bbclass +++ b/classes/sota_porter.bbclass | |||
@@ -2,7 +2,6 @@ | |||
2 | OSTREE_KERNEL = "uImage+dtb" | 2 | OSTREE_KERNEL = "uImage+dtb" |
3 | 3 | ||
4 | EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" | 4 | EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" |
5 | IMAGE_CLASSES_append_sota = " image_types_uboot " | ||
6 | IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" | 5 | IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" |
7 | 6 | ||
8 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |