Skip to content

Commit

Permalink
linux-raspberrypi: Add CMDLINE for raspberrypi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
agherzan committed Jul 5, 2012
1 parent 44444b0 commit b9b0c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require linux.inc

DESCRIPTION = "Linux kernel for the RaspberryPi board"

PR = "r2"
PR = "r3"

# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
Expand All @@ -22,6 +22,9 @@ S = "${WORKDIR}/git"

KERNEL_DEFCONFIG = "bcmrpi_defconfig"

# CMDLINE fro raspberypi
CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"

PARALLEL_MAKEINST = ""

do_configure_prepend() {
Expand Down

0 comments on commit b9b0c00

Please sign in to comment.