From: Jason Wessel <jason.wessel@windriver.com>
To: Phil Blundell <pb@pbcl.net>
Cc: Openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu
Date: Thu, 23 Jan 2014 10:52:56 -0600 [thread overview]
Message-ID: <52E148E8.2030407@windriver.com> (raw)
In-Reply-To: <1390489278.24755.16.camel@e130.pbcl.net>
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 <unfs3-server@ewetel.net>
>> +
>> +Redistribution and use in source and binary forms, with or without
>> +modification, are permitted provided that the following conditions are met:
>> +
>> +1. Redistributions of source code must retain the above copyright notice,
>> + this list of conditions and the following disclaimer.
>> +2. Redistributions in binary form must reproduce the above copyright notice,
>> + this list of conditions and the following disclaimer in the documentation
>> + and/or other materials provided with the distribution.
>> +3. The name of the author may not be used to endorse or promote products
>> + derived from this software without specific prior written permission.
> Isn't this just the 3-clause BSD licence?
Because it did not diff between the two (the words are different) I included the license.
It appears Pascal modified it ever so slightly. Perhaps legally they mean the same thing, but given I am not a lawyer I opted to include it.
-- The one from above
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
--- vs BSD listed in YP
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
There were other subtle changes too.
>
>> --- /dev/null
>> +++ b/meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch
>> @@ -0,0 +1,158 @@
>> +Add ability to specify rcp port numbers
>> +
>> +In order to run more than one unfs server on a host system, you must
>> +be able to specify alternate rpc port numbers.
>> +
>> +Jason Wessel <jason.wessel@windriver.com>
>> +
>> +Upstream-Status: Pending
> I think you said in the cover letter that the patches had been sent
> upstream. If that's the case then it should be Upstream-Status:
> Submitted.
Thanks, I'll make a v3, these are all submitted and pending upstream review.
>> +RDEPENDS_${PN} = "pseudo"
>> +RDEPENDS_${PN}_class-native = "pseudo-native"
>> +RDEPENDS_${PN}_class-nativesdk = "pseudo-nativesdk"
> That looks a bit odd. Are the latter two lines doing anything very
> useful?
The usnfs3 is useless without pseudo. The 2nd of the two might not be needed, but it had been there since the YP 1.3 days. For building the nativesdk and having a working unfs3 the 3rd one was required. I'll leave this in there for the v3.
>
>> +# This recipe is intended for -native and -nativesdk builds only,
>> +# not target installs:
> Why? If this is really the case, shouldn't it be named unfs3-native in
> the first place?
Now that the autoconf pieces are fixed in the v2, I can remove this restriction in v3. It does work on the target system now.
Jason.
next prev parent reply other threads:[~2014-01-23 16:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 14:32 [PATCH v2 0/6] Replace unfs-server with unfs3 Jason Wessel
2014-01-23 14:32 ` [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu Jason Wessel
2014-01-23 15:01 ` Phil Blundell
2014-01-23 16:52 ` Jason Wessel [this message]
2014-02-01 9:22 ` Richard Purdie
2014-02-01 14:00 ` Jason Wessel
2014-01-23 14:32 ` [PATCH v2 2/6] unfs3, unfs-server: Replace all instances of unfs-server with unfs3 Jason Wessel
2014-01-23 15:02 ` Phil Blundell
2014-01-23 15:35 ` Jason Wessel
2014-01-23 14:32 ` [PATCH v2 3/6] runqemu: Use the newer unfs3 for serving user space nfs Jason Wessel
2014-01-23 14:32 ` [PATCH v2 4/6] unfs-server: Remove unfs-server recipe and patches Jason Wessel
2014-01-23 14:32 ` [PATCH v2 5/6] runqemu-export-rootfs: update for unfs3 Jason Wessel
2014-01-23 14:32 ` [PATCH v2 6/6] runqemu, runqemu-internal: Allow slirp for NFS and KVM use Jason Wessel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52E148E8.2030407@windriver.com \
--to=jason.wessel@windriver.com \
--cc=Openembedded-core@lists.openembedded.org \
--cc=pb@pbcl.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox