[OE-core] [CONSOLIDATED PULL 5/9] gtk-icon-cache bbclass: don't assing to global RDEPENDS

2011-08-05 Thread Saul Wold
From: Koen Kooi Only the package with the icons needs it Signed-off-by: Koen Kooi --- meta/classes/gtk-icon-cache.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 4142d0e..5d8ef3

[OE-core] [CONSOLIDATED PULL 8/9] lttng-ust: Update to 0.15

2011-08-05 Thread Saul Wold
This address [YOCTO #1005] which was waiting for upstream updates from the lttng and GDB teams. Signed-off-by: Saul Wold --- .../lttng/lttng-ust/uclibc-sched_getcpu.patch | 50 meta/recipes-kernel/lttng/lttng-ust_0.15.bb| 27 +++ 2 files changed, 27

[OE-core] [CONSOLIDATED PULL 0/9] Roll-up some missed requests

2011-08-05 Thread Saul Wold
Richard, This rolls up some missed pulls and includes upgrades to lttng and gdb to address a bug fixed upstream. Sau! The following changes since commit 7a278238d9b08e0315e92d386282cb488cc0c7b4: bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 (2011-08-05 17:48:23 +0100) are availa

[OE-core] [CONSOLIDATED PULL 9/9] lttng-control: Update to 0.89

2011-08-05 Thread Saul Wold
Signed-off-by: Saul Wold --- ...lttng-control_0.88.bb => lttng-control_0.89.bb} |4 +-- meta/recipes-kernel/lttng/lttng-ust_0.12.bb| 30 2 files changed, 1 insertions(+), 33 deletions(-) rename meta/recipes-kernel/lttng/{lttng-control_0.88.bb => lttng-control_

[OE-core] [CONSOLIDATED PULL 6/9] gdb: Update to 7.3

2011-08-05 Thread Saul Wold
This has one upstream patch removed and a couple rebased Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-common.inc |5 ++- ...s-canadian_7.2.bb => gdb-cross-canadian_7.3.bb} |2 +- .../gdb/{gdb-cross_7.2.bb => gdb-cross_7.3.bb} |2 +- meta/recipes-devtools/g

[OE-core] [CONSOLIDATED PULL 7/9] liburcu: Update to 0.6.4

2011-08-05 Thread Saul Wold
Signed-off-by: Saul Wold --- .../liburcu/{liburcu_0.5.4.bb => liburcu_0.6.4.bb} |5 + 1 files changed, 1 insertions(+), 4 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.5.4.bb => liburcu_0.6.4.bb} (72%) diff --git a/meta/recipes-support/liburcu/liburcu_0.5.4.bb b/meta/rec

[OE-core] [CONSOLIDATED PULL 1/9] gcc: use ${base_lib} to match gcc default configuration

2011-08-05 Thread Saul Wold
From: Kumar Gala Rather than tweaking MULTILIB_DIRNAMES & MULTILIB_OSDIRNAMES like is done for x86-64 via 64bithack.patch. We can just go with gcc defaults and utilize ${base_lib} for where to find gcc libs. Signed-off-by: Kumar Gala --- .../gcc/gcc-cross-intermediate.inc |

[OE-core] [CONSOLIDATED PULL 3/9] python-native: Fix a compiler finding issue

2011-08-05 Thread Saul Wold
From: Mei Lei The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added. Fix this issue by dropping the option information when finding compiler name. Signed-off-by: Mei Lei --- .../python/python-native/unixcco

[OE-core] [CONSOLIDATED PULL 4/9] apr-util: disable pqsql support to avoid configure error

2011-08-05 Thread Saul Wold
From: Mei Lei The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes. Signed-off-by: Mei Lei --- meta

[OE-core] [CONSOLIDATED PULL 2/9] gst-plugins: partially sync packaging with OE .dev

2011-08-05 Thread Saul Wold
From: Koen Kooi Gst-plugins get 2 extra packages: ${PN}-apps: helper apps in ${bindir} ${PN}-meta: meta package that will drag in all plugins, libs and apps ${PN} generates And all libs are split out and run through debian style renaming if enabled. The packaging include was split out to be r

Re: [OE-core] [PATCH 0/4] Richard/Saul,

2011-08-05 Thread Bruce Ashfield
Hmm. Sorry about the broken subject on this, it's late and I had a git-send-email misfire. The contents is fine, I just didn't write the proper subject: linux-yocto: update to v3.0.1 (and associated changes). Cheers, Bruce On Sat, Aug 6, 2011 at 12:19 AM, Bruce Ashfield wrote: > Here's a col

[OE-core] [PATCH 4/4] linux-yocto: merge v3.0.1

2011-08-05 Thread Bruce Ashfield
3.0.1 -stable has been released. This now becomes the baseline for the 3.0 linux-yocto tree. As was the policy in the 2.6.34 and 2.6.37 kernels, the version stays at 3.0 in the recipe. Build and boot tested on qemu* targets. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yoct

[OE-core] [PATCH 3/4] linux-yocto: update atom-pc preempt-rt definition

2011-08-05 Thread Bruce Ashfield
The atom-pc preempt-rt configuration wasn't pulling in the common-pc settings, and wasn't defining re-use of the preempt-rt/base branch properly. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 1/4] linux-yocto: pass KMACHINE to updateme, not MACHINE

2011-08-05 Thread Bruce Ashfield
To support the mapping of any oe/yocto MACHINE to a kernel branch that may not share that naming structure we have KMACHINE and KBRANCH. To allow the mapping to work, we actually have to pass KMACHINE into updateme and not MACHINE. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbcl

[OE-core] [PATCH 2/4] linux-yocto: allow configuration of arbitrary branches

2011-08-05 Thread Bruce Ashfield
When building an external tree or bootstrapping a BSP the external branch may not have been checked out. The tools now ensure that the tree is ready for configuration, so we no longer need to force the checkout of the external branch. This change is coupled with some kern tools tweaks as follows:

[OE-core] [PATCH 0/4] Richard/Saul,

2011-08-05 Thread Bruce Ashfield
Here's a collection of fixes that have been cooking here for the week. Build, boot and regression testing has been completed. With these the 3.0 kernel tree is bumped to 3.0.1, and some use cases have been updated to support building arbitrary repos (for x32 dev testing) and for building multiple

[OE-core] [PATCH 2/3] insane.bbclass: add entries for linux-gnux32

2011-08-05 Thread nitin . a . kamble
From: Nitin A Kamble For x86_64 new ABI : x32, there is a new name for the TARGET_OS: linux-gnux32 Signed-off-by: Nitin A Kamble --- meta/classes/insane.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass

[OE-core] [PATCH 1/3] siteinfo.bbclass: add entries for new x86_64 ABI x32 target

2011-08-05 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/classes/siteinfo.bbclass | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 9dacd58..a61b5e5 100644 --- a/meta/classes/siteinfo.bbcla

[OE-core] [PATCH 0/3] new x86 ABI x32 V2 patch series

2011-08-05 Thread nitin . a . kamble
From: Nitin A Kamble These are the commits for the new x86_64 ABI named x32. These are changed as per the feedback received on the mailing list. The kernel related commits are dropped from this series as Bruce is pushing them directly. The following changes since commit da321ee54b26b11e2bd36c8

[OE-core] [PATCH 3/3] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/ia32/arch-ia32.inc | 19 +-- meta/conf/machine/include/tune-core2.inc |4 meta/conf/machine/include/tune-x86_64.inc|2 +- 3 files changed, 22 insertions(+), 3 deletions(-) di

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Saul Wold > Sent: Friday, August 05, 2011 2:24 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH] prelink: Add lib64 dirs to prelink.conf

2011-08-05 Thread Saul Wold
On 08/03/2011 11:05 PM, Kumar Gala wrote: Handle multlib or cases that baselib is lib64. Signed-off-by: Kumar Gala --- meta/recipes-devtools/prelink/prelink/prelink.conf |8 meta/recipes-devtools/prelink/prelink_git.bb |2 +- 2 files changed, 5 insertions(+), 5 deletio

Re: [OE-core] [PATCH] image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib

2011-08-05 Thread Saul Wold
On 08/03/2011 09:03 PM, Kumar Gala wrote: We might redefine ${base_libdir} from being set to just /lib. Signed-off-by: Kumar Gala --- meta/classes/image-mklibs.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/image-mklibs.bbclass b/meta/cla

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Saul Wold
On 08/05/2011 11:07 AM, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Friday, August 05, 2011 9:04 AM To: Patches and discussions about the oe-

Re: [OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/05/2011 01:11 PM, Kumar Gala wrote: > Signed-off-by: Kumar Gala --- > meta/conf/machine/include/tune-ppce5500.inc | 14 ++ 1 > files changed, 14 insertions(+), 0 deletions(-) create mode 100644 > meta/conf/machine/include/tune-ppce

[OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-05 Thread Kumar Gala
Signed-off-by: Kumar Gala --- meta/conf/machine/include/tune-ppce5500.inc | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-ppce5500.inc diff --git a/meta/conf/machine/include/tune-ppce5500.inc b/meta/conf/machine/include

[OE-core] [PATCH V2] defaultsetup: Use .= to add TCLIBCAPPEND to TMPDIR

2011-08-05 Thread Khem Raj
From: Daniel Lazzari Lazily appending causes a bug where wrong cache is cleared when BB_SRCREV_POLICY = "clear". Tested with qemuarm on uclibc/eglibc in same build dir Signed-off-by: Daniel Lazzari Jr Signed-off-by: Khem Raj --- meta/conf/distro/defaultsetup.conf |2 +- 1 files changed,

[OE-core] [PATCH v2] Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf

2011-08-05 Thread Daniel Lazzari
Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf instead of lazily appending it with _append. This fixes a bug where the wrong cache was cleared when BB_SRCREV_POLICY = "clear". Signed-off-by: Daniel Lazzari Jr --- meta/conf/distro/defaultsetup.conf |2 +- 1 files chan

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: Friday, August 05, 2011 9:04 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [P

[OE-core] [PATCH] gtk-icon-cache bbclass: don't assing to global RDEPENDS

2011-08-05 Thread Koen Kooi
Only the package with the icons needs it Signed-off-by: Koen Kooi --- meta/classes/gtk-icon-cache.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 4142d0e..5d8ef34 100644 --- a/met

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Koen Kooi
Op 5 aug. 2011, om 18:27 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-08-05 at 07:55 +0200, Koen Kooi wrote: >> Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: >> >>> On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi >>> wrote: Op 5 aug. 2011, om 07:32

Re: [OE-core] Error running QEMU with oe-core / angstrom console-image, hwclock: can't open '/dev/misc/rtc' : No such file or directory

2011-08-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2011 10:25 PM, Samuel Stirtzel wrote: > 2011/8/4 Khem Raj : >> On 08/04/2011 01:08 AM, Samuel Stirtzel wrote: >>> >>> 2011/8/3 Khem Raj: There is a smart script in scripts/ dir that you could use something like this >>>

Re: [OE-core] [PATCH] Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf

2011-08-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2011 09:59 PM, Chris Larson wrote: > On Wed, Aug 3, 2011 at 2:54 PM, Daniel Lazzari > wrote: >> Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf >> instead of lazily appending it with _append. This fixes a bug >> where the wron

Re: [OE-core] [PATCH] gcc: use ${base_lib} to match gcc default configuration

2011-08-05 Thread Saul Wold
On 08/05/2011 09:53 AM, Kumar Gala wrote: On Aug 4, 2011, at 1:54 PM, Kumar Gala wrote: Rather than tweaking MULTILIB_DIRNAMES& MULTILIB_OSDIRNAMES like is done for x86-64 via 64bithack.patch. We can just go with gcc defaults and utilize ${base_lib} for where to find gcc libs. Signed-off-by

Re: [OE-core] [PATCH 08/10] insane.bbclass: add entries for linux-gnu

2011-08-05 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: Friday, August 05, 2011 9:07 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [P

Re: [OE-core] [PATCH] gcc: use ${base_lib} to match gcc default configuration

2011-08-05 Thread Kumar Gala
On Aug 4, 2011, at 1:54 PM, Kumar Gala wrote: > Rather than tweaking MULTILIB_DIRNAMES & MULTILIB_OSDIRNAMES like is > done for x86-64 via 64bithack.patch. We can just go with gcc defaults > and utilize ${base_lib} for where to find gcc libs. > > Signed-off-by: Kumar Gala > --- > .../gcc/gcc-c

Re: [OE-core] [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-08-05 Thread Kumar Gala
>>> On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: >>> If a SOCKS5 gateway is needed for a proxy access like git it might also require authentication to the proxy via a password and username. Adding SOCKS5_USER& SOCKS5_PASSWD to BB_ENV_EXTRAWHITE all

Re: [OE-core] [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 13:51 -0500, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > meta/conf/bitbake.conf |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Merged to master, thanks. Richard ___ Openembedded-core mailing list Open

Re: [OE-core] [PATCH 0/6] Variable fixes for multilib

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 18:37 +0800, Lianhao Lu wrote: > This series of patch fixed variable multilib issues, from bug #1333 to #1338. > > The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: > Richard Purdie (1): > eglibc: Fix patch merge breakage > > are availabl

Re: [OE-core] [PATCH 1/1] task-core-boot.bb: Add PACKAGE definition to facilitate multilib

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 13:48 +0800, Dongxiao Xu wrote: > If there is no PACKAGES defined in bb file, its default definition would > be "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale". > In multilib case, ${PN} is extended with ${MLPREFIX}, so there is no > rename occurred for the

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 07:55 +0200, Koen Kooi wrote: > Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: > > > On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi > > wrote: > >> > >> Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: > >> > >>> On 08/04/2011 10:28 PM,

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 16:18 +0200, Koen Kooi wrote: > This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added > with python > > Signed-off-by: Koen Kooi > --- > meta/classes/gtk-icon-cache.bbclass |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 08:23 -0700, Khem Raj wrote: > On Friday, August 05, 2011 03:34:43 PM Phil Blundell wrote: > > On Fri, 2011-08-05 at 12:39 +0100, Richard Purdie wrote: > > > ARM_THUMB_M_OPT = "${@['-mno-thumb', > > > '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}" > > > T

Re: [OE-core] [PATCH 10/10] local.conf.sample: make BBMASK assignment weak

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 17:07 +0100, Richard Purdie wrote: > On Thu, 2011-08-04 at 15:54 -0700, Kamble, Nitin A wrote: > > > > > -Original Message- > > > From: openembedded-core-boun...@lists.openembedded.org > > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > >

Re: [OE-core] [CONSOLIDATED PULL 00/14]

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 08:27 -0700, Saul Wold wrote: > Richard, > > This Set includes changes multilib and ppc64, you may want to > review the ppc64 changes. > > Thanks > Sau! > > The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: > > eglibc: Fix patch merge bre

Re: [OE-core] [PATCH 06/10] kernel, module-base.bbclass: fix KERNEL_LD & KERNEL_AR vars

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 08:41 -0700, Kamble, Nitin A wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Phil Blundell > > Sent: Friday, August 05, 2011 12:52 AM > > To: Patc

Re: [OE-core] [yocto] Use of git.pokylinux.org vs git.yoctoproject.org in kernel recipe.

2011-08-05 Thread Saul Wold
On 08/05/2011 05:51 AM, Bruce Ashfield wrote: On 11-08-05 08:50 AM, Kumar Gala wrote: In the linux-yocto_3.0.bb recipe we have: meta/recipes-kernel/linux/linux-yocto_3.0.bb:SRC_URI = "git://git.pokylinux.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" S

Re: [OE-core] [PATCH 05/10] toolchain-scripts & other classes: add TARGET_LD_ARCH & TARGET_AS_ARCH vars

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This is comming from x32 need to pass special parameters to ld & as. > > Signed-off-by: Nitin A Kamble > --- > meta/classes/allarch.bbclass |2 ++ > meta/classes/cross-canadian.bbclass

Re: [OE-core] [PATCH 10/10] local.conf.sample: make BBMASK assignment weak

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 15:54 -0700, Kamble, Nitin A wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Tom Rini > > Sent: Thursday, August 04, 2011 3:53 PM > > To: Patches

Re: [OE-core] [PATCH 08/10] insane.bbclass: add entries for linux-gnu

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > for x86_64 multiple ABIs now have these new names for the TARGET_OS. > Add entries for: > linux-gnu32, linux-gnux32, linux-gnu64 > > Signed-off-by: Nitin A Kamble > --- > meta/classes/insane.bbclass

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble > --- > meta/conf/machine/include/ia32/arch-ia32.inc | 23 --- > meta/conf/machine/include/tune-core2.inc |4 > meta/conf/machine/includ

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 16:18 -0700, Khem Raj wrote: > On 08/04/2011 08:01 AM, nitin.a.kam...@intel.com wrote: > > From: Nitin A Kamble > > > > Signed-off-by: Nitin A Kamble > > --- > > meta/conf/distro/include/tclibc-glibc.inc | 32 > > +++ > > meta/conf/distro/includ

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 15:57 -0700, Kamble, Nitin A wrote: > > > It can go in the meta-x32 layer, but I think better place for this > > support file is in the meta layer. It would help avoid duplication of > > the code in multiple layers. > > > > Part of the answer here is that obsolete / etc thing

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 16:44 +0100, Richard Purdie wrote: > Equally, there are several precedents for encoding ABI into TARGET_OS, > arm-gnueabi springs to mind... > > It really comes down to the formats that the various magic files accept > and whilst its the regexps are lax on arm, they are less

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 16:41 +0100, Phil Blundell wrote: > On Fri, 2011-08-05 at 08:37 -0700, Kamble, Nitin A wrote: > > Changing TARGET_ARCH is not correct way to handle it. Because HW/ARCH is > > not different, the difference is in the ABI of the OS. > > Well, I'm not entirely sure I agree with

[OE-core] base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set for multilibs

2011-08-05 Thread Richard Purdie
When running multilib builds its not intuitive for the specificed versions/providers to be build in one case and the higher version in the other. This patch mirrors the options unless they're already set. There shouldn't be any effect if the MULTILIBS variable isn't set. [YOCTO #1339] Signed-off

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 08:37 -0700, Kamble, Nitin A wrote: > Changing TARGET_ARCH is not correct way to handle it. Because HW/ARCH is > not different, the difference is in the ABI of the OS. Well, I'm not entirely sure I agree with what you're saying here. There are at least a few precedents for

Re: [OE-core] [PATCH 06/10] kernel, module-base.bbclass: fix KERNEL_LD & KERNEL_AR vars

2011-08-05 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Friday, August 05, 2011 12:52 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [P

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Friday, August 05, 2011 12:51 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [P

[OE-core] [CONSOLIDATED PULL 14/14] libzypp: Increase the size of the arch compat table

2011-08-05 Thread Saul Wold
From: Mark Hatle Fix [YOCTO #1313] Increase the size of the arch compat table to 30 entries. Also cleanup a few things related to Poky -> OE name changing. Signed-off-by: Mark Hatle Fixed up arm patch Signed-off-by: Saul Wold --- .../arm-workaround-global-constructor.patch| 23 +

[OE-core] [CONSOLIDATED PULL 09/14] gcc-4.6: Add support for the e5500 PowerPC core

2011-08-05 Thread Saul Wold
From: Kumar Gala Implements basic e5500 enablement in gcc, with a scheduler, -mcpu flag, etc... Signed-off-by: Kumar Gala --- meta/recipes-devtools/gcc/gcc-4.6.inc |3 +- .../gcc/gcc-4.6/powerpc-e5500.patch| 465 2 files changed, 467 inser

[OE-core] [CONSOLIDATED PULL 11/14] image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib

2011-08-05 Thread Saul Wold
From: Kumar Gala We might redefine ${base_libdir} from being set to just /lib. Signed-off-by: Kumar Gala --- meta/classes/image-mklibs.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/image-mklibs.bbclass b/meta/classes/image-mklibs.bbclass

[OE-core] [CONSOLIDATED PULL 13/14] linux-yocto_3.0: Fix SRC_URI to use yoctoproject.org

2011-08-05 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 8f49668..ead9d7c 100644 --- a/meta/recipes-kernel/

[OE-core] [CONSOLIDATED PULL 12/14] dpkg: Update to use perlnative

2011-08-05 Thread Saul Wold
[YOCTO #1298] Signed-off-by: Saul Wold --- meta/recipes-devtools/dpkg/dpkg.inc |4 +++- meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc ind

[OE-core] [CONSOLIDATED PULL 06/14] libproxy: utilize libdir when configured

2011-08-05 Thread Saul Wold
From: Kumar Gala Pass $libdir through when we configure to support a location other than /lib. Signed-off-by: Kumar Gala --- meta/recipes-support/libproxy/libproxy_0.4.6.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.

[OE-core] [CONSOLIDATED PULL 07/14] prelink: Add lib64 dirs to prelink.conf

2011-08-05 Thread Saul Wold
From: Kumar Gala Handle multlib or cases that baselib is lib64. Signed-off-by: Kumar Gala --- meta/recipes-devtools/prelink/prelink/prelink.conf |8 meta/recipes-devtools/prelink/prelink_git.bb |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/re

[OE-core] [CONSOLIDATED PULL 08/14] tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync

2011-08-05 Thread Saul Wold
From: Kumar Gala Added a DEFAULTTUNE setting and included arch-powerpc.inc. This way we pick up the changes to TUNE_PKGARCH and things should be kept more in sync going forward. Signed-off-by: Kumar Gala --- .../machine/include/powerpc/arch-powerpc64.inc |4 1 files changed, 4 in

[OE-core] [CONSOLIDATED PULL 10/14] image-mklibs.bbclass: Add powerpc64 arch support

2011-08-05 Thread Saul Wold
From: Kumar Gala powerp64 dynamic loader is 'ld64.so.1'. Signed-off-by: Kumar Gala --- meta/classes/image-mklibs.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/image-mklibs.bbclass b/meta/classes/image-mklibs.bbclass index 9f5a4ea..d6630c4 1006

[OE-core] [CONSOLIDATED PULL 05/14] libmusicbrainz: utilize base_libdir when configured

2011-08-05 Thread Saul Wold
From: Kumar Gala Pass $libdir through when we configure to support a location other than /lib. We also have to tweak the cmake files to allow $libdir to even be set. Signed-off-by: Kumar Gala --- .../allow-libdir-override.patch| 19 +++ .../musicbrainz/li

[OE-core] [CONSOLIDATED PULL 04/14] coreutils: Fix build on uclibc

2011-08-05 Thread Saul Wold
From: Khem Raj coreutils has getloadavg.m4 of its own. So we need to make sure that we remove the portions which look into hardcoded /usr/local/lib paths. These tests are only for AIX so we dont lose much Signed-off-by: Khem Raj --- .../remove-usr-local-lib-from-m4.patch | 31 +++

[OE-core] [CONSOLIDATED PULL 02/14] autoconf: Remove patch=1 from SRC_URI

2011-08-05 Thread Saul Wold
From: Khem Raj Edit summary field s/produced/produce/ Fix the license related warning WARNING: autoconf-native: No generic license file exists for: GPLv2|GPLv3 at /b/openembedded-core/meta/files/common-licenses WARNING: autoconf-native: There is also no SPDXLICENSEMAP for this license type: GPL

[OE-core] [CONSOLIDATED PULL 03/14] autoconf: Remove code checking for hardcoded /usr/local

2011-08-05 Thread Saul Wold
From: Khem Raj This code is only relevant for AIX and causes problems with OE QA sniffer which detects -L/usr/local/lib on linker commandline during cross compile and rightly barfs This only happens when getloadavg() is not found in libc so we do not reach that code with eglibc but only with ucl

[OE-core] [CONSOLIDATED PULL 01/14] buildstats.bbclass: Adding disk io measurement

2011-08-05 Thread Saul Wold
From: Beth Flanagan This commit adds disk-io statistics functionality on a build and per-task basis. It pulls measurements for whatever partition TMPDIR exists on. This data could be off if SSTATE_DIR and DL_DIR exist on a different partition/volume. Notes on what this pulls: ReadsComp: Total

[OE-core] [CONSOLIDATED PULL 00/14]

2011-08-05 Thread Saul Wold
Richard, This Set includes changes multilib and ppc64, you may want to review the ppc64 changes. Thanks Sau! The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: eglibc: Fix patch merge breakage (2011-08-04 15:41:08 +0100) are available in the git repository a

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Khem Raj
On Friday, August 05, 2011 03:34:43 PM Phil Blundell wrote: > On Fri, 2011-08-05 at 12:39 +0100, Richard Purdie wrote: > > ARM_THUMB_M_OPT = "${@['-mno-thumb', > > '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}" > > TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "thumb",

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 12:39 +0100, Richard Purdie wrote: > ARM_THUMB_M_OPT = "${@['-mno-thumb', > '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}" > TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "thumb", > "${ARM_THUMB_M_OPT}", "${ARM_THUMB_M_OPT}", d)}" > > Master ha

[OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-05 Thread Koen Kooi
This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added with python Signed-off-by: Koen Kooi --- meta/classes/gtk-icon-cache.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bb

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Koen Kooi
Op 5 aug 2011, om 15:19 heeft Richard Purdie het volgende geschreven: On Fri, 2011-08-05 at 07:42 -0500, Kumar Gala wrote: On Aug 5, 2011, at 1:51 AM, Koen Kooi wrote: Op 5 aug. 2011, om 08:44 heeft Koen Kooi het volgende geschreven: Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende

Re: [OE-core] Howto pin u-boot to a version supplied by oe-core

2011-08-05 Thread Paul Eggleton
On Thursday 04 August 2011 02:34:17 Khem Raj wrote: > in anycase what you need to lock is PV and the recipes in oe-core has > > u-boot_2011.03.bb:PV = "v2011.03+git${SRCPV}" > u-boot_2011.06.bb:PV = "v2011.06+git${SRCPV}" > > So what you need is > > PREFERRED_VERSION_pn-u-boot = "v2011.03+git%"

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 07:42 -0500, Kumar Gala wrote: > On Aug 5, 2011, at 1:51 AM, Koen Kooi wrote: > > > > > Op 5 aug. 2011, om 08:44 heeft Koen Kooi het volgende geschreven: > > > >> > >> Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende geschreven: > >> > >>> > >>> Op 5 aug. 2011, om 0

Re: [OE-core] Use of git.pokylinux.org vs git.yoctoproject.org in kernel recipe.

2011-08-05 Thread Bruce Ashfield
On 11-08-05 08:50 AM, Kumar Gala wrote: In the linux-yocto_3.0.bb recipe we have: meta/recipes-kernel/linux/linux-yocto_3.0.bb:SRC_URI = "git://git.pokylinux.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" Should this really be git.yoctoproject.org? Ye

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Kumar Gala
On Aug 5, 2011, at 1:51 AM, Koen Kooi wrote: > > Op 5 aug. 2011, om 08:44 heeft Koen Kooi het volgende geschreven: > >> >> Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende geschreven: >> >>> >>> Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: >>> On 08/04/2011 10

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 11:59 +0100, Phil Blundell wrote: > On Mon, 2011-08-01 at 14:14 +0100, Richard Purdie wrote: > > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > > > From: Khem Raj > > > > > > This will decouple the compiling in thumb mode from having thumb > > > capable cores. > > >

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Phil Blundell
On Mon, 2011-08-01 at 14:14 +0100, Richard Purdie wrote: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > > From: Khem Raj > > > > This will decouple the compiling in thumb mode from having thumb > > capable cores. > > > > Signed-off-by: Khem Raj > > --- > > .../conf/machine/include/arm

[OE-core] [PATCH 1/6] SRC_URI: Using BPN instaed of PN.

2011-08-05 Thread Lianhao Lu
[YOCTO #1333] In multilib cases, PN has the prefix of MLPREFIX. It is not correct to use PN in SRC_URI. We should use the pruned BPN instead. Signed-off-by: Lianhao Lu --- .../recipes-connectivity/galago/libgalago_0.5.2.bb |2 +- .../net-tools/net-tools_1.60-23.bb |4 ++--

[OE-core] [PATCH 5/6] ghostscript: Fixed the incorrect DEPENDS.

2011-08-05 Thread Lianhao Lu
[YOCTO #1337] Using ghostscript-native instead of ${PN}-native in DEPENDS to correct the invalid DEPENDS in multilib cases. Signed-off-by: Lianhao Lu --- .../ghostscript/ghostscript_9.02.bb|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-exte

[OE-core] [PATCH 3/6] qt4x11.bbclass: Using BPN instead of PN.

2011-08-05 Thread Lianhao Lu
[YOCTO #1335] Using BPN instead of BP to decide the DEPENDS content for multilib cases. Signed-off-by: Lianhao Lu --- meta/classes/qt4x11.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass index abb1d9d..ee2

[OE-core] [PATCH 2/6] tcp-wrappers: Using ${PN} in PACKAGES.

2011-08-05 Thread Lianhao Lu
[YOCTO #1334] Using ${PN} instead of tcp-wrappers in PACKAGES and FILES_*, since the FILES_tcp-wrappers would be overwritten by FILES_${PN} when the variable name gets expansioned. Signed-off-by: Lianhao Lu --- .../tcp-wrappers/tcp-wrappers_7.6.bb |6 +++--- 1 files changed, 3

[OE-core] [PATCH 6/6] eglibc-locale: Added ${MLPREFIX} for task dependency.

2011-08-05 Thread Lianhao Lu
[YOCTO #1338] Added ${MLPREFIX} to the task dependency between eglibc-locale:do_install and the corresponding virtual/libc's do_populate_sysroot. Signed-off-by: Lianhao Lu --- meta/recipes-core/eglibc/eglibc-locale.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/met

[OE-core] [PATCH 4/6] Misc: Corrected the dependency on non-native for -native package.

2011-08-05 Thread Lianhao Lu
[YOCTO #1336] Corrected the wrong dependency on non-native for -native packages for the following recipes: - util-macros - intltool Signed-off-by: Lianhao Lu --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- meta/recipes-devtools/intltool/intltool.inc|1 + .../xorg-u

[OE-core] [PATCH 0/6] Variable fixes for multilib

2011-08-05 Thread Lianhao Lu
This series of patch fixed variable multilib issues, from bug #1333 to #1338. The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: Richard Purdie (1): eglibc: Fix patch merge breakage are available in the git repository at: git://git.yoctoproject.org/poky-cont

Re: [OE-core] [PATCH 1/1] libsdl: Add libSDL.so into Sato image

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 14:11 +0800, Jiajun Xu wrote: > ---disable-video-opengl --enable-input-events > --enable-pthreads \ > +--enable-input-events --enable-pthreads \ If you're enabling OpenGL, doesn't it need to DEPEND on the GL/GLES libraries? Also, if this is g

Re: [OE-core] [PATCH 06/10] kernel, module-base.bbclass: fix KERNEL_LD & KERNEL_AR vars

2011-08-05 Thread Phil Blundell
On Thu, 2011-08-04 at 15:03 -0700, Kamble, Nitin A wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Phil Blundell > > Sent: Thursday, August 04, 2011 2:50 PM > > To: Pat

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-05 Thread Phil Blundell
On Thu, 2011-08-04 at 15:18 -0700, Kamble, Nitin A wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Phil Blundell > > Sent: Thursday, August 04, 2011 2:57 PM > > To: Pat

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Koen Kooi
Op 5 aug. 2011 om 09:00 heeft Chris Larson het volgende geschreven: > On Thu, Aug 4, 2011 at 10:55 PM, Koen Kooi wrote: >> Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: >> >>> On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi >>> wrote: Op 5 aug. 2011, om 07:32 h

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Chris Larson
On Thu, Aug 4, 2011 at 10:55 PM, Koen Kooi wrote: > Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: > >> On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi >> wrote: >>> >>> Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: >>> On 08/04/2011 10:28 PM, Koen Kooi