From 4b13457c579db11e153ef89c345b34ed761d4ee7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 8 Jan 2018 17:14:14 +0200 Subject: 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 --- classes/sota_raspberrypi.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') 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" UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" +IMAGE_FSTYPES_remove_sota = "rpi-sdimg" OSTREE_BOOTLOADER ?= "u-boot" # OSTree puts its own boot.scr to bcm2835-bootfiles -- cgit v1.2.3-54-g00ecf