[OE-core] [PATCH] eglibc backport of ARM ucontext

2012-06-26 Thread david.nystrom
From: David Nyström david.nyst...@enea.com Last patch sent was corrupted due to sendmail issues, lets hope for better luck this time :). Allows for setcontext, getcontext swapcontext et.c. on ARM targets. David Nyström (1): Added backported ucontext support for ARM in eglibc

Re: [OE-core] [PATCH] eglibc backport of ARM ucontext

2012-06-26 Thread David Nyström
Arrgh, Please ignore this, this was cached and resent due to a malconfigured sendmail instance. Br, David On 06/19/2012 01:48 PM, david.nyst...@enea.com wrote: From: David Nyströmdavid.nyst...@enea.com Last patch sent was corrupted due to sendmail issues, lets hope for better luck this time

[OE-core] [PATCH 2/2] local.conf.sample.extended: Add filtering function to archiver.bbclass

2012-06-26 Thread Kang Kai
From: Xiaofeng Yan xiaofeng@windriver.com Add the option to filter packages according to license. [YOCTO #2473] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta-yocto/conf/local.conf.sample.extended |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 1/2] archiver.bbclass: Add the function of filtering packages

2012-06-26 Thread Kang Kai
From: Xiaofeng Yan xiaofeng@windriver.com This function can miss packages whose license is in COPYLEFT_LICENSE_EXCLUDE and tarball packages with license in COPYLEFT_LICENSE_INCLUDE. [YOCTO #2473] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/archiver.bbclass |

[OE-core] [PATCH 0/2] archiver.bbclass: Add the function of filtering packages

2012-06-26 Thread Kang Kai
Hi, These patches are from Xiaofeng Yan xiaofeng@windriver.com This function can miss and tarball packages according to license from recipes. Regards, Kai The following changes since commit 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d: sanity.bbclass: Increase LAYER_CONF_VERSION to match

[OE-core] [PATCH 0/1] bitbake.conf: disable ccache explicitly if it is not enabled

2012-06-26 Thread Robert Yang
The following changes since commit b876f42821383bf0069ee49b607ba06614417fba: guile: fix compilation on MIPS/PPC (2012-06-21 14:42:25 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/autogen

[OE-core] [PATCH 1/1] bitbake.conf: disable ccache explicitly if it is not enabled

2012-06-26 Thread Robert Yang
The autogen-native built error on FC17: ccache: failed to create /dev/null/.ccache This is because the default gcc command of FC17 is a symlink to ccache, so the ccache will always be used regardless to the setting of CCACHE, ccache uses $HOME/.ccache as the CACHE_DIR by default, but autogen set

[OE-core] [PATCH] gconf.bbclass: don't register schemas in the install stage

2012-06-26 Thread Ross Burton
Previously this was installing schemas in the sysroot, which is wrong for native packages as nothing should touch the sysroot directly, and even more wrong for non-native packages as the sysroot is irrelevant. So, export the environment variable that stops the registration happening at install

[OE-core] [PATCH] Fix for BUG 2636

2012-06-26 Thread Valentin Popa
(-) renamed self-hosted-image to build-appliance-image (-) replaced build-appliance-image description (-) replaced qt4e-demo-image description (-) changed self-hosted-image ref in manual/doc and maintainers.inc Signed-off-by: Valentin Popa valentin.p...@intel.com ---

Re: [OE-core] sgml-common sstate_task_postfunc failure

2012-06-26 Thread Jack Mitchell
On 25/06/12 09:32, Jack Mitchell wrote: On 22/06/12 18:08, Scott Garman wrote: On 06/22/2012 01:50 AM, Jack Mitchell wrote: I have had issues building sgml-common the past few days with oe-core master. Could anyone shed any light on the debug messages I am receiving and what I could do to go

Re: [OE-core] sgml-common sstate_task_postfunc failure

2012-06-26 Thread Jack Mitchell
On 26/06/12 13:41, Jack Mitchell wrote: On 25/06/12 09:32, Jack Mitchell wrote: On 22/06/12 18:08, Scott Garman wrote: On 06/22/2012 01:50 AM, Jack Mitchell wrote: I have had issues building sgml-common the past few days with oe-core master. Could anyone shed any light on the debug messages I

Re: [OE-core] [PATCH] Fix for BUG 2636

2012-06-26 Thread Saul Wold
On 06/26/2012 04:05 AM, Valentin Popa wrote: (-) renamed self-hosted-image to build-appliance-image (-) replaced build-appliance-image description (-) replaced qt4e-demo-image description (-) changed self-hosted-image ref in manual/doc and maintainers.inc Please change the subject line to be a

[OE-core] [PATCH] libxml: add lzma to build time dependencies

2012-06-26 Thread Marcin Juszkiewicz
On my system libxml-native got linked with host copy of liblzma and as a result libxslt-native was not linkable: | x86_64-linux-libtool: link: gcc -isystem/home/hrw/HDD/devel/canonical/ci-linaro/oecore/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -Wl,-rpath-link

Re: [OE-core] [PATCH] libxml: add lzma to build time dependencies

2012-06-26 Thread Khem Raj
On Tue, Jun 26, 2012 at 7:56 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: On my system libxml-native got linked with host copy of liblzma and as a result libxslt-native was not linkable: Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org ---  

[OE-core] [PATCH] libxml: disable lzma

2012-06-26 Thread Marcin Juszkiewicz
On my system libxml-native got linked with host copy of liblzma and as a result libxslt-native was not linkable: | x86_64-linux-libtool: link: gcc -isystem/home/hrw/HDD/devel/canonical/ci-linaro/oecore/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -Wl,-rpath-link

Re: [OE-core] kernel: building target-arch scripts/* to include in kernel-headers package

2012-06-26 Thread Darren Hart
On 06/25/2012 10:19 PM, Khem Raj wrote: On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart dvh...@linux.intel.com wrote: I'm working on a patch series to provide a kernel-headers package which allows for the compilation of Linux kernel modules on the target. I currently have something working, but

Re: [OE-core] kernel: building target-arch scripts/* to include in kernel-headers package

2012-06-26 Thread Darren Hart
On 06/25/2012 10:53 PM, Khem Raj wrote: On Mon, Jun 25, 2012 at 10:19 PM, Khem Raj raj.k...@gmail.com wrote: On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart dvh...@linux.intel.com wrote: I'm working on a patch series to provide a kernel-headers package which allows for the compilation of Linux

Re: [OE-core] kernel: building target-arch scripts/* to include in kernel-headers package

2012-06-26 Thread Koen Kooi
Op 26 jun. 2012, om 17:58 heeft Darren Hart het volgende geschreven: On 06/25/2012 10:19 PM, Khem Raj wrote: On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart dvh...@linux.intel.com wrote: I'm working on a patch series to provide a kernel-headers package which allows for the compilation of

Re: [OE-core] kernel: building target-arch scripts/* to include in kernel-headers package

2012-06-26 Thread Darren Hart
On 06/26/2012 09:27 AM, Koen Kooi wrote: Op 26 jun. 2012, om 17:58 heeft Darren Hart het volgende geschreven: On 06/25/2012 10:19 PM, Khem Raj wrote: On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart dvh...@linux.intel.com wrote: I'm working on a patch series to provide a kernel-headers

[OE-core] (PRE)MIRRORS doesn't work with https?$:// anymore Was: [bitbake-devel] [PATCH] fetch2: Add new mirror syntax to simplify mirror specifications

2012-06-26 Thread Martin Jansa
On Thu, Jun 21, 2012 at 03:34:57PM +0100, Richard Purdie wrote: When writing mirror specifications, the current regexp syntax can be awkward and hard to get it to do what you want. For example, extracting the 'basename' of a repository: PREMIRRORS = git://.*/([^/]+/)*([^/]*)

[OE-core] [PATCH] native.bbclass: correct PATH to have native-intercept be prepended

2012-06-26 Thread Saul Wold
This was needed since it was after the sysroots and thus in some cases the native sysroot chown was being found and used instead of the script provided by native-intercept/chown. This was noticed by the non-gplv3 build since it's coreutils depends on coreutils-native. Signed-off-by: Saul Wold

Re: [OE-core] [PATCH] gconf.bbclass: don't register schemas in the install stage

2012-06-26 Thread Colin Walters
On Tue, 2012-06-26 at 11:10 +0100, Ross Burton wrote: +# Disable install-time schema registration as we're a packaging system so this +# happens in the postinst script, not at install time. Set both the configure +# script option and the traditional envionment variable just to make sure.