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

2011-11-04 Thread Koen Kooi
Op 3 nov. 2011, om 13:22 heeft Jason Kridner het volgende geschreven: On Thu, Nov 3, 2011 at 5:21 AM, Koen Kooi k...@dominion.thruhere.net wrote: Fetch from github, kernel.org uri is gone Signed-off-by: Koen Kooi k...@dominion.thruhere.net Acked-by: Jason Kridner j...@ti.com Since

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

2011-11-04 Thread Koen Kooi
Op 3 nov. 2011, om 22:04 heeft Scott Garman het volgende geschreven: 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-core] Clean of qt4-embedded don't cleanup sysroot and deploy

2011-11-04 Thread Hauser, Wolfgang (external)
I didn't get an answer, 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 several sub packages and install them. This

[OE-core] Error building any image

2011-11-04 Thread Peter Lohmer
Hi all, after last oecore update building fails with the following error message: peter@p-lohmer-linux:~/oe-core$ bitbake -k xfce-nm-image Loading cache: 100% |##| ETA:  00:00:00 Loaded 1826

[OE-core] [PATCH] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Koen Kooi
Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/rootfs_ipk.bbclass |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass

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

2011-11-04 Thread Martin Jansa
On Thu, Nov 03, 2011 at 11:08:37PM +0100, Martin Jansa wrote: On Thu, Nov 03, 2011 at 05:33:28PM +0100, Martin Jansa wrote: Hi, to recap what we have talked about on ELCE; Currently it doesn't seem to change sstate checksums after switching MACHINE, but still it rebuilds everything

[OE-core] [Patch v2] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Koen Kooi
Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/rootfs_ipk.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass

Re: [OE-core] Error building any image

2011-11-04 Thread Martin Jansa
On Fri, Nov 04, 2011 at 10:23:44AM +0100, Peter Lohmer wrote: Hi all, after last oecore update building fails with the following error message: peter@p-lohmer-linux:~/oe-core$ bitbake -k xfce-nm-image Loading cache: 100%

Re: [OE-core] Error building any image

2011-11-04 Thread Martin Jansa
On Fri, Nov 04, 2011 at 10:45:59AM +0100, Martin Jansa wrote: On Fri, Nov 04, 2011 at 10:23:44AM +0100, Peter Lohmer wrote: Hi all, after last oecore update building fails with the following error message: peter@p-lohmer-linux:~/oe-core$ bitbake -k xfce-nm-image Loading cache: 100%

Re: [OE-core] about the qemu net interface name

2011-11-04 Thread Ni Qingliang
I have checked the version of ifconfig, it blongs to package net-tools. only the latest version 1.60.20110819cvs-1 have the : after Interface name. In this version, the output format of ifconfig has changed. On Fri, 2011-11-04 at 10:50 +0800, 倪庆亮 wrote: file: scripts/runqemu-internal line153:

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

2011-11-04 Thread Richard Purdie
On Fri, 2011-11-04 at 10:18 +0100, Hauser, Wolfgang (external) wrote: 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 several sub packages and

Re: [OE-core] about the qemu net interface name

2011-11-04 Thread Phil Blundell
On Fri, 2011-11-04 at 17:58 +0800, Ni Qingliang wrote: I have checked the version of ifconfig, it blongs to package net-tools. only the latest version 1.60.20110819cvs-1 have the : after Interface name. In this version, the output format of ifconfig has changed. Parsing the output of

[OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Koen Kooi
Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/rootfs_ipk.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass

Re: [OE-core] Bitbake 1.14.0 released!

2011-11-04 Thread Richard Purdie
On Fri, 2011-11-04 at 10:05 -0400, George C. Huntington, III wrote: can the new bitbake be used on oe-classic, 2011.03-maintenance branch? It should work there, yes. Cheers, Richard ___ Openembedded-core mailing list

[OE-core] [PATCH] lighttpd 1.4.29: rename index.html to avoid clashes with DL_DIR

2011-11-04 Thread Koen Kooi
As Martin Jansa pointed out before, bitbake will silently peek in DL_DIR before FILESPATH and use files from there if found. The failure mode for lighttpd involves a 404 redirect placing index.html into DL_DIR, which will end up in the lighttpd packages. In my specific case iproute2 hit the

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

2011-11-04 Thread Richard Purdie
On Thu, 2011-11-03 at 10:21 +0100, Koen Kooi wrote: Fetch from github, kernel.org uri is gone Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../{rt-tests_0.73.bb = rt-tests_0.83.bb} | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) rename

Re: [OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Richard Purdie
On Fri, 2011-11-04 at 12:44 +0100, Koen Kooi wrote: Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/rootfs_ipk.bbclass |6 ++ 1 files changed, 6 insertions(+), 0

Re: [OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Koen Kooi
Op 4 nov. 2011, om 16:45 heeft Richard Purdie het volgende geschreven: On Fri, 2011-11-04 at 12:44 +0100, Koen Kooi wrote: Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

Re: [OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Mark Hatle
One way to possibly address this is to create a distribution image creation policy. (That is how most of the distributions I'm aware of do it.. desktop/server and embedded.) The policy is generally: install passwd/group files install filesystem hierarchy (it's second because it needs uid/gids)

[OE-core] [PATCH 3/3] qemugl: switch to new git repo

2011-11-04 Thread Paul Eggleton
The qemugl git repository is now on yoctoproject.org. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-graphics/mesa/qemugl_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb

[OE-core] [PATCH 0/3] Misc fixes

2011-11-04 Thread Paul Eggleton
The following changes since commit f01fbc17b5d9bf9a227d64fe858014376cd19432: avahi: fix useradd race condition (2011-11-03 14:48:42 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes8

[OE-core] [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing

2011-11-04 Thread Paul Eggleton
all-arch packages should not contain any binaries that need processing, so disable the shared library dependency processing and debug symbol splitting/stripping to save some time during packaging. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/allarch.bbclass |5

[OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-04 Thread Paul Eggleton
If the user has set their own value for IMAGE_FSTYPES, they may have disabled the cpio.gz image type, preventing the initramfs from being produced in the format that image-live.bbclass expects; so force IMAGE_FSTYPES to cpio.gz within the initramfs image recipe. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 0/7] combo-layer enhancements

2011-11-04 Thread Paul Eggleton
A batch of improvements to the combo-layer tool. The following changes since commit e3c003282afb93ec52882496400b042620ab00ef: rt-tests: update to 0.83 (2011-11-04 15:43:19 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 1/7] scripts/combo-layer: handle merge commits

2011-11-04 Thread Paul Eggleton
The combo-layer tool had trouble handling merge commits as they were included in the revision list but not the patches; these are now excluded from the revision list. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/combo-layer |2 +- 1 files changed, 1 insertions(+), 1

[OE-core] [PATCH 2/7] scripts/combo-layer: make init set up initial component data

2011-11-04 Thread Paul Eggleton
The init subcommand will now copy the current state of each component repository into the combo layer repository, set last_revision for each component, and then use git add to set up the initial commit (but will not actually make the initial commit - that is left up to the user). Also take the

[OE-core] [PATCH 3/7] scripts/combo-layer: tidy up config example

2011-11-04 Thread Paul Eggleton
Move all example configuration to the example config file, tidy up a few long lines and fix some grammar. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/combo-layer | 47 +- scripts/combo-layer.conf.example | 23

[OE-core] [PATCH 7/7] scripts/combo-layer: improve some messages

2011-11-04 Thread Paul Eggleton
Fix some grammar in output messages. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/combo-layer | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/combo-layer b/scripts/combo-layer index 64ea9a9..fbf77e6 100755 ---

[OE-core] [PATCH 4/7] scripts/combo-layer: make component repo branch configurable

2011-11-04 Thread Paul Eggleton
Add an optional per-component branch setting to allow specifying the branch instead of always using master. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/combo-layer | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git

[OE-core] [PATCH 5/7] scripts/combo-layer: fix dirty repo check

2011-11-04 Thread Paul Eggleton
Fix the dirty repository check to detect any changes, including untracked files and uncommitted changes in the index. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/combo-layer |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 6/7] scripts/combo-layer: auto-commit updated config file

2011-11-04 Thread Paul Eggleton
If the config file is tracked within the combo-layer repository and it is updated at the end of the update operation (because last_revision has been changed), then automatically commit the file. This ensures that multiple people can perform updates on different machines without the last revision

Re: [OE-core] [PATCH 0/7] combo-layer enhancements

2011-11-04 Thread Otavio Salvador
On Fri, Nov 4, 2011 at 15:55, Paul Eggleton paul.eggle...@linux.intel.com wrote: ...  scripts/combo-layer: auto-commit updated config file ... As said on IRC I'd prefer to the auto-commit do not replace the author as it gives the possibility to easily figure who did the update on the repository.

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-04 Thread Koen Kooi
Op 4 nov. 2011, om 18:52 heeft Paul Eggleton het volgende geschreven: If the user has set their own value for IMAGE_FSTYPES, they may have disabled the cpio.gz image type, preventing the initramfs from being produced in the format that image-live.bbclass expects; so force IMAGE_FSTYPES to

[OE-core] [PATCH 0/5] Misc fixes

2011-11-04 Thread Otavio Salvador
The following changes since commit e3c003282afb93ec52882496400b042620ab00ef: rt-tests: update to 0.83 (2011-11-04 15:43:19 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (5): libcap:

[OE-core] [PATCH 1/5] libcap: fix sstate for native package

2011-11-04 Thread Otavio Salvador
The 'lib' option needs to be given on target and native builds otherwise it installs the binaries at ${libdir}64 when host is 64bit. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-support/libcap/libcap.inc | 15 ---

[OE-core] [PATCH 3/5] dhcp: drop unused dhcp3.inc file

2011-11-04 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-connectivity/dhcp/dhcp3.inc | 49 -- 1 files changed, 0 insertions(+), 49 deletions(-) delete mode 100644 meta/recipes-connectivity/dhcp/dhcp3.inc diff --git

[OE-core] [PATCH 4/5] dhcp: rename dhcp4.inc to dhcp.inc

2011-11-04 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../dhcp/{dhcp4.inc = dhcp.inc} |0 meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-connectivity/dhcp/{dhcp4.inc = dhcp.inc} (100%)

[OE-core] [PATCH 5/5] dhcp: move server configuration to dhcp-server-config

2011-11-04 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-connectivity/dhcp/dhcp.inc | 10 -- meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc

[OE-core] [PATCH 2/5] files/device_table-minimal.txt: add /dev/kmsg

2011-11-04 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/files/device_table-minimal.txt |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt index 495b5d5..c6e5463 100644 ---

[OE-core] OE Changelog for 2011-10-24 to 2011-10-31

2011-11-04 Thread cliff . brake
Changelog for 2011-10-24 to 2011-10-31. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [PATCH] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-04 Thread Matthew McClintock
Just define additional serial consoles like so: SERIAL_CONSOLES=115200;ttyS0 115200;ttyS1 ... 115200;ttySN Also be sure to remove SERIAL_CONSOLE (lacking the S) from your machine as they can conflict. Signed-off-by: Matthew McClintock m...@freescale.com ---

Re: [OE-core] [PATCH] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-04 Thread Phil Blundell
On Fri, 2011-11-04 at 16:07 -0500, Matthew McClintock wrote: +idx=0 +tmp=${SERIAL_CONSOLES} +for i in $tmp +do + j=`echo ${i} | sed s/\;/\ /g` +echo ${idx}:2345:respawn:${base_sbindir}/getty ${j} ${D}${sysconfdir}/inittab + idx=`expr $idx + 1` +done

Re: [OE-core] [PATCH 4/5] dhcp: rename dhcp4.inc to dhcp.inc

2011-11-04 Thread Phil Blundell
On Fri, 2011-11-04 at 18:20 +, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../dhcp/{dhcp4.inc = dhcp.inc} |0 meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files changed, 1 insertions(+), 1 deletions(-)

Re: [OE-core] [PATCH v2] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-04 Thread Phil Blundell
On Fri, 2011-11-04 at 16:25 -0500, Matthew McClintock wrote: v2: handle case where SERIAL_CONSOLES is not defined .../sysvinit/sysvinit-inittab_2.88dsf.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH v2] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-04 Thread McClintock Matthew-B29882
On Nov 4, 2011 4:35 PM, Phil Blundell ph...@gnu.orgmailto:ph...@gnu.org wrote: On Fri, 2011-11-04 at 16:25 -0500, Matthew McClintock wrote: v2: handle case where SERIAL_CONSOLES is not defined .../sysvinit/sysvinit-inittab_2.88dsf.bbhttp://sysvinit-inittab_2.88dsf.bb |