[OE-core] [PATCH] util-linux: Fix build when NLS is disabled

2012-02-29 Thread Khem Raj
AC_CHECK_DECLS generated defines should be checked with #if not #ifdef Signed-off-by: Khem Raj --- .../fix_NL_TIME_FIRST_WEEKDAY.patch| 24 meta/recipes-core/util-linux/util-linux_2.21.bb|5 ++- 2 files changed, 27 insertions(+), 2 deletions(-) cre

[OE-core] [PATCH 2/4] image-live: Allow LABELS to be modified

2012-02-29 Thread Saul Wold
This is to allow other image types to set the syslinux labels Signed-off-by: Saul Wold --- meta/classes/image-live.bbclass |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 1476840..2f3261e 100644

[OE-core] [PATCH 0/4] Create vmdk image creation class

2012-02-29 Thread Saul Wold
Richard, Here is the re-work of the vmdk image creation class, this integrates in as a class since it needs to happen after the hddimg (live) is created. Sau! The following changes since commit 8054497b393d40a2ed8c802c74a02e92a3001297: image_types_uboot: Update to work after recent image_typ

[OE-core] [PATCH 4/4] self-hosted-image: Create a VMDK image with correct SYSLINUX_* settings

2012-02-29 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/images/self-hosted-image.bb | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index a0a7592..d56c2cb 100644 --- a/me

[OE-core] [PATCH 1/4] self-hosted: Fix multiple libx11 error

2012-02-29 Thread Saul Wold
From: Zhai Edwin Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is provided by libx11 or libx11-trim. This patch explictly set the perferred one, libx11-trim-dev, to avoid this. Signed-off-by: Zhai Edwin --- meta/recipes-core/tasks/task-self-hosted.bb |4 ++-- 1

[OE-core] [PATCH 3/4] image-vmdk: Create image_vmdk class and setup image and image_types to use it

2012-02-29 Thread Saul Wold
This creates a new image_vmdk class similar to live. The image_vmdk class needs to have a hddimg created by the image-live class, so it inherits it directly. The changes to image_types is to ensure that both live and vmdk images get the ext3 tools and dependencies. Signed-off-by: Saul Wold ---

[OE-core] [PATCH 2/7] netbase: fix QA Warnings

2012-02-29 Thread Saul Wold
WARNING: For recipe netbase, the following files/directories were installed but not shipped in any package: WARNING: /usr/sbin Signed-off-by: Saul Wold --- meta/recipes-core/netbase/netbase_4.47.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/net

[OE-core] [PATCH 3/7] hdparm: update to 9.39

2012-02-29 Thread Saul Wold
Signed-off-by: Saul Wold --- .../hdparm/{hdparm_9.37.bb => hdparm_9.39.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.37.bb => hdparm_9.39.bb} (89%) diff --git a/meta/recipes-extended/hdparm/hdparm_9.37.bb b/meta/recipes-ex

[OE-core] [PATCH 1/7] perl: remove empty directories to clean QA Warnings

2012-02-29 Thread Saul Wold
WARNING: For recipe perl, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/perl/site_perl WARNING: /usr/lib/perl/site_perl/5.14.2 Signed-off-by: Saul Wold --- meta/recipes-devtools/perl/perl_5.14.2.bb |6 -- 1 files changed, 4 insertion

[OE-core] [PATCH 0/7] Updates and QA Warning Fixes

2012-02-29 Thread Saul Wold
Richard, This patch set has update, qa warning fixes, and a non-GPLv3 fix (this one could be a M3 RC2 item). Sau! The following changes since commit 8054497b393d40a2ed8c802c74a02e92a3001297: image_types_uboot: Update to work after recent image_types changes (2012-02-29 18:23:04 +) are a

[OE-core] [PATCH 5/7] pixman: updat to 0.24.4

2012-02-29 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{pixman_0.24.2.bb => pixman_0.24.4.bb} |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.24.2.bb => pixman_0.24.4.bb} (82%) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb b/me

[OE-core] [PATCH 4/7] glproto: Update to 1.4.15

2012-02-29 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{glproto_1.4.14.bb => glproto_1.4.15.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{glproto_1.4.14.bb => glproto_1.4.15.bb} (77%) diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.14.bb

[OE-core] [PATCH 6/7] util-linux: Fix removal of lscpu for non-GPLv3 Build

2012-02-29 Thread Saul Wold
Signed-off-by: Saul Wold --- .../util-linux/util-linux-2.21/remove-lscpu.patch | 43 +-- meta/recipes-core/util-linux/util-linux_2.21.bb|2 +- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux-2.21/remove-lscpu.patc

[OE-core] [PATCH 7/7] distro_tracking: Upgrade and Manual Checks

2012-02-29 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 3328d96..d8c

Re: [OE-core] BOTAN crypto library

2012-02-29 Thread Khem Raj
On 02/24/2012 04:15 PM, simran singh wrote: > Hello, > > I hope this is right place to ask for help regarding this. I am trying > to build the Botan crytpo library using > system builder. I created a recipe for this and I am getting an error > when I try to $make the library. > This is the error I

Re: [OE-core] [PATCH 1/2] libx11-1.4.4: Add patch makekeys_crosscompile.patch

2012-02-29 Thread Xiaofeng Yan
On 2012年02月09日 17:06, Paul Menzel wrote: Dear Xiaofeng, Am Donnerstag, den 09.02.2012, 16:05 +0800 schrieb Xiaofeng Yan: From: Xiaofeng Yan LSB 4.1 complain a host contamination error from libx11 because of absent patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4. [YOCTO #1970] cou

Re: [OE-core] [PATCH 03/16] libusb1: Address unpackaged files warning

2012-02-29 Thread Khem Raj
On 02/23/2012 05:38 AM, Richard Purdie wrote: > WARNING: For recipe libusb1, the following files/directories were installed > but not shipped in any package: > WARNING: /lib/libusb-1.0.la > > Signed-off-by: Richard Purdie > --- > meta/recipes-support/libusb/libusb1_1.0.8.bb |4 ++-- > 1 f

Re: [OE-core] wpa-supplicant strangeness after pull

2012-02-29 Thread Steve Sakoman
On Wed, Feb 29, 2012 at 3:56 PM, Khem Raj wrote: > and this is yet another case where basichash exposes an underlying problem > > see the sed command in below snippet > > install -m 644 ${S}/dbus/dbus-wpa_supplicant.conf > ${D}/${sysconfdir}/dbus-1/system.d > install -d ${D}/${datadir}/dbus-1/sys

[OE-core] [PATCH 0/1] linux-libc-headers-yocto: bump to 3.22 and fix validation

2012-02-29 Thread Bruce Ashfield
Richard/Saul, This is a second fix for YOCTO 2032. BSPs that want the bleeding edge kernel headers were still seeing some branch validation errors with the yocto libc headers recipe. There were two reasons: - we were pointing at an old tree, which introduced some branch naming issues

[OE-core] [PATCH 1/1] linux-libc-headers-yocto: bump to v3.2.8

2012-02-29 Thread Bruce Ashfield
Making two changes for BSPs that prefer linux-libc-headers-yocto: - bumping to v3.2.8 headers - stubbing out unecessary linux-yocto functions when headers are being built [YOCTO #2032] Acked-by: Darren Hart Signed-off-by: Bruce Ashfield --- .../linux-libc-headers-yocto_git.bb

Re: [OE-core] wpa-supplicant strangeness after pull

2012-02-29 Thread Khem Raj
On Wed, Feb 29, 2012 at 2:05 PM, Steve Sakoman wrote: > I'm continuing to see failing builds or defective packages on package > rebuilds triggered by the recent change to sstate hash. > > The wpa-supplicant package is a good example of the latter -- the > rebuild completes successfully but the res

[OE-core] wpa-supplicant strangeness after pull

2012-02-29 Thread Steve Sakoman
I'm continuing to see failing builds or defective packages on package rebuilds triggered by the recent change to sstate hash. The wpa-supplicant package is a good example of the latter -- the rebuild completes successfully but the resulting package is defective. There were no recent changes to th

[OE-core] [PATCH] image_types.bbclass: fix link creation failure if the target already exists

2012-02-29 Thread Petr Štetiar
| ln: failed to create symbolic link `beagleboard/systemd-image-beagleboard.tar.bz2': File exists NOTE: package systemd-image-1.0-r0: task do_rootfs: Failed Signed-off-by: Petr Štetiar --- meta/classes/image_types.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

Re: [OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-29 Thread Steve Sakoman
On Wed, Feb 29, 2012 at 6:22 AM, Steve Sakoman wrote: > On Wed, Feb 29, 2012 at 12:45 AM, Petr Štetiar wrote: >> Now it's impossible to finish the build, the most noticeable failure is gcc, >> which fails for me in patching task due to the parallel build settings. >> Changing the parallel settin

Re: [OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-29 Thread Steve Sakoman
On Wed, Feb 29, 2012 at 12:45 AM, Petr Štetiar wrote: >> On 2/28/12 10:35 PM, Steve Sakoman wrote: >>> I did a clean build on an Ubuntu 64 bit build machine a couple of days >>> ago with no issues. > > I can confirm same situation here. > >>> After a pull of today I did an image build for an OMAP3

Re: [OE-core] [PATCH 1/1] More quoting fixes

2012-02-29 Thread Otavio Salvador
On Wed, Feb 29, 2012 at 10:26, Richard Purdie wrote: > No. I added something to bitbake a short while ago and these are parser > errors now! Good. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854   

Re: [OE-core] [PATCH 1/1] More quoting fixes

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 10:19 -0300, Otavio Salvador wrote: > On Wed, Feb 29, 2012 at 09:59, Paul Eggleton > wrote: > > -export VERBOSE=1 > > +export VERBOSE="1" > > I fully agree with the change but here it doesn't raise a parser > error. Isn't it expected to happen? No. I added something to bitb

Re: [OE-core] [PATCH 1/1] More quoting fixes

2012-02-29 Thread Paul Eggleton
On Wednesday 29 February 2012 10:19:33 Otavio Salvador wrote: > On Wed, Feb 29, 2012 at 09:59, Paul Eggleton > > wrote: > > -export VERBOSE=1 > > +export VERBOSE="1" > > I fully agree with the change but here it doesn't raise a parser > error. Isn't it expected to happen? Yes, that has also bee

Re: [OE-core] [oe-core][PATCH] layer.conf: exclude meta-environment with SIGGEN_EXCLUDERECIPES_ABISAFE

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 11:47 +0100, Martin Jansa wrote: > * it's machine specific and depends on TIME > basehash changed from 30e97f9eeed1df8488b62b4fb47a3a0c to > 72ea9a277e6599ae9052b169b9a94f1b > Variable TOOLCHAIN_CONFIGSITE_SYSROOTCACHE value changed from > > /OE/oe-core/tmp-eglibc/sysr

Re: [OE-core] [PATCH 1/1] More quoting fixes

2012-02-29 Thread Otavio Salvador
On Wed, Feb 29, 2012 at 09:59, Paul Eggleton wrote: > -export VERBOSE=1 > +export VERBOSE="1" I fully agree with the change but here it doesn't raise a parser error. Isn't it expected to happen? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://

Re: [OE-core] [PATCH 0/1] More quoting fixes

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 12:59 +, Paul Eggleton wrote: > The following changes since commit 3cb519598d9ce044b2d6a52a3c0933433501: > > tcl 8.5.11: fix packaging for native version (2012-02-28 13:33:22 +) > > are available in the git repository at: > git://git.openembedded.org/openembe

[OE-core] [PATCH v3] libsdl: add DirectFB support

2012-02-29 Thread Andreas Oberritter
* Use conditional dependencies for DirectFB, like it's already done for OpenGL and X11. Signed-off-by: Andreas Oberritter --- * v2: Rebased after X11 was already made conditional. * v3: Add back PR bump, which was auto-merged during rebase. meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |8

Re: [OE-core] [PATCH 0/3] Pending patches from O.S. Systems' tree

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 05:41 +, Otavio Salvador wrote: > The following changes since commit 61216d2743502ef38955054aad6a4f2ed63e6d43: > > licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:42 > +) > > are available in the git repository at: > git://github.com/OSS

[OE-core] [PATCH 1/1] More quoting fixes

2012-02-29 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- .../opensync/libsyncml_0.5.4.bb|2 +- meta/recipes-devtools/guile/guile_2.0.3.bb |2 +- meta/recipes-graphics/cairo/cairo.inc |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-demoapps/r

[OE-core] [PATCH 0/1] More quoting fixes

2012-02-29 Thread Paul Eggleton
The following changes since commit 3cb519598d9ce044b2d6a52a3c0933433501: tcl 8.5.11: fix packaging for native version (2012-02-28 13:33:22 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/quoting-fixes http://cgit.openembedded.or

Re: [OE-core] [PATCH 2/3] image_types.bbclass: properly support IMAGE_LINK_NAME as empty

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 05:41 +, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > meta/classes/image_types.bbclass | 14 +- > 1 files changed, 9 insertions(+), 5 deletions(-) > > diff --git a/meta/classes/image_types.bbclass > b/meta/classes/image_types.bbclass >

Re: [OE-core] [PATCH] syslinux: fix packaging of ${PN} and ${PN}-staticdev

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 06:03 +, Otavio Salvador wrote: > - ${PN} where not being build due ordering; > - ${PN}-staticdev lacked the ${libdir} files. > > Signed-off-by: Otavio Salvador > --- > meta/recipes-devtools/syslinux/syslinux_4.03.bb |6 +++--- > 1 files changed, 3 insertions(+), 3

Re: [OE-core] [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 14:56 +0800, James Limbouris wrote: > Without 64 bit shell tests, the timestamp comparison in initscripts' > bootmisc.sh throws 'out of range' errors. > With CONFIG_FEATURE_DATE_COMPAT, date reads the MMddhhmm string as > hhmmMMdd when setting the time from the times

Re: [OE-core] MACHINE overrides in meta/recipes-gnome/tasks/task-sdk-gmae.inc

2012-02-29 Thread Martin Jansa
On Wed, Feb 29, 2012 at 11:45:08AM +0100, Martin Jansa wrote: > Hi, > > task-sdk-gmae.inc has couple of MACHINE overrides > SDK-EXTRAS ?= "" > SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev" > SDK-EXTRAS_qemux86-64 ?= " lttng-ust-dev" > SDK-EXTRAS_qemuppc ?= " lttng-ust-dev" > SDK-EXTRAS_qemuarm ?

[OE-core] [oe-core][PATCH] layer.conf: exclude meta-environment with SIGGEN_EXCLUDERECIPES_ABISAFE

2012-02-29 Thread Martin Jansa
* it's machine specific and depends on TIME basehash changed from 30e97f9eeed1df8488b62b4fb47a3a0c to 72ea9a277e6599ae9052b169b9a94f1b Variable TOOLCHAIN_CONFIGSITE_SYSROOTCACHE value changed from /OE/oe-core/tmp-eglibc/sysroots/qemux86-64/usr/share/x86_64-oe-linux_config_site.d to /OE

[OE-core] MACHINE overrides in meta/recipes-gnome/tasks/task-sdk-gmae.inc

2012-02-29 Thread Martin Jansa
Hi, task-sdk-gmae.inc has couple of MACHINE overrides SDK-EXTRAS ?= "" SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev" SDK-EXTRAS_qemux86-64 ?= " lttng-ust-dev" SDK-EXTRAS_qemuppc ?= " lttng-ust-dev" SDK-EXTRAS_qemuarm ?= " lttng-ust-dev" but meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk

Re: [OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-29 Thread Petr Štetiar
Mark Hatle [2012-02-28 23:13:47]: > On 2/28/12 10:35 PM, Steve Sakoman wrote: >> I did a clean build on an Ubuntu 64 bit build machine a couple of days >> ago with no issues. I can confirm same situation here. >> After a pull of today I did an image build for an OMAP3 machine and >> encountered