Re: [pull-sys940x 2/4] ranpwd: Add ranpwd recipe
Darren Hart <dvhart@...>
On 02/02/2012 11:24 AM, Joshua Lock wrote:
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Done.
On 02/02/12 10:24, Darren Hart wrote:I think there was an agreement to drop this field. It's not especially
On 02/01/2012 02:40 PM, Joshua Lock wrote:Oops. I didn't intend to leave it commented. I'm also no sure how to
On 01/02/12 14:26, Darren Hart wrote:ranpwd is used to generate random strings of various types, includingWe may as well delete this line, no?
passwords, UUIDs, and MAC addresses.
Signed-off-by: Darren Hart<dvhart@...>
---
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"
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.
useful and there's not definitive list that I'm aware of.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel