Re: [OE-core] bring mipsel support (little endian mode)

2012-06-26 Thread Khem Raj
On Tue, Jun 26, 2012 at 11:25 PM, Dennis.Yxun wrote: > HI ALL: >   Sorry for crossing post, but I'm quite new here, so if I did > something wrong, please point me the right direction. thanks >   I'm using oe-core, and notice that mipsel support(o32, little > endian mode) is missing (current availa

[OE-core] [RFC] webkit-gtk upgrade

2012-06-26 Thread Burton, Ross
Hi, In the git branch poky-contrib/ross/webkit I've upgraded webkit-gtk from a 1.7.1-ish git snapshot to the 1.8.1 tarball. I've tested that web builds and Midori (from meta-oe) works, although obviously more testing is needed -- both users of the library and architectures. I'm going away for a

[OE-core] bring mipsel support (little endian mode)

2012-06-26 Thread Dennis.Yxun
HI ALL: Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks I'm using oe-core, and notice that mipsel support(o32, little endian mode) is missing (current available choose is: qemumips, qemumips64, qemumips64el). So, her

[OE-core] [PATCH 7/7] glib-2.0: Add missing dependency on virtual/libiconv

2012-06-26 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib-2.0_2.32.3.bb |2 +- meta/recipes-core/glib-2.0/glib.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.32.3.

[OE-core] [PATCH 6/7] bison: link in librt on uclibc

2012-06-26 Thread Khem Raj
uclibc has some functions in librt that are needed by bison build. Signed-off-by: Khem Raj --- meta/recipes-devtools/bison/bison_2.5.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb index c5113cd..fc3bb

[OE-core] [PATCH 5/7] uclibc-0.9.33: add posix_fallocate implementation

2012-06-26 Thread Khem Raj
This gets systemd building with uclibc Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-0.9.33.inc |1 + .../uclibc/uclibc-0.9.33/posix_fallocate.patch | 408 2 files changed, 409 insertions(+) create mode 100644 meta/recipes-core/uclibc/uclibc-0

[OE-core] [PATCH 3/7] uclibc: Separate the bits between uclibc and uclibc-initial

2012-06-26 Thread Khem Raj
uclibc and uclibc-initial were providing conflicting PROVIDES separate the common bits into logical pieces. Create a common inc file to hold package information and version specific includes so correct logical units can be included in uclibc and uclibc-initial recipes. Signed-off-by: Khem Raj ---

[OE-core] [PATCH 4/7] uclibc-git: Update for building systemd

2012-06-26 Thread Khem Raj
This adds uclibc patches to build systemd there are new functions that are used by systemd which are needed Additionally when using gold linker to build userspace based on uclibc there are spurious hidden symbol that show up in librt.so and libc.so which should not exist So we patch uclibc for th

[OE-core] [PATCH 2/7] tclibc-eglibc.inc: Define USE_NLS

2012-06-26 Thread Khem Raj
USE_NLS is generally defined for uclibc based system builds and generally its defined to 'no' there. However this variable does not exist at all for eglibc/glibc distributions. This patch adds a weak definition to 'yes' on eglibc based system builds. This will ease out some of the cryptic contructs

[OE-core] [PATCH 1/7] kconfig-frontends: New recipe

2012-06-26 Thread Khem Raj
kconfig-frontends provides the kconfig infrastructure thats used for linux kernel as a standalone package. Its not intended to be used for kernel itself but can be used by packages who are based on kconfig e.g. busybox uclibc or new packages who wants to use kconfig infra for the package build kco

[OE-core] [PATCH 0/7] kconfig-frontends and uclibc updated for systemd

2012-06-26 Thread Khem Raj
This patch consolidates the feedback on kconfig-frontends Adds additional patches needed for systemd to work with uclibc Fixes uclibc and other userspace recipes to work with gold linker The following changes since commit f4b5afe46ff018570c1949653eb6995428827f6f: sanity.bbclass: Increase LAYER_

[OE-core] [PATCH 0/1] lsbinitscripts: Add a linking for functions.lsbinitscripts

2012-06-26 Thread Kang Kai
Hi, This patch and comments are from Xiaofeng Yan . I remove the function of update-alternative according to Richard's suggestion and using linking in the stage of do_install. The following changes since commit 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d: sanity.bbclass: Increase LAYER_CONF_VER

[OE-core] [PATCH 1/1] lsbinitscripts: Add a linking for functions.lsbinitscripts

2012-06-26 Thread Kang Kai
From: Xiaofeng Yan The linking will fail when an original file "functions" exists. So using the new linking replace the previous "functions". [YOCTO #2133] Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/lsb/lsbinitscripts_9.03.bb | 11 --- 1 files changed, 4 insertions(+), 7

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

2012-06-26 Thread Ross Burton
On Tuesday, 26 June 2012 at 22:02, Colin Walters wrote: > Even better is to have the source code check for DESTDIR, and skip gconf > bits itself; e.g.: > > http://git.gnome.org/browse/evolution/tree/shell/Makefile.am?h=gnome-2-28#n201 > > This patch is still useful though for components which don

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 su

[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 --

[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://.*/([^/]+/)*([^/]*) > git://so

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 wrote: I'm working on a patch series to provide a kernel-headers package wh

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 wrote: >>> I'm working on a patch series to provide a kernel-headers package which >>> allows for the compilation of Linux kernel m

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 wrote: >> On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart 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

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 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 it requires tha

[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 -Wl,/home/h

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 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 > --- >  meta/recipes-core/libxml/libxml2.inc      |    2 +- >  meta/recipes-core/

[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 -Wl,/home/h

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

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] 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

[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 --- documentation/poky-ref-manual/ref-images.xml |

[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 tim

[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 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 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rober

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

2012-06-26 Thread Kang Kai
From: Xiaofeng Yan 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 --- meta/classes/archiver.bbclass | 71 - 1 fi

[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 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 bblayers change (2012-06-25

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

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

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öm Last patch sent was corrupted due to sendmail issues, lets hope for better luck this time :). Allows for setcont

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

2012-06-26 Thread david.nystrom
From: David Nyström 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 meta/recipes-core/eglibc/eglibc_2.13.b