Re: [OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-02-01 Thread Jason Wessel
On 02/01/2014 03:22 AM, Richard Purdie wrote: > Hi Jason, > > We're seeing a parallel make race on the autobuilder and it seems its > from this patch: You actually still need the patch or you get a different parallel build error with the lib file. I tracked down the regression from the original.

Re: [OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-02-01 Thread Richard Purdie
Hi Jason, We're seeing a parallel make race on the autobuilder and it seems its from this patch: On Thu, 2014-01-23 at 08:32 -0600, Jason Wessel wrote: > diff --git a/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch > b/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch > n

Re: [OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-01-23 Thread Jason Wessel
On 01/23/2014 09:01 AM, Phil Blundell wrote: > On Thu, 2014-01-23 at 08:32 -0600, Jason Wessel wrote: >> +++ b/meta/files/common-licenses/unfs3 >> @@ -0,0 +1,24 @@ >> +UNFS3 user-space NFSv3 server >> +(C) 2003, Pascal Schmidt >> + >> +Redistribution and use in source and binary forms, with or wit

Re: [OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-01-23 Thread Phil Blundell
On Thu, 2014-01-23 at 08:32 -0600, Jason Wessel wrote: > +++ b/meta/files/common-licenses/unfs3 > @@ -0,0 +1,24 @@ > +UNFS3 user-space NFSv3 server > +(C) 2003, Pascal Schmidt > + > +Redistribution and use in source and binary forms, with or without > +modification, are permitted provided that the

[OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-01-23 Thread Jason Wessel
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]