unfs3: Add a NFSv3 user mode server for use with runqemu
authorJason Wessel <jason.wessel@windriver.com>
Thu, 23 Jan 2014 14:32:41 +0000 (08:32 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 00:52:35 +0000 (00:52 +0000)
commitbbefdf2ae17e29a0b40e1edc452123da96c5fd6e
treef3238c6e72ad6f2978bd9f825e49b7de6b3104c0
parenteefb092e3a5bcb9892fcf030be1ac05bf6ee310d
unfs3: Add a NFSv3 user mode server for use with runqemu

The user mode nfs server allows the use of runqemu without any root
privileges and may even be accelerated with kvm.

Example:

runqemu-extract-sdk tmp-eglibc/deploy/images/qemux86-64/core-image-minimal-qemux86-64.tar.bz2 rootfs

runqemu qemux86-64 `pwd`/rootfs nographic slirp kvm

[YOCTO #5639]

(From OE-Core rev: 24183f5ec9c71db936e75060387941463d30d962)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/common-licenses/unfs3 [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/fix_compile_warning.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/fix_pid_race_parent_writes_child_pid.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/relative_max_socket_path_len.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/rename_fh_cache.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/tcp_no_delay.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb [new file with mode: 0644]