Re: [OE-core] [PATCH] Give coreutils a chance to build the df utility

2011-10-26 Thread Julian Pidancet
On Wed, Oct 26, 2011 at 2:59 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Mon, Oct 24, 2011 at 8:18 PM, Julian Pidancet julian.pidan...@gmail.com wrote: +do_configure_prepend () { +        export fu_cv_sys_stat_statfs2_bsize=yes I'm asking out of curiosity.. why don't these

Re: [OE-core] [PATCH] Give coreutils a chance to build the df utility

2011-10-26 Thread Phil Blundell
On Wed, 2011-10-26 at 14:58 +0100, Julian Pidancet wrote: On Wed, Oct 26, 2011 at 2:59 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Mon, Oct 24, 2011 at 8:18 PM, Julian Pidancet julian.pidan...@gmail.com wrote: +do_configure_prepend () { +export

[OE-core] [PATCH 0/1] RFC: provide 3.0.x and 3.1 libc headers

2011-10-26 Thread Bruce Ashfield
Hi all, Here's a RFC patch for updating the toolchain linux-libc headers to 3.x variants. The reason I'm calling it a RFC is: - I wrote some anonymous python code (and I'm no python coder) to deal with 2.6 / 3.0 tgz location differences. This could have also been done with a variable

[OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
This changes makes two different 3.x headers available to the toolchain. The latest 3.0.x and 3.1 tarballs. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version number of the kernel. Tested with 2.6.37.2, 3.0.8 and 3.1

Re: [OE-core] [PATCH] subversion-1.6.15: add native support too

2011-10-26 Thread Saul Wold
On 10/21/2011 03:11 PM, Martin Jansa wrote: Signed-off-by: Martin Jansamartin.ja...@gmail.com --- .../subversion/subversion_1.6.15.bb|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb

Re: [OE-core] [PATCH 0/4] Update coreutils, libtool and fixes needed for gold

2011-10-26 Thread Saul Wold
On 10/20/2011 09:35 PM, Khem Raj wrote: This patchset does the following 1. Upgrades coreutils and libtool partially helped with gold 2. Fixes a gcc bug thats highlighted by gold when linking connman 3. Fixes a DEPENDS problem in xserver-xorg With these changes I am able to build

Re: [OE-core] [PATCH 0/1] perl upgrade V2

2011-10-26 Thread Saul Wold
On 10/21/2011 07:02 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com I fixed a build issue I observer on mips in the v2. The following changes since commit 72a1e63b67445c65954c21f5cbfab74d617a257f: distro-tracking-fields: update fields for tzdata and

Re: [OE-core] [PATCHv3] squashfs-tools: add recipe

2011-10-26 Thread Saul Wold
On 10/21/2011 06:39 PM, Cliff Brake wrote: From: Cliff Brakecbr...@bec-systems.com added xz compression option, general cleanup --- .../squashfs-tools/squashfs-tools_4.2.bb | 40 1 files changed, 40 insertions(+), 0 deletions(-) create mode 100644

Re: [OE-core] [PATCH 0/8] Subversion-1.7.0 and arm/thumb work arounds

2011-10-26 Thread Martin Jansa
On Wed, Oct 26, 2011 at 09:54:04PM +0200, Saul Wold wrote: On 10/21/2011 10:17 AM, Martin Jansa wrote: Hi, arm mode was forced without PR bump, because if it was failing for someone he will notice. Be carefull with using subversion-1.7.0 (read the commit message).

Re: [OE-core] [PATCH 1/3] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian

2011-10-26 Thread Saul Wold
On 10/21/2011 07:02 AM, Khem Raj wrote: PN for binutils-cross-canadian is binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} so thats what we should use for PREFERRED_VERSION Signed-off-by: Khem Rajraj.k...@gmail.com --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed,

Re: [OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Richard Purdie
On Wed, 2011-10-26 at 14:25 -0400, Bruce Ashfield wrote: This changes makes two different 3.x headers available to the toolchain. The latest 3.0.x and 3.1 tarballs. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version

Re: [OE-core] [PATCH 1/1] qmmp: update to 0.5.2

2011-10-26 Thread Saul Wold
On 10/24/2011 05:37 AM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com Use do_split_package for each grouping and name them correctly besides updating package. The format to name plugins of qmmp: qmmp-plugin-group-library with the Description: QmmpGroup plugin for %s

Re: [OE-core] [PATCH 0/2] perl tcl recipe upgrades

2011-10-26 Thread Saul Wold
On 10/20/2011 07:47 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com I tested perl inside qemux86 qemuarm machines, and basic functionality of perl was working fine. Please help test it out. Thank you, Nitin The following changes since commit

Re: [OE-core] [PATCH 5/5] distro_tracking_fields: updates for sudo, mtools, grep, and openssh

2011-10-26 Thread Saul Wold
On 10/25/2011 11:36 PM, Scott Garman wrote: Signed-off-by: Scott Garmanscott.a.gar...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 32 ++-- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git

[OE-core] [PATCH v2] Give coreutils a chance to build the df utility

2011-10-26 Thread Julian Pidancet
The coreutils configure script is unable determine how to get free space from the Operating System when cross-compiling. This changes caches the result of the statfs2_bsize test for the coreutils configure script. Both glibc and uclibc defines statfs as a two-argument function and uses a struct

Re: [OE-core] --root option in upstream shadow

2011-10-26 Thread Nicolas François
Hi, On Mon, Oct 24, 2011 at 01:06:11AM +0100, julian.pidan...@gmail.com wrote: On Sat, Oct 22, 2011 at 12:54 PM, Nicolas François nicolas.franc...@centraliens.net wrote: What is the expected behavior when the utility authenticates the caller?  1] authenticate the caller in the caller's

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-26 Thread Richard Purdie
On Fri, 2011-10-21 at 05:23 +, James Limbouris wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Friday, 21 October 2011 1:16 PM To: Patches and discussions

[OE-core] [PATCH 0/2] RFC v2: provide 3.0.x and 3.1 libc headers

2011-10-26 Thread Bruce Ashfield
Richard, Here's a quick respin of the series to factor out some code. Changes since v1: - factored common code out into the .inc file. Captured in patch 1/2 - patch 2/2 is the introduction of the new headers Original Email is included below: Here's a RFC patch for updating the toolchain

[OE-core] [PATCH 1/2] linux-libc-headers: factor common code into linux-libc-headers.inc

2011-10-26 Thread Bruce Ashfield
Each time a new linux-libc-headers is created the same code is cloned. Placing the common functionality in the .inc file simplies each recipe and make maintenance easier. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../linux-libc-headers/linux-libc-headers.inc | 44

[OE-core] [PATCH 2/2] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
Provide both a 3.0.x and a 3.1 set of headers to the toolchain. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version number of the kernel. Built and booted with 2.6.37.2, 3.0.8 and 3.1 linux-libc-headers. Signed-off-by:

Re: [OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Richard Purdie
On Wed, 2011-10-26 at 14:25 -0400, Bruce Ashfield wrote: This changes makes two different 3.x headers available to the toolchain. The latest 3.0.x and 3.1 tarballs. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version

Re: [OE-core] [PATCH 2/2] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Richard Purdie
On Wed, 2011-10-26 at 16:56 -0400, Bruce Ashfield wrote: Provide both a 3.0.x and a 3.1 set of headers to the toolchain. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version number of the kernel. Built and booted

Re: [OE-core] --root option in upstream shadow

2011-10-26 Thread Mark Hatle
On 10/26/11 3:51 PM, Nicolas François wrote: Hi, On Mon, Oct 24, 2011 at 01:06:11AM +0100, julian.pidan...@gmail.com wrote: On Sat, Oct 22, 2011 at 12:54 PM, Nicolas François nicolas.franc...@centraliens.net wrote: What is the expected behavior when the utility authenticates the caller?

Re: [OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Anders Darander
* Anders Darander and...@chargestorm.se [111026 23:14]: * Richard Purdie richard.pur...@linuxfoundation.org [111026 23:02]: On Wed, 2011-10-26 at 14:25 -0400, Bruce Ashfield wrote: This changes makes two different 3.x headers available to the toolchain. The latest 3.0.x and 3.1 tarballs.

Re: [OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
On Wed, Oct 26, 2011 at 5:01 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-10-26 at 14:25 -0400, Bruce Ashfield wrote: This changes makes two different 3.x headers available to the toolchain. The latest 3.0.x and 3.1 tarballs. Compatibility is maintained with older

[OE-core] [PATCH 0/1] qmmp: update to 0.5.2

2011-10-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Hi Saul, I Removed the old recipe qmmp_0.5.1 and added qmmp_0.5.2 according to your suggestion. Thanks Yan Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qmmp_update Browse:

[OE-core] [PATCH 1/1] qmmp: update to 0.5.2

2011-10-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Remove recipe qmmp_0.5.1 and add qmmp_0.5.2 Use do_split_package for each grouping and name them correctly besides updating package. The format to name plugins of qmmp: qmmp-plugin-group-library with the Description: QmmpGroup plugin for %s

[OE-core] [PATCH] Add readline as dependecy for gdb-cross-canadian

2011-10-26 Thread Matthew McClintock
Got errors that we were unable to find -lreadline, this fixed the issue Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc |2 +- .../gdb/gdb-cross-canadian_7.3a.bb |2 +- 2 files changed, 2 insertions(+), 2

[OE-core] [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

2011-10-26 Thread Matthew McClintock
This fixes an issue where we cannot find -lgcc when linking. We update the path to libgcc.a so the library can be installed correctly Signed-off-by: Matthew McClintock m...@freescale.com --- I really doubt this is the correct fix and I'm no expert but it's here for comments. This fixes a real

Re: [OE-core] [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

2011-10-26 Thread James Limbouris
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Matthew McClintock Sent: Thursday, 27 October 2011 11:07 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [RFC] Fix

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-26 Thread James Limbouris
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, 27 October 2011 4:54 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-26 Thread Tom Rini
On Wed, Oct 26, 2011 at 8:52 PM, James Limbouris ja...@digitalmatter.com.au wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, 27 October 2011 4:54 AM

Re: [OE-core] [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

2011-10-26 Thread McClintock Matthew-B29882
On Wed, Oct 26, 2011 at 10:40 PM, James Limbouris ja...@digitalmatter.com.au wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Matthew McClintock Sent: Thursday, 27 October 2011 11:07

[OE-core] [PATCH 1/2] Add new strace-graph package to avoid making perl a dependecy for all of strace

2011-10-26 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/strace/strace_4.5.20.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb index

[OE-core] [PATCH 2/2] Add new util-linux-chkdupexe package to avoid making perl a dependecy for all of util-linux

2011-10-26 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-core/util-linux/util-linux.inc |7 +-- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc