From c82a50cbd3814b3d779fdf7e5cb024e2db27e243 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 16 May 2017 14:30:53 +0200 Subject: Don't build wic on qemu and rpi --- classes/sota_raspberrypi.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/sota_raspberrypi.bbclass') diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index 1d23d1f..7b67c0f 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass @@ -4,6 +4,8 @@ IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'rpi-sdimg-ota ### both rpi-sdimg and rpi-sdimg-ota broken IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz" +IMAGE_FSTYPES_remove = "wic" + KERNEL_IMAGETYPE_sota = "uImage" PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" -- cgit v1.2.3-54-g00ecf