summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-kernel/linux/linux-raspberrypi_3.1.9.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
index 14b25f2..d9929dd 100755
--- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
@@ -4,7 +4,7 @@ require linux.inc
4 4
5DESCRIPTION = "Linux kernel for the RaspberryPi board" 5DESCRIPTION = "Linux kernel for the RaspberryPi board"
6 6
7PR = "r2" 7PR = "r3"
8 8
9# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. 9# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
10# This is on the rpi-patches branch 10# This is on the rpi-patches branch
@@ -22,6 +22,9 @@ S = "${WORKDIR}/git"
22 22
23KERNEL_DEFCONFIG = "bcmrpi_defconfig" 23KERNEL_DEFCONFIG = "bcmrpi_defconfig"
24 24
25# CMDLINE fro raspberypi
26CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
27
25PARALLEL_MAKEINST = "" 28PARALLEL_MAKEINST = ""
26 29
27do_configure_prepend() { 30do_configure_prepend() {