From b0b040300e669e5c22f268a7d64f0da4deed673d Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Thu, 18 May 2017 18:02:10 +0200 Subject: Get u-boot installed on Raspberry Pi 3 --- classes/sdcard_image-rpi-ota.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') 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 ?= "" # Kernel image name SDIMG_OTA_KERNELIMAGE_raspberrypi ?= "kernel.img" SDIMG_OTA_KERNELIMAGE_raspberrypi2 ?= "kernel7.img" +SDIMG_OTA_KERNELIMAGE_raspberrypi3 ?= "kernel7.img" # Boot partition volume id BOOTDD_VOLUME_ID ?= "${MACHINE}" -- cgit v1.2.3-54-g00ecf