diff options
author | OYTIS <tossel@gmail.com> | 2017-11-28 11:42:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 11:42:43 +0100 |
commit | 27e0edbef0180fd7643e2b1558e313bc2baa92d9 (patch) | |
tree | 93bd4f52470d85f98d5364843f0c907c76c002df /classes | |
parent | 378d5ab768690886c3e701c558c2c612f6736386 (diff) | |
parent | a212eae4a5878860917e93c9268a5e57d94d70f9 (diff) | |
download | meta-updater-27e0edbef0180fd7643e2b1558e313bc2baa92d9.tar.gz |
Merge pull request #191 from advancedtelematic/bugfix/rpi-sdimg
Remove sdimg-rpi from IMAGE_FSTYPES
Diffstat (limited to 'classes')
-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 |