[OE-core] [PATCH 0/1] add upstream status field for some recipe

2011-07-26 Thread Yu Ke
Hi Saul, this patch add upstream status for libsdl and xserver patches. Regards Ke The following changes since commit 819f18f8bc000f13b644edc194d2a12b4ea5fecf: Richard Purdie (1): Move architecture specific TARGET_OS mangling into tune files are available in the git repository at:

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

2011-07-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com And also make some of the variable (DEFAULTTUNE, TUNE_PKGARCH) assignments weak, so that these vars can be overridden in the local.conf file. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/ia32/arch-ia32.inc |

[OE-core] [RFC x32 3/3] siteinfo: select right siteinfo as per x86_64 ABIs

2011-07-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Setting ABIEXTENSION for various x86_abis, It changes TARGET_OS to abi specific like linux-gnux32 and TARGET to x86_64-linux-gnux32 Correspondingly changed siteinfo.bbclass to use new names of TARGET_OS TARGET, and use correct siteinfo for various

[OE-core] [RFC x32 2/3] toolchain-scripts other classes: add TARGET_LD_ARCH TARGET_AS_ARCH vars

2011-07-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is comming from x32 need to pass special parameters to ld as. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/classes/allarch.bbclass |2 ++ meta/classes/cross-canadian.bbclass |2 ++

[OE-core] [RFC x32 0/3] X32 commits on top of rpurdie/ml3 branch

2011-07-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These commits are getting tested. sending out just for review now. The following changes since commit f5a884ab6c7db44152f17b6ca7e07967df87710a: bitbake/cache: allow class names with arguments to be specified (2011-07-22 18:50:56 +0100) are

[OE-core] [RFC-WIP 1/3] classes/image*: Revamp creation of live images

2011-07-26 Thread Saul Wold
This creates a live image as an IMAGE_FSTYPES, thus removing the need to have additional -live.bb recipes. To create a live image one just needs to add live to the IMAGE_FSTYPES list Signed-off-by: Saul Wold s...@linux.intel.com --- .../{bootimg.bbclass = image-live.bbclass}| 11

[OE-core] [RFC-WIP 0/3] Live Image Type - Please Review

2011-07-26 Thread Saul Wold
This patch set removes the -directdisk and -live recipes in favor of having a live image part of IMAGE_FSTYPES. This is a first pass and is not 100% (currently missing the correct incantion to create the initrd file, it creates the initramfs.ext3 but missing a step). Thanks Sau! The

[OE-core] [RFC-WIP 3/3] Remove -directdisk.bb recipes

2011-07-26 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta-rt/images/core-image-minimal-rt-directdisk.bb | 15 --- meta/recipes-core/images/core-image-directdisk.inc | 11 --- .../images/core-image-minimal-directdisk.bb| 11 ---

[OE-core] [RFC-WIP 2/3] Remove -live.bb recipes

2011-07-26 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/images/core-image-live.inc | 21 .../recipes-core/images/core-image-minimal-live.bb | 11 -- .../recipes-extended/images/core-image-lsb-live.bb | 11 --

[OE-core] [PATCH 1/1] Upstream-Status: Add Upstream-Status for some missing patches

2011-07-26 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../connman/connman-gnome/3g.patch |2 ++ .../flac/flac-1.2.1/0001-No-AltiVec-on-SPE.patch |2 ++ .../lame/lame-3.98.4/no-gtk1.patch |2 ++ .../libtheora/libtheora-1.1.1/no-docs.patch|2

[OE-core] [PATCH 0/1][PULL] Upstream-Status update

2011-07-26 Thread Dongxiao Xu
Hi Saul, This pull request updates some patches' Upstream-Status information. Please help to review and pull. Thanks, Dongxiao The following changes since commit 819f18f8bc000f13b644edc194d2a12b4ea5fecf: Move architecture specific TARGET_OS mangling into tune files (2011-07-25 14:36:30

[OE-core] [PATCH 3/3] polkit: Support pam

2011-07-26 Thread Xiaofeng Yan
Modify configuration polkit-1 in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../polkit/polkit-0.101/polkit-1_pam.patch | 23 meta/recipes-extended/polkit/polkit_0.101.bb |7 - 2 files changed, 28

[OE-core] [PATCH 0/3] Adding patches to support pam

2011-07-26 Thread Xiaofeng Yan
Hi Saul Richard, I modified my patches about how to whitespace and tab in .bb file according to your suggestion. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/pam Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/pam Thanks, Xiaofeng Yan

[OE-core] [PATCH 2/3] dropbear: Support pam

2011-07-26 Thread Xiaofeng Yan
I make a patch and some changes in dropbear.inc for supporting pam. - Enable pam in configure - Modify file option.h to open pam supporting Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/recipes-core/dropbear/dropbear.inc|8 ++-

[OE-core] [PATCH 1/3] xinput: Add 1.5.3 as new recipes

2011-07-26 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb diff --git

[OE-core] [PATCH 0/3] utils for touchscreen calibration

2011-07-26 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com These are some debug and calibration utils for touchscreen. Xinput and evtest can also be used for other input device. I'm not sure about where they should go under meta. Any comments? Thanks, Edwin The following changes since commit

[OE-core] [PATCH 3/3] evtest: Add 1.25 as new recipe

2011-07-26 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-graphics/evtest/evtest_1.25.bb | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/evtest/evtest_1.25.bb diff --git

[OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-07-26 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45 +++- meta/conf/machine/include/tune-ppc603e.inc | 12 - meta/conf/machine/include/tune-ppce300c2.inc | 12 -

[OE-core] rom 992efbf4ec3d7c55346953dbe82f9745590e64bf Mon Sep 17 00:00:00 2001

2011-07-26 Thread Richard Purdie
The following patches complete the tune file overhaul for ARM/MIPS/PPC, enabling a much richer set of controls over which tuning controls are used for a given build. This also sets the scene for allowing multilib builds as well as supprting 64 bit compiling on MIPS/PPC. Compatibility should be

Re: [OE-core] [PATCH] dropbear: don't override DISTRO_TYPE if it is already set

2011-07-26 Thread Koen Kooi
ping Op 25 jul. 2011, om 10:08 heeft Koen Kooi het volgende geschreven: The long term solution is to remove the IMAGE_FEATURE check since images are not allowed to influence recipe compile options. Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

[OE-core] [PATCH 1/3] Add ARM tune file overhaul based largely on work from Mark Hatle

2011-07-26 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/arm/arch-arm.inc | 16 +- meta/conf/machine/include/arm/arch-armv4.inc | 24 + meta/conf/machine/include/arm/arch-armv5-dsp.inc | 40 ++

Re: [OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-07-26 Thread Koen Kooi
This one looks suspicously like the one in meta-oe. Apart from that, is it really needed in oe-core? Op 26 jul. 2011, om 14:30 heeft edwin.z...@intel.com het volgende geschreven: From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com ---

Re: [OE-core] [PATCH 1/3] Add ARM tune file overhaul based largely on work from Mark Hatle

2011-07-26 Thread Koen Kooi
Doing a build with this one applied now, will report back later Op 26 jul. 2011, om 14:44 heeft Richard Purdie het volgende geschreven: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/arm/arch-arm.inc | 16 +-

Re: [OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 14:53 +0200, Koen Kooi wrote: This one looks suspicously like the one in meta-oe. Apart from that, is it really needed in oe-core? Given that the xcalibrate extension has been removed from the xserver I think we're going to either need to migrate the tools like xtscal or

Re: [OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-07-26 Thread Koen Kooi
Op 26 jul. 2011, om 15:26 heeft Richard Purdie het volgende geschreven: On Tue, 2011-07-26 at 14:53 +0200, Koen Kooi wrote: This one looks suspicously like the one in meta-oe. Apart from that, is it really needed in oe-core? Given that the xcalibrate extension has been removed from the

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Kumar Gala
On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45 +++- meta/conf/machine/include/tune-ppc603e.inc | 12 -

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 08:47 -0500, Kumar Gala wrote: On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45 +++-

Re: [OE-core] [PATCH 1/1] classes/image_types: IMAGE_TYPES was missing some entries

2011-07-26 Thread Tom Rini
On 07/25/2011 09:21 PM, Joshua Lock wrote: Some of these entries are required by the GUI to enable the expected workflow of the ADT, namely a compressed rootfs image. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/classes/image_types.bbclass |2 +- 1 files changed, 1

Re: [OE-core] [PATCH] meta: Rename SITEINFO_ENDIANESS to SITEINFO_ENDIANNESS

2011-07-26 Thread Tom Rini
On 07/25/2011 10:09 PM, Khem Raj wrote: There is this discrepency in spelling. Lets fix it in core. There are lot of layers using SITEINFO_ENDIANNESS This was shielded since meta-oe had its own copy of siteinfo class. But that class has now been deleted in favor of oe-core Signed-off-by:

Re: [OE-core] [PATCH] meta: Rename SITEINFO_ENDIANESS to SITEINFO_ENDIANNESS

2011-07-26 Thread Richard Purdie
On Mon, 2011-07-25 at 22:09 -0700, Khem Raj wrote: There is this discrepency in spelling. Lets fix it in core. There are lot of layers using SITEINFO_ENDIANNESS This was shielded since meta-oe had its own copy of siteinfo class. But that class has now been deleted in favor of oe-core

Re: [OE-core] [PATCH 1/1] classes/image_types: IMAGE_TYPES was missing some entries

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 07:06 -0700, Tom Rini wrote: On 07/25/2011 09:21 PM, Joshua Lock wrote: Some of these entries are required by the GUI to enable the expected workflow of the ADT, namely a compressed rootfs image. Signed-off-by: Joshua Lock j...@linux.intel.com ---

Re: [OE-core] [RFC-WIP 1/3] classes/image*: Revamp creation of live images

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 01:24 -0700, Saul Wold wrote: This creates a live image as an IMAGE_FSTYPES, thus removing the need to have additional -live.bb recipes. To create a live image one just needs to add live to the IMAGE_FSTYPES list Signed-off-by: Saul Wold s...@linux.intel.com ---

Re: [OE-core] [PATCH 2/3] Add basic Mips core tune config

2011-07-26 Thread Mark Hatle
Few quick items here: On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/mips/arch-mips.inc | 64 +- meta/conf/machine/include/tune-mips32.inc| 10 +++- 2 files changed,

Re: [OE-core] [PATCH 1/1] upstream status: add for libsdl and xserver patches

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 15:12 +0800, Yu Ke wrote: Signed-off-by: Yu Ke ke...@intel.com --- .../libsdl/files/directfb_obsolete_calls.patch |2 ++ .../recipes-graphics/libsdl/files/extra-keys.patch |2 ++ .../libsdl/files/kernel-asm-page.patch |2 ++

Re: [OE-core] [PATCH 1/1] Upstream-Status: Add Upstream-Status for some missing patches

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 16:36 +0800, Dongxiao Xu wrote: Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../connman/connman-gnome/3g.patch |2 ++ .../flac/flac-1.2.1/0001-No-AltiVec-on-SPE.patch |2 ++ .../lame/lame-3.98.4/no-gtk1.patch |2 ++

Re: [OE-core] [PATCH 1/1] classes/image_types: IMAGE_TYPES was missing some entries

2011-07-26 Thread Richard Purdie
On Mon, 2011-07-25 at 21:21 -0700, Joshua Lock wrote: Some of these entries are required by the GUI to enable the expected workflow of the ADT, namely a compressed rootfs image. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/classes/image_types.bbclass |2 +- 1 files

Re: [OE-core] [PATCH 1/1] license.bbclass: Splitting out licenses

2011-07-26 Thread Richard Purdie
On Mon, 2011-07-25 at 16:24 -0700, Flanagan, Elizabeth wrote: Adding a bit more functionality here: 1. Adding some more SPDX Maps to take care of + licenses 2. Strip out -native and -cross package license wrangling. If it doesn't go on the image, we shouldn't wrangle it. 3. Split out the

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Mark Hatle
On 7/26/11 8:59 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 08:47 -0500, Kumar Gala wrote: On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Mark Hatle
Comments below... On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45 +++- meta/conf/machine/include/tune-ppc603e.inc | 12 -

Re: [OE-core] [PATCH 1/1] license.bbclass: Splitting out licenses

2011-07-26 Thread Flanagan, Elizabeth
On Tue, Jul 26, 2011 at 7:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-07-25 at 16:24 -0700, Flanagan, Elizabeth wrote: Adding a bit more functionality here: 1. Adding some more SPDX Maps to take care of + licenses 2. Strip out -native and -cross package license

Re: [OE-core] [PATCH 1/5] multilib_header.bbclass: Add oe_multilib_header wrapper

2011-07-26 Thread Mark Hatle
On 7/25/11 12:11 PM, Mark Hatle wrote: On 7/25/11 8:54 AM, Phil Blundell wrote: On Mon, 2011-07-25 at 14:47 +0100, Richard Purdie wrote: +/* Copyright (c) 2005-2011 Wind River Systems, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Kumar Gala
On Jul 26, 2011, at 8:59 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 08:47 -0500, Kumar Gala wrote: On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45

[OE-core] [PATCH 0/4] local.conf.sample cleanup for OE-core

2011-07-26 Thread Paul Eggleton
The following changes since commit dad2169cfb331b7af5c6d380347ea279a59bd716: classes/image_types: IMAGE_TYPES was missing some entries (2011-07-26 15:52:40 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/local-conf-cleanup-core

[OE-core] [PATCH 1/4] meta/conf/local.conf.sample: remove oprofileui-native related settings

2011-07-26 Thread Paul Eggleton
oprofileui-nativesdk would be a better way to handle these kinds of requirements with the modern system, and it is not something that most users will need to configure anyway (nor was it supported.) Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/local.conf.sample |6

[OE-core] [PATCH 4/4] meta/conf/local.conf.sample: remove nonfunctional BBINCLUDELOGS setting

2011-07-26 Thread Paul Eggleton
This option does nothing in recent versions of BitBake, and the vast majority of users will want the log printed out on failure anyway. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/local.conf.sample |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff

[OE-core] [PATCH 3/4] meta/conf/local.conf.sample: improve terminal examples/comments

2011-07-26 Thread Paul Eggleton
Default to XTERM_TERM* instead of KONSOLE_TERM* since Konsole support only works for KDE 3.x, and note this in the comments (see Yocto bug 1294 for further details.) Also add a comment about PATCHRESOLVE = noop. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 2/4] meta/conf/local.conf.sample: improve comments/layout

2011-07-26 Thread Paul Eggleton
Some additions and grammar fixes to the comments, as well as moving the locale options to the same place. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/local.conf.sample | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git

[OE-core] [RFC x32 0/1] x32 commits on top of rpurdie/ml3 branch

2011-07-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This one more commit is needed for the x32 support in the tree The following changes since commit a235513910996715e6f74ce78d6a0e4bf354329a: siteinfo: select right siteinfo as per x86_64 ABIs (2011-07-25 17:43:45 -0700) are available in the git

[OE-core] [RFC x32 1/1] insane.bbclass: add entries for linux-gnuABI

2011-07-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com for x86_64 we have multiple ABIs now. Add entries for linux-gnu32, linux-gnux32, linux-gn64u Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/classes/insane.bbclass |9 + 1 files changed, 9 insertions(+), 0 deletions(-)

Re: [OE-core] [PATCH 1/1] classes/image_types: IMAGE_TYPES was missing some entries

2011-07-26 Thread Joshua Lock
On Tue, 2011-07-26 at 15:53 +0100, Richard Purdie wrote: On Mon, 2011-07-25 at 21:21 -0700, Joshua Lock wrote: Some of these entries are required by the GUI to enable the expected workflow of the ADT, namely a compressed rootfs image. Signed-off-by: Joshua Lock j...@linux.intel.com

Re: [OE-core] [PATCH 1/1] classes/image_types: IMAGE_TYPES was missing some entries

2011-07-26 Thread Tom Rini
On 07/26/2011 09:03 AM, Joshua Lock wrote: On Tue, 2011-07-26 at 15:53 +0100, Richard Purdie wrote: On Mon, 2011-07-25 at 21:21 -0700, Joshua Lock wrote: Some of these entries are required by the GUI to enable the expected workflow of the ADT, namely a compressed rootfs image.

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 10:22 -0500, Kumar Gala wrote: On Jul 26, 2011, at 8:59 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 08:47 -0500, Kumar Gala wrote: On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] OpenEmbedded-Core information document

2011-07-26 Thread Paul Eggleton
Hi all, I've put together a wiki document summarising OE-core. http://www.openembedded.org/index.php/OpenEmbedded-Core Comments welcome. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 09:57 -0500, Mark Hatle wrote: On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 45 +++-

Re: [OE-core] [PATCH 0/3] Adding patches to support pam

2011-07-26 Thread Scott Garman
On 07/26/2011 03:08 AM, Xiaofeng Yan wrote: Hi Saul Richard, I modified my patches about how to whitespace and tab in .bb file according to your suggestion. Acked-by: Scott Garman scott.a.gar...@intel.com for this patch series. Thank you Yan! Pull URL:

Re: [OE-core] [PATCH 1/2] siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout

2011-07-26 Thread Saul Wold
On 07/26/2011 09:48 AM, Khem Raj wrote: ping ? ppc/uclibc is broken in oe-core w/o this atm. RP is looking at the siteinfo stuff (both yours and Tom's). I am working on the libxcb change, had some other build issues that jammed me up yesterday. Sau! On Fri, Jul 22, 2011 at 6:59 PM, Khem

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 11:53 -0500, Mark Hatle wrote: On 7/26/11 11:36 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 09:57 -0500, Mark Hatle wrote: On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

Re: [OE-core] [PATCH 2/3] Add basic Mips core tune config

2011-07-26 Thread Mark Hatle
On 7/26/11 11:51 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 09:41 -0500, Mark Hatle wrote: Few quick items here: On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/machine/include/mips/arch-mips.inc | 64

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Mark Hatle
On 7/26/11 12:05 PM, Richard Purdie wrote: On Tue, 2011-07-26 at 11:53 -0500, Mark Hatle wrote: On 7/26/11 11:36 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 09:57 -0500, Mark Hatle wrote: On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 12:15 -0500, Mark Hatle wrote: On 7/26/11 12:05 PM, Richard Purdie wrote: On Tue, 2011-07-26 at 11:53 -0500, Mark Hatle wrote: On 7/26/11 11:36 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 09:57 -0500, Mark Hatle wrote: On 7/26/11 7:44 AM, Richard Purdie wrote:

Re: [OE-core] [PATCH 2/3] Add basic Mips core tune config

2011-07-26 Thread Khem Raj
On Tue, Jul 26, 2011 at 5:44 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---  meta/conf/machine/include/mips/arch-mips.inc |   64 +-  meta/conf/machine/include/tune-mips32.inc    |   10

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Khem Raj
On Tue, Jul 26, 2011 at 8:22 AM, Kumar Gala ga...@kernel.crashing.org wrote: On Jul 26, 2011, at 8:59 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 08:47 -0500, Kumar Gala wrote: On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Khem Raj
On Tue, Jul 26, 2011 at 9:36 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2011-07-26 at 09:57 -0500, Mark Hatle wrote: On 7/26/11 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---  

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
I've taken various comments on board and a revised version of the PPC version is: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/ml4id=fa4a7b05bcfe397bb9243efb7138a6cc0a9d93fd Cheers, Richard ___ Openembedded-core mailing list

[OE-core] [v2 PATCH 0/8] Number of multilib related fixes

2011-07-26 Thread Mark Hatle
Fix a number of multilib issues include IA32 eglibc header generation, misc header conflicts and ncurses man page collisions. This is v2 of the patch set, original was sent by Richard. The following changes since commit dad2169cfb331b7af5c6d380347ea279a59bd716: classes/image_types:

[OE-core] [v2 PATCH 1/8] multilib_header.bbclass: Add oe_multilib_header wrapper

2011-07-26 Thread Mark Hatle
This helper function and associated header will allow us to resolve two/three header files that conflict due to contents that change based on wordsize and ABI. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/multilib_header.bbclass | 29 ++

[OE-core] [v3 PATCH 3/8] apr: Fix multilib header conflict - apr.h

2011-07-26 Thread Mark Hatle
apr.h conflicts between 32-bit and 64-bit versions Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-support/apr/apr_1.4.2.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/apr/apr_1.4.2.bb

[OE-core] [v2 PATCH 6/8] eglibc_2.13: Resolve multilib header conflicts

2011-07-26 Thread Mark Hatle
Due to mismatches between various header definitions in i386 and x86_64 we need to overwrite the i386 versions of the headers with their x86_64 equivalents. This can not be done for the syscall.h as it's dynamically generated, so use the header conflict resolution helper for that. Signed-off-by:

[OE-core] [v2 PATCH 8/8] package.bbclass: fixup_perms - change symlink processing

2011-07-26 Thread Mark Hatle
We switch to using os.lchown in order to avoid following a symlink. We also now check if an item is a symlink, if so we avoid the os.chmod as a symlink inherits the mode of it's target. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package.bbclass | 10 +- 1

[OE-core] [v2 PATCH 4/8] beecrypt: Fix multilib header conflict - beecrypt/gnu.h

2011-07-26 Thread Mark Hatle
beecrypt/gnu.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb

[OE-core] [v2 PATCH 2/8] binutils: Fix multilib header conflict - bfd.h

2011-07-26 Thread Mark Hatle
bfd.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/binutils/binutils.inc |4 +++- meta/recipes-devtools/binutils/binutils_2.21.1.bb |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 2/8] lib/oe/util.py: Add MLPREFIX support to prune_suffix()

2011-07-26 Thread Richard Purdie
prune_suffix() also needs be aware of MLPREFIX when changing PN for use in BPN. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/lib/oe/utils.py |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/lib/oe/utils.py b/meta/lib/oe/utils.py

[OE-core] [PATCH 5/8] cmake.bbclass: add ${libdir}} for multilib case

2011-07-26 Thread Richard Purdie
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- meta/classes/cmake.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 5ac540c..89a154f 100644 --- a/meta/classes/cmake.bbclass +++

[OE-core] [PATCH 4/8] eglibc: fix for multilib RPROVIDES issue

2011-07-26 Thread Richard Purdie
From: Yu Ke ke...@intel.com in eglibc-package.inc, the PACKAGES variable use the ${PN} reference, while RPROVIDES does not use ${PN}. This will lead multilib.bbclass not mapping its RPROVIDES, and cause NO RPROVIDER: lib64-glibc-utils error. This patch unify the recipe to fix this issue

[OE-core] [PATCH 6/8] linux-yocto: revise the dependency for multilib

2011-07-26 Thread Richard Purdie
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-kernel/linux/linux-tools.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-tools.inc b/meta/recipes-kernel/linux/linux-tools.inc index 729e912..950f197

[OE-core] [PATCH 7/8] distcc: fix makefile parameter order

2011-07-26 Thread Richard Purdie
From: Dongxiao Xu dongxiao...@intel.com When linking with gcc, the parameter is read from left to write, if *.o calls a function contained in libxxx, the parameter order should be gcc ... *.o -lxxx. This commit fixes the problem in distcc. Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---

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

2011-07-26 Thread Richard Purdie
This patch adds the core multilib class which can be used along with a parameter specifying the mutlilib to use in BBCLASSEXTEND. The MLPREFIX variable is added and can be used in cases where its too difficult to dynmaically work out where a mutltilib prefix is needed to be added to a variable.

[OE-core] [PATCH 3/8] do_split_packages: revise for multilib case

2011-07-26 Thread Richard Purdie
From: Yu Ke ke...@intel.com in multilib case, the PACKAGE_DYNAMIC is overrided with multilib prefix. Take multilib:lib64-perl as example. the perl-module-* will become lib64-perl-module-* the output_pattern in do_split_packages is designed to work with PACKAGE_DYNAMIC, so it should be applied

[OE-core] [PATCH 8/8] RPM: multilib file class/color

2011-07-26 Thread Richard Purdie
From: Mark Hatle mark.ha...@windriver.com We need to include file class and file color in order to do the conflict resolution required with a multilib design. This is normally disabled when we don't use the internal dependency generator, patch enables it in all cases. Signed-off-by: Mark Hatle

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Kumar Gala
On Jul 26, 2011, at 11:18 AM, Richard Purdie wrote: You're already found the way to pass configuration to *libc using values in TARGET_FPU to pickup the right configuration. Is there a use case we're missing? Yes, for [e]glibc we have optimized libc functions for a given / specific PPC

[OE-core] [PATCH] bb-matrix.sh: check for the existence of time

2011-07-26 Thread Jeff Mitchell
What an existential subject. The patch is quite self-explanatory. Thanks, Jeff From 62972e71cd952a890068a1f6b6e2234608747a1c Mon Sep 17 00:00:00 2001 From: Jeff Mitchell jmitch...@ll.mit.edu Date: Tue, 26 Jul 2011 17:45:58 -0400 Subject: [PATCH] Check that the time binary is installed in

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Khem Raj
On Tue, Jul 26, 2011 at 3:02 PM, Kumar Gala ga...@kernel.crashing.org wrote: On Jul 26, 2011, at 11:18 AM, Richard Purdie wrote: You're already found the way to pass configuration to *libc using values in TARGET_FPU to pickup the right configuration. Is there a use case we're missing?

Re: [OE-core] [PATCH] bb-matrix.sh: check for the existence of time

2011-07-26 Thread Jeff Mitchell
On 07/26/2011 05:57 PM, Jeff Mitchell wrote: What an existential subject. The patch is quite self-explanatory. Thanks, Jeff This version has a Signed-off-by line...sorry about that. Thanks, Jeff From 62972e71cd952a890068a1f6b6e2234608747a1c Mon Sep 17 00:00:00 2001 From: Jeff Mitchell

Re: [OE-core] [PATCH] bb-matrix.sh: check for the existence of time

2011-07-26 Thread Jeff Mitchell
On 07/26/2011 06:41 PM, Darren Hart wrote: Hi Jeff, Thanks for the patch. A couple points of feedback below: On 07/26/2011 02:57 PM, Jeff Mitchell wrote: What an existential subject. The patch is quite self-explanatory. Well, there is almost always a need for commit log beyond just the

[OE-core] [PATCH 0/3] Multilib image/package backend enablement

2011-07-26 Thread Richard Purdie
The following three patches enable very basic multilib support for the opkg and rpm backends. They are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rpurdie/ml5 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/ml5

[OE-core] [PATCH 2/3] package(rootfs)_ipk.bbclass: support multilib in opkg backend.

2011-07-26 Thread Richard Purdie
From: Lianhao Lu lianhao...@intel.com Support install multiple multilib in opkg backend. The installation is done in 3 phases. Phase 1: install normal packages to IMAGE_ROOTFS. Phase 2: install multilib packages under MULTILIB_TEMP_ROOTFS. Packages belongs to the same multilib arch would be

[OE-core] [PATCH 3/3] image.bbclass: Added variables for multilib support.

2011-07-26 Thread Richard Purdie
From: Lianhao Lu lianhao...@intel.com 1. Added MULTILIB_PACKAGE_INSTALL for multilib instances of packages to be installed in the rootfs. 2. MULTILIBRE_ALLOW_REP contains the regular expression to match the files allow to be replaced by the conflicting files. 3. MULTILIBRE_FORCE_SAME contains

[OE-core] [PATCH 1/3] package/rootfs_rpm: Implement RPM multilib package handling

2011-07-26 Thread Richard Purdie
From: Mark Hatle mark.ha...@windriver.com This is a first pass at adding multilib support to the RPM package and image handling code. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_rpm.bbclass | 229 --

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 17:02 -0500, Kumar Gala wrote: On Jul 26, 2011, at 11:18 AM, Richard Purdie wrote: You're already found the way to pass configuration to *libc using values in TARGET_FPU to pickup the right configuration. Is there a use case we're missing? Yes, for [e]glibc

Re: [OE-core] [PATCH] bb-matrix.sh: check for the existence of time

2011-07-26 Thread Darren Hart
Hi Jeff, Thanks for the patch. A couple points of feedback below: On 07/26/2011 02:57 PM, Jeff Mitchell wrote: What an existential subject. The patch is quite self-explanatory. Well, there is almost always a need for commit log beyond just the subject. The only exception might be whitespace

Re: [OE-core] [PATCH 3/3] Add basic PowerPC core tune config

2011-07-26 Thread Kumar Gala
On Jul 26, 2011, at 11:18 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 10:22 -0500, Kumar Gala wrote: On Jul 26, 2011, at 8:59 AM, Richard Purdie wrote: On Tue, 2011-07-26 at 08:47 -0500, Kumar Gala wrote: On Jul 26, 2011, at 7:44 AM, Richard Purdie wrote: Signed-off-by: Richard

Re: [OE-core] [PATCH 1/1] license.bbclass: Splitting out licenses

2011-07-26 Thread Richard Purdie
On Tue, 2011-07-26 at 08:15 -0700, Flanagan, Elizabeth wrote: On Tue, Jul 26, 2011 at 7:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-07-25 at 16:24 -0700, Flanagan, Elizabeth wrote: Adding a bit more functionality here: 1. Adding some more SPDX Maps to take

Re: [OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-07-26 Thread Zhai, Edwin
I borrowed it from meta-oe with minor modification. xinput is very useful for debug and test of input device under X. xinput_calibrator is a must for touchscreen device. Koen Kooi wrote: This one looks suspicously like the one in meta-oe. Apart from that, is it really needed in oe-core?

Re: [OE-core] [PATCH 1/3] package/rootfs_rpm: Implement RPM multilib package handling

2011-07-26 Thread Mark Hatle
We found a minor bug in the patch since it was first sent out: On 7/26/11 5:50 PM, Richard Purdie wrote: From: Mark Hatle mark.ha...@windriver.com This is a first pass at adding multilib support to the RPM package and image handling code. Signed-off-by: Mark Hatle mark.ha...@windriver.com

[OE-core] [PATCH 0/1] linux-yocto: update cfgs and enable qemuppc/mips

2011-07-26 Thread Bruce Ashfield
Richard/Saul, This SRCREV update continues the 3.0 uprev work. With this the config audit and 2.6.37 - 3.0 audit are nearly complete. More importantly, with this update qemppc and qemumips now boot to the prompt and can be used for validation. The following changes since commit

[OE-core] [PATCH 1/1] linux-yocto: update SRCREVs

2011-07-26 Thread Bruce Ashfield
Updating the linux-yocto SRCREVs to pickup changes from the continuing uprev to korg 3.0. With this set of update, the meta/feature audits are complete. qemumips and qemuppc are fixed with this update and can now boot to a prompt. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---