summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-16 10:46:41 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2017-02-16 20:53:10 +0100
commit50f769f82c5dc41c8b5c1a249693f3e93e10ecb3 (patch)
treeee0e85641e9ea50adc56012093d0e77f2932a813 /classes
parent9eee2833c34a2b421e3c27bd76ac2afa36c95636 (diff)
downloadmeta-raspberrypi-50f769f82c5dc41c8b5c1a249693f3e93e10ecb3.tar.gz
sdcard: Use kernel8.img for 64bit kernel image name
This helps the firmware to identify the kernel as 64bit image Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/sdcard_image-rpi.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 116d5e8..79ab53a 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -35,6 +35,7 @@ KERNEL_INITRAMFS ?= ""
35# Kernel image name 35# Kernel image name
36SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img" 36SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img"
37SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img" 37SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img"
38SDIMG_KERNELIMAGE_raspberrypi3-64 ?= "kernel8.img"
38 39
39# Boot partition volume id 40# Boot partition volume id
40BOOTDD_VOLUME_ID ?= "${MACHINE}" 41BOOTDD_VOLUME_ID ?= "${MACHINE}"