From 1be51459ab93b1f4c83a22624928610eecdd1dd4 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 11 Jan 2018 17:56:24 +0200 Subject: sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi Enable U-Boot for Raspberry Pi using the new setting from Yocto/OE layer meta-raspberrypi RPI_USE_U_BOOT. 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 f8e7347..2c69ea0 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass @@ -1,3 +1,4 @@ +RPI_USE_U_BOOT_sota = "1" KERNEL_IMAGETYPE_sota = "uImage" PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" -- cgit v1.2.3-54-g00ecf