Re: [OE-core] dbus build host uid/gid leaking into target home directory

2014-10-13 Thread Paul Barker
On 13 October 2014 10:13, Paul Eggleton wrote: > On Sunday 12 October 2014 16:05:41 Peter A. Bigot wrote: >> Pilot error. This ultimately turned out to be a side-effect of the way >> I create my image media: I unpacking the rootfs tar file onto a mounted >> sdcard outside the pseudo environment a

Re: [OE-core] [PATCH 0/3] pseudo+image.bbclass: changes to avoid host contamination

2014-10-13 Thread Peter Seebach
On Mon, 13 Oct 2014 17:29:26 -0500 "Peter A. Bigot" wrote: > Basically, even if "root" is a special case, taking this path means > making assumptions about what the application is doing based on what > system/libc functions it invokes. Too often when somebody assumes a > general tool will onl

Re: [OE-core] [PATCH 0/3] pseudo+image.bbclass: changes to avoid host contamination

2014-10-13 Thread Peter A. Bigot
On 10/13/2014 04:28 PM, Peter Seebach wrote: On Sun, 12 Oct 2014 18:49:52 -0500 "Peter A. Bigot" wrote: I believe OE should add --without-passwd-fallback to the pseudo 1.6.2 configuration flags early in the 1.8 development cycle, to ensure there are no host contamination issues. I can think o

Re: [OE-core] License manifest OR handling

2014-10-13 Thread Jonathan Liu
On 14/10/2014 8:17 AM, Aníbal Limón wrote: Hi everybody, I'm working in one bug [1] related to License manifest creation and i have some concerns about what is expected in License creation more specifically in the OR's handling. I re-implemented license creation function from shell to python

Re: [OE-core] [PATCH 0/3] pseudo+image.bbclass: changes to avoid host contamination

2014-10-13 Thread Peter Seebach
On Sun, 12 Oct 2014 18:49:52 -0500 "Peter A. Bigot" wrote: > I believe OE should add --without-passwd-fallback to the pseudo 1.6.2 > configuration flags early in the 1.8 development cycle, to ensure there > are no host contamination issues. I can think of no reason why the > build host passwd an

[OE-core] License manifest OR handling

2014-10-13 Thread Aníbal Limón
Hi everybody, I'm working in one bug [1] related to License manifest creation and i have some concerns about what is expected in License creation more specifically in the OR's handling. I re-implemented license creation function from shell to python for use oe.license module and added support

Re: [OE-core] dbus build host uid/gid leaking into target home directory

2014-10-13 Thread Peter A. Bigot
On 10/13/2014 04:13 AM, Paul Eggleton wrote: On Sunday 12 October 2014 16:05:41 Peter A. Bigot wrote: On 10/11/2014 12:16 PM, Peter A. Bigot wrote: Back at http://lists.openembedded.org/pipermail/openembedded-core/2011-December/05 3836.html it was noted that the dbus home directory /var/lib/dbu

[OE-core] [PATCH 1/1] wic/bootimg-pcbios.py: checking the existance of syslinux

2014-10-13 Thread Hongxu Jia
While syslinux not existed in $bootimg_dir, there was a error: $ wic create directdisk -e core-image-minimal ... |Creating image(s)... |Error: exec_cmd: install -m 444 /home/jiahongxu/yocto/ build-20141010-yocto/tmp/deploy/images/qemux86-64/syslinux/ ldlinux.sys /var/tmp/wic/build/hdd/boot/ldlinux

[OE-core] [PATCH 0/1] wic/bootimg-pcbios.py: checking the existance of syslinux

2014-10-13 Thread Hongxu Jia
Test Steps: 1. build core-image-minimal $ bitbake core-image-minimal 2. run wic failed $ wic create directdisk -e core-image-minimal ... Creating image(s)... Error: Please build syslinux first ... 3. build syslinux $ bitbake syslinux 4. run wic success $ wic create directdisk -e core-image-min

Re: [OE-core] [PATCH] Better support for upgrading packages in opkg and update-rc.d.bbclass

2014-10-13 Thread Paul Barker
On 13 October 2014 06:23, Peter Urbanec wrote: > On 12/10/14 06:17, Paul Barker wrote: >> >> opkg_remove_pkg is never called with from_upgrade set to a non-zero >> value. The removal of an old package during an upgrade is handled by >> directly calling remove_data_files_and_list and >> remove_main

Re: [OE-core] dbus build host uid/gid leaking into target home directory

2014-10-13 Thread Paul Eggleton
On Sunday 12 October 2014 16:05:41 Peter A. Bigot wrote: > On 10/11/2014 12:16 PM, Peter A. Bigot wrote: > > Back at > > http://lists.openembedded.org/pipermail/openembedded-core/2011-December/05 > > 3836.html it was noted that the dbus home directory /var/lib/dbus on the > > target was using the b

Re: [OE-core] [PATCH] psplash: Adding support for systemd service files

2014-10-13 Thread ChenQi
Does anybody know what's the current state of this issue? Thanks, Chen Qi On 08/11/2014 06:00 PM, sujith h wrote: On Fri, Aug 8, 2014 at 11:37 PM, Saul Wold > wrote: On 08/08/2014 02:09 AM, Sujith H wrote: From: Sujith H mailto:sujith_harida...@men

[OE-core] State of bitbake world, Failed tasks 2014-10-13, QA issues

2014-10-13 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-10-13 == === common () === === common-x86 (0) === === qemuarm (0) === === qemux86 (0) === === qemux86_64 (0) === === Number of failed tasks === {| class=wikitable |- ||qemuarm ||0 ||http://logs.nslu2-linux.org/b

[OE-core] [PATCH 1/1] python-smartpm: Add checking for "rpm-ignoresize" option

2014-10-13 Thread Chong Lu
The do_rootfs takes a very long time when build host has mounted many NFS devices. syscall lstat() was being called on every filesystem mounted on the build host during building. The reason for the lstat() is that rpm is verifying that enough free disk space is available to do the install. However,

[OE-core] [PATCH 0/1] python-smartpm: Add checking for "rpm-ignoresize" option

2014-10-13 Thread Chong Lu
The following changes since commit ccf5a4d2342c4fd40e4e0b332ea7e34e0bf175d4: build-appliance-image: Update to dizzy head revision (2014-10-11 08:11:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/smart http://git.pokylinux.org/cgit.cgi/poky-c