diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-01-08 17:14:14 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2018-01-08 17:14:14 +0200 |
commit | 4b13457c579db11e153ef89c345b34ed761d4ee7 (patch) | |
tree | 9f5b4cfca3b2063d90f550a822682ef1c28fdffd /classes/sota_raspberrypi.bbclass | |
parent | 5764d3fb222f06c43a5944056cc892c0e5f79ba6 (diff) | |
download | meta-updater-4b13457c579db11e153ef89c345b34ed761d4ee7.tar.gz |
sota_raspberrypi.bbclass: Remove sdimg-rpi
Remove sdimg-rpi from IMAGE_FSTYPES and rely only
on wic image for SOTA as it has been done at commit
27e0edbef0180fd7643e2b1558e313bc2baa92d9 for Pyro.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index 51d07b2..f8e7347 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -3,6 +3,7 @@ PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | |||
3 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" | 3 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" |
4 | UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" | 4 | UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" |
5 | 5 | ||
6 | IMAGE_FSTYPES_remove_sota = "rpi-sdimg" | ||
6 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |
7 | 8 | ||
8 | # OSTree puts its own boot.scr to bcm2835-bootfiles | 9 | # OSTree puts its own boot.scr to bcm2835-bootfiles |