Re: [OE-core] Proposal: recipe feature switches

2011-07-07 Thread Anders Darander
* Tom Rini Tom Rini tom_r...@mentor.com [07/06/11 07:53 PM]: On 07/01/2011 02:41 AM, Koen Kooi wrote: Op 1 jul 2011, om 11:26 heeft Frans Meulenbroeks het volgende geschreven: 2011/7/1 Koen Kooi k...@dominion.thruhere.net Op 1 jul 2011, om 10:55 heeft Frans Meulenbroeks het volgende

Re: [OE-core] Proposal: recipe feature switches

2011-07-07 Thread Koen Kooi
Op 6 jul. 2011 om 18:53 heeft Tom Rini tom_r...@mentor.com het volgende geschreven: On 07/01/2011 02:41 AM, Koen Kooi wrote: Op 1 jul 2011, om 11:26 heeft Frans Meulenbroeks het volgende geschreven: 2011/7/1 Koen Kooi k...@dominion.thruhere.net Op 1 jul 2011, om 10:55 heeft Frans

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

2011-07-07 Thread Dexuan Cui
The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63: uclibc: Fix compilation in thumb mode (2011-07-02 00:02:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/distro

[OE-core] [PATCH 1/1] powertop: inherit update-alternatives and use a higher priority than busybox

2011-07-07 Thread Dexuan Cui
busybox-1.18.4 installs /bin/powertop and the powertop recipe installs /usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would run the version offered by busybox, which has a very limited function (e.g., no parameter is accepted) and this causes trouble to eclipse plugin. We can

Re: [OE-core] [PATCH 0/5] Add recipes for 0.9.32 release

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 14:09 -0700, Khem Raj wrote: With this changeset we add new recipes for 0.9.32 and make that default preference. Then the git recipe are moved to track the latest master. systemd related fixes are separately applied to both git recipe and 0.9.32 recipes Both sets work

Re: [OE-core] [PATCH 0/5] Add recipes for 0.9.32 release

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 11:34 -0700, Khem Raj wrote: On Wed, Jul 6, 2011 at 11:10 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-07-06 at 11:06 -0700, Khem Raj wrote: On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On

Re: [OE-core] [PATCH 0/1] Add uboot 2011.06

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 10:53 -0700, Saul Wold wrote: This adds the 2011.06 version of uboot thanks Sau! The following changes since commit f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e: x-load: Update to 1.5.0 (2011-07-05 14:16:33 +0100) are available in the git repository at:

Re: [OE-core] [PATCH v6 0/2] Linux 3.0 build support

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 08:31 +0200, Anders Darander wrote: v6: All patches from v5 has been applied, apart from one. (patch 0001 in this series) - Updated the patch in question with the comments from v5. (HOTPLUG and PCMCIA_MANAGER related changes). - Added a patch to remove

Re: [OE-core] [PATCH 1/1] module-base: remove KERNEL-SOURCE

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 16:55 +0200, Anders Darander wrote: kernel-source do not exist in STAGING_KERNEL_DIR any longer. Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can be used in module recipes directly. Signed-off-by: Anders Darander and...@chargestorm.se ---

Re: [OE-core] [PATCH 0/1] Remove exported KERNEL_SOURCE

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 08:41 +0200, Anders Darander wrote: * Anders Darander Anders Darander and...@chargestorm.se [07/05/11 04:52 PM]: Remove KERNEL-SOURCE as an exported variable. When building an external module the STAGING_KERNEL_DIR variable can justbas well be used in the module

Re: [OE-core] [PATCH 0/3]upgrade recipes

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 13:20 +0800, Mei Lei wrote: Upgrade recipe gupnp and gawk, also update the distro_tracking_fields.inc. The following changes since commit c6dac094ac79f6eae6998527e025417e16b46eed: Yu Ke (1): xauth: upgrade from 1.05 to 1.06 are available in the git

Re: [OE-core] [PATCH] tinylogin: use angstrom mirror for SRC_URI

2011-07-07 Thread Richard Purdie
On Wed, 2011-06-15 at 15:27 +0100, Phil Blundell wrote: since busybox.net no longer seems to be hosting the tarball Signed-off-by: Phil Blundell ph...@gnu.org --- meta/recipes-core/tinylogin/tinylogin_1.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH] tinylogin: use angstrom mirror for SRC_URI

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 11:29 +0100, Richard Purdie wrote: Longer term, I wonder if we could make this recipe download and build busybox but only build the getty/login parts and rename the resulting static binary to be standalone from busybox itself? That would likely address the concerns

[OE-core] [PATCH 2/2] busybox: bump PR to ensure ipv4 is enabled

2011-07-07 Thread Paul Eggleton
Now that ipv4 has been added to the default DISTRO_FEATURES we need to bump PR as busybox will need to be rebuilt. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/busybox/busybox_1.18.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES

2011-07-07 Thread Paul Eggleton
Since the change in busybox configuration to match OE (OE core rev b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in DISTRO_FEATURES to get standard IPv4 functionality in busybox. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 0/2] Re-enable ipv4 features in busybox

2011-07-07 Thread Paul Eggleton
The following changes since commit 465692552eae360e9053df1fd26a2e24f21785c1: tinylogin: use angstrom mirror for SRC_URI (2011-07-07 11:27:28 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/busybox-ipv4

Re: [OE-core] [PATCH 0/2] Re-enable ipv4 features in busybox

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 12:10 +0100, Paul Eggleton wrote: The following changes since commit 465692552eae360e9053df1fd26a2e24f21785c1: tinylogin: use angstrom mirror for SRC_URI (2011-07-07 11:27:28 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 0/1] the fix to bug 1208

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 16:39 +0800, Dexuan Cui wrote: The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63: uclibc: Fix compilation in thumb mode (2011-07-02 00:02:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/distro

Re: [OE-core] [PATCH 1/1] libQtOpenGL:Add libQtOpenGL to an lsb image

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 16:40 +0800, Xiaofeng Yan wrote: I make opengl as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com Merged to master, thanks. Richard ___

Re: [OE-core] [PATCH 4/4] tclibc-glibc: add weak assigment to TARGET_OS

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 14:38 -0500, Adrian Alonso wrote: * Add weak assigment to TARGET_OS variable so it can be overrided to match external toolchain tripplets. * Toolchain prefix is expanded from TARGET_SYS = TARGET_ARCH + TARGET_VENDOR + TARGET_OS Signed-off-by: Adrian Alonso

Re: [OE-core] [RFC 2/2] sanity: implement network connectivity test

2011-07-07 Thread Richard Purdie
On Wed, 2011-06-29 at 14:55 -0700, Joshua Lock wrote: Sanity test to verify files can be fetched from the network using git, http and https fetchers point users at a page to help get set up in the case of a failure. Requires a variable CONNECTIVITY_CHECK_URIS to be set, using the same

Re: [OE-core] [PATCH] pulseaudio: add 0.9.23

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 13:27 +0200, Koen Kooi wrote: Older version have been retained to allow more testing of this release Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../pulseaudio-0.9.23/autoconf_version.patch | 17 ++

Re: [OE-core] [PATCH] pulseaudio: add 0.9.23

2011-07-07 Thread Koen Kooi
When I get back to my proper desk next week I'm going to test more devices and send patches to remove .15 and .22 or fixes for .23 and removal patches after that Op 7 jul. 2011 om 13:45 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Wed, 2011-07-06 at

Re: [OE-core] [PATCH] pulseaudio: disable HAL support and enable udev support

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 18:57 +0200, Koen Kooi wrote: HAL is deprecated and udev should be used with pulseaudio 0.9.22. THe .23 release from 2 weeks ago already removed HAL support. Signed-off-by: Koen Kooi k...@dominion.thruhere.net Merged to master, thanks. Richard

[OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Paul Eggleton
Since we no longer support 2.4, update this setting to 2.6.0. (This affects eglibc's kernel support). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf

[OE-core] [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change

2011-07-07 Thread Paul Eggleton
Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 0/2] update OLDEST_KERNEL

2011-07-07 Thread Paul Eggleton
The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/oldest-kernel-26

[OE-core] [PATCH 3/8] libc-package.bbclass: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
if libdir is not /usr/lib, e.g. libdir=/usr/lib64, eglibc will have build failure: cross-localedef --uint32-align=4 --little-endian --force --old-style --no-archive --prefix=/home/kyu3/sdb/lib64/tmp/work/x86_64-poky-linux/eglibc-2.13-r2+svnr14157/locale-tree

[OE-core] [PATCH 2/8] openssl: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
if libdir is not /usr/lib, e.g /usr/lib64, openssl build will fail because it still use /usr/lib as library dir. this patch appends the configure option --libdir to specify the correct library directory Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Yu Ke
python has several place hard code lib which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/python/python/multilib.patch | 295

[OE-core] [PATCH 0/8] [RFC] patch for non /usr/lib libdir

2011-07-07 Thread Yu Ke
in multilib case, libdir is usually not standard /usr/lib, so this series of patches are addressing some recipes's build failure when libdir is not /usr/lib, for example, libdir=/usr/lib64. All the patches have no impact to current libdir=/usr/lib situation, since they just replace the hardcode

[OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the config.sh is hardcoded to be /usr/lib, which does not work in non /usr/lib libdir case. This patch replace the hard code /usr/lib with ${libdir} to fix this issue Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/perl/perl_5.12.3.bb |3 ++- 1 files changed, 2 insertions(+),

[OE-core] [PATCH 1/8] native.bbclass: generate libdir from libdir_native

2011-07-07 Thread Yu Ke
currently, the libdir in native.bbclass is inherited from target libdir defined in bitbake.conf. This is not correct in concept, instead, it should be inherited from libdir_native. Current code works because both the target libdir and libdir_native are the same value /usr/lib. But if libdir

[OE-core] [PATCH 5/8] python-native: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the get_python_lib() use hard code lib. when other recipe building use python-native, the STAGING_LIBDIR is non /usr/lib, so the hard code lib will break the build This patch replace the hardcoded lib with value from libdir to fix this issue. Signed-off-by: Yu Ke ke...@intel.com ---

[OE-core] [PATCH 8/8] rpm: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
rpm default will use /usr/lib if the --with-path-lib is not specified. this will not work in non /usr/lib libdir case. so this patch add the --with-path-lib to fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2

[OE-core] [PATCH 7/8] libcap: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the recipe has hardcoded lib=lib, which does not work in libdir=/usr/lib64 case where should be lib=lib64, So this patch fix it by replacing lib with libdir Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-support/libcap/libcap.inc |5 +++--

[OE-core] [PATCH 1/1] sato-sdk: add clutter for sato-sdk image

2011-07-07 Thread Yu Ke
Yocto ADT has Eclips clutter template, so it is better to have clutter in SDK image to support ADT. this patch add clutter and clutter-box2d app to sato-sdk image for this purpose Fix [YOCTO #891] Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-core/tasks/task-core-tools.bb |4 +++- 1

Re: [OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Koen Kooi
angstrom has been setting it to 2.6.16 for some years now, I forget which bug that fixed over 2.6.0 Op 7 jul. 2011 om 14:11 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: Since we no longer support 2.4, update this setting to 2.6.0. (This affects eglibc's kernel

[OE-core] [PATCH 0/1] sato-sdk: add clutter to fix bug 891

2011-07-07 Thread Yu Ke
The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63: Khem Raj (1): uclibc: Fix compilation in thumb mode are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/bug891

Re: [OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Paul Eggleton
On Thursday 07 July 2011 15:24:46 Koen Kooi wrote: angstrom has been setting it to 2.6.16 for some years now, I forget which bug that fixed over 2.6.0 Personally I don't know enough about which crusty old 2.6 kernels people are still using out there, so I figured 2.6.0 was the safest bet. A

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-07 Thread Paul Eggleton
On Thursday 07 July 2011 15:51:54 Phil Blundell wrote: On Wed, 2011-07-06 at 16:39 -0700, Saul Wold wrote: I will take a patch that deletes from here and adds it into the meta-extra's layer. OK. What's meta-extra's? I don't think I'm familiar with that layer. It's a Yocto layer that has

Re: [OE-core] [PATCH 1/1] powertop: inherit update-alternatives and use a higher priority than busybox

2011-07-07 Thread Tom Rini
On 07/07/2011 01:39 AM, Dexuan Cui wrote: busybox-1.18.4 installs /bin/powertop and the powertop recipe installs /usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would run the version offered by busybox, which has a very limited function (e.g., no parameter is accepted) and

[OE-core] [PATCH 2/2] bluez-dtl1-workaround: deleted

2011-07-07 Thread Phil Blundell
Signed-off-by: Phil Blundell ph...@gnu.org --- .../bluez/bluez-dtl1-workaround/02dtl1_cs.sh | 57 .../bluez/bluez-dtl1-workaround/COPYING.patch | 346 .../bluez/bluez-dtl1-workaround_1.0.bb | 18 - 3 files changed, 0 insertions(+), 421

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 16:11 +0100, Paul Eggleton wrote: On Thursday 07 July 2011 15:51:54 Phil Blundell wrote: On Wed, 2011-07-06 at 16:39 -0700, Saul Wold wrote: I will take a patch that deletes from here and adds it into the meta-extra's layer. OK. What's meta-extra's? I don't

[OE-core] [PATCH 1/2] kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround

2011-07-07 Thread Phil Blundell
Signed-off-by: Phil Blundell ph...@gnu.org --- meta/classes/kernel.bbclass |5 - meta/recipes-core/tasks/task-base.bb |5 - 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 943252a..7770b8b

Re: [OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Kamble, Nitin A
Hi Ke, Is this for multilib ? Nitin -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Yu Ke Sent: Thursday, July 07, 2011 7:10 AM To: openembedded-core@lists.openembedded.org;

[OE-core] OE Changelog for 2011-06-27 to 2011-07-4

2011-07-07 Thread cliff . brake
Changelog for 2011-06-27 to 2011-07-4. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [PATCH 1/3] insane.bbclass: allow dev-deps to be skipped via INSANE_SKIP

2011-07-07 Thread Paul Eggleton
Add the missing check in package_qa_check_rdepends to allow dependencies from non-development packages on development packages to be skipped. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/insane.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[OE-core] [PATCH 0/3] QA warning fixes

2011-07-07 Thread Paul Eggleton
I found a couple of issues with the recent insane.bbclass changes. The following patches fix them as well as add a warning fix for something I noticed when building a kernel with LIRC support. The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23

Re: [OE-core] [PATCH 3/3] kernel.bbclass: prevent QA warning about kernel-module-lirc-dev

2011-07-07 Thread Andreas Mueller
On Thursday, July 07, 2011 07:32:48 PM Paul Eggleton wrote: kernel-module-lirc-dev is not a development package (it's a package for a kernel module called lirc_dev) so add an INSANE_SKIP that will prevent it from being flagged up. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com

Re: [OE-core] [PATCH 3/3] kernel.bbclass: prevent QA warning about kernel-module-lirc-dev

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 21:08 +0200, Andreas Mueller wrote: So I think a better solution is reworking commit 2e06a1a843756e9d50291c4533b10096af2d852b e.g. by excluding all kernel *modules* from *dev check. Yeah, or try to be smarter about determining what exactly is a dev package, e.g. by

[OE-core] [PATCH 5/7] eglibc: fix installed but not packaged files

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Fixes these package QA warnings: WARNING: For recipe eglibc, the following files were installed but not shipped in any package: WARNING: /etc/rpc WARNING: /etc/localtime Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[OE-core] [PATCH 4/7] binutils: package unpackaged files

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com To fix these package qa warnings WARNING: For recipe binutils, the following files were installed but not shipped in any package: WARNING: /usr/bin/ld.bfd WARNING: /usr/bin/elfedit Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[OE-core] [PATCH 6/7] gcc-runtime: fix installed but unpackaged files

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com gcc recipes has changed, currently ${PV} is 4.6 and ${BINV} is 4.6.1 version. Fix these QA warnings. WARNING: For recipe gcc-runtime, the following files were installed but not shipped in any package: WARNING:

[OE-core] [PATCH 3/7] distro tracking: update devel.toolchain recipes's fields

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 33 +++ 1 files changed, 19 insertions(+), 14 deletions(-) diff --git

[OE-core] [PATCH 7/7] elfutils: fix compilations issue with the gcc 4.7

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../{elfutils-0.148 = elfutils}/arm_backend.diff |0 .../do-autoreconf.diff |0 .../elf_additions.diff |0

Re: [OE-core] [PATCH 5/7] eglibc: fix installed but not packaged files

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 13:25 -0700, nitin.a.kam...@intel.com wrote: -FILES_${PN} = ${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)} +FILES_${PN} = ${libc_baselibs} ${libexecdir}/* ${sysconfdir}/rpc

Re: [OE-core] [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1

2011-07-07 Thread Khem Raj
On Thu, Jul 7, 2011 at 1:25 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---  ...n_2.21.bb = binutils-cross-canadian_2.21.1.bb} |    0  ...tils-cross_2.21.bb = binutils-cross_2.21.1.bb} |    0  

[OE-core] [PATCH 1/1] [bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptr

2011-07-07 Thread Jessica Zhang
From: Khem Raj raj.k...@gmail.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/site/mips-common |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/site/mips-common b/meta/site/mips-common index 6408baa..bbfc779 100644 --- a/meta/site/mips-common +++

[OE-core] [PATCH 2/2] image_types.bbclass: support xz compressed initramfs.cpio and tarballs

2011-07-07 Thread Andrea Adami
* from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index

Re: [OE-core] [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 14:39 -0700, Khem Raj wrote: On Thu, Jul 7, 2011 at 1:25 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...n_2.21.bb = binutils-cross-canadian_2.21.1.bb} |0

Re: [OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 22:10 +0800, Yu Ke wrote: python has several place hard code lib which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Ke ke...@intel.com [...] ++AC_SUBST(LIB)

[OE-core] [PATCH 2/8] image.bbclass: add LINGUAS_INSTALL to depends list

2011-07-07 Thread Saul Wold
[YOCTO #1215] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 1768a0b..edfb2d6 100644 --- a/meta/classes/image.bbclass +++

[OE-core] [PATCH 0/8] Bug Fixes for M2 Rc2

2011-07-07 Thread Saul Wold
Richard, This address the bash, xcb missing from libx11, locale issue and the lack of space due to zypper eating space. Sau! The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100) are available in the git repository

[OE-core] [PATCH 3/8] gnome-doc-utils: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |2 ++ meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc

[OE-core] [PATCH 4/8] quilt: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/quilt/quilt.inc |2 ++ meta/recipes-devtools/quilt/quilt_0.48.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc

[OE-core] [PATCH 1/8] rootfs_rpm: Add 50Meg to image size for zypper

2011-07-07 Thread Saul Wold
[YOCTO #1171] Add /var space for zypper due to its space usage for db maintence Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image_types.bbclass |2 +- meta/classes/rootfs_rpm.bbclass |5 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 8/8] libx11: enable xcb support

2011-07-07 Thread Saul Wold
[YOCTO #1196] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb index

[OE-core] [PATCH 6/8] usbutils: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-bsp/usbutils/usbutils_0.91.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb index 5d605c5..c5420d0

Re: [OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 09:14 -0700, Kamble, Nitin A wrote: Hi Ke, Is this for multilib ? Yes, it is. Cheers, Richard ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change

2011-07-07 Thread Paul Eggleton
Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16

2011-07-07 Thread Paul Eggleton
Since we no longer support 2.4, update this setting to 2.6.16, to line up with the most accepted setting from OE. (This affects eglibc's kernel support, and 2.6.16 is the minimum version for glibc 2.9 onwards.) Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/bitbake.conf

Re: [OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-07 Thread Andrea Adami
Ehm, some cruft slipped in :/ On Fri, Jul 8, 2011 at 1:11 AM, Andrea Adami andrea.ad...@gmail.com wrote: * from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  meta/classes/kernel.bbclass |   22 ++  1 files changed, 22

Re: [OE-core] [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1

2011-07-07 Thread Khem Raj
On Jul 7, 2011, at 4:12 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2011-07-07 at 14:39 -0700, Khem Raj wrote: On Thu, Jul 7, 2011 at 1:25 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble

Re: [OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Yu Ke
on 2011-7-8 3:22, Richard Purdie wrote: On Thu, 2011-07-07 at 22:10 +0800, Yu Ke wrote: python has several place hard code lib which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu

Re: [OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-07 Thread Khem Raj
On Jul 7, 2011, at 5:00 PM, Andrea Adami andrea.ad...@gmail.com wrote: Ehm, some cruft slipped in :/ On Fri, Jul 8, 2011 at 1:11 AM, Andrea Adami andrea.ad...@gmail.com wrote: * from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---

Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Khem Raj
On Jul 7, 2011, at 4:31 PM, Saul Wold s...@linux.intel.com wrote: [YOCTO #1214] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/eglibc/eglibc-package.inc |2 +- meta/recipes-core/eglibc/eglibc.inc |2 +- meta/recipes-core/eglibc/eglibc_2.12.bb |

Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
On 07/07/2011 05:59 PM, Khem Raj wrote: On Jul 7, 2011, at 4:31 PM, Saul Wolds...@linux.intel.com wrote: [YOCTO #1214] Signed-off-by: Saul Wolds...@linux.intel.com --- meta/recipes-core/eglibc/eglibc-package.inc |2 +- meta/recipes-core/eglibc/eglibc.inc |2 +-

Re: [OE-core] [PATCH 1/1] powertop: inherit update-alternatives and use a higher priority than busybox

2011-07-07 Thread Cui, Dexuan
Tom Rini wrote: On 07/07/2011 01:39 AM, Dexuan Cui wrote: busybox-1.18.4 installs /bin/powertop and the powertop recipe installs /usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would run the version offered by busybox, which has a very limited function (e.g., no parameter

[OE-core] [PATCH 0/2][PULL] alsa-tools: Fix recipe build error

2011-07-07 Thread Dongxiao Xu
Hi Saul, This pull request fixes the alsa-tools recipe build error. Please help to review and pull. [YOCTO #1038] Thanks, Dongxiao The following changes since commit 2c79c9eb7ef8ef0aef8c3096c3c4387e28e56ea2: pulseaudio: add 0.9.23 (2011-07-07 13:45:32 +0100) are available in the git

[OE-core] [PATCH 1/2] fltk: add this recipe for alsa-tools build

2011-07-07 Thread Dongxiao Xu
alsa-tools has dependency on fltk. Import this recipe from open-embedded. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../fltk/fltk-1.1.10/disable_test.patch| 18 + meta/recipes-multimedia/fltk/fltk_1.1.10.bb| 38 2 files changed, 56

[OE-core] [PATCH 2/2] alsa-tools: Fix recipe build error.

2011-07-07 Thread Dongxiao Xu
1. Fix the autoreconf error with gtk2 and alsa. 2. Add libtool sysroot path while configuration. 3. Remove one element in alsa-tools which depends on qt2. [YOCTO #1038] Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../alsa/alsa-tools-1.0.24.1/autotools.patch | 31

Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Khem Raj
On 07/07/2011 06:15 PM, Saul Wold wrote: On 07/07/2011 05:59 PM, Khem Raj wrote: On Jul 7, 2011, at 4:31 PM, Saul Wolds...@linux.intel.com wrote: [YOCTO #1214] Signed-off-by: Saul Wolds...@linux.intel.com --- meta/recipes-core/eglibc/eglibc-package.inc | 2 +-

Re: [OE-core] [PATCH 1/8] rootfs_rpm: Add 50Meg to image size for zypper

2011-07-07 Thread Saul Wold
On 07/07/2011 04:38 PM, Richard Purdie wrote: On Thu, 2011-07-07 at 16:31 -0700, Saul Wold wrote: [YOCTO #1171] Add /var space for zypper due to its space usage for db maintence This hasn't been tested for opkg/deb and is missing something like: ZYPPER_VAR_DB_SPACE ??= 0 I'd suggest we