Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-03-18 Thread Nobuhiro Iwamatsu
Hi, On Sun, Mar 17, 2013 at 8:04 AM, Saul Wold s...@linux.intel.com wrote: On 03/13/2013 06:43 PM, Nobuhiro Iwamatsu wrote: Hi, When I build alsa-tools, I could not build this with following error: checking for i586-oe-linux-pkg-config... no checking for pkg-config...

[OE-core] [RFC] icecc: Allow to use this bbclass together with external toolchains

2013-03-18 Thread Martin Jansa
* original implementation by Antti Harju Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/icecc.bbclass | 37 + 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index

[OE-core] [PATCH] harfbuzz: update the license information

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com harfbuzz is using the 'Modern Variants' of MIT License: https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Variants So, we can update the LICENSE as 'MIT'. Fixes this warning: WARNING: harfbuzz: No generic license file exists for:

[OE-core] [PATCH 0/5] liburcu upgrade and removing COMPATIBLE_HOST check for lttng

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Latest version of liburcu supports MIPS architecture with this commit: http://git.lttng.org/?p=userspace-rcu.git;a=commit;h=e1259cb17954e4e03954ba7376d3ed61649116cd We can remove the COMPATIBLE_HOST checks present in babeltrace, lttng-ust, lttng-tools and

[OE-core] [PATCH 1/5] liburcu: upgrade to 0.7.6

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 features support to MIPS. Ralf Baechle added MIPS support to liburcu on commit id: e1259cb17954e4e03954ba7376d3ed61649116cd Now, we can remove the COMPATIBLE_HOST check for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com ---

[OE-core] [PATCH 2/5] babeltrace: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/babeltrace_1.0.0.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-)

[OE-core] [PATCH 3/5] lttng-ust: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-)

[OE-core] [PATCH 4/5] lttng-tools: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-)

[OE-core] [PATCH 5/5] lttng-modules: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb |5 - 1 files changed, 0 insertions(+), 5

[OE-core] [PATCH] image_types.bbclass: only create links if the target exists

2013-03-18 Thread Andreas Oberritter
When creating images containing many partitions, rootfs.$type may not be available. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/classes/image_types.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass

Re: [OE-core] [RFC] icecc: Allow to use this bbclass together with external toolchains

2013-03-18 Thread Richard Purdie
On Mon, 2013-03-18 at 11:10 +0100, Martin Jansa wrote: * original implementation by Antti Harju Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/icecc.bbclass | 37 + 1 file changed, 33 insertions(+), 4 deletions(-) FWIW, I don't have

Re: [OE-core] [RFC] icecc: Allow to use this bbclass together with external toolchains

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 01:04:40PM +, Richard Purdie wrote: On Mon, 2013-03-18 at 11:10 +0100, Martin Jansa wrote: * original implementation by Antti Harju Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/icecc.bbclass | 37 +

[OE-core] [PATCH 0/2] connman-conf fixes

2013-03-18 Thread Jukka Rissanen
Hi, noticed some issues with connman-conf that is used to setup the ethernet in qemu image. Cheers, Jukka Jukka Rissanen (2): connman-conf: Move the setup script into /usr/lib/connman connman-conf: Avoid appending IPv4 address meta/recipes-connectivity/connman/connman-conf.bb

[OE-core] [PATCH] connman-conf: Initial systemd support

2013-03-18 Thread Jukka Rissanen
Create IPv4 address for ethernet in qemu image when systemd is in use. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, this patch will provision the ethernet IP address automatically in qemu image when systemd is being used. Cheers, Jukka .../connman/connman-conf.bbappend

[OE-core] [PATCH 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-18 Thread Jukka Rissanen
The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman-conf.bb | 8 +--- 1 file

[OE-core] [PATCH 2/2] connman-conf: Avoid appending IPv4 address

2013-03-18 Thread Jukka Rissanen
If run more than once, the IP addresses would be appended to IPv4 variable. Avoid that by rewriting the IPv4 always. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-18 Thread Richard Purdie
On Mon, 2013-03-18 at 15:38 +0200, Jukka Rissanen wrote: The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com ---

Re: [OE-core] [PATCH 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-18 Thread Jukka Rissanen
Hi Richard, On 18.03.2013 16:09, Richard Purdie wrote: On Mon, 2013-03-18 at 15:38 +0200, Jukka Rissanen wrote: The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. Signed-off-by: Jukka

[OE-core] [PATCH] neard: upgrade to 0.10

2013-03-18 Thread Olivier Guiter
neard ver 0.10: Added initial WiFi handover support. Added Service Name Lookup support to nfctool. Added NDEF building unit tests. Added State support to Bluetooth handover agent. Added neard and neard.conf man pages. Added a copy of the NFC kernel

Re: [OE-core] [PATCH] connman-conf: Initial systemd support

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 03:39:18PM +0200, Jukka Rissanen wrote: Create IPv4 address for ethernet in qemu image when systemd is in use. This belongs to oe-devel ML with [meta-systemd] in subject. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, this patch will

Re: [OE-core] [PATCH] neard: upgrade to 0.10

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 03:53:42PM +0100, Olivier Guiter wrote: neard ver 0.10: Added initial WiFi handover support. Added Service Name Lookup support to nfctool. Added NDEF building unit tests. Added State support to Bluetooth handover agent. Added neard and

[OE-core] [PATCH] mkefidisk.sh: create a proper ESP

2013-03-18 Thread Koen Kooi
The script was creating a FAT fs with EFI files in it, but wasn't setting the GPT GUID. Using 'gummiboot install' natively failed because of the missing GPT GUID, so fix that. While we're there also set the name to EFI System Partition. Signed-off-by: Koen Kooi k...@dominion.thruhere.net

Re: [OE-core] [PATCH v2 0/1] Rename mesa-dri recipe to mesa

2013-03-18 Thread Saul Wold
On 03/17/2013 10:03 PM, Laurentiu Palcu wrote: Ping! I have been testing them in mutt, they might require a rebase and please ensure that this applies cleanly to oe-core and separate out any non-oe-core to the poky part of the patch. Thanks Sau! On 03/06/2013 10:35 AM,

[OE-core] [PATCH v2] neard: upgrade to 0.10

2013-03-18 Thread Olivier Guiter
neard ver 0.10: Added initial WiFi handover support. Added Service Name Lookup support to nfctool. Added NDEF building unit tests. Added State support to Bluetooth handover agent. Added neard and neard.conf man pages. Added a copy of the NFC kernel

Re: [OE-core] [PATCH v2 0/1] Rename mesa-dri recipe to mesa

2013-03-18 Thread Laurentiu Palcu
On 03/18/2013 05:28 PM, Saul Wold wrote: On 03/17/2013 10:03 PM, Laurentiu Palcu wrote: Ping! I have been testing them in mutt, they might require a rebase and please ensure that this applies cleanly to oe-core The patch did apply cleanly when it was sent... Also, I see the patches

Re: [OE-core] [PATCH v2 0/1] Rename mesa-dri recipe to mesa

2013-03-18 Thread Saul Wold
On 03/18/2013 08:44 AM, Laurentiu Palcu wrote: On 03/18/2013 05:28 PM, Saul Wold wrote: On 03/17/2013 10:03 PM, Laurentiu Palcu wrote: Ping! I have been testing them in mutt, they might require a rebase and please ensure that this applies cleanly to oe-core The patch did apply cleanly

[OE-core] [ross/systemd][PATCH 1/2] systemd: disable udev initscript when systemd is active

2013-03-18 Thread Andreas Oberritter
* systemd's unit is called systemd-udev, which doesn't match the name of the initscript Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-core/systemd/systemd_197.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_197.bb

[OE-core] [ross/systemd][PATCH 2/2] dbus: disable initscript when systemd is active

2013-03-18 Thread Andreas Oberritter
* systemd's unit is called dbus, which doesn't match the name of the initscript Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-core/dbus/dbus.inc |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/dbus/dbus.inc

Re: [OE-core] [PATCH] neard: upgrade to 0.10

2013-03-18 Thread Richard Purdie
On Mon, 2013-03-18 at 16:16 +0100, Martin Jansa wrote: On Mon, Mar 18, 2013 at 03:53:42PM +0100, Olivier Guiter wrote: neard ver 0.10: Added initial WiFi handover support. Added Service Name Lookup support to nfctool. Added NDEF building unit tests. Added State support

[OE-core] [PATCH v2] package: Add cachedpath optimisation

2013-03-18 Thread Richard Purdie
Currently, various standard library operations like os.walk(), os.path.isdir() and os.path.islink() each call stat or lstat which involves a syscall into the kernel. There is no caching since they could conceivably have changed on disk. The result is that for something like the do_package task of

Re: [OE-core] package: Add cachedpath optimisation

2013-03-18 Thread Richard Purdie
On Thu, 2013-03-14 at 20:02 -0700, Chris Larson wrote: On Thu, Mar 14, 2013 at 6:57 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Currently, various standard library operations like os.walk(), os.path.isdir() and os.path.islink() each call stat or lstat

Re: [OE-core] [PATCH v2] package: Add cachedpath optimisation

2013-03-18 Thread Chris Larson
On Mon, Mar 18, 2013 at 9:47 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Currently, various standard library operations like os.walk(), os.path.isdir() and os.path.islink() each call stat or lstat which involves a syscall into the kernel. There is no caching since they could

Re: [OE-core] [PATCH] harfbuzz: update the license information

2013-03-18 Thread Flanagan, Elizabeth
On Mon, Mar 18, 2013 at 3:24 AM, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com harfbuzz is using the 'Modern Variants' of MIT License: https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Variants So, we can update the LICENSE as 'MIT'. Fixes this

[OE-core] [PATCH][for-danny] kernel bbclass: return to original directory in do_deploy

2013-03-18 Thread Chase Maupin
* During the base kernel_do_deploy function the directory is changed to DEPLOYDIR in order to do some cleanup and symlinking. However, the directory is not changed back to the original starting directory ${S} at the end. For append functions this means that the starting directory is not

[OE-core] OE Changelog since 2013-03-10 until 2013-03-17

2013-03-18 Thread cliff . brake
Changelog since 2013-03-10 until 2013-03-17. 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 [v3] 0/1] *** tzcode tzdata: update to 2013b versions ***

2013-03-18 Thread Joe Slater
In v2, accidently reverted modifications in tzdata recipe made earlier this year. Now changes are only to version specific info such as checksums. One comment has been added. Joe Slater (1): tzcode tzdata: update to 2013b versions ...code-native_2012j.bb = tzcode-native_2013b.bb} | 12

[OE-core] [PATCH [v3] 1/1] tzcode tzdata: update to 2013b versions

2013-03-18 Thread Joe Slater
Rename and modifying existing recipes to use 2013b versions of time zone. Signed-off-by: Joe Slater jsla...@windriver.com --- ...code-native_2012j.bb = tzcode-native_2013b.bb} | 12 +++- .../tzdata/{tzdata_2012j.bb = tzdata_2013b.bb}|6 +++--- 2 files changed, 10 insertions(+),

Re: [OE-core] [PATCH [v3] 1/1] tzcode tzdata: update to 2013b versions

2013-03-18 Thread Otavio Salvador
On Mon, Mar 18, 2013 at 5:46 PM, Joe Slater jsla...@windriver.com wrote: Rename and modifying existing recipes to use 2013b versions of time zone. Signed-off-by: Joe Slater jsla...@windriver.com It seems a good timming to drop PR. -- Otavio Salvador O.S. Systems

Re: [OE-core] [PATCH [v3] 1/1] tzcode tzdata: update to 2013b versions

2013-03-18 Thread Slater, Joseph
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Monday, March 18, 2013 2:06 PM To: Slater, Joseph Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH [v3] 1/1] tzcode tzdata:

[OE-core] [PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta-hob/conf/layer.conf | 6 +++--- meta-skeleton/conf/layer.conf | 6 +++--- meta/conf/layer.conf

[OE-core] [PATCH] [RFC] Perl packages shouldn't be allarch

2013-03-18 Thread Jesse Zhang
Hi, I recently found that perl packages are broken in multilib builds. On a lib32 image, everything including perl is lib32 and installs to /usr/lib. These perl packages are all arch, which is fine except that they install to /usr/lib64. They won't work because the lib32 perl thinks its vendorlib

[OE-core] [PATCH] Perl packages shouldn't be allarch

2013-03-18 Thread Jesse Zhang
Perl packages should know about arch so that they could install to the correct libdir. Or else they always install to the default libdir in multilib builds. Signed-off-by: Jesse Zhang sen.zh...@windriver.com --- meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb | 2 +-

[OE-core] [PATCH 0/1] perf: set PKGV to matching kernel version

2013-03-18 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com This makes the perf packages use the kernel version they were built with for their package version instead of the perf recipe version, which is now 1.0 with the rename. The following changes since commit 87cfde2559daec564731c5c25df04eec27eaf7d5:

[OE-core] [PATCH 1/1] perf: make PKGV match kernel version

2013-03-18 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Have perf grab and use the kernel version it's built from for PKGV, rather than the default perf recipe version, so the final packages get the kernel version instead of the default 1.0, which represents a backwards value from the previous recipe.

[OE-core] OE TSC Minutes 26 February 2013

2013-03-18 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 26 February 2013 Attendees: Koen (koen) Khem (khem) Fray (fray) Paul (bluelightning) Apologies: Richard (RP) Notes: Jefro Agenda Results 1. pick a chair