1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

linux-omap 2.6.39: fix rootfs over nfs

Import patch from [1] to fix mounting the rootfs over nfs.

[1]: http://git.linux-nfs.org/?p=trondmy/nfs-2.6.git;a=commit;h=4251c94833aa516c1fc7a0f8f504a26eadd4b91e

Tested-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Enrico Butera
2011-07-20 11:33:46 +02:00
committed by Koen Kooi
parent f6ed820f40
commit 7018fe0a81
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c
index c541093..c4744e1 100644
--- a/fs/nfs/nfsroot.c
+++ b/fs/nfs/nfsroot.c
@@ -87,7 +87,7 @@
#define NFS_ROOT "/tftpboot/%s"
/* Default NFSROOT mount options. */
-#define NFS_DEF_OPTIONS "udp"
+#define NFS_DEF_OPTIONS "vers=2,udp,rsize=4096,wsize=4096"
/* Parameters passed from the kernel command line */
static char nfs_root_parms[256] __initdata = "";

View File

@@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "(beagleboard)"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
SRCREV_pn-${PN} = "v2.6.39"
MACHINE_KERNEL_PR_append = "m"
MACHINE_KERNEL_PR_append = "n"
FILESPATHPKG_prepend = "linux-omap-2.6.39:"
@@ -113,6 +113,8 @@ SRC_URI_append = " \
file://mfd/0013-MFD-TWL4030-optimizing-resource-configuration.patch \
\
file://musb/0001-usb-musb-Enable-DMA-mode1-RX-for-USB-Mass-Storage.patch \
\
file://net/0001-NFS-Revert-NFSROOT-default-mount-options.patch \
"
SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \