diff options
author | cajun-rat <p@beta16.co.uk> | 2017-05-19 10:00:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-19 10:00:33 +0200 |
commit | 108c545b5843ce6a3ed2c7484440c981a3b4a038 (patch) | |
tree | b57052c5e82e9f1e330d6639c12d86e06026b0f6 | |
parent | 221a3753efeb67ea2c5e06dc7033c03385d37a00 (diff) | |
parent | b0b040300e669e5c22f268a7d64f0da4deed673d (diff) | |
download | meta-updater-108c545b5843ce6a3ed2c7484440c981a3b4a038.tar.gz |
Merge pull request #63 from advancedtelematic/bugfix/rpikernel7
Get u-boot installed on Raspberry Pi 3
-rw-r--r-- | classes/sdcard_image-rpi-ota.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sdcard_image-rpi-ota.bbclass b/classes/sdcard_image-rpi-ota.bbclass index f5c35a2..9022aaf 100644 --- a/classes/sdcard_image-rpi-ota.bbclass +++ b/classes/sdcard_image-rpi-ota.bbclass | |||
@@ -35,6 +35,7 @@ KERNEL_INITRAMFS ?= "" | |||
35 | # Kernel image name | 35 | # Kernel image name |
36 | SDIMG_OTA_KERNELIMAGE_raspberrypi ?= "kernel.img" | 36 | SDIMG_OTA_KERNELIMAGE_raspberrypi ?= "kernel.img" |
37 | SDIMG_OTA_KERNELIMAGE_raspberrypi2 ?= "kernel7.img" | 37 | SDIMG_OTA_KERNELIMAGE_raspberrypi2 ?= "kernel7.img" |
38 | SDIMG_OTA_KERNELIMAGE_raspberrypi3 ?= "kernel7.img" | ||
38 | 39 | ||
39 | # Boot partition volume id | 40 | # Boot partition volume id |
40 | BOOTDD_VOLUME_ID ?= "${MACHINE}" | 41 | BOOTDD_VOLUME_ID ?= "${MACHINE}" |