summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorcajun-rat <phil@advancedtelematic.com>2018-01-19 11:00:30 +0100
committerGitHub <noreply@github.com>2018-01-19 11:00:30 +0100
commit599717033068a1f33e965a48d56d2339b71af0c0 (patch)
tree5628c30e0d27a006771e9c3c9bbdf8203bc30a2a /classes
parent0f064ae564321e949f18b156342a52a96e51d2a9 (diff)
parent1be51459ab93b1f4c83a22624928610eecdd1dd4 (diff)
downloadmeta-updater-599717033068a1f33e965a48d56d2339b71af0c0.tar.gz
Merge pull request #226 from leon-anavi/PRJ-317
sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi
Diffstat (limited to 'classes')
-rw-r--r--classes/sota_raspberrypi.bbclass1
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 @@
1RPI_USE_U_BOOT_sota = "1"
1KERNEL_IMAGETYPE_sota = "uImage" 2KERNEL_IMAGETYPE_sota = "uImage"
2PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" 3PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot"
3UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" 4UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig"