[OE-core] [PATCH 1/1] adt-installer: install autoconf(/automake)-nativesdk

2012-01-17 Thread Lianhao Lu
[YOCTO #1909] Install autoconf-nativesdk and automake-nativesdk to host. Signed-off-by: Lianhao Lu --- .../adt-installer/scripts/adt_installer_internal | 18 ++ .../installer/adt-installer_1.0.bb |2 +- 2 files changed, 7 insertions(+), 13 deletions(-) di

[OE-core] [PATCH 0/1] install new packages in adt-installer

2012-01-17 Thread Lianhao Lu
This pathc fixed YOCTO bug #1909 by installing autoconf-nativesdk and automake-nativesdk packages in adt-installer. The following changes since commit bd047935305c872b565f30b46c94b7077e5fb3a2: Richard Purdie (1): patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to th

[OE-core] [PATCH V2] uclibc: Upgrade to latest master

2012-01-17 Thread Khem Raj
Document the patches Signed-off-by: Khem Raj --- .../uclibc/uclibc-git/cross_compile_check.patch| 13 + .../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 83 ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch |6 + .../uclibc/uclibc-git/orign_path.patch | 183 ---

Re: [OE-core] Different libdir in libstdc++.la for qemux86-64 causing issues

2012-01-17 Thread Martin Jansa
On Tue, Jan 17, 2012 at 02:29:46PM -0800, Khem Raj wrote: > On Tue, Jan 17, 2012 at 5:09 AM, Martin Jansa wrote: > > After fixing gnutls pulling system libs to every EFL build I ended with only > > difference - libdir in libstdc++.la > > > > OE @ ~/shr-core/tmp-eglibc/sysroots $ grep libdir */usr/

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Khem Raj
On Tue, Jan 17, 2012 at 5:33 PM, Kamble, Nitin A wrote: > > >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Kamble, Nitin A >> Sent: Tuesday, January 17, 2012 5:29 PM >> To: Patches

[OE-core] [PATCH] e2fsprogs_1.42.bb: Fix build fallout for uclibc

2012-01-17 Thread Khem Raj
e2fsprogs 1.42 onwards uses fallocate() which uclibc does not implement(yet). In most of places its use is controlled and it only used when configure detects fallocate being present but in this one case it missed to check for fallocate being available so here we add the check Signed-off-by: Khem R

Re: [OE-core] [PATCH] xinput: add utility for configuring and testing XInput devices.

2012-01-17 Thread Koen Kooi
Op 18 jan. 2012 om 00:03 heeft Andrea Adami het volgende geschreven: > * from meta-openembedded with minor editings > * added PE why? > and reset PR why? > > Signed-off-by: Andrea Adami > --- > meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 15 +++ > 1 files changed, 15 i

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Kamble, Nitin A > Sent: Tuesday, January 17, 2012 5:29 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core]

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Kamble, Nitin A
Khem, Here was the configure error: | configure: error: Package requirements (bdw-gc) were not met: | | No package 'bdw-gc' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment v

Re: [OE-core] [CONSOLIDATED PULL 18/62] qemuppc: replace emulation of qemuppc from prep to mac99

2012-01-17 Thread Bruce Ashfield
On Tue, Jan 17, 2012 at 5:20 PM, Khem Raj wrote: > On Tue, Jan 17, 2012 at 12:32 AM, Saul Wold wrote: >> From: Liming Wang >> >> With this new emulation, existing qemuppc functionality is maintained >> and other functionality such as framebuffer + sato and NFS boot are >> added. >> > > We curren

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Khem Raj
On Tue, Jan 17, 2012 at 12:30 PM, wrote: > This recipe is needed by guile. > And guile is needed for autogen. is this really needed by guile. if yes what part of guide need it ? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.o

[OE-core] Process for New DISTRO_FEATURES (was: Re: [PATCH 0/3] Make pulseaudio a DISTRO_FEATURE)

2012-01-17 Thread Richard Purdie
On Mon, 2012-01-16 at 17:58 +, Paul Eggleton wrote: > On Thursday 29 December 2011 12:55:56 Paul Eggleton wrote: > > On Wednesday 23 November 2011 17:09:08 Richard Purdie wrote: > > > On Wed, 2011-11-23 at 16:48 +, Phil Blundell wrote: > > > > b) introduce some sort of concept of "feature e

[OE-core] [PATCH] xinput: add utility for configuring and testing XInput devices.

2012-01-17 Thread Andrea Adami
* from meta-openembedded with minor editings * added PE and reset PR Signed-off-by: Andrea Adami --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb diff -

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Flanagan, Elizabeth
On Tue, Jan 17, 2012 at 2:52 PM, Richard Purdie wrote: > On Tue, 2012-01-17 at 14:20 -0800, Flanagan, Elizabeth wrote: >> On Tue, Jan 17, 2012 at 1:43 PM, Saul Wold wrote: >> > On 01/17/2012 12:30 PM, nitin.a.kam...@intel.com wrote: >> >> >> >> From: Nitin A Kamble >> >> >> >> This recipe is need

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 14:20 -0800, Flanagan, Elizabeth wrote: > On Tue, Jan 17, 2012 at 1:43 PM, Saul Wold wrote: > > On 01/17/2012 12:30 PM, nitin.a.kam...@intel.com wrote: > >> > >> From: Nitin A Kamble > >> > >> This recipe is needed by guile. > >> And guile is needed for autogen. > >> > >> Sig

Re: [OE-core] Different libdir in libstdc++.la for qemux86-64 causing issues

2012-01-17 Thread Khem Raj
On Tue, Jan 17, 2012 at 5:09 AM, Martin Jansa wrote: > After fixing gnutls pulling system libs to every EFL build I ended with only > difference - libdir in libstdc++.la > > OE @ ~/shr-core/tmp-eglibc/sysroots $ grep libdir */usr/lib/libstdc*la > nokia900/usr/lib/libstdc++.la:libdir='/usr/lib' > o

Re: [OE-core] [CONSOLIDATED PULL 18/62] qemuppc: replace emulation of qemuppc from prep to mac99

2012-01-17 Thread Khem Raj
On Tue, Jan 17, 2012 at 12:32 AM, Saul Wold wrote: > From: Liming Wang > > With this new emulation, existing qemuppc functionality is maintained > and other functionality such as framebuffer + sato and NFS boot are > added. > We currently tune for 603e when we choose qemuppc machine is that stil

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Flanagan, Elizabeth > Sent: Tuesday, January 17, 2012 2:21 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-c

Re: [OE-core] [PATCH 2/2] pango: create /etc/pango in module postinsts if it's missing

2012-01-17 Thread Khem Raj
On Tue, Jan 17, 2012 at 2:19 AM, Koen Kooi wrote: > > +if ! [ -e $D${sysconfdir}/pango ] ; then > +       mkdir -p $D${sysconfdir}/pango > +fi >  } when you are using mkdir -p then why enclose it in if-fi ___ Openembedded-core mailing list Openembedded

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Flanagan, Elizabeth
On Tue, Jan 17, 2012 at 1:43 PM, Saul Wold wrote: > On 01/17/2012 12:30 PM, nitin.a.kam...@intel.com wrote: >> >> From: Nitin A Kamble >> >> This recipe is needed by guile. >> And guile is needed for autogen. >> >> Signed-off-by: Nitin A Kamble >> --- >>  meta/recipes-support/bdwgc/bdwgc_20110107.

Re: [OE-core] How to avoid spurious RPM dependencies?

2012-01-17 Thread McClintock Matthew-B29882
On Tue, Jan 17, 2012 at 2:14 PM, Koen Kooi wrote: > Hi, > > I'm running into a problem with vim that seems to be caused by overeager > rpmdeps: > > | error: Failed dependencies: > |       /bin/csh is needed by vim-7.2.446-r10.3.armv7a > |       /usr/local/bin/python is needed by python-imaging-1.

Re: [OE-core] [PATCH 5/5] grub-efi-native: fix errors with automake 1.11.2

2012-01-17 Thread Kamble, Nitin A
> -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Tuesday, January 17, 2012 1:45 PM > To: Patches and discussions about the oe-core layer > Cc: Kamble, Nitin A > Subject: Re: [OE-core] [PATCH 5/5] grub-efi-native: fix errors with > automake 1.11.2 > > On 01/17/

Re: [OE-core] [PATCH 5/5] grub-efi-native: fix errors with automake 1.11.2

2012-01-17 Thread Saul Wold
On 01/17/2012 12:30 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This commit replaces earlier patch (grub-1.99_fix_for_automake_1.11.2.patch) which did not work on all distros. Fixes these errors observed with automake 1.11.2 The useof pkglibhas become more strict compared to the ea

Re: [OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread Saul Wold
On 01/17/2012 12:30 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This recipe is needed by guile. And guile is needed for autogen. Signed-off-by: Nitin A Kamble --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 38 ++ 1 files changed, 38 insertions(+), 0

Re: [OE-core] [PATCH 2/2] uclibc: Upgrade to latest master

2012-01-17 Thread Khem Raj
On Tue, Jan 17, 2012 at 1:19 PM, Saul Wold wrote: > On 01/17/2012 08:50 AM, Khem Raj wrote: >> >> Signed-off-by: Khem Raj >> --- >>  .../uclibc/uclibc-git/cross_compile_check.patch    |   13 + >>  .../recipes-core/uclibc/uclibc-git/fix_libdl.patch |   58 +++ >>  .../uclibc/uclibc-git/orign_path.pa

[OE-core] [PATCHv2 3/6] guile: new recipe for autogen

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble guile recipe is needed by autogen. Signed-off-by: Nitin A Kamble --- ...01-Fix-the-SRFI-60-copy-bit-documentation.patch | 33 + ..._GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch | 25 ++ ...h-rather-than-gc-gc_version.h-in-pthread-.patch | 26 +++

Re: [OE-core] [PATCH 2/2] uclibc: Upgrade to latest master

2012-01-17 Thread Saul Wold
On 01/17/2012 08:50 AM, Khem Raj wrote: Signed-off-by: Khem Raj --- .../uclibc/uclibc-git/cross_compile_check.patch| 13 + .../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 58 +++ .../uclibc/uclibc-git/orign_path.patch | 183 meta/recipes-core/uclibc/uclibc-

Re: [OE-core] [PATCH] e2fsprogs: update to 1.42

2012-01-17 Thread Scott Garman
On 01/17/2012 04:50 AM, Koen Kooi wrote: Complete changelog can be found at http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42 The quotefix patch isn't needed anymore and the build survived -j20 on a quadcore machine, so PARALLEL_MAKE is enabled again. Almost everything in the recip

[OE-core] [PATCHv2 0/6] resend with typo fixes & distro tracking data

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble This is same as last pull requests + typo fixes + a commit for adding distro tracking information for the new recipes. Thanks, Nitin The following changes since commit 5724ee9c3a99519fea96446638910b727b89898d: package_rpm.bbclass: Add support for filenames with spaces (2

[OE-core] [PATCHv2 4/6] autogen-native: new recipe for grub-efi-native

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble grub-efi-native build is failing due to missing autogen command. Hence created this recipe. The newer versions of autogen 5.13 & 5.14 both are dumping core while building from source, so going back to the working 5.12 version. Also noticed that no distro vendor has picked u

[OE-core] [PATCHv2 1/6] bdwgc: new recipe for autogen

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble This recipe is needed by guile. And guile is needed for autogen. Signed-off-by: Nitin A Kamble --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/bdw

[OE-core] [PATCHv2 6/6] distro-tracking: add data for newer recipes

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 21 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_

[OE-core] [PATCHv2 2/6] libunistring: new recipe for autogen

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble libunistring recipe is needed by guile. And guile is needed by autogen. Signed-off-by: Nitin A Kamble --- .../libunistring/libunistring_0.9.3.bb | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-supp

Re: [OE-core] How to avoid spurious RPM dependencies?

2012-01-17 Thread Mark Hatle
On 1/17/12 2:14 PM, Koen Kooi wrote: Hi, I'm running into a problem with vim that seems to be caused by overeager rpmdeps: | error: Failed dependencies: | /bin/csh is needed by vim-7.2.446-r10.3.armv7a | /usr/local/bin/python is needed by python-imaging-1.1.7-r0.armv7a For vim I t

Re: [OE-core] [PATCH 0/4] [V6] lttng-2.0 new recipe

2012-01-17 Thread Saul Wold
On 01/16/2012 08:06 AM, Zumeng Chen wrote: Hi Saul, Changes vs previous versions: 1 ) Create directories for patches. 2 ) Update the latest git HEAD for all, build passed. Thanks, Zumeng The following changes since commit b02e7d45e06d1fbaf072deea9f3773ca14787e65: gconf: enable gtk+ 2.0

Re: [OE-core] [PATCH 0/1] Fix libGL path in 64b Ubuntu 11.10

2012-01-17 Thread Saul Wold
On 01/12/2012 04:57 AM, edwin.z...@intel.com wrote: From: Zhai Edwin From 11.10, 64b Ubuntu has a new path for libGL.so. This patch fix it. Thanks, Edwin The following changes since commit 19241e7e2d88406c57613180dec9e7896c6674cc: distro-tracking: Update info for webkit-gtk, web-webkit (2

Re: [OE-core] [PATCH 0/3]: Fix the error when building image "core-image-gtk-directfb"

2012-01-17 Thread Saul Wold
On 01/12/2012 11:06 PM, Xiaofeng Yan wrote: From: Xiaofeng Yan Hi Saul, I remove ${sysconfdir}/* because bitbake will package this directory as default. The following part was previous description. -- Bitbake complain " No package 'cairo-xlib' found"

[OE-core] [PATCH 4/5] autogen-native: new recipe for grub-efi-native

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble grub-efi-native build is failing due to missing autogen command. Hence created this recipe. The newer versions of autogen 5.13 & 5.14 both are dumping core while building from source, so going back to the working 5.12 version. Also noticed that no distro vendor has picked u

[OE-core] [PATCH 2/5] libunistring: new recipe for autogen

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble libunistring recipe is needed by guile. And guile is needed by autogen. Signed-off-by: Nitin A Kamble --- .../libunistring/libunistring_0.9.3.bb | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-supp

[OE-core] [PATCH 3/5] guile: new recipe for autogen

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble guile recipe is needed by autogen. Signed-off-by: Nitin A Kamble --- ...01-Fix-the-SRFI-60-copy-bit-documentation.patch | 33 + ..._GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch | 25 ++ ...h-rather-than-gc-gc_version.h-in-pthread-.patch | 26 +++

[OE-core] [PATCH 1/5] bdwgc: new recipe for autogen

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble This recipe is needed by guile. And guile is needed for autogen. Signed-off-by: Nitin A Kamble --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/bdw

[OE-core] [PATCH 0/5] Recipes for fixing the grub-efi issue properly

2012-01-17 Thread nitin . a . kamble
From: Nitin A Kamble These commits fix the grub-efi building issue properly, so that it works on all distros. Thanks, Nitin The following changes since commit 5724ee9c3a99519fea96446638910b727b89898d: package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:54 +) a

[OE-core] How to avoid spurious RPM dependencies?

2012-01-17 Thread Koen Kooi
Hi, I'm running into a problem with vim that seems to be caused by overeager rpmdeps: | error: Failed dependencies: | /bin/csh is needed by vim-7.2.446-r10.3.armv7a | /usr/local/bin/python is needed by python-imaging-1.1.7-r0.armv7a For vim I thing it's being caused by this: ./usr/

Re: [OE-core] [PATCH 0/4] Error message fixes / cleanup

2012-01-17 Thread Saul Wold
On 01/13/2012 09:42 AM, Paul Eggleton wrote: A trio of of minor improvements to error messages as well as the removal of packagehistory.bbclass. The following changes since commit bd047935305c872b565f30b46c94b7077e5fb3a2: patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply t

Re: [OE-core] [PATCH 1/2] image_types.bbclass: Fix generating uncompressed ext2 images

2012-01-17 Thread Saul Wold
On 01/12/2012 09:13 AM, Matthew McClintock wrote: Signed-off-by: Matthew McClintock --- meta/classes/image_types.bbclass |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 3010549..4908ed9 100

Re: [OE-core] [PATCH 0/1] Update cross prelinker

2012-01-17 Thread Saul Wold
On 01/13/2012 09:52 AM, Mark Hatle wrote: Update the cross prelinker to fix a MIPS issue. The following changes since commit 9b446e954b55e7d42c39ff87a42564a48786b60e: prelink: Update to latest version (2012-01-13 11:47:01 -0600) are available in the git repository at: git://git.pokylinux

Re: [OE-core] [PATCH] dbus-1.4.16: use INC_PR from dbus.inc to fix PR bump after dbus-launch-helper permission change

2012-01-17 Thread Saul Wold
On 01/12/2012 06:20 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- meta/recipes-core/dbus/dbus_1.4.16.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb index f87f266..3cf8bb8 1006

Re: [OE-core] [PATCH] cairo 1.10.2: enable tee backend

2012-01-17 Thread Saul Wold
On 01/13/2012 01:01 AM, Koen Kooi wrote: This is needed for firefox: | checking CAIRO_LIBS... -lcairo -lpixman-1 -lfreetype -lfontconfig | checking for cairo-tee>= 1.10... Package cairo-tee was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo-tee.

Re: [OE-core] [PATCH 0/3] Make pulseaudio a DISTRO_FEATURE

2012-01-17 Thread Tom Rini
On Thu, Dec 29, 2011 at 5:55 AM, Paul Eggleton wrote: > On Wednesday 23 November 2011 17:09:08 Richard Purdie wrote: >> On Wed, 2011-11-23 at 16:48 +, Phil Blundell wrote: >> > b) introduce some sort of concept of "feature epochs", where the DISTRO >> > gets to declare what epoch it is expecti

Re: [OE-core] [PATCH] libtool: Put all libltdl headers in the correct libltdl-dev package

2012-01-17 Thread Saul Wold
On 01/17/2012 07:09 AM, Colin Walters wrote: On Sun, 2012-01-15 at 20:11 -0800, Saul Wold wrote: On 01/15/2012 10:13 AM, Colin Walters wrote: See attached. The current version is 2.4.2 and this requires a PR bump. Hm, do you want a new patch that bumps the PR? What are the rules for when

Re: [OE-core] [PATCH] package.bbclass: quote pathname given to objdump

2012-01-17 Thread Saul Wold
On 01/12/2012 08:30 AM, Enrico Scholz wrote: Packaging will fail with executable files containing spaces in their names. Patch quotes the parameter passed to 'objdump'. Signed-off-by: Enrico Scholz --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

Re: [OE-core] [PATCH 0/4] Add alsa-state from OE Classic v3

2012-01-17 Thread Saul Wold
On 01/13/2012 11:10 AM, Joshua Lock wrote: The small series which follows introduces the alsa-state recipe from oe-classic. The reason for doing so is to remove the requirement for recipes like the beagleboard-audio recipe in meta-yocto, which ensures the beagleboards sound device has the volume

Re: [OE-core] [PATCH] ghostscript: build cups filters

2012-01-17 Thread Saul Wold
On 01/10/2012 12:37 AM, James Limbouris wrote: Cups filters are no longer built by default. Since ghostscript already depends on cups, build the filters and package them as ghostscript-cups. Ghostscript uses the cups-config script from the oe sysroots to determine some of the target install path

Re: [OE-core] [PATCH 0/3] Recipe upgrades - e2fsprogs and libpam

2012-01-17 Thread Saul Wold
On 01/13/2012 03:29 PM, Scott Garman wrote: Hello, NOTE: This pull request needs Enrico Scholz's bitbake.conf commit (Subject: bitbake.conf: search /lib for -native builds) to work properly. Otherwise tune2fs will complain about an unresolved symbol when manipulating the rootfs journal during do

Re: [OE-core] [PATCH] bitbake.conf: search /lib for -native builds

2012-01-17 Thread Saul Wold
On 01/12/2012 08:30 AM, Enrico Scholz wrote: Changes to BUILD_LDFLAGS are required due to the recent movement of some libraries from ${libdir} to ${base_libdir}. ${base_libdir} must be now in the linker search path to avoid build problems of -native packages. Signed-off-by: Enrico Scholz ---

Re: [OE-core] [PATCH] ncurses-native: install to libdir, not base_libdir

2012-01-17 Thread Saul Wold
On 01/10/2012 11:51 AM, Christopher Larson wrote: From: Christopher Larson For target, both base_libdir and libdir in sysroot can be used, as we pass --sysroot to the toolchain. For native, we don't do this, and we also only add -L/${libdir}, not -L/${base_libdir}, resulting in other native reci

Re: [OE-core] [PATCH] add mfatbu/mfatbl instructions support in Valgrind

2012-01-17 Thread Saul Wold
On 01/16/2012 03:38 AM, b39...@freescale.com wrote: From: Aneesh Bansal Upstream Status : Pending Merged into OE-Core, as was noted the commit message was modified and the Upstream-Status: should be in the patch file itself not in the git commit message Thanks Sau! --- ...upport

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2012-01-17 Thread Saul Wold
On 01/11/2012 10:52 AM, Bruce Ashfield wrote: Richard/Saul, Since this is a stabilization week, this probably can't be merged immediately, but I've been working with this enough to call it good enough, and me sitting on them longer doesn't help. The first change in this series is the switch of

Re: [OE-core] [Patch v3] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2

2012-01-17 Thread Joshua Lock
On 17/01/12 08:30, Philip Balister wrote: On 01/16/2012 01:45 PM, Phil Blundell wrote: On Mon, 2012-01-16 at 10:19 -0800, Steve Sakoman wrote: My tested-by was indeed performed with the meta-oe layer enabled. In the future I will make clear what layers were used in my testing. I fear that thi

Re: [OE-core] [PATCH 0/1] bootimg: Account for FAT filesystem overhead in image size

2012-01-17 Thread Saul Wold
On 01/11/2012 03:58 PM, Darren Hart wrote: The following changes since commit 18c88fcec85f96d2495457928be913807971aea7: package.bbclass: per recipe PRSERV_HOST support (2012-01-11 10:37:43 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/bug/1852

Re: [OE-core] [oe-core][PATCH 0/2] Small fixes

2012-01-17 Thread Saul Wold
On 01/12/2012 01:34 AM, Martin Jansa wrote: The following changes since commit 1d2697e6f00cc3771f39f5a7d4384a22d9696b16: multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:21 +) are available in the git repository at: git://git.openembedde

Re: [OE-core] [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty

2012-01-17 Thread Saul Wold
On 01/12/2012 01:59 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Update the status of eds-tools and mingetty. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/maintainer Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer Thanks, Xiaof

[OE-core] [PATCH 4/5] busybox: change syslog default to log to a file

2012-01-17 Thread Joshua Lock
This changes the default in syslog-startup.conf to log messages to a file (/var/log/messages) because: a) we already mount /var/log as a volatile mount by default b) users are accustomed to looking at /var/log/messages as most distributions don't ship with logread Signed-off-by: Joshua Lock ---

Re: [OE-core] [PATCH 0/2][V2] upgrade hdparm to 9.37 and add its dependency stat 3.3

2012-01-17 Thread Saul Wold
On 01/11/2012 03:53 AM, Shane Wang wrote: This patch is to upgrade hdparm to 9.37 and bring its new dependency stat 3.3. Please review. The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e: command.py: add parseConfigurationFiles API (2012-01-06 16:01:44 +) are av

Re: [OE-core] [PATCH 0/1] Distro-tracking: Update info for manual check recipes

2012-01-17 Thread Saul Wold
On 01/10/2012 11:15 PM, edwin.z...@intel.com wrote: From: Zhai Edwin Saul, This is update for long time no check recipes. Pls. pull. Thanks, Edwin The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-

Re: [OE-core] [PATCH 0/6] Misc recipe fixes & upgrades

2012-01-17 Thread Saul Wold
On 01/10/2012 06:27 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Thanks, Nitin The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10 18:33:25 +) are available in the git reposit

[OE-core] [PATCH 5/5] busybox: enable dropping of duplicates in syslog, off by default

2012-01-17 Thread Joshua Lock
Busybox syslog includes functionality to drop duplicated syslog entries, enable this feature in the defconfig yet disable it by default. Expose configuration of the feature through the syslog-startup.conf file and the syslog init script. Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/

[OE-core] [PATCH 1/5] busybox: drop MARKINT option from init script and syslog-startup.conf

2012-01-17 Thread Joshua Lock
This option has been disabled in busybox since 2007 as it was deemed too buggy. See: http://git.busybox.net/busybox/commit/?id=4998c818919477d90674a3f220e7407c26da17f9 Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/files/syslog |3 --- .../recipes-core/busybox/files/sy

[OE-core] [PATCH 2/5] busybox: remove incorrect comments from syslog-startup.conf

2012-01-17 Thread Joshua Lock
Setting rotation size and generations is supported with busybox syslogd Signed-off-by: Joshua Lock --- .../recipes-core/busybox/files/syslog-startup.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/files/syslog-startup.conf b/meta/recipe

[OE-core] [PATCH 3/5] busybox: enable log level configuration in syslog-startup.conf and script

2012-01-17 Thread Joshua Lock
It's possible to configure busybox syslog to only log messages above a certain level, expose this functionality through the syslog-startup.conf and syslog init script. Valid values are 1-8 inclusive. Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/files/syslog |3 +++ .

[OE-core] [PATCH 0/5] Busybox syslog tweaks

2012-01-17 Thread Joshua Lock
The RFC version of this series didn't receive any C's.. This set of changes makes some minor changes to the configuration of busybox's syslog. The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16

Re: [OE-core] [PATCH 0/4] copyleft/license bits

2012-01-17 Thread Saul Wold
On 01/10/2012 08:31 AM, Christopher Larson wrote: From: Christopher Larson The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a: base-files: filesystems: fix mount order (2012-01-06 14:41:19 +) are available in the git repository at: https://github.com/kergoth/

Re: [OE-core] [PATCH 1/1] package_rpm.bbclass: Add support for filenames with spaces

2012-01-17 Thread Koen Kooi
Op 17 jan. 2012, om 16:47 heeft Mark Hatle het volgende geschreven: > Files with spaces must be fully quoted in an RPM spec file. It was > easier to quote all file paths, then to do it selectively. > > Signed-off-by: Mark Hatle Tested-by: Koen Kooi __

Re: [OE-core] [PATCH] wpa-supplicant: Compile without CONFIG_GNUTLS_EXTRA (PR BUMP)

2012-01-17 Thread Saul Wold
On 01/06/2012 07:34 AM, Andrei Gherzan wrote: From: Andrei Gherzan CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which was designed to be used in the EAP-TTLSv1. As we don't see any requirement for that protocol today we decided to remove it from wpa-supplicant .config file. This change

[OE-core] MINUTES: OE TSC Meeting 03-Jan-2012

2012-01-17 Thread Jeff Osier-Mixon
OE TSC Meeting 03-Jan-2012 Attendees: Paul, Mark, Tom, Richard Apologies: Khem Notes: Jefro (not present during meeting) __ Agenda & Results 0) Welcome Paul ==> Jefro: update meeting invitation [[NOTE: I don't

[OE-core] [PATCH 1/2] gnutls: Fix compilation on uclibc

2012-01-17 Thread Khem Raj
Examples do not compile correctly on latest uclibc Signed-off-by: Khem Raj --- .../correct_rpl_gettimeofday_signature.patch | 57 meta/recipes-support/gnutls/gnutls_2.12.14.bb |6 ++- 2 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 met

[OE-core] [PATCH 2/2] uclibc: Upgrade to latest master

2012-01-17 Thread Khem Raj
Signed-off-by: Khem Raj --- .../uclibc/uclibc-git/cross_compile_check.patch| 13 + .../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 58 +++ .../uclibc/uclibc-git/orign_path.patch | 183 meta/recipes-core/uclibc/uclibc-git/rtld_no.patch | 216 - .../ucli

Re: [OE-core] [RFC PATCH 1/1] self-hosted-image: generate the .hdddirect and .vmdk image files

2012-01-17 Thread Darren Hart
On 01/17/2012 01:35 AM, Cui, Dexuan wrote: > Darren Hart wrote on 2012-01-13: >> Hi Dexuan, >> >> Please include a complete patch header. Much of your 0/1 content can >> go here. > (Sorry for the late reply! I overlooked the mails...) > Ok, I'll pay attention to this in future. > >> Comments bel

Re: [OE-core] [Patch v3] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2

2012-01-17 Thread Philip Balister
On 01/16/2012 01:45 PM, Phil Blundell wrote: > On Mon, 2012-01-16 at 10:19 -0800, Steve Sakoman wrote: >> My tested-by was indeed performed with the meta-oe layer enabled. >> >> In the future I will make clear what layers were used in my testing. >> >> I fear that this kind of thing is going to bit

Re: [OE-core] [CONSOLIDATED PULL 00/62] Major set of Changes

2012-01-17 Thread Joshua Lock
On 17/01/12 00:31, Saul Wold wrote: I have test build this grouping of changes and theyseem good to me at this point. One issue is with the linux-yocto change set from Bruce seems to introduce a problem with compile perf on some hardware Machine settings. The openssl changes will need to be back

Re: [OE-core] [PATCH] busybox uglic: remove obsolete check for "kernel24"

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 17:26 +0200, Andrei Gherzan wrote: > On 01/17/2012 05:17 PM, Richard Purdie wrote: > > On Tue, 2012-01-17 at 13:28 +0200, Andrei Gherzan wrote: > >> From: Andrei Gherzan > >> > >> Busybox checks if MACHINE_FEATURES contains "kernel24". If so, > >> CONFIG_FEATURE_2_4_MODULES w

[OE-core] [PATCH 0/1] Enable spaces in RPM packages

2012-01-17 Thread Mark Hatle
RPM packages could not handle spaces in filenames, fix this. The following changes since commit 7257ded5355ffdc0fc169e7f34daeedb0b3dcd78: busybox/uglibc: remove obsolete check for "kernel24" (2012-01-17 15:15:29 +) are available in the git repository at: git://git.pokylinux.org/poky-con

[OE-core] [PATCH 1/1] package_rpm.bbclass: Add support for filenames with spaces

2012-01-17 Thread Mark Hatle
Files with spaces must be fully quoted in an RPM spec file. It was easier to quote all file paths, then to do it selectively. Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/package_rpm.b

Re: [OE-core] RPM and spaces in filenames?

2012-01-17 Thread Mark Hatle
I ran into the same problem yesterday. I've got a fix in my local tree, I'll submit it in a bit. --Mark On 1/17/12 8:53 AM, Koen Kooi wrote: Hi, With RPM packaging I'm getting these errors: | Processing files: cloud9-0.5.1-r12.armv7a | error: Two files on one line: /usr/share/cloud9/suppor

Re: [OE-core] [PATCH] busybox uglic: remove obsolete check for "kernel24"

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 13:28 +0200, Andrei Gherzan wrote: > From: Andrei Gherzan > > Busybox checks if MACHINE_FEATURES contains "kernel24". If so, > CONFIG_FEATURE_2_4_MODULES will be on "y". > kernel24 is no longer present in any machine configuration. The same > situation is in uglibc with a

Re: [OE-core] [PATCH] busybox uglic: remove obsolete check for "kernel24"

2012-01-17 Thread Andrei Gherzan
On 01/17/2012 05:17 PM, Richard Purdie wrote: On Tue, 2012-01-17 at 13:28 +0200, Andrei Gherzan wrote: From: Andrei Gherzan Busybox checks if MACHINE_FEATURES contains "kernel24". If so, CONFIG_FEATURE_2_4_MODULES will be on "y". kernel24 is no longer present in any machine configuration. The

Re: [OE-core] [PATCH] libtool: Put all libltdl headers in the correct libltdl-dev package

2012-01-17 Thread Koen Kooi
Op 17 jan. 2012, om 16:09 heeft Colin Walters het volgende geschreven: > On Sun, 2012-01-15 at 20:11 -0800, Saul Wold wrote: >> On 01/15/2012 10:13 AM, Colin Walters wrote: >>> See attached. >>> >>> >> The current version is 2.4.2 and this requires a PR bump. > > Hm, do you want a new patch th

Re: [OE-core] [PATCH 1/2] Revert "pango.inc: add directory "/etc/pango""

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 11:19 +0100, Koen Kooi wrote: > This reverts commit 65186bd86170d8c375931a18487c2fdf3bd1b3b0. > > Signed-off-by: Koen Kooi > --- > meta/recipes-graphics/pango/pango.inc |6 +- > 1 files changed, 1 insertions(+), 5 deletions(-) Merged to master (along with 2/2), tha

Re: [OE-core] [PATCH] libtool: Put all libltdl headers in the correct libltdl-dev package

2012-01-17 Thread Colin Walters
On Sun, 2012-01-15 at 20:11 -0800, Saul Wold wrote: > On 01/15/2012 10:13 AM, Colin Walters wrote: > > See attached. > > > > > The current version is 2.4.2 and this requires a PR bump. Hm, do you want a new patch that bumps the PR? What are the rules for when a PR should be incremented? > Also,

Re: [OE-core] [oe-core][PATCH 0/2] gnutls fixes

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 11:57 +0100, Martin Jansa wrote: > Hi, > > nobody likes when it's trying to use host's libraries and even worse > when it succeeds and pulls them to rest of OE builds through .la files. > > The following changes since commit 91e17c0c0ac2330f826b95e762542cd0d0c82385: > >

Re: [OE-core] [CONSOLIDATED PULL 52/62] tcmode-eglibc: Fix PREFERRED_VERSION of eglibc

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 00:32 -0800, Saul Wold wrote: > Signed-off-by: Saul Wold > --- > meta/conf/distro/include/tcmode-default.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/distro/include/tcmode-default.inc > b/meta/conf/distro/include/tcmode-defau

Re: [OE-core] [CONSOLIDATED PULL 00/62] Major set of Changes

2012-01-17 Thread Richard Purdie
Hi Saul, On Tue, 2012-01-17 at 00:31 -0800, Saul Wold wrote: > The following changes since commit 91e17c0c0ac2330f826b95e762542cd0d0c82385: > > pango: Use gnomebase class, not gnome (2012-01-16 18:01:31 +) > > are available in the git repository at: > git://git.openembedded.org/openembe

Re: [OE-core] [CONSOLIDATED PULL 57/62] add mfatbu/mfatbl instructions support in Valgrind

2012-01-17 Thread Richard Purdie
On Tue, 2012-01-17 at 00:32 -0800, Saul Wold wrote: > From: Aneesh Bansal > > Upstream Status : Pending This commit message isn't in the correct style and the Upstream-Status is in the wrong place. I've corrected it this time but please fix this in future patches. Cheers, Richard ___

[OE-core] RPM and spaces in filenames?

2012-01-17 Thread Koen Kooi
Hi, With RPM packaging I'm getting these errors: | Processing files: cloud9-0.5.1-r12.armv7a | error: Two files on one line: /usr/share/cloud9/support/ace/tool/tmthemes/Slush | error: File must begin with "/": and | error: Two files on one line: /usr/share/cloud9/support/ace/tool/tmthemes/Slush

[OE-core] Different libdir in libstdc++.la for qemux86-64 causing issues

2012-01-17 Thread Martin Jansa
Hi, I was wondering why eve (elementary+webkit based browser) always fails to link when building for qemux86-64 (works for other MACHINEs I'm using). After fixing gnutls pulling system libs to every EFL build I ended with only difference - libdir in libstdc++.la OE @ ~/shr-core/tmp-eglibc/sysro

Re: [OE-core] Image build problem with own distro fork

2012-01-17 Thread Koen Kooi
Op 17 jan. 2012, om 13:32 heeft Rainer Koenig het volgende geschreven: > Am 17.01.2012 13:29, schrieb Koen Kooi: >> >> Op 17 jan. 2012, om 13:14 heeft Rainer Koenig het volgende geschreven: >> >>> Hi, >>> >>> actually I tried to fork the angstrom distro into an own distro that >>> comes again

[OE-core] [PATCH] e2fsprogs: update to 1.42

2012-01-17 Thread Koen Kooi
Complete changelog can be found at http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42 The quotefix patch isn't needed anymore and the build survived -j20 on a quadcore machine, so PARALLEL_MAKE is enabled again. Almost everything in the recipe minus SRC_URI stuff has moved to the .inc

Re: [OE-core] Image build problem with own distro fork

2012-01-17 Thread Koen Kooi
Op 17 jan. 2012, om 13:14 heeft Rainer Koenig het volgende geschreven: > Hi, > > actually I tried to fork the angstrom distro into an own distro that > comes again with System V init and less packages. So you actually mean a custom image, not a custom distro? _

Re: [OE-core] Image build problem with own distro fork

2012-01-17 Thread Rainer Koenig
Am 17.01.2012 13:29, schrieb Koen Kooi: > > Op 17 jan. 2012, om 13:14 heeft Rainer Koenig het volgende geschreven: > >> Hi, >> >> actually I tried to fork the angstrom distro into an own distro that >> comes again with System V init and less packages. > > So you actually mean a custom image, no

[OE-core] Image build problem with own distro fork

2012-01-17 Thread Rainer Koenig
Hi, actually I tried to fork the angstrom distro into an own distro that comes again with System V init and less packages. All looks fine if I want to build my own Gnome-Image, but at the end I get these lines: Processing sysvinit... Processing task-gnome... Processing connman-plugin-wifi... Proc

  1   2   >