diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-03 19:35:10 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-05 23:38:58 +0300 |
| commit | b9b0c009c873758eacb9683575c863cf55cc638a (patch) | |
| tree | f4ca12ace4467e00e2fb9720f4b2a32b18bae0a1 | |
| parent | 44444b0511861f152e3c8bb5466871b51938766f (diff) | |
| download | meta-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-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() { |
