Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Enabling NFS
@ 2011-01-26 18:20 Steve Calfee
  2011-01-26 18:41 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Calfee @ 2011-01-26 18:20 UTC (permalink / raw)
  To: buildroot

Hi,

I have just spent some time trying to enable NFS on a beagle board. It seems 
that RPC is required for nfs. 


To enable nfs requires some NFS specific changes to:
find target/device/beagleboard/ | xargs grep  "_NFS"
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_NFS_FS=y
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_NFS_V3=y
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:# CONFIG_NFS_V3_ACL 
is not set
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:# CONFIG_NFS_V4 is 
not set
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_ROOT_NFS=y
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_NFSD=m
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_NFSD_V3=y
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:# CONFIG_NFSD_V3_ACL 
is not set
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_NFS_COMMON=y
target/device/beagleboard/beagleboard-busybox-1.17.x.config:CONFIG_FEATURE_MOUNT_NFS=y

target/device/beagleboard/beagleboard_defconfig:# BR2_PACKAGE_NFS_UTILS is not 
set

To enable RPC requires:
find target/device/beagleboard/ | xargs grep  "_RPC"
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:# CONFIG_ARCH_RPC is 
not set
target/device/beagleboard/beagleboard-linux-2.6.36.1.config:CONFIG_RPCSEC_GSS_KRB5=y

target/device/beagleboard/beagleboard-busybox-1.17.x.config:CONFIG_FEATURE_HAVE_RPC=y

target/device/beagleboard/beagleboard-busybox-1.17.x.config:# 
CONFIG_FEATURE_INETD_RPC is not set
target/device/beagleboard/beagleboard-uClibc-0.9.31.config:UCLIBC_HAS_RPC=y
target/device/beagleboard/beagleboard-uClibc-0.9.31.config:# UCLIBC_HAS_FULL_RPC 
is not set
target/device/beagleboard/beagleboard-uClibc-0.9.31.config:UCLIBC_HAS_REENTRANT_RPC=y

target/device/beagleboard/beagleboard_defconfig:BR2_INET_RPC=y

And here the big issue is the uclibc requires the option to be set, so that 
means a big build!

It seems having to configure buildroot, the kernel, busybox, and uclibc all to 
get this option on is quite an unexpected effort, and I have not even tried with 
uboot yet.

This is what I have found, and I got it working, but I wonder if there was extra 
stuff I did that I did not need to do?

Thanks, Steve



      

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-26 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26 18:20 [Buildroot] Enabling NFS Steve Calfee
2011-01-26 18:41 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox