[OE-core] about the qemu net interface name

2011-11-03 Thread Ni Qingliang
file: scripts/runqemu-internal line153: POSSIBLE=`$IFCONFIG -a|grep '^tap' | awk `{print $1}'` on archlinux, I got that: tap0: tap1: maybe it should be: tap0 tap1 Is it right? so I change it to POSSIBLE=`$IFCONFIG -a|grep '^tap' | awk `{print $1}' | sed 's/:$//'` -- Yi Qingliang niqingli...@i

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On Thu, Nov 3, 2011 at 3:15 PM, Richard Purdie wrote: > On Thu, 2011-11-03 at 14:12 -0400, Bruce Ashfield wrote: >> On Thu, Nov 3, 2011 at 2:07 PM, Koen Kooi wrote: >> > >> > Op 3 nov. 2011, om 18:53 heeft Bruce Ashfield het volgende geschreven: >> > >> >> On Thu, Nov 3, 2011 at 1:22 PM, Koen Koo

[OE-core] Bitbake 1.14.0 released!

2011-11-03 Thread Richard Purdie
Bitbake 1.14.0 has been released. http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.14.0.tar.gz [I've placed the bitbake tarballs onto Yocto infrastructure until OE infrastructure gets sorted out. Berlios goes away in 7 weeks so I wanted a backup of them somewhere and I didn't want to

Re: [OE-core] [PATCH 1/4] libnl-2.0: move fix-pktloc_syntax_h-race.patch to libnl-2.0 subdirectory and merge with fix-makefile.patch

2011-11-03 Thread Martin Jansa
On Thu, Nov 03, 2011 at 05:52:42PM +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > .../libnl/libnl-2.0/fix-makefile.patch | 32 > > .../{ => libnl-2.0}/fix-pktloc_syntax_h-race.patch |5 ++- > meta/recipes-support/libnl/libnl_2.0.bb

Re: [OE-core] sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

2011-11-03 Thread Martin Jansa
g recipes: 100% || Time: 0:04:23 Parsing of 1436 .bb files complete (0 cached, 1436 parsed). 1837 targets, 52 skipped, 0 masked, 0 errors. OE Build C

[OE-core] [PATCH] bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage instead

2011-11-03 Thread Richard Purdie
Signed-off-by: Richard Purdie [Yes, this one is against meta-yocto, I'll fix it to apply the same change to OE-Core's local.conf.sample in the final version] --- diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index da3f8df..ca8636c 100644 --- a/meta-yocto/conf

[OE-core] [PATCH] patch: Convert to use oe_terminal

2011-11-03 Thread Richard Purdie
Unfortunately we can't access oe_terminal directly from patch.py so we have to pass in the correct terminal function pointer. [YOCTO #1587] Signed-off-by: Richard Purdie --- diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index 7622163..86046e1 100644 --- a/meta/classes/patc

Re: [OE-core] [PATCH] avahi: fix useradd race condition

2011-11-03 Thread Scott Garman
On 11/03/2011 07:39 AM, Richard Purdie wrote: On Thu, 2011-11-03 at 14:04 +0100, Koen Kooi wrote: Op 3 nov. 2011, om 13:57 heeft Koen Kooi het volgende geschreven: Avahi doesn't work at boot because of: + sh /OE/../rootfs/var/lib/opkg/info/avahi-daemon.preinst Running useradd commands... grep

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Richard Purdie
On Thu, 2011-11-03 at 14:12 -0400, Bruce Ashfield wrote: > On Thu, Nov 3, 2011 at 2:07 PM, Koen Kooi wrote: > > > > Op 3 nov. 2011, om 18:53 heeft Bruce Ashfield het volgende geschreven: > > > >> On Thu, Nov 3, 2011 at 1:22 PM, Koen Kooi > >> wrote: > >>> > >>> Op 3 nov. 2011, om 18:11 heeft Bru

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On Thu, Nov 3, 2011 at 2:07 PM, Koen Kooi wrote: > > Op 3 nov. 2011, om 18:53 heeft Bruce Ashfield het volgende geschreven: > >> On Thu, Nov 3, 2011 at 1:22 PM, Koen Kooi wrote: >>> >>> Op 3 nov. 2011, om 18:11 heeft Bruce Ashfield het volgende geschreven: >>> Richard/Saul, Here's

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Koen Kooi
Op 3 nov. 2011, om 18:53 heeft Bruce Ashfield het volgende geschreven: > On Thu, Nov 3, 2011 at 1:22 PM, Koen Kooi wrote: >> >> Op 3 nov. 2011, om 18:11 heeft Bruce Ashfield het volgende geschreven: >> >>> Richard/Saul, >>> >>> Here's a bump to 3.0.8 for the 3.0 kernel, and some config change

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On Thu, Nov 3, 2011 at 1:22 PM, Koen Kooi wrote: > > Op 3 nov. 2011, om 18:11 heeft Bruce Ashfield het volgende geschreven: > >> Richard/Saul, >> >> Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. >> These are destined for master and separate from any point updates to

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On 11-11-03 06:22 AM, Darren Hart wrote: On 11/03/2011 10:11 AM, Bruce Ashfield wrote: Richard/Saul, Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. These are destined for master and separate from any point updates to the 1.1 release. So typically we try to pu

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Darren Hart
On 11/03/2011 10:11 AM, Bruce Ashfield wrote: > Richard/Saul, > > Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. > These are destined for master and separate from any point updates to the 1.1 > release. > So typically we try to push to master and pull back to the

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Koen Kooi
Op 3 nov. 2011, om 18:11 heeft Bruce Ashfield het volgende geschreven: > Richard/Saul, > > Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. > These are destined for master and separate from any point updates to the 1.1 > release. > > In case anyone cares my -dev ker

[OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
Richard/Saul, Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. These are destined for master and separate from any point updates to the 1.1 release. In case anyone cares my -dev kernel also has these changes, and it will take them to the latest kernel shortly. This a

[OE-core] [PATCH 1/1] linux-yocto_3.0: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
The board branches are updated to have v3.0.8 as their base kernel revision, and the version in the recipe is updated to match. This commit also updates the meta branch to pick up the following 4 commits: 4095bb5 meta/common-pc-64: remove igb 17565fa meta/crownbay: use power/intel feature 8

[OE-core] [PATCH 3/4] libnl-2.0: split to more packages, as meta-openembedded does

2011-11-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/libnl/libnl_2.0.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb index 32705b9..f084537 100644 --- a/meta/recipes-support/libnl/l

[OE-core] [PATCH 4/4] libnl-2.0: add PE/PR bump for upgradable patch for meta-openembedded users

2011-11-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/libnl/libnl_2.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb index f084537..c96e7db 100644 --- a/meta/recipes-support/libnl/libn

[OE-core] [PATCH 1/4] libnl-2.0: move fix-pktloc_syntax_h-race.patch to libnl-2.0 subdirectory and merge with fix-makefile.patch

2011-11-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../libnl/libnl-2.0/fix-makefile.patch | 32 .../{ => libnl-2.0}/fix-pktloc_syntax_h-race.patch |5 ++- meta/recipes-support/libnl/libnl_2.0.bb|8 ++-- 3 files changed, 8 insertions(+), 37 deletions(-) delete

[OE-core] [PATCH 2/4] libnl-2.0: add patch from meta-openembedded to fix pkg-config file

2011-11-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../libnl/libnl-2.0/fix-pc-file.patch | 17 + meta/recipes-support/libnl/libnl_2.0.bb|1 + 2 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libnl/libnl-2.0/fix-pc-file.patch d

Re: [OE-core] serial-console: IMAGE_FEATURE, MACHINE_FEATURE or DISTRO_FEATURE?

2011-11-03 Thread Otavio Salvador
On Mon, Oct 24, 2011 at 15:59, Chris Larson wrote: > On Mon, Oct 24, 2011 at 1:27 AM, Frans Meulenbroeks > wrote: >> 2011/10/24 Koen Kooi >>> >>> Hi, >>> >>> Otavio is cleaning up systemd in meta-oe to work with his initramfs setup >>> and we stumbled onto a challenge that we'd like some more fe

Re: [OE-core] sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

2011-11-03 Thread Martin Jansa
On Mon, Oct 10, 2011 at 03:17:51PM +0100, Richard Purdie wrote: > On Mon, 2011-10-10 at 13:45 +0200, Martin Jansa wrote: > > On Sun, Oct 09, 2011 at 08:11:45PM +0200, Koen Kooi wrote: > > > > > > Op 9 okt. 2011, om 20:10 heeft Martin Jansa het volgende geschreven: > > > > > > > On Sun, Oct 09, 20

Re: [OE-core] how to set time zone

2011-11-03 Thread Andrea Adami
On Wed, Nov 2, 2011 at 8:15 PM, Mark Hatle wrote: > On 11/2/11 12:32 PM, Andrea Adami wrote: > > On Mon, Oct 31, 2011 at 1:44 AM, Ni Qingliang < > niqingli...@insigma.com.cn > > > wrote: > > > > I'd like the 'system level configuration' solution. > > > >

Re: [OE-core] [CONSOLIDATED PULL 12/28] libnl2: Fix a race on route/pktloc_syntax.h

2011-11-03 Thread Martin Jansa
On Fri, Oct 14, 2011 at 7:33 AM, Saul Wold wrote: > From: Tom Rini > > At issue is that route/pktloc.c (not generated) depends on > route/pktloc_syntax.h (generated). > > Signed-off-by: Tom Rini > Signed-off-by: Matthew McClintock > --- >  .../libnl/fix-pktloc_syntax_h-race.patch           |  

Re: [OE-core] [PATCH 0/1] distro_tracking_fields: Update the Month to 'MMM'

2011-11-03 Thread Saul Wold
On 11/01/2011 10:52 PM, wenzong@windriver.com wrote: From: Wenzong Fan Update the format of Month to 'MMM' instead of spell it out. The following changes since commit 4a951e0433a99cd985515843f0a48fadc7050aca: Robert P. J. Day (1): Fix HOMEPAGE values in libzypp and sat-solver .b

Re: [OE-core] [PATCH] avahi: fix useradd race condition

2011-11-03 Thread Richard Purdie
On Thu, 2011-11-03 at 14:04 +0100, Koen Kooi wrote: > Op 3 nov. 2011, om 13:57 heeft Koen Kooi het volgende geschreven: > > > Avahi doesn't work at boot because of: > > > > + sh /OE/../rootfs/var/lib/opkg/info/avahi-daemon.preinst > > Running useradd commands... > > grep: /OE/../rootfs/etc/passwd

Re: [OE-core] [PATCH] avahi: fix useradd race condition

2011-11-03 Thread Koen Kooi
Op 3 nov. 2011, om 13:57 heeft Koen Kooi het volgende geschreven: > Avahi doesn't work at boot because of: > > + sh /OE/../rootfs/var/lib/opkg/info/avahi-daemon.preinst > Running useradd commands... > grep: /OE/../rootfs/etc/passwd: No such file or directory > > That is due to: > > Package: av

[OE-core] [PATCH] avahi: fix useradd race condition

2011-11-03 Thread Koen Kooi
Avahi doesn't work at boot because of: + sh /OE/../rootfs/var/lib/opkg/info/avahi-daemon.preinst Running useradd commands... grep: /OE/../rootfs/etc/passwd: No such file or directory That is due to: Package: avahi-daemon Version: 0.6.30-r9.0 [..] Depends: libavahi-core7 (>= 0.6.30), libdaemon0

[OE-core] Fwd: [oe] Planned outage to move servers into new rackspace.

2011-11-03 Thread Philip Balister
FYI Original Message Subject: [oe] Planned outage to move servers into new rackspace. Date: Thu, 3 Nov 2011 04:35:48 -0700 From: Tom King Reply-To: openembedded-de...@lists.openembedded.org To: openembedded-de...@lists.openembedded.org today, 3NOV2011, between 1000-1200PDT (180

Re: [OE-core] [Pull v3 1/4] avahi: use useradd to create avahi user for avahi-daemon

2011-11-03 Thread Koen Kooi
Op 3 nov. 2011, om 13:39 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-11-03 at 13:23 +0100, Koen Kooi wrote: >> Op 2 nov. 2011, om 01:21 heeft Saul Wold het volgende geschreven: >> >>> DBus was failing to start correct since the avahi user was >>> not setup. >>> >>> Keep the dbu

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-03 Thread Richard Purdie
On Wed, 2011-11-02 at 20:52 -0500, Mark Hatle wrote: > On 11/2/11 5:47 PM, Martin Jansa wrote: > > On Wed, Nov 02, 2011 at 05:31:59PM -0500, Mark Hatle wrote: > >> On 11/2/11 5:11 PM, Martin Jansa wrote: > >>> On Wed, Nov 02, 2011 at 04:39:42PM -0500, Mark Hatle wrote: > > with pseudo.log full

Re: [OE-core] [Pull v3 1/4] avahi: use useradd to create avahi user for avahi-daemon

2011-11-03 Thread Koen Kooi
Op 3 nov. 2011, om 13:38 heeft Koen Kooi het volgende geschreven: > > Op 3 nov. 2011, om 13:23 heeft Koen Kooi het volgende geschreven: > >> >> Op 2 nov. 2011, om 01:21 heeft Saul Wold het volgende geschreven: >> >>> DBus was failing to start correct since the avahi user was >>> not setup. >>

Re: [OE-core] [Pull v3 1/4] avahi: use useradd to create avahi user for avahi-daemon

2011-11-03 Thread Richard Purdie
On Thu, 2011-11-03 at 13:23 +0100, Koen Kooi wrote: > Op 2 nov. 2011, om 01:21 heeft Saul Wold het volgende geschreven: > > > DBus was failing to start correct since the avahi user was > > not setup. > > > > Keep the dbus reload since this could still be installed > > as a package an would requir

Re: [OE-core] [Pull v3 1/4] avahi: use useradd to create avahi user for avahi-daemon

2011-11-03 Thread Koen Kooi
Op 3 nov. 2011, om 13:23 heeft Koen Kooi het volgende geschreven: > > Op 2 nov. 2011, om 01:21 heeft Saul Wold het volgende geschreven: > >> DBus was failing to start correct since the avahi user was >> not setup. >> >> Keep the dbus reload since this could still be installed >> as a package a

Re: [OE-core] [Pull v3 1/4] avahi: use useradd to create avahi user for avahi-daemon

2011-11-03 Thread Koen Kooi
Op 2 nov. 2011, om 01:21 heeft Saul Wold het volgende geschreven: > DBus was failing to start correct since the avahi user was > not setup. > > Keep the dbus reload since this could still be installed > as a package an would require a dbus restart. This doesn't seem to work for me, I keep getti

Re: [OE-core] [PATCH] rt-tests: update to 0.83

2011-11-03 Thread Jason Kridner
On Thu, Nov 3, 2011 at 5:21 AM, Koen Kooi wrote: > Fetch from github, kernel.org uri is gone > > Signed-off-by: Koen Kooi Acked-by: Jason Kridner > --- >  .../{rt-tests_0.73.bb => rt-tests_0.83.bb}         |   16 ++-- >  1 files changed, 10 insertions(+), 6 deletions(-) >  rename m

[OE-core] Clean of qt4-embedded don't cleanup sysroot and deploy

2011-11-03 Thread Hauser, Wolfgang (external)
It may be hidden by the huge work that is done by the community, so I ask it again. Hello, if I do a bitbake -c clean for qt4-embedded or qt4-native all libraries and binaries of QT are left in the sysroots and all created packages are left in deploy. This is an result of splitting qt into severa

[OE-core] [PATCH] iproute2: update to 3.0.0 to fix build with updated iptables

2011-11-03 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../configure-cross.patch | 57 +--- meta/recipes-connectivity/iproute2/iproute2.inc|7 ++- .../iproute2/iproute2_2.6.38.bb|9 --- .../iproute2/iproute2_3.0.0.bb |8 +++

[OE-core] [PATCH] rt-tests: update to 0.83

2011-11-03 Thread Koen Kooi
Fetch from github, kernel.org uri is gone Signed-off-by: Koen Kooi --- .../{rt-tests_0.73.bb => rt-tests_0.83.bb} | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) rename meta/recipes-rt/rt-tests/{rt-tests_0.73.bb => rt-tests_0.83.bb} (68%) diff --git a/meta/re

[OE-core] [PATCH] connman 0.75: bump PR for iptables library change

2011-11-03 Thread Koen Kooi
connmand[180]: /usr/sbin/connmand: error while loading shared libraries: libxtables.so.5: cannot open shared object file: No such file or directory $ dpkg-deb -c ipk/armv7a/iptables_1.4.12.1-r0_armv7a.ipk | grep libxtables -rwxr-xr-x root/root 35252 2011-11-01 20:16 ./usr/lib/libxtables.so.7