Re: [OE-core] fri2-noemgd build breakage with extra layers enabled

2012-02-23 Thread Khem Raj
On (21/02/12 15:00), Andrea Adami wrote: > On Tue, Feb 21, 2012 at 1:18 PM, Koen Kooi wrote: > > [posting this to oe-core since it involves a ton of non-'yocto' layers] > > > > Hi, > > > > I tried to build systemd-image for fri2-noemgd yesterday and the build > > failed in kexectools-klibc: > > >

Re: [OE-core] Linker error while cross compiling, (Qt issue?)

2012-02-23 Thread Samuel Stirtzel
2012/2/23 Otavio Salvador : > On Thu, Feb 23, 2012 at 05:27, Samuel Stirtzel > wrote: >> It is still odd that this only occurs while cross compiling. >> More odd seems that the same error happens to Soprano, it also uses >> Q_DECL_EXPORT [1]. > > http://developer.qt.nokia.com/doc/qt-4.8/sharedlibr

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-23 Thread Lauri Hintsala
On 02/10/2012 06:16 PM, Gary Thomas wrote: Commit cc8695 changed the way timestamps were handled and added some extra munging to be able to compare them reliably. This change makes the timestamp value the same everywhere and simplifies how the check to set the system clock based on the timestamp

[OE-core] [PATCH V2 3/3] task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list

2012-02-23 Thread Yi Zhao
--- meta/recipes-extended/tasks/task-core-lsb.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index c48ccf0..2767196 100644 --- a/meta/recipes-extended/tasks/task-core-lsb.bb

[OE-core] [PATCH V2 1/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-23 Thread Yi Zhao
The recipe is used for LSB tests. The script LSB_Test.sh does the following things: - setup LSB testing environment - download LSB rpm packages with list file packages_list from remote - install the packages - execute LSB testing with profile file session - collect the results Install packages_li

[OE-core] [PATCH V2 2/3] distro_tracking_fields: add information for lsbtest

2012-02-23 Thread Yi Zhao
Add information for recipe lsbtest. --- .../conf/distro/include/distro_tracking_fields.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 686bdf7..91c36d9 1

[OE-core] [PATCH V2 0/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-23 Thread Yi Zhao
Hi, The pull request is to address [YOCTO #1567] - "Add recipe for lsb tests and automate test". LSB testing is different from LTP or POSIX testing. We don't need to build the cases from sources but need to install a set of pre-build binary packages in lsb image. I add a script and 2 list files

Re: [OE-core] [PATCH] busybox: don't create /etc/default

2012-02-23 Thread Saul Wold
On 02/15/2012 06:08 PM, Andreas Oberritter wrote: * It's not used by the recipe and its creation currently depends on CONFIG_HWCLOCK=y. Signed-off-by: Andreas Oberritter --- meta/recipes-core/busybox/busybox.inc |1 - meta/recipes-core/busybox/busybox_1.19.3.bb |2 +- 2 file

Re: [OE-core] [PATCH] e2fsprogs: Cope with ${libdir} and ${base_libdir} being the same

2012-02-23 Thread Saul Wold
On 02/16/2012 07:13 AM, Mike Crowe wrote: ${libdir} and ${base_libdir} may be the same. If they are don't try and move files onto themselves. Signed-off-by: Mike Crowe --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) di

Re: [OE-core] [PATCH 1/2] gst-plugins-base: depend on libx11 and libxv conditionally

2012-02-23 Thread Saul Wold
On 02/17/2012 02:56 PM, Andreas Oberritter wrote: * gst-plugins-base currently doesn't build if x11 is unavailable, due to unconditional dependencies on libx11 and libxv. However, they are not required to build gst-plugins-base. Signed-off-by: Andreas Oberritter --- .../gstreamer/gst-

Re: [OE-core] [PATCH] ppp: Fix rp-pppoe plugin compilation

2012-02-23 Thread Saul Wold
On 02/21/2012 06:04 AM, Yauhen Kharuzhy wrote: rp-pppoe plugin was broken due linux headers changes: pppd has own copy of if_pppol2tp.h file which is included from. Add patch from Debian for struct pppol2tpv3_addr definition. Signed-off-by: Yauhen Kharuzhy --- .../ppp/ppp-2.4.5/update_if_pppo

Re: [OE-core] [Changes][PATCH v2 1/1] openssl: Move libcrypto to base_libdir

2012-02-23 Thread Saul Wold
On 02/21/2012 03:03 PM, Andrei Gherzan wrote: Remove .patch file. It was actually the whole git patch included. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedde

Re: [OE-core] [PATCH 0/1] A script to clean obsolete sstate cache files

2012-02-23 Thread Saul Wold
On 02/22/2012 05:27 AM, Robert Yang wrote: Here is the testing result: $ ./poky/scripts/sstate-cache-management.sh --cache-dir=sstate-cache.bak/ --remove-duplicated Figuring out the archs in the sstate cache dir ... The following archs have been found in the sstate cache dir: i586 ppc603e x86_6

Re: [OE-core] [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change

2012-02-23 Thread Saul Wold
On 02/22/2012 07:33 PM, Dexuan Cui wrote: The following changes since commit 04bc2688f0cc0deb9fae5d13619e4e66e886e702: misc: only for test. (2012-02-23 10:45:43 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test http://git.

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

2012-02-23 Thread Saul Wold
On 02/17/2012 09:47 AM, Otavio Salvador wrote: The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: guile: fix cross configure failure (2012-02-10 13:38:16 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.co

[OE-core] [PATCH 4/4] gcc: Stash the gcc-cross builddir to reuse in libgcc and gcc-runtime

2012-02-23 Thread Khem Raj
Currently we stash the libgcc install tree and then reuse that to populate libgcc recipe later. This mechanism does not work for gcc 4.7/trunk since now libstdc++ needs access to build tree of libgcc. This patch stashes the gcc-cross build tree and then reuses this in libgcc as well as in gcc-runti

[OE-core] [PATCH 1/4] glib-networking: Add intltools-native to DEPENDS

2012-02-23 Thread Khem Raj
Signed-off-by: Khem Raj --- .../glib-networking/glib-networking_2.28.7.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb index 1ae34c0..c8536e

[OE-core] [PATCH 3/4] default-distrovars: Add empty weak definition for DISTRO variable

2012-02-23 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/default-distrovars.inc |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 16b3108..dba204e 100644 --- a/meta/co

[OE-core] [PATCH 2/4] classes: Add recipe class to overrides

2012-02-23 Thread Khem Raj
We have currently no override to detect a recipe being build cross, crosssdk or for target at times we can use virtclass-native and virtclass-nativesdk to override stuff in recipes but we dont have way to modify a variables based on recipe type always. With this patch we attempt to have recipe cla

[OE-core] [PATCH 0/4] stash gcc-cross buildtree and add recipe class override

2012-02-23 Thread Khem Raj
Add recipe class to overrides Prepare gcc for 4.7 changes missing DEPENDS found during individual recipe builds Add emptry DISTRO to oe-core The following changes since commit a1f23a7cc527afdd1ce6cc7cd6083ee78fde09b3: update-rc.d.bbclass: do nothing for extended cross packages (2012-02-24 00:4

[OE-core] [PATCH 0/1] Added new variable BBINCLUDES

2012-02-23 Thread Lianhao Lu
This patch added a new variable BBINCLUDES to show the file dependency information. This kind of information could be used by others, i.e. recipe editors. The following changes since commit a1f23a7cc527afdd1ce6cc7cd6083ee78fde09b3: Otavio Salvador (1): update-rc.d.bbclass: do nothing

[OE-core] [PATCH 1/1] bitbake.conf: Added new variable BBINCLUDES

2012-02-23 Thread Lianhao Lu
The new variable BBINCLUDES contains the file dependency information. It exposes the bitbake internal variable '__depends' and '__base_depends'. Signed-off-by: Lianhao Lu --- meta/conf/bitbake.conf |2 ++ meta/lib/oe/utils.py |9 + 2 files changed, 11 insertions(+), 0 deletions

[OE-core] [PATCH] libsdl: make x11 conditional, add directfb support

2012-02-23 Thread Andreas Oberritter
* Use conditional dependencies for X11 and DirectFB, like it's already done for OpenGL. Signed-off-by: Andreas Oberritter --- NOTE: I think that nativesdk may already be broken, because tslib gets enabled without being in DEPENDS. With 'opengl' or 'directfb' set, the nativesdk build probably wo

[OE-core] [PATCH 0/1] linux-yocto: improve checkout error handling and reporting

2012-02-23 Thread Bruce Ashfield
Richard/Saul, I've got a long description in the patch itself that gives most of the details of this change. But I'll hit some extra points here. I've been cooking up this change for quite a while, since people seem to be working with local repositories and it is a common mistake to point at a no

[OE-core] [PATCH 1/1] linux-yocto: improve checkout error handling and reporting

2012-02-23 Thread Bruce Ashfield
The typical workflow for linux-yocto simply uses a remote upstream repository (Whether it is mirrored or not), and in this case there are no issues with consistency in the format of the resository that is unpacked into the WORKDIR. When working with a local linux-yocto repository for kernel develo

Re: [OE-core] package version went backwards

2012-02-23 Thread Otavio Salvador
On Thu, Feb 23, 2012 at 21:35, Andreas Oberritter wrote: > ERROR: Package version for package sysvinit-inittab went backwards which > would break package feeds from (0:2.88dsf-r6 to 0:2.88dsf-r6-dream1) This is indeed a bug in the versioning code. :-( -- Otavio Salvador                         

Re: [OE-core] [oe-core][PATCH 3/7] sstatesig: add pointercal-xinput to excluded machine specific configs

2012-02-23 Thread Martin Jansa
On Thu, Feb 23, 2012 at 04:36:35PM -0800, Saul Wold wrote: > On 02/23/2012 02:43 AM, Martin Jansa wrote: > > * it's used by xinput-calibrator in meta-oe but contains just calibration > > data like pointercal does for tslib > > > > Signed-off-by: Martin Jansa > > --- > > meta/lib/oe/sstatesig.py

Re: [OE-core] [oe-core][PATCH 2/7] bitbake.conf: use weak assignment for BB_CONSOLELOG

2012-02-23 Thread Martin Jansa
On Fri, Feb 24, 2012 at 12:40:07AM +, Richard Purdie wrote: > On Thu, 2012-02-23 at 11:43 +0100, Martin Jansa wrote: > > * some people prefer subdirectory like /cooker/.log > > I think we should probably change that to the default actually... But that would need to implement that directory cr

Re: [OE-core] [oe-core][PATCH 2/7] bitbake.conf: use weak assignment for BB_CONSOLELOG

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 11:43 +0100, Martin Jansa wrote: > * some people prefer subdirectory like /cooker/.log I think we should probably change that to the default actually... Cheers, Richard > Signed-off-by: Martin Jansa > --- > meta/conf/bitbake.conf |3 ++- > 1 files changed, 2 insertio

Re: [OE-core] [PATCH 0/3][PULL] Hob2: OE-Core related changes

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 21:48 +0800, Dongxiao Xu wrote: > Hi Richard, > > This is the hob2 related OE-Core changes. Please help to review and pull. > > Compared with previous version: > - packageinfo.bbclass: Fix the way to construct ipk/deb package names. > - meta-hob: rename dummy-image and dum

Re: [OE-core] [oe-core][PATCH 3/7] sstatesig: add pointercal-xinput to excluded machine specific configs

2012-02-23 Thread Saul Wold
On 02/23/2012 02:43 AM, Martin Jansa wrote: * it's used by xinput-calibrator in meta-oe but contains just calibration data like pointercal does for tslib Signed-off-by: Martin Jansa --- meta/lib/oe/sstatesig.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/li

Re: [OE-core] [PATCH] sstatesig.py: Move package exclusion list to the layer config

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 08:46 -0200, Otavio Salvador wrote: > On Thu, Feb 23, 2012 at 08:17, Richard Purdie > wrote: > > +SIGGEN_EXCLUDERECIPES_ABISAFE = "sysvinit-inittab shadow-securetty > > opkg-config-base netbase formfactor xserver-xf86-config pointercal > > base-files" > > I would prefer on

Re: [OE-core] [PATCH 04/16] libusb-compat: Address unpackaged files warning

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 12:53 -0200, Otavio Salvador wrote: > On Thu, Feb 23, 2012 at 11:38, Richard Purdie > wrote: > > WARNING: For recipe libusb-compat, the following files/directories were > > installed but not shipped in any package: > > WARNING: /lib/libusb.la > > Why not drop it? I want

Re: [OE-core] [CONSOLIDATED PULL 00/25] Catching up from ELC

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 07:58 -0800, Saul Wold wrote: > Richard, > > Here are a batch of changes reviewed and built > > > The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384: > > texi2html: Fix for multilib (2012-02-22 23:01:45 +) > > are available in the git reposi

Re: [OE-core] [PATCH] lib/oe/utils.py: use bb.utils.vercmp_string

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 21:46 +0100, Andreas Oberritter wrote: > Fixes the following warning: > > | WARNING: .../meta/lib/oe/utils.py:31: DeprecationWarning: Call to > deprecated function bb.vercmp_string: Please use bb.utils.vercmp_string > instead. > | result = bb.vercmp(d.getVar(variable,True)

Re: [OE-core] [PATCH] libsdl 1.2.14: regenerate patch so it applies with 'patch' as well as 'git apply'

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 18:43 +0100, Koen Kooi wrote: > The '@@ -, +, @@' part upsets plain 'patch' > > Signed-off-by: Koen Kooi > --- > .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 27 +-- > 1 files changed, 18 insertions(+), 9 deletions(-) Merged to master, thanks. Ri

[OE-core] package version went backwards

2012-02-23 Thread Andreas Oberritter
Hi, the following message just appeared after adding a bbappend: ERROR: Package version for package sysvinit-inittab went backwards which would break package feeds from (0:2.88dsf-r6 to 0:2.88dsf-r6-dream1) Is this really true? I thought that anything appended to X would be a higher version than

Re: [OE-core] libsdl patch failure

2012-02-23 Thread Paul Eggleton
On Thursday 23 February 2012 22:04:32 Martin Jansa wrote: > > Are you using 'git' as PATCHTOOL or plain patch? 'patch' on my debian > > system chokes, while 'git apply' works fine. I've sent a patch to make it > > work with either. > I also haven't seen patch failing. > > I'm not setting PATCHTOOL

Re: [OE-core] [PATCH 2/3] js: Update to v1.8.5

2012-02-23 Thread Andrei Gherzan
On Thu, Feb 23, 2012 at 07:08, Saul Wold wrote: > On 02/07/2012 03:24 AM, Andrei Gherzan wrote: > >> Signed-off-by: Andrei Gherzan >> Signed-off-by: Sergey 'Jin' Bostandzhyan >> --- >> meta/recipes-support/js/files/**buildcc.patch | 22 -- >> meta/recipes-support/js/files/**configure

Re: [OE-core] bug in recipe version priorities across layers?

2012-02-23 Thread Chris Larson
On Thu, Feb 23, 2012 at 2:01 PM, Martin Jansa wrote: >> Would lowering the priority of meta-openembedded affect its ability to >> bbappend OE-core's recipes? Is it possible to lower its priority, or to >> raise the priority of OE core, without modifying conf/layer.conf in >> either layer? > > I do

Re: [OE-core] libsdl patch failure

2012-02-23 Thread Martin Jansa
On Thu, Feb 23, 2012 at 06:44:29PM +0100, Koen Kooi wrote: > > Op 22 feb. 2012, om 18:05 heeft Paul Eggleton het volgende geschreven: > > > On Wednesday 22 February 2012 17:40:03 Koen Kooi wrote: > >> Is anyone else seeing this: > >> > >> OTE: package libsdl-1.2.14-r5: task do_unpack: Started >

Re: [OE-core] bug in recipe version priorities across layers?

2012-02-23 Thread Martin Jansa
On Thu, Feb 23, 2012 at 05:54:21PM +0100, Andreas Oberritter wrote: > On 23.02.2012 15:04, Martin Jansa wrote: > > Afaik latest version from layer with highest priority wins. Which > > doesn't always mean latest version globally. > > > > DEFAULT_PREFERENCE doesn't help e.g. to demote development v

Re: [OE-core] [PATCH] libsdl 1.2.14: regenerate patch so it applies with 'patch' as well as 'git apply'

2012-02-23 Thread Martin Jansa
On Thu, Feb 23, 2012 at 06:43:05PM +0100, Koen Kooi wrote: > The '@@ -, +, @@' part upsets plain 'patch' Sorry I haven't seen it myself.. it still works on all my builds. Thanks for fixup!. Cheers, > > Signed-off-by: Koen Kooi > --- > .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 27

[OE-core] [PATCH] lib/oe/utils.py: use bb.utils.vercmp_string

2012-02-23 Thread Andreas Oberritter
Fixes the following warning: | WARNING: .../meta/lib/oe/utils.py:31: DeprecationWarning: Call to deprecated function bb.vercmp_string: Please use bb.utils.vercmp_string instead. | result = bb.vercmp(d.getVar(variable,True), checkvalue) Signed-off-by: Andreas Oberritter --- meta/lib/oe/utils.p

Re: [OE-core] sharing DL_DIR?

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 12:36 -0800, Rich Pixley wrote: > On 2/23/12 12:11 , Richard Purdie wrote: > > On Thu, 2012-02-23 at 11:21 -0800, Rich Pixley wrote: > >> On 2/23/12 02:16 , Richard Purdie wrote: > >>> On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote: > What happens if two separate bi

Re: [OE-core] sharing DL_DIR?

2012-02-23 Thread Rich Pixley
On 2/23/12 12:11 , Richard Purdie wrote: On Thu, 2012-02-23 at 11:21 -0800, Rich Pixley wrote: On 2/23/12 02:16 , Richard Purdie wrote: On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote: What happens if two separate bitbake invocations both simultaneously attempt to download the same file?

Re: [OE-core] [PATCH 0/2] psplash improvements v2

2012-02-23 Thread Koen Kooi
Op 23 feb. 2012, om 20:30 heeft Paul Eggleton het volgende geschreven: > Implements the psplash changes as discussed on the mailing list [1] and > by the TSC [2]. > > [1] > http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg13800.html > [2] http://lists.linuxtogo.org/piperm

Re: [OE-core] sharing DL_DIR?

2012-02-23 Thread Richard Purdie
On Thu, 2012-02-23 at 11:21 -0800, Rich Pixley wrote: > On 2/23/12 02:16 , Richard Purdie wrote: > > On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote: > >> What happens if two separate bitbake invocations both simultaneously > >> attempt to download the same file? > > The first will download it

[OE-core] [PATCH 0/2] psplash improvements v2

2012-02-23 Thread Paul Eggleton
Implements the psplash changes as discussed on the mailing list [1] and by the TSC [2]. [1] http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg13800.html [2] http://lists.linuxtogo.org/pipermail/tsc/2012-January/000330.html Since v1 I've done away with the additional script

[OE-core] [PATCH 2/2] psplash: allow building multiple splash executables

2012-02-23 Thread Paul Eggleton
Adds a SPLASH_IMAGES variable which you can set to include one or more images (listed in URI form as they would appear in SRC_URI), and an executable will be built for each one, with each executable packaged separately and managed at runtime using the alternatives system. An optional "outsuffix" pa

[OE-core] [PATCH 0/1] DISTRO_FEATURES_BACKFILL implementation

2012-02-23 Thread Paul Eggleton
Implements DISTRO_FEATURES_BACKFILL to allow introducing new DISTRO_FEATURES that control existing functionality without breaking existing distro configuration, as discussed in the following thread: http://article.gmane.org/gmane.comp.handhelds.openembedded.core/13033 (No changes since the RFC ex

[OE-core] [PATCH 1/1] conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL

2012-02-23 Thread Paul Eggleton
When introducing new items to DISTRO_FEATURES that control functionality that is already enabled, in order to leave existing distro configuration unchanged we need a way to "backfill" these new feature items onto the existing DISTRO_FEATURES value. This introduces a DISTRO_FEATURES_BACKFILL variab

Re: [OE-core] sharing DL_DIR?

2012-02-23 Thread Rich Pixley
On 2/23/12 02:16 , Richard Purdie wrote: On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote: What happens if two separate bitbake invocations both simultaneously attempt to download the same file? The first will download it, the second will wait for it to finish, then both will continue with

Re: [OE-core] [oe] gcc-cross-initial patching fails

2012-02-23 Thread Koen Kooi
Op 22 feb. 2012, om 22:39 heeft Andreas Müller het volgende geschreven: > On Wed, Feb 22, 2012 at 10:18 PM, Khem Raj wrote: >> On Wed, Feb 22, 2012 at 12:15 PM, McClintock Matthew-B29882 >> wrote: Applying patch gcc45-no-add-needed.patch patching file gcc/config/alpha/elf.h patch

Re: [OE-core] libsdl patch failure

2012-02-23 Thread Koen Kooi
Op 22 feb. 2012, om 18:05 heeft Paul Eggleton het volgende geschreven: > On Wednesday 22 February 2012 17:40:03 Koen Kooi wrote: >> Is anyone else seeing this: >> >> OTE: package libsdl-1.2.14-r5: task do_unpack: Started >> NOTE: package libsdl-1.2.14-r5: task do_unpack: Succeeded >> NOTE: Runni

[OE-core] [PATCH] libsdl 1.2.14: regenerate patch so it applies with 'patch' as well as 'git apply'

2012-02-23 Thread Koen Kooi
The '@@ -, +, @@' part upsets plain 'patch' Signed-off-by: Koen Kooi --- .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 27 +-- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl-1.2.14/add.XGetRequest.symbol.patch b/meta

Re: [OE-core] bug in recipe version priorities across layers?

2012-02-23 Thread Andreas Oberritter
On 23.02.2012 15:04, Martin Jansa wrote: > Afaik latest version from layer with highest priority wins. Which > doesn't always mean latest version globally. > > DEFAULT_PREFERENCE doesn't help e.g. to demote development version in some > layer with higher priority. > > But PREFERRED_VERSION does w

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-23 Thread Eric Bénard
Le Thu, 23 Feb 2012 15:38:33 +, Paul Eggleton a écrit : > On Thursday 23 February 2012 15:32:47 Paul Eggleton wrote: > > > Basically I had : > > > XSERVER += "< missing \ > > > > > > xf86-input-tslib \ > > > " > > > > > > and bitbake exit with : > > > ERROR: Command execution fa

Re: [OE-core] [oe-core][PATCH 11/11] sstate.bbclass: improve performance of sstate package creation

2012-02-23 Thread Martin Jansa
On Thu, Feb 23, 2012 at 04:50:27PM +0100, Martin Jansa wrote: > * also fixes replacing paths for perl where cmd line was probably > too long for os.system(cmd) (it had 560410 characters because a lot of > files from sstate_scan_cmd). > * also print those 2 commands so we can find them in log.do

[OE-core] [CONSOLIDATED PULL 25/25] distro_tracking_fields: fix typos

2012-02-23 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 5381c18..686bdf7 100644 ---

[OE-core] [CONSOLIDATED PULL 24/25] task-self-hosted: make the package lists alphabetical

2012-02-23 Thread Saul Wold
From: Dexuan Cui This patch makes no actual change to the functionality of the recipe. Signed-off-by: Dexuan Cui --- meta/recipes-core/tasks/task-self-hosted.bb | 36 +- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/meta/recipes-core/tasks/task-self

[OE-core] [CONSOLIDATED PULL 23/25] task-self-hosted: remove duplicate packages

2012-02-23 Thread Saul Wold
From: Dexuan Cui The package names are specified more than once. We only need to keep one for each of them, so let's remove the duplicated ones. This patch makes no actual change to the functionality of the recipe. Signed-off-by: Dexuan Cui --- meta/recipes-core/tasks/task-self-hosted.bb | 1

[OE-core] [CONSOLIDATED PULL 22/25] A script to clean obsolete sstate cache files

2012-02-23 Thread Saul Wold
From: Robert Yang There would be many obsolete cache files in the SSTATE_DIR after several builds, this script can remove the obsolete one for a pkg, only leave the up to date one. Here is the help text: sstate-cache-management.sh Options: --help, -h Display this help and exit. -

[OE-core] [CONSOLIDATED PULL 20/25] boot-directdisk: Use correct SYSLINUX_TIMEOUT and SYSLINUX_ROOT instead of APPEND

2012-02-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/boot-directdisk.bbclass |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index 8879ba8..893164f 100644 --- a/meta/classes/boot-directdisk.bbclass +++

[OE-core] [CONSOLIDATED PULL 19/25] image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND

2012-02-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/image-live.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index e85ac1e..1476840 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-l

[OE-core] [CONSOLIDATED PULL 21/25] openssl: Move libcrypto to base_libdir

2012-02-23 Thread Saul Wold
From: Andrei Gherzan This fix is for dhclient. It needs libcrypto at runtime and if libcrypto is in libdir, it's path can be inaccessible on systems where /usr is on nfs for example or dhclient is needed before /usr is mounted. Signed-off-by: Andrei Gherzan [Fix comment to from /usr -> /lib -

[OE-core] [CONSOLIDATED PULL 18/25] image_types: add vmdk type to use with VMware

2012-02-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/image_types.bbclass |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index eef554d..3b26162 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/im

[OE-core] [CONSOLIDATED PULL 14/25] mpeg2dec: depend on libx11 conditionally

2012-02-23 Thread Saul Wold
From: Andreas Oberritter * mpeg2dec currently doesn't build if x11 is unavailable, due to an unconditional dependency on libx11. However, libx11 is not required to build mpeg2dec. Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb |2 +- 1 files ch

[OE-core] [CONSOLIDATED PULL 17/25] syslinux: add SYSLINUX_ROOT to APPEND line

2012-02-23 Thread Saul Wold
By prepending the SYSLINUX_ROOT to the APPEND line, will allow a sane default to be set for the various syslinux images Signed-off-by: Saul Wold --- meta/classes/syslinux.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/syslinux.bbclass b/meta/classes

[OE-core] [CONSOLIDATED PULL 16/25] syslinux: Use SYSLINUX_TIMEOUT and SYSLINUX_PROMPT to configure syslinux

2012-02-23 Thread Saul Wold
syslinux allows you to set TIMEOUT and PROMPT variables, when PROMPT is 0, the "boot:" is not displayed uless one presses CTRL or SHIFT during startup. TIMEOUT is in 1/10th of seconds, and a value of 0 for TIMEOUT will disable the timeout mechanism. In bitbake, recipes had set TIMEOUT (not SYSLINU

[OE-core] [CONSOLIDATED PULL 15/25] ppp: Fix rp-pppoe plugin compilation

2012-02-23 Thread Saul Wold
From: Yauhen Kharuzhy rp-pppoe plugin was broken due linux headers changes: pppd has own copy of if_pppol2tp.h file which is included from . Add patch from Debian for struct pppol2tpv3_addr definition. Signed-off-by: Yauhen Kharuzhy --- .../ppp/ppp-2.4.5/update_if_pppol2tp.patch | 5

[OE-core] [CONSOLIDATED PULL 13/25] gst-plugins-base: depend on libx11 and libxv conditionally

2012-02-23 Thread Saul Wold
From: Andreas Oberritter * gst-plugins-base currently doesn't build if x11 is unavailable, due to unconditional dependencies on libx11 and libxv. However, they are not required to build gst-plugins-base. Signed-off-by: Andreas Oberritter --- .../gstreamer/gst-plugins-base_0.10.35.bb

[OE-core] [CONSOLIDATED PULL 11/25] busybox: don't create /etc/default

2012-02-23 Thread Saul Wold
From: Andreas Oberritter * It's not used by the recipe and its creation currently depends on CONFIG_HWCLOCK=y. Signed-off-by: Andreas Oberritter --- meta/recipes-core/busybox/busybox.inc |1 - meta/recipes-core/busybox/busybox_1.19.3.bb |2 +- 2 files changed, 1 insertions(+),

[OE-core] [CONSOLIDATED PULL 12/25] e2fsprogs: Cope with ${libdir} and ${base_libdir} being the same

2012-02-23 Thread Saul Wold
From: Mike Crowe ${libdir} and ${base_libdir} may be the same. If they are don't try and move files onto themselves. Signed-off-by: Mike Crowe --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-de

[OE-core] [CONSOLIDATED PULL 10/25] dbus: Remove empty ${lindir}dbus-1.0/test directory as we don't build tests

2012-02-23 Thread Saul Wold
From: Andrei Gherzan This empty directory generates a QA warning of unshippped files/dirs. Signed-off-by: Andrei Gherzan --- meta/recipes-core/dbus/dbus.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbu

[OE-core] [CONSOLIDATED PULL 08/25] nspr: Add patch in order to remove rpath from binaries

2012-02-23 Thread Saul Wold
From: Andrei Gherzan This patch was created in order to avoid QA warnings. Signed-off-by: Andrei Gherzan --- .../nspr/files/remove-rpath-from-tests.patch | 26 meta/recipes-support/nspr/nspr_4.8.9.bb|3 +- 2 files changed, 28 insertions(+), 1 deleti

[OE-core] [CONSOLIDATED PULL 09/25] e2fsprogs: e2initrd_helper was moved in libdir but not packaged correctly in FILES_libext2fs

2012-02-23 Thread Saul Wold
From: Andrei Gherzan The new install path of e2initrd_helper is %{libdir}. FILES_libext2fs modified accordigly to avoid QA warnings. Signed-off-by: Andrei Gherzan --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/

[OE-core] [CONSOLIDATED PULL 07/25] nspr: Compile nspr with tests

2012-02-23 Thread Saul Wold
From: Andrei Gherzan 1. Compile package tests suite 2. Add tests to -dev rpm as it needs dev libraries Signed-off-by: Andrei Gherzan --- meta/recipes-support/nspr/nspr_4.8.9.bb | 135 ++- 1 files changed, 131 insertions(+), 4 deletions(-) diff --git a/meta/recipes

[OE-core] [CONSOLIDATED PULL 06/25] nspr: Integrate version 4.8.9

2012-02-23 Thread Saul Wold
From: Andrei Gherzan Signed-off-by: Andrei Gherzan Signed-off-by: Sergey 'Jin' Bostandzhyan --- meta/recipes-support/nspr/files/nspr.pc.in | 11 meta/recipes-support/nspr/nspr_4.8.9.bb| 37 2 files changed, 48 insertions(+), 0 deletions(-) create

[OE-core] [CONSOLIDATED PULL 05/25] dhcp: Update to 4.2.3-P2

2012-02-23 Thread Saul Wold
From: Andrei Gherzan 1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add -lcrypto to LIBS. 3. Add openssl in DEPENDS as we need libcrypto from this packa

[OE-core] [CONSOLIDATED PULL 04/25] autotools.bbclass: Don't copy into non-existant directory

2012-02-23 Thread Saul Wold
From: Andreas Oberritter * If configure.ac contains AM_GNU_GETTEXT and po/Makefile.in.in doesn't exist, autotools_do_configure() copies a local version of Makefile.in.in to this location. If the directory 'po' doesn't exist, the function aborts. * This patch verifies that the directory exi

[OE-core] [CONSOLIDATED PULL 03/25] wireless-tools: remove ldconfig call from install-libs

2012-02-23 Thread Saul Wold
From: Martin Jansa * and drop apply=yes param as it's not needed Signed-off-by: Martin Jansa --- .../wireless-tools/remove.ldconfig.call.patch | 19 +++ .../wireless-tools/wireless-tools_29.bb|5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-) cr

[OE-core] [CONSOLIDATED PULL 02/25] initscripts: Make /etc/timestamp consistent again.

2012-02-23 Thread Saul Wold
From: Gary Thomas Commit cc8695 changed the way timestamps were handled and added some extra munging to be able to compare them reliably. This change makes the timestamp value the same everywhere and simplifies how the check to set the system clock based on the timestamp is done. Also, if the v

[OE-core] [CONSOLIDATED PULL 01/25] xorg-lib: don't build libs unless requested by DISTRO_FEATURES

2012-02-23 Thread Saul Wold
From: Andreas Oberritter * If 'x11' is not set in DISTRO_FEATURES, then skip all recipes using xorg-lib-common.inc instead of only those using libx11.inc. * One exception: pixman, which is not only used by xorg, but also by cairo. Signed-off-by: Andreas Oberritter --- meta/recipes-graph

[OE-core] [CONSOLIDATED PULL 00/25] Catching up from ELC

2012-02-23 Thread Saul Wold
Richard, Here are a batch of changes reviewed and built The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384: texi2html: Fix for multilib (2012-02-22 23:01:45 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stag

[OE-core] [oe-core][PATCH 11/11] sstate.bbclass: improve performance of sstate package creation

2012-02-23 Thread Martin Jansa
* also fixes replacing paths for perl where cmd line was probably too long for os.system(cmd) (it had 560410 characters because a lot of files from sstate_scan_cmd). * also print those 2 commands so we can find them in log.do_package Signed-off-by: Martin Jansa --- meta/classes/sstate.bbclas

[OE-core] [oe-core][PATCH 10/11] apr: add apr_rules.mk to SSTATE_SCAN_FILES

2012-02-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/apr/apr_1.4.5.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/apr/apr_1.4.5.bb b/meta/recipes-support/apr/apr_1.4.5.bb index be465b4..2374d30 100644 --- a/meta/recipes-support/apr/apr_1.4.5.bb

[OE-core] [oe-core][PATCH 09/11] sstate.bbclass: add *_config to SSTATE_SCAN_FILES

2012-02-23 Thread Martin Jansa
* e.g. mysql5 has mysql_config not mysql-config Signed-off-by: Martin Jansa --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index d4f95c1..ee9bf05 100644 --- a/meta/classes/sstate.

[OE-core] [oe-core][PATCH 08/11] e2fsprogs: remove ldconfig call from install-libs

2012-02-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../e2fsprogs-1.42/remove.ldconfig.call.patch | 28 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |6 +++- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/rem

[OE-core] [oe-core][PATCH 00/11] Pending patches - added few more patches

2012-02-23 Thread Martin Jansa
First 7 patches are the same - so not resent The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384: texi2html: Fix for multilib (2012-02-22 23:01:45 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-23 Thread Paul Eggleton
On Thursday 23 February 2012 15:32:47 Paul Eggleton wrote: > > Basically I had : > > XSERVER += "< missing \ > > > > xf86-input-tslib \ > > " > > > > and bitbake exit with : > > ERROR: Command execution failed: Exited with 1 > > et nothing more. > > This got broken last night and

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-23 Thread Paul Eggleton
On Thursday 23 February 2012 16:30:32 Eric Bénard wrote: > Richard Purdie a écrit : > > What was the output? (I realise I can find out) > > > > With usability issues like this, opening a bug in > > bugzilla.yoctoproject.org is a good idea, particularly as we've been > > focusing on cleaning up th

[OE-core] [PATCH 0/3] fixes for meta-toolchain without x11

2012-02-23 Thread Paul Eggleton
A couple of patches that fix building meta-toolchain with x11 removed from DISTRO_FEATURES, and a patch removing QEMU 0.14.0 which is obsolete. The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384: texi2html: Fix for multilib (2012-02-22 23:01:45 +) are available in

[OE-core] [PATCH 2/3] libsdl: allow building without x11

2012-02-23 Thread Paul Eggleton
Disable X11 output support for target and nativesdk if x11 is not in DISTRO_FEATURES. Fixes [YOCTO #2020] Signed-off-by: Paul Eggleton --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/libsd

[OE-core] [PATCH 1/3] qemu: enable building qemu-nativesdk without x11

2012-02-23 Thread Paul Eggleton
Allow building for nativesdk with x11 removed from DISTRO_FEATURES by conditionally disabling qemugl (which requires X). Fixes [YOCTO #2020] Signed-off-by: Paul Eggleton --- meta/recipes-devtools/qemu/qemu.inc |3 ++- meta/recipes-devtools/qemu/qemu_0.15.1.bb | 13 ++--- 2 f

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-23 Thread Eric Bénard
Hi Richard, Le Tue, 21 Feb 2012 12:56:14 +, Richard Purdie a écrit : > > What was the output? (I realise I can find out) > > With usability issues like this, opening a bug in > bugzilla.yoctoproject.org is a good idea, particularly as we've been > focusing on cleaning up this kind of proble

[OE-core] [PATCH] e2fsprogs: remove ldconfig call from install-libs

2012-02-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../e2fsprogs-1.42/remove.ldconfig.call.patch | 28 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |6 +++- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/rem

Re: [OE-core] [PATCH 00/16] Various fixes, mostly for WARNING messages

2012-02-23 Thread Otavio Salvador
On Thu, Feb 23, 2012 at 11:37, Richard Purdie wrote: > These patches mainly fix various warning issues reported by the build but > there are a couple of other improvements/fixes thrown in. >From looking on the patches seems fine except I'd remove the .la files instead of adding it on -dev. I didn

Re: [OE-core] [PATCH 04/16] libusb-compat: Address unpackaged files warning

2012-02-23 Thread Otavio Salvador
On Thu, Feb 23, 2012 at 11:38, Richard Purdie wrote: > WARNING: For recipe libusb-compat, the following files/directories were > installed but not shipped in any package: > WARNING:   /lib/libusb.la Why not drop it? -- Otavio Salvador                             O.S. Systems E-mail: ota...@oss

[OE-core] [PATCH 13/16] insane.bbclass: Only depend on desktop-file-utils-native when we need it

2012-02-23 Thread Richard Purdie
There is no point in depending on desktop-file-utils if we're not going to use it. This patch makes the dependency conditional upon the desktop tests being enabled. Signed-off-by: Richard Purdie --- meta/classes/insane.bbclass |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) di

  1   2   >