diff options
| -rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 5 |
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 | ||
| 5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" | 5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" |
| 6 | 6 | ||
| 7 | PR = "r2" | 7 | PR = "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 | ||
| 23 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" | 23 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" |
| 24 | 24 | ||
| 25 | # CMDLINE fro raspberypi | ||
| 26 | CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" | ||
| 27 | |||
| 25 | PARALLEL_MAKEINST = "" | 28 | PARALLEL_MAKEINST = "" |
| 26 | 29 | ||
| 27 | do_configure_prepend() { | 30 | do_configure_prepend() { |
