From: Saul Wold <sgw@linux.intel.com>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>,
"poky@yoctoproject.org Project" <poky@yoctoproject.org>
Subject: Re: [poky] [PATCH 0/7] User/group creation at preinstall
Date: Tue, 31 May 2011 12:06:09 -0700 [thread overview]
Message-ID: <4DE53C21.7020000@linux.intel.com> (raw)
In-Reply-To: <79A1BC44-8268-4177-BBC5-4A5B08BDC8B7@dominion.thruhere.net>
On 05/31/2011 11:45 AM, Koen Kooi wrote:
> Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved me from the selinux bug in shadow, though :)
>
Scott,
I would agree with Koen, this is a oe-core change, not a Poky only
change, please resend this request to the oe-core list.
Thanks
Sau!
> Op 31 mei 2011, om 20:13 heeft Scott Garman het volgende geschreven:
>
>> Hi Saul,
>>
>> This pull request includes everything needed to add the ability to
>> create custom users and groups in our images/packages and the
>> corresponding ability to set custom ownership permissions.
>>
>> There is a useradd-example.bb file in meta-skeleton which provides
>> a heavily-commented example recipe to demonstrate how this feature
>> can be used.
>>
>> I'd like to request that Mark Hatle and Richard do a code review of
>> this and offer their Acked-by: support if they are happy with things.
>>
>> Once this gets into master, I'm happy to write up a short section for
>> the Poky Reference Manual to document it in a more visible way.
>>
>> Scott
>>
>> The following changes since commit 1169f1b066d0028bd2ef7915440450bd42ef165e:
>>
>> license.bbclass: Sane Parsing of licenses (2011-05-27 23:36:24 +0100)
>>
>> are available in the git repository at:
>> git://git.pokylinux.org/poky-contrib sgarman/user-group-creation
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/user-group-creation
>>
>> Scott Garman (7):
>> shadow: recipe and patch cleanup
>> shadow: add a -native recipe with customized utilities
>> base-passwd: add -cross recipe with default login.defs
>> useradd.bbclass: new class for managing user/group permissions
>> useradd-example: example recipe for using inherit useradd
>> bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV
>> package_rpm.bbclass: make RPM use on-disk permissions
>>
>> .../recipes-skeleton/useradd/useradd-example.bb | 59 +
>> meta/classes/package_rpm.bbclass | 2 +
>> meta/classes/useradd.bbclass | 136 ++
>> meta/conf/bitbake.conf | 2 +-
>> .../base-passwd/base-passwd-3.5.22/login.defs | 386 ++++++
>> .../base-passwd/base-passwd-cross_3.5.22.bb | 53 +
>> .../shadow/files/add_root_cmd_options.patch | 1293 ++++++++++++++++++++
>> .../files/shadow-4.1.3-dots-in-usernames.patch | 4 +
>> .../shadow-4.1.4.2-env-reset-keep-locale.patch | 4 +
>> .../files/shadow-4.1.4.2-groupmod-pam-check.patch | 4 +
>> .../files/shadow-4.1.4.2-su_no_sanitize_env.patch | 4 +
>> .../shadow/files/shadow.automake-1.11.patch | 4 +
>> .../shadow/shadow-native_4.1.4.3.bb | 66 +
>> meta/recipes-extended/shadow/shadow.inc | 121 --
>> meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 141 ++-
>> 15 files changed, 2148 insertions(+), 131 deletions(-)
>> create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
>> create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file1
>> create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file2
>> create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file3
>> create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file4
>> create mode 100644 meta/classes/useradd.bbclass
>> create mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.22/login.defs
>> create mode 100644 meta/recipes-core/base-passwd/base-passwd-cross_3.5.22.bb
>> create mode 100644 meta/recipes-extended/shadow/files/add_root_cmd_options.patch
>> create mode 100644 meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
>> delete mode 100644 meta/recipes-extended/shadow/shadow.inc
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
next prev parent reply other threads:[~2011-05-31 19:09 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-31 19:53 [PATCH 0/7] User/group creation at preinstall Scott Garman
2011-05-31 18:45 ` [poky] " Koen Kooi
2011-05-31 19:06 ` Saul Wold [this message]
2011-05-31 19:51 ` Scott Garman
2011-05-31 19:57 ` Otavio Salvador
2011-05-31 21:16 ` Mark Hatle
2011-05-31 21:27 ` Scott Garman
2011-05-31 21:51 ` Richard Purdie
2011-05-31 21:25 ` Richard Purdie
2011-05-31 19:53 ` [PATCH 1/7] shadow: recipe and patch cleanup Scott Garman
2011-05-31 19:53 ` [PATCH 2/7] shadow: add a -native recipe with customized utilities Scott Garman
2011-06-01 9:47 ` Phil Blundell
2011-06-01 12:34 ` Martyn Welch
2011-06-01 13:42 ` Phil Blundell
2011-06-01 17:43 ` Scott Garman
2011-06-01 21:05 ` Mark Hatle
2011-06-02 11:19 ` Phil Blundell
2011-09-01 14:46 ` Phil Blundell
2011-09-01 16:41 ` Phil Blundell
2011-09-01 16:54 ` Mark Hatle
2011-09-01 16:58 ` Phil Blundell
2011-09-01 17:25 ` Mark Hatle
2011-09-01 19:44 ` Phil Blundell
2011-09-01 21:59 ` Richard Purdie
2011-09-02 0:02 ` Mark Hatle
2011-09-02 7:15 ` Phil Blundell
2011-09-02 9:50 ` Phil Blundell
2011-09-02 14:03 ` Richard Purdie
2011-09-02 18:43 ` Phil Blundell
2011-09-02 19:17 ` Mark Hatle
2011-05-31 19:53 ` [PATCH 3/7] base-passwd: add -cross recipe with default login.defs Scott Garman
2011-05-31 19:53 ` [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions Scott Garman
2011-05-31 19:53 ` [PATCH 5/7] useradd-example: example recipe for using inherit useradd Scott Garman
2011-05-31 19:53 ` [PATCH 6/7] bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV Scott Garman
2011-05-31 19:53 ` [PATCH 7/7] package_rpm.bbclass: make RPM use on-disk permissions Scott Garman
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=4DE53C21.7020000@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=koen@dominion.thruhere.net \
--cc=openembedded-core@lists.openembedded.org \
--cc=poky@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox