[OE-core] [PATCH 1/1] lsb: Change link of ${baselib} to lib64 for 64bits system

2011-10-09 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Binaries of lsb test suite need ld-linux.so* in /lib64. for example: Target$ ./lsbcmdchk -sh: ./lsbcmdchk: No such file or directory Target$ strings lsbcmdchk | grep ld- /lib64/ld-lsb-x86-64.so.3 lsbcmdchk from lsb test suite is a binary program. A

[OE-core] [PATCH 0/1] lsb: Change link of ${baselib} to lib64 for 64bits system

2011-10-09 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Binaries of lsb test suite need ld-linux.so* in /lib64. for example: Target$ ./lsbcmdchk -sh: ./lsbcmdchk: No such file or directory Target$ strings lsbcmdchk | grep ld- /lib64/ld-lsb-x86-64.so.3 lsbcmdchk from lsb test suite is a binary

Re: [OE-core] binutils from meta-oe does build build

2011-10-09 Thread Martin Jansa
On Sat, Oct 08, 2011 at 06:01:36PM -0700, Khem Raj wrote: On Sat, Oct 8, 2011 at 9:08 AM, Philip Balister phi...@balister.org wrote: http://pastebin.com/M0Gw0Db2 Basically, warnings are being treated as errors and the compile fails. you might add --disable-werror to EXTRA_OECONF in

[OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-09 Thread Koen Kooi
Update: move to latest SRCREV, use non-kernel.org URI Merge: wl12xx symlink + packaging, install all firmwares Fix: * all entries in PACKAGES are in PROVIDES already * A package always RPROVIDES itself * A file can only get packaged *once* so only one rtlwifi package will get the

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

2011-10-09 Thread Koen Kooi
Op 6 okt. 2011, om 16:19 heeft Richard Purdie het volgende geschreven: sstate was being a little too ethusiastic about removing stamp files and was removing stamp files for other machines when it shouldn't have been. This patch teaches sstate about machine specific stamp extensions and

Re: [OE-core] binutils from meta-oe does build build

2011-10-09 Thread Philip Balister
On 10/08/2011 09:01 PM, Khem Raj wrote: On Sat, Oct 8, 2011 at 9:08 AM, Philip Balister phi...@balister.org wrote: http://pastebin.com/M0Gw0Db2 Basically, warnings are being treated as errors and the compile fails. you might add --disable-werror to EXTRA_OECONF in

[OE-core] shared-mime-info fails to build if intltool-native is present

2011-10-09 Thread Koen Kooi
Hi, I finally tracked down the cause of the intermittent shared-mime-info build failures I was seeing. No patch yet, but now you all know what's causing it :) regards, Koen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

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

2011-10-09 Thread Martin Jansa
On Sun, Oct 09, 2011 at 01:25:09PM +0200, Koen Kooi wrote: Op 6 okt. 2011, om 16:19 heeft Richard Purdie het volgende geschreven: sstate was being a little too ethusiastic about removing stamp files and was removing stamp files for other machines when it shouldn't have been. This

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

2011-10-09 Thread Koen Kooi
Op 9 okt. 2011, om 20:10 heeft Martin Jansa het volgende geschreven: On Sun, Oct 09, 2011 at 01:25:09PM +0200, Koen Kooi wrote: Op 6 okt. 2011, om 16:19 heeft Richard Purdie het volgende geschreven: sstate was being a little too ethusiastic about removing stamp files and was removing

[OE-core] [PATCH] alsa-utils 0.10.24.2: fix systemd units when there's no asound.state

2011-10-09 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...-t-let-systemd-unit-restore-the-volume-wh.patch | 44 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |3 +- 2 files changed, 46 insertions(+), 1 deletions(-) create mode 100644

Re: [OE-core] [yocto] MACHINE_EXTRA_* and MACHINE_ESSENTIAL_* documentation

2011-10-09 Thread Koen Kooi
Op 27 sep. 2011, om 20:04 heeft Richard Purdie het volgende geschreven: [..] So if you change MACHINE_EXTRA* you need to rebuild task-base, if you change MACHINE_ESSENTIAL_EXTRA* you need to rebuild task-core-boot. Confusing and the checksum code we'll enable soon should make this

Re: [OE-core] [PATCH] alsa-utils 0.10.24.2: fix systemd units when there's no asound.state

2011-10-09 Thread Koen Kooi
Op 9 okt. 2011, om 20:13 heeft Koen Kooi het volgende geschreven: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...-t-let-systemd-unit-restore-the-volume-wh.patch | 44 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |3 +- 2 files changed, 46

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-09 Thread Otavio Salvador
On Sun, Oct 9, 2011 at 07:06, Koen Kooi k...@dominion.thruhere.net wrote: Update: move to latest SRCREV, use non-kernel.org URI Merge: wl12xx symlink + packaging, install all firmwares Fix: * all entries in PACKAGES are in PROVIDES already     * A package always RPROVIDES itself     * A file

Re: [OE-core] [PATCH 0/1] QEMU 0.15 update please test

2011-10-09 Thread Saul Wold
On 10/05/2011 12:45 PM, Khem Raj wrote: This brings in qemu-0.15 into OE-core I have had limited testing on it and mainly on qemuarm. Please help testing it on other architectures I will also work on getting it more solidified and bring some backports as needed. Khem, Did you do any kind of

Re: [OE-core] [PATCH] Allow user mode NFS server to run without rpcbind / portmap

2011-10-09 Thread Saul Wold
On 10/05/2011 11:43 AM, Jason Wessel wrote: From the 2.6.39 linux kernel and up it is possible to use and nfsroot mount without the need to talk to an RPC info server as long as the port numbers for mountd and nfsd are known in advance. This patch updates the qemu startup scripts and the user