From 54c5451a04a2b6601ca729038780d4e4eb69437e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 8 Feb 2015 00:32:47 +0200 Subject: Add support for Raspberry PI 2 Add machine configuration file. Change the kernel image name on SD card. Use the defconfig for this machine (bcm2709_defconfig). Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8 Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 86cf773..1ff664d 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass @@ -33,6 +33,7 @@ KERNEL_INITRAMFS ?= "" # Kernel image name SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img" +SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img" # Boot partition volume id BOOTDD_VOLUME_ID ?= "${MACHINE}" -- cgit v1.2.3-54-g00ecf