[OE-core] [dizzy][PATCH] Revert busybox: libarchive: open_zipped() does not need to check extensions

2015-04-04 Thread Matt Madison
Backing out this change, which breaks busybox's modutils commands. This reverts commit cd20b3c009a9c1743f5cb054710214231e5dfcfc. Signed-off-by: Matt Madison matt@madison.systems --- ...open_zipped-does-not-need-to-check-extens.patch | 66 --

Re: [OE-core] Removing shadow breaks PAM logins

2015-04-04 Thread Khem Raj
On Sat, Apr 4, 2015 at 7:36 AM, Matt Madison matt@madison.systems wrote: I worked around the issue by repackaging shadow so the programs and config files that aren't related to changing the passwd and group files ended up in a separate package that remained in the rootfs. That seemed to be

[OE-core] Removing shadow breaks PAM logins

2015-04-04 Thread Matt Madison
For one of my projects, I have a read-only rootfs, but I do use PAM plugins for controlling login access to the device, as well as group controls and non-root users for daemons and such. After my latest update to master, I ran into an problem where all logins failed and some daemons failed to

Re: [OE-core] [dizzy][PATCH] Revert busybox: libarchive: open_zipped() does not need to check extensions

2015-04-04 Thread akuster808
thanks. Will pull this in. On 04/04/2015 07:13 AM, Matt Madison wrote: his fixes zcat FILE_WITHOUT_GZ_EXT case, among others -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] shadow: split files needed for PAM use into separate package

2015-04-04 Thread Matt Madison
The rootfs creator automatically removes shadow for read-only root filesystems, which breaks use of PAM plugins for login and other process identity management utilities. Package those programs and config files separately, so they don't get removed. Signed-off-by: Matt Madison

[OE-core] [wic][PATCH] wic: extended list of paths in find_binary_path

2015-04-04 Thread Ed Bartosh
wic requires tools that are not always possible to find in $PATH. This causes wic to fail with confusing errors like this: External command 'parted' not found, exiting. (Please install 'parted' on your host system) Adding ~/bin/, /usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin and

Re: [OE-core] [wic][PATCH] wic: extended list of paths in find_binary_path

2015-04-04 Thread Otavio Salvador
Em 04/04/2015 14:21, Ed Bartosh ed.bart...@linux.intel.com escreveu: wic requires tools that are not always possible to find in $PATH. This causes wic to fail with confusing errors like this: External command 'parted' not found, exiting. (Please install 'parted' on your host system)

[OE-core] [wic][PATCH] wic: Print bitbake error output

2015-04-04 Thread Ed Bartosh
Added bitbake error output to wic error message to make it more descriptive. [YOCTO #6911] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/wic/utils/oe/misc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/wic/utils/oe/misc.py

Re: [OE-core] [wic][PATCH] wic: extended list of paths in find_binary_path

2015-04-04 Thread Ed Bartosh
On Sat, Apr 04, 2015 at 03:34:59PM -0300, Otavio Salvador wrote: Em 04/04/2015 14:21, Ed Bartosh ed.bart...@linux.intel.com escreveu: wic requires tools that are not always possible to find in $PATH. This causes wic to fail with confusing errors like this: External command 'parted' not