[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
Thu Jan 23 10:14:54 UTC 2014


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

Author: Jason Wessel <jason.wessel at windriver.com>
Date:   Fri Jan 17 10:37:59 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: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/files/common-licenses/unfs3                   |  24 ++++
 .../unfs3/unfs3/alternate_rpc_ports.patch          | 156 +++++++++++++++++++++
 .../unfs3/unfs3/fix_compile_warning.patch          |  16 +++
 .../fix_pid_race_parent_writes_child_pid.patch     |  47 +++++++
 .../unfs3/unfs3/fix_warnings.patch                 |  51 +++++++
 .../unfs3/force_4_byte_long_on_64_bit_host.patch   |  39 ++++++
 .../unfs3/unfs3/relative_max_socket_path_len.patch |  70 +++++++++
 .../unfs3/unfs3/rename_fh_cache.patch              |  62 ++++++++
 .../unfs3/unfs3/tcp_no_delay.patch                 |  50 +++++++
 .../unfs3/unfs3/unfs3_parallel_build.patch         |  36 +++++
 meta/recipes-devtools/unfs3/unfs3_0.9.22.bb        |  48 +++++++
 11 files changed, 599 insertions(+)

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


More information about the Openembedded-commits mailing list