summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47
AgeCommit message (Collapse)AuthorFiles
2014-01-28unfs-server: Remove unfs-server recipe and patchesJason Wessel23
The unfs-server only supports NFS v2 and it is not useful any longer with the advent of 64 bit inodes and the fact that the server has only a 32 bit key for the NFS hash which is hardcoded back to the inode. This recipe is replaced with a user mode NFS server using v3. [YOCTO #5639] Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-10Allow user mode NFS server to run without rpcbind / portmapJason Wessel1
and nfsroot mount without the need to talk to an RPC info server as long as the port numbers for mountd and nfsd are known in advance. This patch updates the qemu startup scripts and the user mode NFS server to have the ability to start without the need to use rpcbind or portmap services. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-19unfs-server: add Upstream-Status field to patchesScott Garman22
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-30unfs-server: Fix PV so it obeys the version number policyRichard Purdie22
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>