[oe-commits] Jason Wessel : unfs3: Add a NFSv3 user mode server for use with runqemu

git at git.openembedded.org git at git.openembedded.org
Tue Jan 28 00:34:00 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a49b8b7d97aa658abcb968aa783720d9aabb83c0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a49b8b7d97aa658abcb968aa783720d9aabb83c0

Author: Jason Wessel <jason.wessel at windriver.com>
Date:   Thu Jan 23 08:32:41 2014 -0600

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]

Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/files/common-licenses/unfs3                   |  24 ++++
 .../unfs3/unfs3/alternate_rpc_ports.patch          | 158 +++++++++++++++++++++
 .../unfs3/unfs3/fix_compile_warning.patch          |  25 ++++
 .../fix_pid_race_parent_writes_child_pid.patch     |  61 ++++++++
 .../unfs3/unfs3/fix_warnings.patch                 |  53 +++++++
 .../unfs3/unfs3/relative_max_socket_path_len.patch |  74 ++++++++++
 .../unfs3/unfs3/rename_fh_cache.patch              |  64 +++++++++
 .../unfs3/unfs3/tcp_no_delay.patch                 |  56 ++++++++
 .../unfs3/unfs3/unfs3_parallel_build.patch         |  36 +++++
 meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb   |  44 ++++++
 10 files changed, 595 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=a49b8b7d97aa658abcb968aa783720d9aabb83c0


More information about the Openembedded-commits mailing list