summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-11-28 10:46:07 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2017-11-28 10:46:07 +0100
commita212eae4a5878860917e93c9268a5e57d94d70f9 (patch)
tree2c4ff9e9c23998599c851297225e60e56641522f
parent678c0a500d16f9f2993c982bbbed190b22362dc9 (diff)
downloadmeta-updater-a212eae4a5878860917e93c9268a5e57d94d70f9.tar.gz
Remove sdimg-rpi from IMAGE_FSTYPES
The image is incompatible with meta-updater and we have our own
-rw-r--r--classes/sota_raspberrypi.bbclass1
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"
3UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" 3UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig"
4UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" 4UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig"
5 5
6IMAGE_FSTYPES_remove_sota = "rpi-sdimg"
6OSTREE_BOOTLOADER ?= "u-boot" 7OSTREE_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