summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-02-08 00:32:47 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2015-02-08 14:46:42 +0200
commit54c5451a04a2b6601ca729038780d4e4eb69437e (patch)
treeb405014d16088caf10f606481942980abde4e2a7 /classes
parentdedd45f4f819b0b7b2d13ce7ce71e3fa92832bd4 (diff)
downloadmeta-raspberrypi-54c5451a04a2b6601ca729038780d4e4eb69437e.tar.gz
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 <andrei@gherzan.ro>
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 86cf773..1ff664d 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -33,6 +33,7 @@ KERNEL_INITRAMFS ?= ""
33 33
34# Kernel image name 34# Kernel image name
35SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img" 35SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img"
36SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img"
36 37
37# Boot partition volume id 38# Boot partition volume id
38BOOTDD_VOLUME_ID ?= "${MACHINE}" 39BOOTDD_VOLUME_ID ?= "${MACHINE}"