From: Darren Hart <dvhart@linux.intel.com>
To: Joshua Lock <josh@linux.intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [pull-sys940x 2/4] ranpwd: Add ranpwd recipe
Date: Thu, 02 Feb 2012 10:24:45 -0800 [thread overview]
Message-ID: <4F2AD4ED.3090409@linux.intel.com> (raw)
In-Reply-To: <4F29BF45.8060008@linux.intel.com>
On 02/01/2012 02:40 PM, Joshua Lock wrote:
>
>
> On 01/02/12 14:26, Darren Hart wrote:
>> ranpwd is used to generate random strings of various types, including
>> passwords, UUIDs, and MAC addresses.
>>
>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>> ---
>> meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb | 23 ++++++++++++++++++++
>> 1 files changed, 23 insertions(+), 0 deletions(-)
>> create mode 100644 meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb
>>
>> diff --git a/meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb b/meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb
>> new file mode 100644
>> index 0000000..66fcc26
>> --- /dev/null
>> +++ b/meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb
>> @@ -0,0 +1,23 @@
>> +DESCRIPTION = "Random password generator"
>> +#SECTION = "utilities"
>
> We may as well delete this line, no?
Oops. I didn't intend to leave it commented. I'm also no sure how to
decide which "SECTION" to put it in. Is there some definitive list from
which to select an appropriate SECTION? Uncommented in my local branch
for now.
>
>> +LICENSE = "GPLv2+"
>> +LIC_FILES_CHKSUM = "file://ranpwd.c;beginline=1;endline=11;md5=0e8585e19117526efedfaeb50c345d7a"
>> +PR = "r0"
>> +
>> +inherit autotools
>> +
>> +SRC_URI = "git://git.zytor.com/utils/ranpwd.git"
>> +SRCREV = "b62aab579e288715b82d5575befaa2b8ff210c2b"
>> +
>> +S=${WORKDIR}/git
>
> Variable assignments are usually quoted.
>
> S = "${WORKDIR}/git"
>
OK, will do.
>> +
>> +do_configure_prepend () {
>> + if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then
>> + cp aclocal.m4 acinclude.m4
>> + fi
>> +}
>> +
>> +do_install() {
>> + install -d ${D}/${bindir}
>> + install -m 0755 ${S}/ranpwd ${D}/${bindir}/ranpwd
>> +}
>
Thanks for the review.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2012-02-02 18:25 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-01 22:26 [pull-sys940x 0/4][meta-intel] Inforce SYS940X BSP (Intel Atom E6xx + EG20T) Darren Hart
2012-02-01 22:26 ` [pull-sys940x 1/4] meta-intel: Add Inforce SYS940x BSP Darren Hart
2012-02-01 22:37 ` Joshua Lock
2012-02-01 23:05 ` Joshua Lock
2012-02-02 18:07 ` Darren Hart
2012-02-01 22:26 ` [pull-sys940x 2/4] ranpwd: Add ranpwd recipe Darren Hart
2012-02-01 22:40 ` Joshua Lock
2012-02-02 7:22 ` Martin Jansa
2012-02-02 18:26 ` Darren Hart
2012-02-02 19:13 ` Joshua Lock
2012-02-02 19:34 ` Darren Hart
2012-02-02 18:24 ` Darren Hart [this message]
2012-02-02 19:24 ` Joshua Lock
2012-02-02 19:32 ` Darren Hart
2012-02-02 21:11 ` Joshua Lock
2012-02-06 16:17 ` Paul Eggleton
2012-02-06 23:59 ` Joshua Lock
2012-02-07 7:06 ` Martin Jansa
2012-02-07 9:20 ` [yocto] " Koen Kooi
2012-02-11 0:14 ` Darren Hart
2012-02-11 1:45 ` Khem Raj
2012-02-01 22:26 ` [pull-sys940x 3/4] genmac: Replace RANDOM_MAC in network/interfaces with a randomly generated MAC Darren Hart
2012-02-01 22:42 ` Joshua Lock
2012-02-02 18:27 ` Darren Hart
2012-02-02 14:09 ` William Mills
2012-02-02 17:19 ` Darren Hart
2012-02-02 18:37 ` William Mills
2012-02-01 22:26 ` [pull-sys940x 4/4] netbase: Add interfaces with RANDOM_MAC for sys940x* machines Darren Hart
2012-02-01 22:52 ` Joshua Lock
2012-02-01 23:03 ` Joshua Lock
2012-02-02 18:31 ` Darren Hart
2012-02-02 19:02 ` Joshua Lock
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=4F2AD4ED.3090409@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=josh@linux.intel.com \
--cc=yocto@yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.