[OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-01 Thread Dexuan Cui
[YOCTO #671] "readlink -f" in Ubuntu 10.04 is buggy: it doesn't ignore a trailing / (e.g., "readlink -f /tmp/non-existent-dir/" returns nothing, but according to http://www.gnu.org/s/coreutils/manual/coreutils.pdf it should do that -- hence we get bug 671. It seems Ubuntu 10.10 or even later Ubunt

[OE-core] [PATCH 0/1] fix to bug 671

2011-08-01 Thread Dexuan Cui
The following changes since commit 46cf540e63a848512617b20fd8492f81bfb2f704: arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case (2011-08-01 16:49:11 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/bug-671 http://git.pokylinux.org/cgit.cgi/po

Re: [OE-core] [angstrom] xfce-base-image: Add image for xfce48 desktop image

2011-08-01 Thread Koen Kooi
Op 2 aug. 2011, om 04:31 heeft Khem Raj het volgende geschreven: > On Monday, August 01, 2011 11:10:54 PM Andreas Mueller wrote: >> * This patch requires patch series [1] to be committed in meta-oe >> >> [1] >> http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221. >> html >

[OE-core] [PATCH 0/1] Set version related variables in environment files.

2011-08-01 Thread Lianhao Lu
Fixed bug #1306. Have all the environment files created by meta-toolchain, meta-ide-support and meta-envrionment-xxx contain the same version related variables. The following changes since commit 2a41a311ddda11713296391050f3c2c1b2c1d3d3: Koen Kooi (1): arch-armv7a.inc: fix armv7a-vfp-n

[OE-core] [PATCH 1/1] environment files: Added and unified version related variables.

2011-08-01 Thread Lianhao Lu
[YOCTO #1306] Fixing. Added and unified version related variables in all environment files generated by package meta-toolchain, meta-ide-support, meta-environment-xxx. Signed-off-by: Lianhao Lu --- meta/classes/toolchain-scripts.bbclass |3 +++ meta/recipes-core/meta/meta-environment.bb

[OE-core] [PATCH 0/3] Unify ldd/ldconfig for all multilib eglibcs for bug #1236

2011-08-01 Thread Lianhao Lu
This is a rebase of the original patches to oe-core branch instead of poky. This series of patch allow all the eglibc(s) in the current multilib configuration have the same ldd/ldconfig settings. We put the dynamic loaders'(ld.so) names in the dictionary of "ld_info_all" defined in the file eg

[OE-core] [PATCH 2/3] eglibc: Modify ldd script according to multilib config.

2011-08-01 Thread Lianhao Lu
Part fix of [YOCTO #1236]. 1. Collect all the values for RTLDLIST for the current multilib configuration to modify the ldd scripts. 2. Collect all the values for KNOWN_INTERPRETER_NAMES for the current multilib configuration. Signed-off-by: Lianhao Lu --- meta/classes/utils.bbclass

[OE-core] [PATCH 3/3] eglibc: Setting KNOWN_INTERPRETER_NAMES for ldconfig.

2011-08-01 Thread Lianhao Lu
[YOCTO #1236] Part of the bug fixing. Set the correct ld.so names for ldconfig to deal with the multilib configuration. Signed-off-by: Lianhao Lu --- .../eglibc/eglibc-2.13/multilib_readlib.patch | 20 meta/recipes-core/eglibc/eglibc_2.13.bb|8 +++-

[OE-core] [PATCH 1/3] utils.bbclass/multilib.conf: Added misc supporting functions.

2011-08-01 Thread Lianhao Lu
1. Added variable MULTILIB_VARIANTS to store all the instance variants for multilib extend. 2. Added function all_multilib_tune_values to collect the variable values for all multilib instance. Signed-off-by: Lianhao Lu --- meta/classes/utils.bbclass | 35 +++ m

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Mei, Lei
>-Original Message- >From: openembedded-core-boun...@lists.openembedded.org >[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >Khem Raj >Sent: Tuesday, August 02, 2011 1:27 AM >To: Patches and discussions about the oe-core layer >Subject: Re: [OE-core] [PATCH 1/1] py

Re: [OE-core] [angstrom] xfce-base-image: Add image for xfce48 desktop image

2011-08-01 Thread Khem Raj
On Monday, August 01, 2011 11:10:54 PM Andreas Mueller wrote: > * This patch requires patch series [1] to be committed in meta-oe > > [1] > http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221. > html > > Signed-off-by: Andreas Mueller > --- > recipes-angstrom/images/xfce-

[OE-core] [PATCH] scripts/runqemu: grep for line beginning with TMPDIR

2011-08-01 Thread Khem Raj
Currently the grep regexp matches any occurance of 'TMPDIR=' but if you have another variable defined e.g. OE_BUILD_TMPDIR=xxx then that gets picked up too. $ bitbake -e | grep TMPDIR=\" TMPDIR="/home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc" OE_BUILD_TMPDIR="/home/kraj/work/angstrom/bu

Re: [OE-core] [PATCH 1/1] ghostscript: fix parallel build issue

2011-08-01 Thread Khem Raj
On Mon, Aug 1, 2011 at 3:28 PM, Saul Wold wrote: > On 07/30/2011 11:20 AM, Khem Raj wrote: >> >> On Wednesday, July 27, 2011 05:34:45 PM Kang Kai wrote: >>> >>> From: Kang Kai >>> >>> ghostscript fails some time on autobuilder, it seems a parallel build >>> issue. >>> Add patch to fix it. >>> >>>

[OE-core] [PATCH 2/5] bitbake.conf: Add SDK_PACKAGE_ARCHS

2011-08-01 Thread Mark Hatle
Add SDK_PACKAGE_ARCHS to avoid the sed operations we were previously doing inside of the variouns populate_sdk functions and related items. Also add documentation to populate_sdk to explain when the various functions are expected to be doing. Finally fix a bug in populate_sdk_rpm where the wrong

[OE-core] [PATCH 0/5] Fix the SDK generation

2011-08-01 Thread Mark Hatle
This is an attempt to fix a number of issues with the SDK generation. It has been tested using bitbake meta-toolchain-sdk. Note, patches: 4/5: package_ipk: SDK generation workaround 5/5: update-alternatives: Add alternatives as a runtime provide 4/5 might be reasonable to implement immediate

[OE-core] [PATCH 4/5] package_ipk: SDK generation workaround

2011-08-01 Thread Mark Hatle
During SDK generation the multilib_sanity_check function is being called, however it is not available unless we've been called from the image.bbclass. Disable the check if MULTILIB_CHECK_FILE (also set in image.bbclass) doesn't exist or is empty. Signed-off-by: Mark Hatle --- meta/classes/packa

[OE-core] [PATCH 3/5] populate_sdk_*: Sync SDK and regular rootfs functions

2011-08-01 Thread Mark Hatle
In order for things to be easier to maintain in the future, sync up the sdk and rootfs versions. Signed-off-by: Mark Hatle --- meta/classes/populate_sdk_deb.bbclass | 24 meta/classes/populate_sdk_rpm.bbclass | 68 meta/classes/rootfs_rpm.bbclass

[OE-core] [PATCH 1/5] rootfs_rpm: Cleanup and minor bug fixes

2011-08-01 Thread Mark Hatle
in packages_rpm.bbclass: Cleanup the way package_update_index_rpm works. Break this out into two functions, one for common functionality and one for controlling target vs sdk package processing. Similar change to package_generate_rpm_conf. Usage of IMAGE_ROOTFS should actually be "target_rootfs

[OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-01 Thread Mark Hatle
The following allows RPM to generate the SDK image, however without it we get a failure because the system has nothing that provides /bin/sh. Unfortunately the patch causes failures with ipk and deb packages because they can not have filenames within their RPROVIDES. I'm looking for some type of

Re: [OE-core] [PATCH 1/1] ghostscript: fix parallel build issue

2011-08-01 Thread Tom Rini
On 08/01/2011 03:28 PM, Saul Wold wrote: > On 07/30/2011 11:20 AM, Khem Raj wrote: >> On Wednesday, July 27, 2011 05:34:45 PM Kang Kai wrote: >>> From: Kang Kai >>> >>> ghostscript fails some time on autobuilder, it seems a parallel build >>> issue. >>> Add patch to fix it. >>> >>> Fixes [Yocto #12

[OE-core] [PATCH] tune-powerpc: Set TUNE_PKGARCH instead of adding to it on powerpc machine tune.inc files

2011-08-01 Thread Malcolm Crossley
Set TUNE_PKGARCH instead of adding to it on powerpc machine tune.inc files.The ppce300c2 tune file already sets the TUNE_PKGARCH variable instead of adding to it. Adding to the TUNE_PKGARCH variable is causing the TUNE_PKGARCH to not match the PACKAGE_EXTRA_ARCHS variable. This then meant the

Re: [OE-core] [PATCH 1/1] ghostscript: fix parallel build issue

2011-08-01 Thread Saul Wold
On 07/30/2011 11:20 AM, Khem Raj wrote: On Wednesday, July 27, 2011 05:34:45 PM Kang Kai wrote: From: Kang Kai ghostscript fails some time on autobuilder, it seems a parallel build issue. Add patch to fix it. Fixes [Yocto #1202] Signed-off-by: Kang Kai --- .../ghostscript-9.02-parallel-make

[OE-core] [angstrom] xfce-base-image: Add image for xfce48 desktop image

2011-08-01 Thread Andreas Mueller
* This patch requires patch series [1] to be committed in meta-oe [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221.html Signed-off-by: Andreas Mueller --- recipes-angstrom/images/xfce-base-image.bb | 26 ++ 1 files changed, 26 insertions(

Re: [OE-core] Commits to master in my absence

2011-08-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/01/2011 12:56 PM, Richard Purdie wrote: > On Mon, 2011-08-01 at 12:25 -0700, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 08/01/2011 06:45 AM, Richard Purdie wrote: >> >>> I'm a little frustrated to see what happen

Re: [OE-core] Commits to master in my absence

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 12:25 -0700, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/01/2011 06:45 AM, Richard Purdie wrote: > > > I'm a little frustrated to see what happened when I was away from a > > couple of days. I thought we'd agreed we'd queue up patches in a bra

Re: [OE-core] Commits to master in my absence

2011-08-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/01/2011 06:45 AM, Richard Purdie wrote: > I'm a little frustrated to see what happened when I was away from a > couple of days. I thought we'd agreed we'd queue up patches in a branch > and then I'd take care of things when I got back. So, I ag

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-01 Thread Khem Raj
On Mon, Aug 1, 2011 at 11:51 AM, Kumar Gala wrote: > > On Aug 1, 2011, at 12:34 PM, Khem Raj wrote: > >> On (01/08/11 09:11), Kumar Gala wrote: >>> >>> On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: >>> On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold >>>

[OE-core] help with gcc-configure-common bug

2011-08-01 Thread Kumar Gala
I'm trying to track down a bug related the following in gcc-configure-common.inc. I know there is one bug in the sed line, but when I fix that I run into a second issue. I'm trying to understand what we think the following two lines are trying to attempt: SYSTEMLIBS_DIR=`dirname ${SYS

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-01 Thread Kumar Gala
On Aug 1, 2011, at 12:34 PM, Khem Raj wrote: > On (01/08/11 09:11), Kumar Gala wrote: >> >> On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: >> >>> On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: Signed-off-by: Saul Wold --- meta/classes/sanity.bbclass |8 +---

Re: [OE-core] Commits to master in my absence

2011-08-01 Thread Khem Raj
On (01/08/11 14:45), Richard Purdie wrote: > I'm a little frustrated to see what happened when I was away from a > couple of days. I thought we'd agreed we'd queue up patches in a branch > and then I'd take care of things when I got back. > > I appreciate a serious bug was then found and a fix was

Re: [OE-core] [PATCH] kernel,cml1.bbclass: Move menuconfig to cml1

2011-08-01 Thread Ahsan, Noor
Hi Andrea, I'll send its separate patch. Regards, Noor -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Andrea Adami Sent: Saturday, July 30, 2011 6:08 PM To: Patches and discussions about t

Re: [OE-core] [PATCH BUG #1236 2/3] eglibc: Modify ldd script according to multilib config.

2011-08-01 Thread Saul Wold
On 08/01/2011 04:02 AM, Lianhao Lu wrote: Part fix of [BUGID #1236]. This should be [YOCTO #1236] 1. Collect all the values for RTLDLIST for the current multilib configuration to modify the ldd scripts. 2. Collect all the values for KNOWN_INTERPRETER_NAMES for the current multilib configurat

Re: [OE-core] [PATCH] tune-ppce500mc: Adjust PowerPC e500mc tune file to correctly set hard fpu.

2011-08-01 Thread Saul Wold
On 07/28/2011 02:47 PM, Kumar Gala wrote: From: Malcolm Crossley Signed-off-by: Malcolm Crossley Signed-off-by: Kumar Gala --- meta/conf/machine/include/tune-ppce500mc.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b

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

2011-08-01 Thread Khem Raj
On (01/08/11 14:14), 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/feature-arm-t

Re: [OE-core] [PATCH] arch-armv6, arch-armv5-dsp: correct endianness confusion

2011-08-01 Thread Saul Wold
On 07/28/2011 09:31 AM, Phil Blundell wrote: PACKAGE_EXTRA_ARCHS_tune-armv5eb needs to be defined in terms of the non-e with the same endianness, i.e. PACKAGE_EXTRA_ARCHS_tune-armv5b not PACKAGE_EXTRA_ARCHS_tune-armv5, otherwise PACKAGE_EXTRA_ARCHS will end up containing a semi-random mixture of

Re: [OE-core] [PATCH] Update TERMCMD message to align with previous change

2011-08-01 Thread Saul Wold
On 07/26/2011 12:22 PM, Matthew McClintock wrote: A previous patch changed the default TERM to use xterm. This updates local.conf.sample to match the change Signed-off-by: Matthew McClintock --- meta-yocto/conf/local.conf.sample |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) dif

Re: [OE-core] [PATCH 0/1] Fix bug #1299 for meta-environment

2011-08-01 Thread Saul Wold
On 07/28/2011 04:24 AM, Lianhao Lu wrote: Using recipe-scope variable REAL_MULTIMACH_TARGET_SYS instead of the unavailable OLD_MULTIMACH_TARGET_SYS to generate meta-environment files for ADT installer. The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-01 Thread Khem Raj
On (01/08/11 09:11), Kumar Gala wrote: > > On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > > > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > >> Signed-off-by: Saul Wold > >> --- > >> meta/classes/sanity.bbclass |8 +--- > >> 1 files changed, 5 insertions(+), 3 deletions(-) > >

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Khem Raj
On (01/08/11 20:41), Mei, Lei wrote: > > > > >You're patching python-native, not python, which means the host python > >and not the target python. > > Yes, but I think this function will be called by python-pycairo, which will > use cross compiler name in this function, so we should get the comp

Re: [OE-core] [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo

2011-08-01 Thread Khem Raj
On (01/08/11 10:14), Tom Rini wrote: > On 07/31/2011 12:16 PM, Tom Rini wrote: > > On 07/30/2011 05:56 PM, Khem Raj wrote: > >> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote: > >>> On 07/30/2011 10:33 AM, Khem Raj wrote: > On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote: > >

Re: [OE-core] [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo

2011-08-01 Thread Tom Rini
On 07/31/2011 12:16 PM, Tom Rini wrote: > On 07/30/2011 05:56 PM, Khem Raj wrote: >> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote: >>> On 07/30/2011 10:33 AM, Khem Raj wrote: On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote: > This comes from oe.dev which had this set for ar

Re: [OE-core] [PATCH] tune-cortex{m1, m3, r4}: correct spelling of "cortex"

2011-08-01 Thread Saul Wold
On 07/28/2011 08:06 AM, Phil Blundell wrote: Otherwise the test in TUNE_CCARGS will never match. Signed-off-by: Phil Blundell --- meta/conf/machine/include/tune-cortexm1.inc |2 +- meta/conf/machine/include/tune-cortexm3.inc |2 +- meta/conf/machine/include/tune-cortexr4.inc |3 +

Re: [OE-core] [PATCH 0/1] Fix PACKAGE_EXTRA_ARCHS

2011-08-01 Thread Saul Wold
On 07/28/2011 07:18 AM, Paul Eggleton wrote: Here's a fix as discussed for the PACKAGE_EXTRA_ARCHS issue since the tune file changes. It may not be the proper fix but it does at least it makes the value of this variable correct again. The following changes since commit 1fe892ab6876c405599c796572

Re: [OE-core] [PATCH] bitbake.conf: attemp to fix PACKAGE_EXTRA_ARCHS problems

2011-08-01 Thread Saul Wold
On 07/28/2011 03:07 AM, Koen Kooi wrote: See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-July/007075.html for more background Signed-off-by: Koen Kooi --- meta/conf/bitbake.conf |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf

Re: [OE-core] [PATCH 1/8] multilib: Add support for compiling recipes against multiple ABIs

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 17:30 +0100, Phil Blundell wrote: > On Tue, 2011-07-26 at 22:53 +0100, Richard Purdie wrote: > > +MULTILIBS ??= "multilib:lib32" > > +BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}" > > +BBCLASSEXTEND_append_pn-eglibc-initial = " ${MULTILIBS}" > > +BBCLASSEXTEND_a

Re: [OE-core] lib64 not getting picked up

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 11:28 -0500, Mark Hatle wrote: > On 8/1/11 11:15 AM, Kumar Gala wrote: > > I'm trying to build a powerpc 64-bit system and for some reason everything > > is still in /lib instead of /lib64. > > > > I'd expect things in /lib64 based on how arch-powerpc64.inc has: > > > > BAS

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: > On 08/01/2011 09:07 AM, Phil Blundell wrote: > > On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: > >> Not sure I understand the statement about disambiguate the resulting > >> compilers, on PPC where I intend to utilize this we'd have the t

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-01 Thread Tom Rini
On 08/01/2011 09:07 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: >> Not sure I understand the statement about disambiguate the resulting >> compilers, on PPC where I intend to utilize this we'd have the toolchains >> already named something like: > > The thing

Re: [OE-core] [PATCH 1/8] multilib: Add support for compiling recipes against multiple ABIs

2011-08-01 Thread Phil Blundell
On Tue, 2011-07-26 at 22:53 +0100, Richard Purdie wrote: > +MULTILIBS ??= "multilib:lib32" > +BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}" > +BBCLASSEXTEND_append_pn-eglibc-initial = " ${MULTILIBS}" > +BBCLASSEXTEND_append_pn-eglibc = " ${MULTILIBS}" > +BBCLASSEXTEND_append_pn-libgc

Re: [OE-core] lib64 not getting picked up

2011-08-01 Thread Mark Hatle
On 8/1/11 11:15 AM, Kumar Gala wrote: > I'm trying to build a powerpc 64-bit system and for some reason everything is > still in /lib instead of /lib64. > > I'd expect things in /lib64 based on how arch-powerpc64.inc has: > > BASE_LIB_tune-powerpc64 = "lib64" > > any ideas on what to look at fo

Re: [OE-core] lib64 not getting picked up

2011-08-01 Thread Phil Blundell
On Mon, 2011-08-01 at 11:15 -0500, Kumar Gala wrote: > I'm trying to build a powerpc 64-bit system and for some reason everything is > still in /lib instead of /lib64. > > I'd expect things in /lib64 based on how arch-powerpc64.inc has: > > BASE_LIB_tune-powerpc64 = "lib64" > > any ideas on wha

[OE-core] lib64 not getting picked up

2011-08-01 Thread Kumar Gala
I'm trying to build a powerpc 64-bit system and for some reason everything is still in /lib instead of /lib64. I'd expect things in /lib64 based on how arch-powerpc64.inc has: BASE_LIB_tune-powerpc64 = "lib64" any ideas on what to look at for why this isn't happening? - k _

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-01 Thread Phil Blundell
On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: > Not sure I understand the statement about disambiguate the resulting > compilers, on PPC where I intend to utilize this we'd have the toolchains > already named something like: The thing about disambiguating was that, if you're going to modi

Re: [OE-core] [PATCH v2] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Phil Blundell
On Mon, 2011-08-01 at 15:41 +0200, Koen Kooi wrote: > diff --git a/meta/conf/machine/include/arm/arch-armv7a.inc > b/meta/conf/machine/include/arm/arch-armv7a.inc > index ce9cee5..704f86b 100644 > --- a/meta/conf/machine/include/arm/arch-armv7a.inc > +++ b/meta/conf/machine/include/arm/arch-armv7a

Re: [OE-core] [PATCH 10/22] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-01 Thread Kumar Gala
On Aug 1, 2011, at 9:50 AM, Mark Hatle wrote: > On 8/1/11 9:13 AM, Kumar Gala wrote: >> >> On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: >> >>> On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: From: Kumar Gala Its more likely that we explicitly set soft-floating point su

Re: [OE-core] [PATCH v2] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 16:00 +0200, Koen Kooi wrote: > Op 1 aug. 2011, om 15:47 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-08-01 at 15:41 +0200, Koen Kooi wrote: > >> Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in > >> PACKAGE_EXTRA_ARCHS: > >> > >> arch

Re: [OE-core] [PATCH] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-01 Thread Mark Hatle
On 8/1/11 9:56 AM, Kumar Gala wrote: > > On Aug 1, 2011, at 9:53 AM, Mark Hatle wrote: > >> On 8/1/11 9:26 AM, Kumar Gala wrote: >>> Some of powerpc's dont support the fsqrt[s] instructions so we need an >>> implementation of the library functions for those processors. >>> >>> Signed-off-by: Kuma

Re: [OE-core] [PATCH] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-01 Thread Kumar Gala
On Aug 1, 2011, at 9:53 AM, Mark Hatle wrote: > On 8/1/11 9:26 AM, Kumar Gala wrote: >> Some of powerpc's dont support the fsqrt[s] instructions so we need an >> implementation of the library functions for those processors. >> >> Signed-off-by: Kumar Gala >> --- >> .../recipes-core/eglibc/eglib

Re: [OE-core] [PATCH] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-01 Thread Mark Hatle
On 8/1/11 9:26 AM, Kumar Gala wrote: > Some of powerpc's dont support the fsqrt[s] instructions so we need an > implementation of the library functions for those processors. > > Signed-off-by: Kumar Gala > --- > .../recipes-core/eglibc/eglibc-2.13/ppc-sqrt.patch | 538 > >

Re: [OE-core] [PATCH 10/22] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-01 Thread Mark Hatle
On 8/1/11 9:13 AM, Kumar Gala wrote: > > On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > >> On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >>> From: Kumar Gala >>> >>> Its more likely that we explicitly set soft-floating point support for a >>> given target than hard. So use 'fpu-soft'

Re: [OE-core] [PATCH 16/22] populate_sdk: Fix the introduction of sdknative packages

2011-08-01 Thread Mark Hatle
On 8/1/11 8:06 AM, Richard Purdie wrote: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> From: Mark Hatle >> >> The sdknative packages were not being introduced into the list of available >> packages properly. Fix this by always introducing it and avoiding a sed of >> one type to another

Re: [OE-core] [PATCH 1/1] package_rpm.bbclass: fix one typo

2011-08-01 Thread Mark Hatle
acked-by: Mark Hatle On 8/1/11 6:54 AM, Yu Ke wrote: > fix the MLPREFIX referrence typo which cause multilib rpm > do_rootfs failure > > CC: Mark Hatle > > Signed-off-by: Yu Ke > --- > meta/classes/package_rpm.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff -

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-01 Thread Kumar Gala
On Aug 1, 2011, at 9:30 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 09:21 -0500, Kumar Gala wrote: >> Added a ${GCC_EXTRA_OECONF} to the the building up of gcc's >> ${EXTRA_OECONF}. This is similar to what we have in the glibc recipe >> files. >> >> This allows for a tune file to add somet

Re: [OE-core] [PATCH 17/22] bitbake.conf: Add default tune-${DEFAULTTUNE} override

2011-08-01 Thread Mark Hatle
On 8/1/11 4:09 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> From: Mark Hatle >> >> We need to add the tune-* override in order for more complicated tune >> features to function properly. >> >> Signed-off-by: Mark Hatle >> --- >> meta/conf/bitbake.conf |3

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-01 Thread Phil Blundell
On Mon, 2011-08-01 at 09:21 -0500, Kumar Gala wrote: > Added a ${GCC_EXTRA_OECONF} to the the building up of gcc's > ${EXTRA_OECONF}. This is similar to what we have in the glibc recipe > files. > > This allows for a tune file to add something like: > > GCC_EXTRA_OECONF += "--with-cpu=e5500" >

[OE-core] [PATCH] binutils: Add support for powerpc e5500 core

2011-08-01 Thread Kumar Gala
Add powerpc e5500 core support to binutils so its recognized by assember, etc. The e5500 is a 64-bit core from Freescale utilized in the P5020 SoC. Signed-off-by: Kumar Gala --- .../binutils/binutils/binutils-powerpc-e5500.patch | 112 meta/recipes-devtools/binutils/binuti

[OE-core] [PATCH] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-01 Thread Kumar Gala
Some of powerpc's dont support the fsqrt[s] instructions so we need an implementation of the library functions for those processors. Signed-off-by: Kumar Gala --- .../recipes-core/eglibc/eglibc-2.13/ppc-sqrt.patch | 538 meta/recipes-core/eglibc/eglibc_2.13.bb|

[OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-01 Thread Kumar Gala
Added a ${GCC_EXTRA_OECONF} to the the building up of gcc's ${EXTRA_OECONF}. This is similar to what we have in the glibc recipe files. This allows for a tune file to add something like: GCC_EXTRA_OECONF += "--with-cpu=e5500" If needed. Signed-off-by: Kumar Gala --- meta/recipes-devtools/gcc

Re: [OE-core] [PATCH 10/22] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-01 Thread Kumar Gala
On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> From: Kumar Gala >> >> Its more likely that we explicitly set soft-floating point support for a >> given target than hard. So use 'fpu-soft' in TUNE_FEATURES rather than >> 'fpu-hard' to

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-01 Thread Kumar Gala
On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> Signed-off-by: Saul Wold >> --- >> meta/classes/sanity.bbclass |8 +--- >> 1 files changed, 5 insertions(+), 3 deletions(-) >> >> diff --git a/meta/classes/sanity.bbclass b/meta/cla

Re: [OE-core] [PATCH v2] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Koen Kooi
Op 1 aug. 2011, om 15:47 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-08-01 at 15:41 +0200, Koen Kooi wrote: >> Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in >> PACKAGE_EXTRA_ARCHS: >> >> arch all 1 >> arch any 6 >> arch noarch 11 >> arch arm 16 >> arch arm

Re: [OE-core] [PATCH v2] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 15:41 +0200, Koen Kooi wrote: > Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in > PACKAGE_EXTRA_ARCHS: > > arch all 1 > arch any 6 > arch noarch 11 > arch arm 16 > arch armv4 21 > arch armv4t 26 > arch armv5 31 > arch armv5t 36 > arch armv5-vfp 41 > arch

[OE-core] Commits to master in my absence

2011-08-01 Thread Richard Purdie
I'm a little frustrated to see what happened when I was away from a couple of days. I thought we'd agreed we'd queue up patches in a branch and then I'd take care of things when I got back. I appreciate a serious bug was then found and a fix was committed against what I thought was agreed. This th

[OE-core] [PATCH v2] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Koen Kooi
Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in PACKAGE_EXTRA_ARCHS: arch all 1 arch any 6 arch noarch 11 arch arm 16 arch armv4 21 arch armv4t 26 arch armv5 31 arch armv5t 36 arch armv5-vfp 41 arch armv5t-vfp 46 arch armv5e 51 arch armv5te 56 arch armv5e-vfp 61 arch armv5te-v

Re: [OE-core] [PATCH 20/22] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Koen Kooi
Op 1 aug. 2011, om 15:10 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> From: Koen Kooi >> >> Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in >> PACKAGE_EXTRA_ARCHS: >> >> arch all 1 >> arch any 6 >> arch noarch 11 >>

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-01 Thread Koen Kooi
Op 1 aug. 2011, om 15:03 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> Signed-off-by: Saul Wold >> --- >> meta/classes/sanity.bbclass |8 +--- >> 1 files changed, 5 insertions(+), 3 deletions(-) >> >> diff --git a/meta/classes/sani

Re: [OE-core] [CONSOLIDATED PATCH 00/22] Fixes Multi-Lib & M3

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:35 -0700, Saul Wold wrote: > This set of patches are what have been pulled together for the > M3 RC1 build. They include patches to multi-lib and tuning changes > put last week. > > There are also 2 changes from Josh for bitbake, not included here, > which are included in

Re: [OE-core] [PATCH 1/1] package_rpm.bbclass: fix one typo

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 19:54 +0800, Yu Ke wrote: > fix the MLPREFIX referrence typo which cause multilib rpm > do_rootfs failure > > CC: Mark Hatle > > Signed-off-by: Yu Ke > --- > meta/classes/package_rpm.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to master,

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

2011-08-01 Thread Richard Purdie
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/feature-arm-thumb.inc |6 -- > 1 files changed, 4 insertions(+), 2

Re: [OE-core] [PATCH 21/22] external-*toolchain: remove glibc-utils provide

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > This was causing a multiple providers error What kind of multiple providers error? This change doesn't feel right to me and likely breaks external toolchains. Cheers, Richard > > Signed-off-by: Saul Wold > --- > .../meta/external-csl-tool

Re: [OE-core] [PATCH 20/22] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > From: Koen Kooi > > Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in > PACKAGE_EXTRA_ARCHS: > > arch all 1 > arch any 6 > arch noarch 11 > arch arm 16 > arch armv4 21 > arch armv4t 26 > arch armv5 31 > arch armv5t 36 > arc

Re: [OE-core] [PATCH 16/22] populate_sdk: Fix the introduction of sdknative packages

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > From: Mark Hatle > > The sdknative packages were not being introduced into the list of available > packages properly. Fix this by always introducing it and avoiding a sed of > one type to another. > > Also fix a number of minor issues with t

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold > --- > meta/classes/sanity.bbclass |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass > index 999e15d..dc11c9e 100644 > ---

Re: [OE-core] [PATCH 10/22] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > From: Kumar Gala > > Its more likely that we explicitly set soft-floating point support for a > given target than hard. So use 'fpu-soft' in TUNE_FEATURES rather than > 'fpu-hard' to determine setting 'nf' (no-float) in PPCPKGSFX_FPU. > > Si

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Mei, Lei
>-Original Message- >From: openembedded-core-boun...@lists.openembedded.org >[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >Tom Rini >Sent: Friday, July 29, 2011 11:29 PM >To: openembedded-core@lists.openembedded.org >Subject: Re: [OE-core] [PATCH 1/1] python-nati

Re: [OE-core] [PATCH 0/1] Fix rpm typo for multilib

2011-08-01 Thread Yu Ke
On 2011/8/1 20:05, Koen Kooi wrote: Op 1 aug. 2011, om 13:54 heeft Yu Ke het volgende geschreven: The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield (1): poky.conf: explicitly referenced preferred linux-yocto version are available in the git

Re: [OE-core] [PATCH 0/1] Fix rpm typo for multilib

2011-08-01 Thread Koen Kooi
Op 1 aug. 2011, om 13:54 heeft Yu Ke het volgende geschreven: > The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: > Bruce Ashfield (1): >poky.conf: explicitly referenced preferred linux-yocto version > > are available in the git repository at: > > git://git.

[OE-core] [PATCH 1/1] package_rpm.bbclass: fix one typo

2011-08-01 Thread Yu Ke
fix the MLPREFIX referrence typo which cause multilib rpm do_rootfs failure CC: Mark Hatle Signed-off-by: Yu Ke --- meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass ind

[OE-core] [PATCH 0/1] Fix rpm typo for multilib

2011-08-01 Thread Yu Ke
The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield (1): poky.conf: explicitly referenced preferred linux-yocto version are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/ml-rpm http://git.pokylinux.org/cgit.cgi/

Re: [OE-core] [PATCH BUG #1236 0/3] Unify ldd/ldconfig for all multilib eglibcs

2011-08-01 Thread Koen Kooi
Op 1 aug. 2011, om 13:01 heeft Lianhao Lu het volgende geschreven: > This series of patch allow all the eglibc(s) in the current multilib > configuration have the same ldd/ldconfig settings. > > We put the dynamic loaders'(ld.so) names in the dictionary of "ld_info_all" > defined in the file

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

2011-08-01 Thread Koen Kooi
Tested with gnome-icon-theme and libsoup recipes on angstrom. Signed-off-by: Koen Kooi --- meta/classes/gtk-icon-cache.bbclass |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index dcabaf5.

[OE-core] [PATCH BUG #1236 1/3] utils.bbclass/multilib.conf: Added misc supporting functions.

2011-08-01 Thread Lianhao Lu
1. Added variable MULTILIB_VARIANTS to store all the instance variants for multilib extend. 2. Added function all_multilib_tune_values to collect the variable values for all multilib instance. Signed-off-by: Lianhao Lu --- meta/classes/utils.bbclass | 35 +++ m

[OE-core] [PATCH BUG #1236 3/3] eglibc: Setting KNOWN_INTERPRETER_NAMES for ldconfig.

2011-08-01 Thread Lianhao Lu
[BUGID #1236] Part of the bug fixing. Set the correct ld.so names for ldconfig to deal with the multilib configuration. Signed-off-by: Lianhao Lu --- .../eglibc/eglibc-2.13/multilib_readlib.patch | 20 meta/recipes-core/eglibc/eglibc_2.13.bb|8 +++-

[OE-core] [PATCH BUG #1236 2/3] eglibc: Modify ldd script according to multilib config.

2011-08-01 Thread Lianhao Lu
Part fix of [BUGID #1236]. 1. Collect all the values for RTLDLIST for the current multilib configuration to modify the ldd scripts. 2. Collect all the values for KNOWN_INTERPRETER_NAMES for the current multilib configuration. Signed-off-by: Lianhao Lu --- meta/classes/utils.bbclass

[OE-core] [PATCH BUG #1236 0/3] Unify ldd/ldconfig for all multilib eglibcs

2011-08-01 Thread Lianhao Lu
This series of patch allow all the eglibc(s) in the current multilib configuration have the same ldd/ldconfig settings. We put the dynamic loaders'(ld.so) names in the dictionary of "ld_info_all" defined in the file eglibc-ld.inc. This dictionary is indexed by the TUNENAME. To support a new AB

[OE-core] [PATCH] bison: Add dependency on flex-native

2011-08-01 Thread Noor, Ahsan
* This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly. Signed-off-by: Noor, Ahsan --- meta/recipes-devtools/bison/bison_2.3.bb |4 ++-- meta/recipes-devtools/bison/bis

Re: [OE-core] [PATCH 17/22] bitbake.conf: Add default tune-${DEFAULTTUNE} override

2011-08-01 Thread Phil Blundell
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > From: Mark Hatle > > We need to add the tune-* override in order for more complicated tune > features to function properly. > > Signed-off-by: Mark Hatle > --- > meta/conf/bitbake.conf |3 ++- > 1 files changed, 2 insertions(+), 1 delet

Re: [OE-core] [PATCH 15/22] tune/powerpc: Cleanup setting of TUNE_PKGARCH

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > From: Mark Hatle > > Based on Kumar Gala 's patch. > > By default we use ppc, or ppc64. Each tune either specifies their > manual version or can use the PPC_PKGARCH to specify a new prefix > if they support both float and no-float variants.

Re: [OE-core] [PATCH 17/22] bitbake.conf: Add default tune-${DEFAULTTUNE} override

2011-08-01 Thread Richard Purdie
On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > From: Mark Hatle > > We need to add the tune-* override in order for more complicated tune > features to function properly. > > Signed-off-by: Mark Hatle > --- > meta/conf/bitbake.conf |3 ++- > 1 files changed, 2 insertions(+), 1 delet

[OE-core] [PATCH 20/22] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

2011-08-01 Thread Saul Wold
From: Koen Kooi Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in PACKAGE_EXTRA_ARCHS: arch all 1 arch any 6 arch noarch 11 arch arm 16 arch armv4 21 arch armv4t 26 arch armv5 31 arch armv5t 36 arch armv5-vfp 41 arch armv5t-vfp 46 arch armv5e 51 arch armv5te 56 arch armv5e-vfp

  1   2   >