Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-02 Thread Bruce Ashfield
On 12-10-03 12:36 AM, Darren Hart wrote: It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest). Acked-by: Bruce Ashfield Signed-off-by: Darren Hart CC: Bruce Ashfield --- meta-skeleton/r

[OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-02 Thread Darren Hart
It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest). Signed-off-by: Darren Hart CC: Bruce Ashfield --- meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 3 ++- 1 file changed, 2 ins

[OE-core] [PATCH][denzil] openssl: add deprecated and unmaintained find.pl from perl-5.14 to fix perlpath.pl

2012-10-02 Thread Denys Dmytriyenko
From: Martin Jansa * openembedded-core/meta/recipes-connectivity/openssl/openssl.inc * * is using perlpath.pl: * * do_configure () { * cd util * perl perlpath.pl ${STAGING_BINDIR_NATIVE} * ... * * and perlpath.pl is using find.pl: * openssl-1.0.0i/util/perlpath.pl: * #!/

[OE-core] [PATCH][denzil] openjade-native: fix undefined Getopts error, use std namespace

2012-10-02 Thread Denys Dmytriyenko
From: Dennis Lan Using Gentoo Linux as the build host, it fails without this patch Use Getopt::Std in place of getopts.pl. https://bugs.gentoo.org/show_bug.cgi?id=420083 which following error: /usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg /usr/bin/perl -w ./../msggen.p

Re: [OE-core] [PATCH] libart-lgpl: add art_config.h for mipsel

2012-10-02 Thread Saul Wold
On 10/02/2012 08:02 AM, Phil Blundell wrote: Fixes: WARNING: Unable to get checksum for libart-lgpl SRC_URI entry art_config.h: file could not be found which otherwise happens during parsing, even if libart-lgpl isn't being built. Signed-off-by: Phil Blundell --- meta/recipes-gnome/gnome/li

Re: [OE-core] [PATCH] libpcap: add dependency on libnl

2012-10-02 Thread Saul Wold
On 10/01/2012 09:20 AM, Ross Burton wrote: libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be useful. Signed-off-by: Ross Burton --- meta/recipes-connectivity/libpcap/libpcap.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/rec

Re: [OE-core] [PATCH] Fix invalid test for network error

2012-10-02 Thread Saul Wold
On 10/01/2012 07:17 AM, Bogdan Marinescu wrote: The test for network error in sanity.bbclass was negated. Signed-off-by: Bogdan Marinescu --- meta/classes/sanity.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.b

Re: [OE-core] [PATCH] Revert "initrd: Spawn an emergency shell when something goes wrong"

2012-10-02 Thread Saul Wold
On 10/02/2012 08:56 AM, Ross Burton wrote: This had nowhere near enough testing... This reverts commit ffb6928f5783e5202d9849c3a185e29be1d41c63. Signed-off-by: Ross Burton --- meta/recipes-core/initrdscripts/files/init-live.sh | 11 --- 1 file changed, 11 deletions(-) diff --git

Re: [OE-core] [PATCH] libdrm: Remove Cairo dependency

2012-10-02 Thread Saul Wold
On 10/01/2012 04:56 AM, Ross Burton wrote: From: Daniel Stone This causes a build loop, when DRM depends on Cairo depends on Mesa depends on DRM. We can safely remove it as it's only one libdrm example program which uses Cairo, which we won't be needing. At least it's not worth the build loop

Re: [OE-core] [oe-core][PATCH 00/10] qt4: upgrade to 4.8.3 and cleanup

2012-10-02 Thread Saul Wold
On 09/26/2012 03:27 PM, Martin Jansa wrote: Please test on more architectures. I've tested complete qt4-native + qt4-free-x11 on armv4t. And only do_patch for nativesdk-qt4-tools, qt-mobility-*, qt4-embedded. The following changes since commit 938d07871bedd91f0d95ed6fe338ecbfafa5ebfe: busybo

Re: [OE-core] [PATCH] bitbake.conf: Add CCACHE_DISABLE to BS_HASHBASE_WHITELIST

2012-10-02 Thread Saul Wold
On 10/02/2012 09:22 AM, Mike Crowe wrote: If CCACHE is in the whitelist then CCACHE_DISABLE probably should be too. Signed-off-by: Mike Crowe Signed-off-by: Phil Blundell --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread McClintock Matthew-B29882
On Tue, Oct 2, 2012 at 5:22 PM, Richard Purdie wrote: > On Wed, 2012-10-03 at 00:11 +0200, Martin Jansa wrote: >> On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote: >> > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: >> > > -bb.warn("The recipe is trying to install files i

[OE-core] [PATCH 0/1] Change bzip2 to a less generic license

2012-10-02 Thread Elizabeth Flanagan
The license for bzip2 is not quite BSD. I have an email out to the maintainer to see if we can utilize a common BSD license (or something else) however, for now, we should revert bzip2 back to a special license. As busybox also utilizes a lightly modified bzip2, this also effects busybox. The fol

[OE-core] [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE

2012-10-02 Thread Elizabeth Flanagan
The license for bzip2 is not quite BSD. I have an email out to the maintainer to see if we can utilize a common BSD license (or something else) however, for now, we should revert bzip2 back to a special license. As busybox also utilizes a lightly modified bzip2, this also effects busybox. Signed-

[OE-core] [PATCH] qt4: Avoid circular dependencies with multilib

2012-10-02 Thread Richard Purdie
Without this, circular dependencies are found when attempting to build multilib versions of qt4 (or bitbake world in a multilib enabled build). Signed-off-by: Richard Purdie --- diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass index 05c24ef..de2a68d 100644 --- a/meta/classes/qt4

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Richard Purdie
On Wed, 2012-10-03 at 00:11 +0200, Martin Jansa wrote: > On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote: > > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: > > > -bb.warn("The recipe is trying to install files into a shared > > > area when those files already exist. Tho

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 23:00 +0100, Phil Blundell wrote: > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: > > -bb.warn("The recipe is trying to install files into a shared area > > when those files already exist. Those files are:\n %s" % "\n > > ".join(match)) > > +bb.warn

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote: > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: > > -bb.warn("The recipe is trying to install files into a shared area > > when those files already exist. Those files are:\n %s" % "\n > > ".join(match)) > > +

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Phil Blundell
On Tue, 2012-10-02 at 15:06 -0700, Saul Wold wrote: > On 10/02/2012 03:00 PM, Phil Blundell wrote: > > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: > >> -bb.warn("The recipe is trying to install files into a shared area > >> when those files already exist. Those files are:\n %s" %

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Saul Wold
On 10/02/2012 03:00 PM, Phil Blundell wrote: On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: -bb.warn("The recipe is trying to install files into a shared area when those files already exist. Those files are:\n %s" % "\n ".join(match)) +bb.warn("The %s recipe is trying t

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Phil Blundell
On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: > -bb.warn("The recipe is trying to install files into a shared area > when those files already exist. Those files are:\n %s" % "\n > ".join(match)) > +bb.warn("The %s recipe is trying to install files into a shared area > w

[OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread Saul Wold
[YOCTO #3191] Signed-off-by: Saul Wold --- meta/classes/sstate.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 03f083e..ca50483 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclas

[OE-core] [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross

2012-10-02 Thread Chase Maupin
* When building with 24 bitbake threads on my system I observed errors like the following: | configure.ac:199: error: LT_LANG: unsupported language: "Go" | /work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from...

[OE-core] [PATCH] libtool: Add missing DEPENDS on libtool-cross

2012-10-02 Thread Chase Maupin
* When building with 24 bitbake threads on my system I observed errors like the following: | configure.ac:199: error: LT_LANG: unsupported language: "Go" | /work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from...

Re: [OE-core] [oe-core][RFC 2/5] tune-xscale, tune-arm926ejs: add OPTDEFAULTTUNE variable and use more generic DEFAULTTUNE as default

2012-10-02 Thread Mark Hatle
On 10/2/12 3:38 PM, Martin Jansa wrote: On Tue, Oct 02, 2012 at 03:36:16PM -0500, Mark Hatle wrote: On 10/2/12 1:43 PM, Martin Jansa wrote: On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote: Let me preface this by I have read the patch set.. Martin asked me to comment on the items bel

Re: [OE-core] [oe-core][RFC 2/5] tune-xscale, tune-arm926ejs: add OPTDEFAULTTUNE variable and use more generic DEFAULTTUNE as default

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 03:36:16PM -0500, Mark Hatle wrote: > On 10/2/12 1:43 PM, Martin Jansa wrote: > > On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote: > >> Let me preface this by I have read the patch set.. Martin asked me to > >> comment on > >> the items below... > >> > >> On 9/27

Re: [OE-core] [oe-core][RFC 2/5] tune-xscale, tune-arm926ejs: add OPTDEFAULTTUNE variable and use more generic DEFAULTTUNE as default

2012-10-02 Thread Mark Hatle
On 10/2/12 1:43 PM, Martin Jansa wrote: On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote: Let me preface this by I have read the patch set.. Martin asked me to comment on the items below... On 9/27/12 3:37 AM, Martin Jansa wrote: On Sat, Sep 22, 2012 at 06:45:44PM +0100, Richard Purd

Re: [OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 17:30 +, McClintock Matthew-B29882 wrote: > On Tue, Oct 2, 2012 at 11:29 AM, Richard Purdie > wrote: > > On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote: > >> Docs need to be updated, there was also a build warning if it was not > >> installed - did tha

Re: [OE-core] [PATCH] classes: Update to use corrected bb.utils.explode_dep_versions2 API

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 12:20 -0500, Mark Hatle wrote: > On 10/1/12 7:10 PM, Richard Purdie wrote: > > The bb.utils.explode_dep_versions function has issues where dependency > > information > > can be lost. The API doesn't support maintaining the correct information so > > this > > changes to use a

Re: [OE-core] [oe-core][RFC 2/5] tune-xscale, tune-arm926ejs: add OPTDEFAULTTUNE variable and use more generic DEFAULTTUNE as default

2012-10-02 Thread Martin Jansa
On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote: > Let me preface this by I have read the patch set.. Martin asked me to comment > on > the items below... > > On 9/27/12 3:37 AM, Martin Jansa wrote: > > On Sat, Sep 22, 2012 at 06:45:44PM +0100, Richard Purdie wrote: > >> On Sat, 2012-

Re: [OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread McClintock Matthew-B29882
On Tue, Oct 2, 2012 at 11:29 AM, Richard Purdie wrote: > On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote: >> Docs need to be updated, there was also a build warning if it was not >> installed - did that get removed too? > > You still need chrpath installed, this just avoids a di

Re: [OE-core] [PATCH] classes: Update to use corrected bb.utils.explode_dep_versions2 API

2012-10-02 Thread Mark Hatle
On 10/1/12 7:10 PM, Richard Purdie wrote: The bb.utils.explode_dep_versions function has issues where dependency information can be lost. The API doesn't support maintaining the correct information so this changes to use a new function which correctly handles the data. Signed-off-by: Richard Pu

[OE-core] [PATCH] e2fsprogs: Don't install findfs

2012-10-02 Thread Phil Blundell
This binary is provided by util-linux nowadays. Fixes: WARNING: The recipe is trying to install files into a shared area when those files already exist. Those files are: /fast/jenkins/workspace/.../tmp-eglibc/sysroots/x86_64-linux/sbin/findfs Signed-off-by: Phil Blundell --- (Not very cle

[OE-core] [PATCH] bitbake.conf: Add CCACHE_DISABLE to BS_HASHBASE_WHITELIST

2012-10-02 Thread Mike Crowe
If CCACHE is in the whitelist then CCACHE_DISABLE probably should be too. Signed-off-by: Mike Crowe Signed-off-by: Phil Blundell --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e168ef1..e813f

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-10-02 Thread Phil Blundell
On Fri, 2012-09-28 at 15:34 +0300, Andrei Dinu wrote: > > Presumably it does at least pass the eglibc and binutils testsuites, > > right? > > > Can u give me a location where i can find these test suites and how can > i run them? They're included in the eglibc and binutils distributions. I think

Re: [OE-core] [oe-commits] Andrei Gherzan : busybox: Package hwclock.sh initscript separately

2012-10-02 Thread Martin Jansa
On Thu, Sep 27, 2012 at 10:52:31PM +0200, Martin Jansa wrote: > On Fri, Aug 17, 2012 at 05:09:34PM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: b97e37e1444ef32e7837dcc79e3fad36c4284b65 > > URL: > > http://git.openembedded.org/?p=openem

Re: [OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote: > Docs need to be updated, there was also a build warning if it was not > installed - did that get removed too? You still need chrpath installed, this just avoids a different set of problems in nativesdk and corrected ASSUME_PROVI

Re: [OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread McClintock Matthew-B29882
Docs need to be updated, there was also a build warning if it was not installed - did that get removed too? -M On Tue, Oct 2, 2012 at 8:13 AM, Richard Purdie wrote: > chrpath is assumed to be provided by the build host system. This means > we need to provide a replacement version and install int

Re: [OE-core] [PATCH 7/8] OECore license fixes: meta/*

2012-10-02 Thread Phil Blundell
On Tue, 2012-10-02 at 08:16 -0700, Flanagan, Elizabeth wrote: > On Tue, Oct 2, 2012 at 3:46 AM, Phil Blundell wrote: > > > > This (and the corresponding change to busybox) doesn't seem quite right. > > Although it is true that the bzip2 licence does have four clauses and is > > approximately BSD-i

[OE-core] [PATCH] Revert "initrd: Spawn an emergency shell when something goes wrong"

2012-10-02 Thread Ross Burton
This had nowhere near enough testing... This reverts commit ffb6928f5783e5202d9849c3a185e29be1d41c63. Signed-off-by: Ross Burton --- meta/recipes-core/initrdscripts/files/init-live.sh | 11 --- 1 file changed, 11 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init-li

Re: [OE-core] [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros

2012-10-02 Thread Burton, Ross
On 2 October 2012 16:50, McClintock Matthew-B29882 wrote: >> Yea, I suppose the the host compiler should be checked by autotools >> if it supports these warning flags. > > Should this block applying this patch to oe-core or will there be > upstream fixes before 1.3? This is the right fix for the

Re: [OE-core] [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros

2012-10-02 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 10:03 AM, Matthew McClintock wrote: > On Fri, Sep 28, 2012 at 9:52 AM, Burton, Ross wrote: >> On 28 September 2012 02:33, Matthew McClintock wrote: >>> Fixes these sorts of issues present on older gcc (CentOS 5.x in this case) >>> >>> | cc1: error: unrecognized command li

Re: [OE-core] [PATCH] gypsy: package removed from meta

2012-10-02 Thread Burton, Ross
On 2 October 2012 16:25, Andrei Dinu wrote: > Removed package from meta/recipes-connectivity and also all the dependencies > reffering to it. This patch should be split into two - one touching meta and the other touching meta-yocto (because the real repositories are oe-core for meta/ and meta-yo

Re: [OE-core] [PATCH] gypsy: moved to meta-oe/recipes-connectivty

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 06:26:11PM +0300, Andrei Dinu wrote: > Signed-off-by: Andrei Dinu This should be sent to openembedded-devel ML with meta-oe prefix like meta-oe README says. Cheers, > --- > ...gypsy-m4-directory-missing-from-structure.patch | 23 > > .../recipes-

Re: [OE-core] [PATCH] galago: remove

2012-10-02 Thread Saul Wold
On 10/02/2012 02:43 AM, Ross Burton wrote: Galago has been replaced with Telepathy and Folks, and has been unmaintained for years. Signed-off-by: Ross Burton --- .../galago/galago-daemon_0.5.1.bb | 18 .../galago/libgalago-0.5.2/mkdir.patch | 29

Re: [OE-core] [PATCH v2] sanity.bbclass: Fix invalid test for network error

2012-10-02 Thread Saul Wold
On 10/02/2012 02:52 AM, Bogdan Marinescu wrote: The test for network error in sanity.bbclass was negated. Signed-off-by: Bogdan Marinescu --- meta/classes/sanity.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.b

[OE-core] [PATCH] gypsy: moved to meta-oe/recipes-connectivty

2012-10-02 Thread Andrei Dinu
Signed-off-by: Andrei Dinu --- ...gypsy-m4-directory-missing-from-structure.patch | 23 .../recipes-connectivity/gypsy/files/fixups.patch | 21 ++ meta-oe/recipes-connectivity/gypsy/gypsy.inc | 15 + meta-oe/recipes-connectivity/gypsy/

[OE-core] [PATCH] gypsy: package removed from meta

2012-10-02 Thread Andrei Dinu
Removed package from meta/recipes-connectivity and also all the dependencies reffering to it. Signed-off-by: Andrei Dinu --- meta-yocto/conf/distro/include/maintainers.inc |1 - .../distro/include/poky-floating-revisions.inc |1 - meta/recipes-connectivity/gypsy/files/fixups.pat

Re: [OE-core] [PATCH 7/8] OECore license fixes: meta/*

2012-10-02 Thread Flanagan, Elizabeth
On Tue, Oct 2, 2012 at 3:46 AM, Phil Blundell wrote: > > This (and the corresponding change to busybox) doesn't seem quite right. > Although it is true that the bzip2 licence does have four clauses and is > approximately BSD-ish, these four clauses are not actually the same as > the ones in the tr

Re: [OE-core] [PATCH] opkg: Don't call sync() when installing into an offline root

2012-10-02 Thread Saul Wold
On 09/29/2012 05:20 AM, Phil Blundell wrote: Even when installing onto a live target system, calling sync() during package installation is of somewhat questionable benefit. But calling it on the build host during rootfs construction is certainly useless and can cause I/O to stall for several sec

Re: [OE-core] [PATCHv3] opkg: fix version constraints in conflicts, depends, replaces

2012-10-02 Thread Saul Wold
On 10/01/2012 04:41 AM, Martin Jansa wrote: * http://code.google.com/p/opkg/issues/detail?id=94 Signed-off-by: Martin Jansa --- .../0009-pkg_depends-fix-version-constraints.patch | 188 + ...depends-fix-version_constraints_satisfied.patch | 37 meta/recipes-devtool

[OE-core] [PATCH] libart-lgpl: add art_config.h for mipsel

2012-10-02 Thread Phil Blundell
Fixes: WARNING: Unable to get checksum for libart-lgpl SRC_URI entry art_config.h: file could not be found which otherwise happens during parsing, even if libart-lgpl isn't being built. Signed-off-by: Phil Blundell --- meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h | 10 ++

Re: [OE-core] [PATCH] xserver-xorg: Remove RCONFLICTS against xserver-xorg

2012-10-02 Thread Otavio Salvador
On Tue, Oct 2, 2012 at 11:47 AM, Saul Wold wrote: > Merged into OE-Core > > Sorry about the original mis-merge! Thanks by merging both changes. mis-merge happens, good we found it fast :) -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.os

Re: [OE-core] [PATCH] xserver-xorg: Remove RCONFLICTS against xserver-xorg

2012-10-02 Thread Saul Wold
On 09/28/2012 06:31 AM, Otavio Salvador wrote: When merging the xserver-xorg fix the to use RDEPENDS in xserver-xorg-module-exa the RCONFLICTS has not been removed by mistake. This drops the RCONFLICTS to properly fix it. Signed-off-by: Otavio Salvador --- .../recipes-graphics/xorg-xserver/xs

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Otavio Salvador
On Tue, Oct 2, 2012 at 10:57 AM, Martin Ertsås wrote: > On 10/02/12 15:59, Otavio Salvador wrote: >> On Tue, Oct 2, 2012 at 10:52 AM, Martin Ertsås wrote: >>> On 10/02/12 15:53, Otavio Salvador wrote: On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote: > On Tue, 2012-10-02 at 10:42 -0

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Martin Ertsås
On 10/02/12 15:59, Otavio Salvador wrote: > On Tue, Oct 2, 2012 at 10:52 AM, Martin Ertsås wrote: >> On 10/02/12 15:53, Otavio Salvador wrote: >>> On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote: On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote: > Or IMAGE_FEATURES += "dbg-i

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Otavio Salvador
On Tue, Oct 2, 2012 at 10:52 AM, Martin Ertsås wrote: > On 10/02/12 15:53, Otavio Salvador wrote: >> On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote: >>> On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote: Or IMAGE_FEATURES += "dbg-img" ;-) >>> Where is that implemented? I couldn

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Martin Ertsås
On 10/02/12 15:53, Otavio Salvador wrote: > On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote: >> On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote: >>> Or IMAGE_FEATURES += "dbg-img" ;-) >> Where is that implemented? I couldn't find any obvious reference to >> dbg-img in any classes. >

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Otavio Salvador
On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote: > On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote: >> Or IMAGE_FEATURES += "dbg-img" ;-) > > Where is that implemented? I couldn't find any obvious reference to > dbg-img in any classes. Sorry by cause a missunderstanding ... I was j

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Phil Blundell
On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote: > Or IMAGE_FEATURES += "dbg-img" ;-) Where is that implemented? I couldn't find any obvious reference to dbg-img in any classes. p. ___ Openembedded-core mailing list Openembedded-core@lists.

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Phil Blundell
On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote: > On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote: > > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: > > > Hasn't Paul added a general mechanism for doing this so we could add > > > this feature a level higher so that it cou

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Otavio Salvador
On Tue, Oct 2, 2012 at 8:38 AM, Richard Purdie wrote: > On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote: >> On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: >> > Hasn't Paul added a general mechanism for doing this so we could add >> > this feature a level higher so that it could be

[OE-core] nativesdk.bbclass: Ensure we have chrpath >=0.14

2012-10-02 Thread Richard Purdie
Versions earlier than 0.14 can't cope with 32 bit binaries on a 64 bit system and vice versa. This results in problems for certain SDKMACHINE combinations on certain hosts. By ensuring we build chrpath-replacement-native we avoid this problems and the binaries work correctly. [YOCTO #3161] [YOCTO

[OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread Richard Purdie
chrpath is assumed to be provided by the build host system. This means we need to provide a replacement version and install into a specific directory to avoid races. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpa

[OE-core] [PATCH] gzip: The native version should provide gzip-replacement-native

2012-10-02 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb b/meta/recipes-extended/gzip/gzip_1.5.bb index 7a811e2..2c6917d 100644 --- a/meta/recipes-extended/gzip/gzip_1.5.bb +++ b/meta/recipes-extended/gzip/gzip_1.5.bb @@ -2,6 +2,7 @@ require gzip.inc PR = "r0" +P

[OE-core] [PATCH] bitbake.conf: Add chrpath-native to ASSUME_PROVIDED

2012-10-02 Thread Richard Purdie
We assume chrpath is provided natively so it should be listed in ASSUME_PROVIDED. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e168ef1..c049b29 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -161,6 +161,7 @@ DATETIME =

[OE-core] [PATCH] scripts/oe-buildenv-internal: Ensure we detect the SDK/ADT and error out

2012-10-02 Thread Richard Purdie
The SDK/ADT may ship with a python installed which may not have all the modules need for a bitbake build. We should therefore detect if its already present in the environment and error out in this case, asking the user to use a clean environment. This also removes the potential for any other con

[OE-core] [PATCH] opkg: Convert select-higher-version option to prefer-arch-to-version

2012-10-02 Thread Richard Purdie
This converts the option to maintain the existing behaviour unless the option is specified. We do specify the option during the builds themselves to ensure what the users expects is built. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.b

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote: > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: > > Hasn't Paul added a general mechanism for doing this so we could add > > this feature a level higher so that it could be used by all packaging > > formats? > > Ah, possibly. I'll

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Phil Blundell
On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: > Hasn't Paul added a general mechanism for doing this so we could add > this feature a level higher so that it could be used by all packaging > formats? Ah, possibly. I'll have a look. Can you give me a pointer to the mechanism you were t

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 10:20 +0100, Phil Blundell wrote: > If ${IMAGE_BUILD_DEBUG} is set, construct a parallel tree containing > the debug data for the packages that have been installed in the > rootfs, then tar it up and deploy it alongside the rootfs images. > > Signed-off-by: Phil Blundell > -

Re: [OE-core] [PATCH] libdrm: Remove Cairo dependency

2012-10-02 Thread Richard Purdie
On Tue, 2012-10-02 at 11:58 +0100, Burton, Ross wrote: > On 2 October 2012 11:56, Richard Purdie > wrote: > > Shouldn't we just disable the things to gain a small bit of build speed > > if they don't matter? :) > > That means carrying a patch and the maintenance burden when upgrading. > I'm not

Re: [OE-core] [PATCH] opkg-native: remove spurious dependency on curl-native

2012-10-02 Thread Richard Purdie
On Mon, 2012-10-01 at 16:52 +0100, Phil Blundell wrote: > All variants of opkg are currently configured --disable-curl so there > seems no point in depending on it. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/opkg/opkg.inc |2 -- > 1 file changed, 2 deletions(-) > > diff

Re: [OE-core] [PATCH] libdrm: Remove Cairo dependency

2012-10-02 Thread Burton, Ross
On 2 October 2012 11:56, Richard Purdie wrote: > Shouldn't we just disable the things to gain a small bit of build speed > if they don't matter? :) That means carrying a patch and the maintenance burden when upgrading. I'm not entirely sure you'll notice all ten lines of Cairo code being compile

Re: [OE-core] [PATCH] libdrm: Remove Cairo dependency

2012-10-02 Thread Richard Purdie
On Mon, 2012-10-01 at 13:04 +0100, Burton, Ross wrote: > On 1 October 2012 13:02, Martin Jansa wrote: > > shouldn't we disable that example explicitly, so that the output is not > > different when cairo gets built before libdrm? > > The test (tests/modetest/) is noinst, so the output doesn't actu

Re: [OE-core] [PATCH 7/8] OECore license fixes: meta/*

2012-10-02 Thread Phil Blundell
On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote: > From: Elizabeth Flanagan > > This is a quick audit of only the most obviously wrong licenses > found within OECore. These fixes fall into four areas: > > - LICENSE field had incorrect format so that the parser choked > - LICENSE field has

[OE-core] [PATCH v2] sanity.bbclass: Fix invalid test for network error

2012-10-02 Thread Bogdan Marinescu
The test for network error in sanity.bbclass was negated. Signed-off-by: Bogdan Marinescu --- meta/classes/sanity.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index e2095dd..f2e9a74 100644 --- a/meta/clas

[OE-core] [PATCH] galago: remove

2012-10-02 Thread Ross Burton
Galago has been replaced with Telepathy and Folks, and has been unmaintained for years. Signed-off-by: Ross Burton --- .../galago/galago-daemon_0.5.1.bb | 18 .../galago/libgalago-0.5.2/mkdir.patch | 29 .../galago/libgalago-0.5.

[OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2012-10-02 Thread Phil Blundell
If ${IMAGE_BUILD_DEBUG} is set, construct a parallel tree containing the debug data for the packages that have been installed in the rootfs, then tar it up and deploy it alongside the rootfs images. Signed-off-by: Phil Blundell --- meta/classes/image.bbclass |9 + meta/classes/r

Re: [OE-core] [PATCH] binutils-crossdk: Fix interp size expansion

2012-10-02 Thread Laurentiu Palcu
On 10/02/2012 10:33 AM, Khem Raj wrote: > i need to check it with 1 more case. Please hold on for applying it. I > welcome testing > > On Mon, Oct 1, 2012 at 10:36 PM, Khem Raj wrote: >> Currently for sdk binutils we expand the size of .interp >> section to 0x1000 assuming that its at the begin

Re: [OE-core] [oe-core][PATCH 00/10] qt4: upgrade to 4.8.3 and cleanup

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 01:26:37AM +0200, Martin Jansa wrote: > On Mon, Oct 01, 2012 at 04:31:08PM +0200, Martin Jansa wrote: > > On Sun, Sep 30, 2012 at 10:18:18PM +0200, Martin Jansa wrote: > > > On Fri, Sep 28, 2012 at 06:43:09PM +0200, Martin Jansa wrote: > > > > On Thu, Sep 27, 2012 at 12:27:0

Re: [OE-core] [PATCH] Revert "opkg svn: respect to the arch priority"

2012-10-02 Thread Martin Jansa
On Mon, Oct 01, 2012 at 02:21:21PM +0100, Richard Purdie wrote: > On Sat, 2012-09-29 at 15:34 +0200, Koen Kooi wrote: > > Op 28 sep. 2012, om 23:27 heeft Richard Purdie > > het volgende geschreven: > > > > > On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote: > > >> This completely breaks instal

Re: [OE-core] [PATCH] binutils-crossdk: Fix interp size expansion

2012-10-02 Thread Khem Raj
i need to check it with 1 more case. Please hold on for applying it. I welcome testing On Mon, Oct 1, 2012 at 10:36 PM, Khem Raj wrote: > Currently for sdk binutils we expand the size of .interp > section to 0x1000 assuming that its at the beginning of > the linker map but there may be program he