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 wrote: > On Mon, Oct 24, 2011 at 8:18 PM, Julian Pidancet > wrote: >> +do_configure_prepend () { >> +        export fu_cv_sys_stat_statfs2_bsize=yes > > I'm asking out of curiosity.. why don't these go in meta/site/common instead? To be

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 > wrote: > > On Mon, Oct 24, 2011 at 8:18 PM, Julian Pidancet > > wrote: > >> +do_configure_prepend () { > >> +export fu_cv_sys_stat_statfs2_bsize=yes > > > > I'm asking

Re: [OE-core] useradd changes to dbus, base-passwd

2011-10-26 Thread Mark Hatle
On 10/25/11 10:37 PM, James Limbouris wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> James Limbouris >> Sent: Wednesday, 26 October 2011 9:35 AM >> To: openembedded-core@list

Re: [OE-core] useradd changes to dbus, base-passwd

2011-10-26 Thread Scott Garman
On 10/26/2011 08:23 AM, Mark Hatle wrote: On 10/25/11 10:37 PM, James Limbouris wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of James Limbouris Sent: Wednesday, 26 October 2011 9:35 AM

[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 s

[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 bu

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

2011-10-26 Thread Saul Wold
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). Pulseaudio-1.1 was released, so hopefully this work arounds won't be needed there or the

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 Jansa --- .../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 b/meta/recipes-devtools/subversion/sub

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 systemd-gnome-

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 Kamble 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 gst-plugins-good (2011-10-20 17

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 Brake added xz compression option, general cleanup --- .../squashfs-tools/squashfs-tools_4.2.bb | 40 1 files changed, 40 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/squashfs-t

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 Raj --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1

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 vers

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

2011-10-26 Thread Bruce Ashfield
On 11-10-26 04:25 PM, Richard Purdie 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 2.6 headers by creating a new variable that chan

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 Yan Use do_split_package for each grouping and name them correctly besides updating package. The format to name plugins of qmmp: qmmp-plugin-- with the Description: Qmmp plugin for %s" This looks correct, but needs to be a git mv f

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 Kamble 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 066f6bed29dff0b4faac586eba7a865584c4fe4b

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 Garman --- .../conf/distro/include/distro_tracking_fields.inc | 32 ++-- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/i

[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 s

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 > wrote: > > > > What is the expected behavior when the utility authenticates the caller? > >  1] authenticate the caller in the caller's chroot > >  2] authenticate

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 d

[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 lin

[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 --- .../linux-libc-headers/linux-libc-headers.inc | 44 ++ .../linux-lib

[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 vers

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 boo

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 >> wrote: >>> >>> What is the expected behavior when the utility authenticates the caller? >>> 1] authenticate t

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

2011-10-26 Thread Anders Darander
* Richard Purdie [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. Compatibility is > > maintained with older 2.6 headers by creating a new variable > > that

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 [111026 23:14]: > * Richard Purdie [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. Compatibility is > > > maintained with older 2.

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 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 2.6 headers by creating a ne

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

2011-10-26 Thread Xiaofeng Yan
From: Xiaofeng Yan 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: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qmmp_update

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

2011-10-26 Thread Xiaofeng Yan
From: Xiaofeng Yan 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-- with the Description: Qmmp plugin for %s" Signed-off-by: Xiaofeng Yan --- .../conf/dis

[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 --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc |2 +- .../gdb/gdb-cross-canadian_7.3a.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a

[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 --- I really doubt this is the correct fix and I'm no expert but it's here for comments. This fixes a real u-boot cross compile b

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] Fi

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] [P

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 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 >> To: Patches and

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 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 AM >> To: openem

[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 --- 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 b3d2aa5..0e22657 100644 --- a/me

[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 --- 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 b/meta/recipes-core/util