diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-01-11 17:56:24 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2018-01-11 18:12:07 +0200 |
commit | 1be51459ab93b1f4c83a22624928610eecdd1dd4 (patch) | |
tree | a1e9cb50d4272174e3185bacd35015653abc08c5 /classes/sota_raspberrypi.bbclass | |
parent | 623c51d713f359210874dd50c1394bcc901228ec (diff) | |
download | meta-updater-1be51459ab93b1f4c83a22624928610eecdd1dd4.tar.gz |
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 <leon.anavi@konsulko.com>
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-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 f8e7347..2c69ea0 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -1,3 +1,4 @@ | |||
1 | RPI_USE_U_BOOT_sota = "1" | ||
1 | KERNEL_IMAGETYPE_sota = "uImage" | 2 | KERNEL_IMAGETYPE_sota = "uImage" |
2 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | 3 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" |
3 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" | 4 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" |