summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-03 19:35:10 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-05 23:38:58 +0300
commitb9b0c009c873758eacb9683575c863cf55cc638a (patch)
treef4ca12ace4467e00e2fb9720f4b2a32b18bae0a1
parent44444b0511861f152e3c8bb5466871b51938766f (diff)
downloadmeta-raspberrypi-b9b0c009c873758eacb9683575c863cf55cc638a.tar.gz
linux-raspberrypi: Add CMDLINE for raspberrypi
Because CONFIG_EXT4_USE_FOR_EXT23 is built in, use rootfstype=ext4 to mount ext2/3/4. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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() {