summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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 /recipes-kernel
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 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index b8afecc..fde68dd 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -15,6 +15,7 @@ PV_append = "+git${SRCREV}"
15 15
16# NOTE: For now we pull in the default config from the RPi kernel GIT tree. 16# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
17KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 17KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
18KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
18 19
19# CMDLINE for raspberrypi 20# CMDLINE for raspberrypi
20CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" 21CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"