diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:32:47 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 14:46:42 +0200 |
commit | 54c5451a04a2b6601ca729038780d4e4eb69437e (patch) | |
tree | b405014d16088caf10f606481942980abde4e2a7 /classes | |
parent | dedd45f4f819b0b7b2d13ce7ce71e3fa92832bd4 (diff) | |
download | meta-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.bbclass | 1 |
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 |
35 | SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img" | 35 | SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img" |
36 | SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img" | ||
36 | 37 | ||
37 | # Boot partition volume id | 38 | # Boot partition volume id |
38 | BOOTDD_VOLUME_ID ?= "${MACHINE}" | 39 | BOOTDD_VOLUME_ID ?= "${MACHINE}" |