[OE-core] [PATCH 0/1] Upgrade pcmciautils 017 -> 018

2011-04-21 Thread Khem Raj
=kraj/pcmciautils Thanks, Khem Raj --- Khem Raj (1): pcmciautils: Upgrade 017 -> 018 .../pcmciautils-017/version_workaround.patch | 16 -- .../makefile_fix.patch | 58 meta/recipes-bsp/pcmciautils/pcmciautils.inc |1

[OE-core] [PATCH 1/1] pcmciautils: Upgrade 017 -> 018

2011-04-21 Thread Khem Raj
version workaround is done in recipe itself by adding PV to CFLAGS Since we define LIBC and pcmciutils use it too which hinders build when we define LIBC in environment. Its not used in the builds anyway so we get rid of depending on it Signed-off-by: Khem Raj --- .../pcmciautils-017

[OE-core] [PATCH V2 1/1] pcmciautils: Upgrade 017 -> 018

2011-04-21 Thread Khem Raj
version workaround is done in recipe itself by adding PV to CFLAGS Signed-off-by: Khem Raj --- .../pcmciautils-017/version_workaround.patch | 16 .../makefile_fix.patch | 25 +++ meta/recipes-bsp/pcmciautils/pcmciautils.inc

[OE-core] [PATCH V2 0/1] Upgrade pcmciautils 017 -> 018

2011-04-21 Thread Khem Raj
Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/pcmciautils Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/pcmciautils Thanks, Khem Raj --- Khem Raj (1): pcmciautils: Upgrade 017 -> 018 .../pcmciautils-

Re: [OE-core] [PATCH 24/33] pcmciautils: Upgrade 017 -> 018

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > From: Khem Raj > > version workaround is done in recipe itself > by adding PV to CFLAGS > > Since we define LIBC and pcmciutils use it too > which hinders build when we define LIBC in > environment. Its not used in t

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > From: Nitin A Kamble > > This fixes Bug [YOCTO #477] > > Signed-off-by: Nitin A Kamble > --- >  .../python/python-pycairo_1.8.10.bb                |    8 +++- >  1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/meta/recipe

Re: [OE-core] [PATCH 23/33] ofono: add bluze to DEPENDS list

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > From: Saul Wold > > Signed-off-by: Saul Wold there is a typo in commit message > --- >  meta/recipes-connectivity/ofono/ofono.inc |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-connectivity/ofono/

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 10:25 AM, Koen Kooi wrote: > > Op 22 apr 2011, om 19:16 heeft Khem Raj het volgende geschreven: > >> On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: >>> From: Nitin A Kamble >>> >>> This fixes Bug [YOCTO #

Re: [OE-core] [PATCH 1/3] distutils-common-base.bbclass: Prepend STAGING_LIBDIR to linker library search path.

2011-04-22 Thread Khem Raj
On (18/04/11 07:57), Richard Purdie wrote: > On Mon, 2011-04-18 at 07:54 +0200, Martin Jansa wrote: > > On Thu, Mar 31, 2011 at 03:26:39PM +0100, Richard Purdie wrote: > > > On Thu, 2011-03-31 at 12:40 +0200, Martin Jansa wrote: > > > > * This was done generically in bitbake.conf this should be don

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 10:32 AM, Graeme Gregory wrote: > On Fri, Apr 22, 2011 at 10:27:31AM -0700, Khem Raj wrote: >> On Fri, Apr 22, 2011 at 10:25 AM, Koen Kooi >> wrote: >> > >> > Op 22 apr 2011, om 19:16 heeft Khem Raj het volgende geschreven: >> &

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 3:28 PM, Kamble, Nitin A wrote: >> >  # cairo >= 1.8.8 >> >  DEPENDS = "cairo" >> > -PR = "ml0" >> > +PR = "r1" >> >> any reason not to use mlX > > The r1 kind of notation makes it consistent with rest of the recipes. It does, I was just curious about 'ml' > > Thanks, > N

[OE-core] Perl 5.12.2 no more fetchable

2011-04-23 Thread Khem Raj
Since the latest stable is 5.12.3 this mirror we use in SRC_URI has decided to dump 5.12.2 tarball. Either we upgrade to 5.12.3 or find a mirror which still have 5.12.2 e.g. http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/perl-5.12.2.tar.gz Thanks -Khem

Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-23 Thread Khem Raj
On Sat, Apr 23, 2011 at 6:01 PM, Tom Zanussi wrote: > On Wed, 2011-04-20 at 17:18 -0700, Kamble, Nitin A wrote: >> Met 1st build failure with gcc4.6.6. I think it is not a gcc issue, but the >> recipe code issue; And Tom/Darren can take care of it. >> > > Hi, > > The patchset applied fine for me,

Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-24 Thread Khem Raj
On Sat, Apr 23, 2011 at 6:01 PM, Tom Zanussi wrote: > On Wed, 2011-04-20 at 17:18 -0700, Kamble, Nitin A wrote: >> Met 1st build failure with gcc4.6.6. I think it is not a gcc issue, but the >> recipe code issue; And Tom/Darren can take care of it. >> > > Hi, > > The patchset applied fine for me,

[OE-core] [PATCH 04/17] autotools.bbclass: Copy gettext files only if --disable-nls is not set

2011-04-25 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/autotools.bbclass | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 7ebf833..cbd2e96 100644 --- a/meta/classes/autotools.bbclass +++ b/meta

[OE-core] [PATCH 00/17] uclibc support in oe-core v2

2011-04-25 Thread Khem Raj
URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/uclibc Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc Thanks, Khem Raj --- Khem Raj (17): gettext.bbclass: Use _append instead of =+ insane.bbclass: Move code to add

[OE-core] [PATCH 02/17] insane.bbclass: Move code to add function to tasks toward the end

2011-04-25 Thread Khem Raj
Cosmetic change to make syntax highlighters happy Signed-off-by: Khem Raj --- meta/classes/insane.bbclass | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 22a5086..98acf7f 100644 --- a/meta

[OE-core] [PATCH 05/17] sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weak

2011-04-25 Thread Khem Raj
Distributions can then override this variable if needed useful e.g. when building uclibc/eglibc both using same tmpdir Signed-off-by: Khem Raj --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes

[OE-core] [PATCH 07/17] gettext_0.17.bb: PROVIDE virtual/gettext and RCONFLICT with proxy-libintl

2011-04-25 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/gettext/gettext_0.17.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.17.bb b/meta/recipes-core/gettext/gettext_0.17.bb index bfcb5ea..ce5fc3e 100644 --- a/meta/recipes-core/gettext

[OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-25 Thread Khem Raj
boolean type with True Honor INHIBIT_DEFAULT_DEPS Remove the added dependencies for gettext if INHIBIT_DEFAULT_DEPS is non null Signed-off-by: Khem Raj --- meta/classes/gettext.bbclass | 31 +++ 1 files changed, 19 insertions(+), 12 deletions(-) diff --git a/meta

[OE-core] [PATCH 03/17] insane.bbclass: Checking for NLS too when checking gettext dependency

2011-04-25 Thread Khem Raj
Checking for gettext is not needed when --disable-nls is used Let user know what variant of gettext is missing e.g. gettext-native, gettext-nativesdk etc, reveals a bit more for user Check for virtual/gettext Signed-off-by: Khem Raj --- meta/classes/insane.bbclass |9 + 1 files

[OE-core] [PATCH 06/17] gettext: Divide packaging into gettext-runtime and rest

2011-04-25 Thread Khem Raj
This helps in footprint on space constrained systems e.g. uclibc based systems where packaging full gettext just for libintl can be waste of space. Signed-off-by: Khem Raj --- meta/recipes-core/gettext/gettext_0.17.bb | 35 +--- 1 files changed, 31 insertions(+), 4

[OE-core] [PATCH 12/17] elfutils_0.148.bb: Fix compilation issues on uclibc

2011-04-25 Thread Khem Raj
* Add -luargp and -lintl to linker flags * __mempcpy is not there on uclibc so define it to mempcpy Signed-off-by: Khem Raj --- .../elfutils/elfutils-0.148/mempcpy.patch | 23 meta/recipes-devtools/elfutils/elfutils_0.148.bb |6 +++- 2 files changed, 27

[OE-core] [PATCH 08/17] poky-default.inc: Weakly assign gettext to provide virtual/gettext

2011-04-25 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/poky-default.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc index 3ec5e1d..91985b3 100644 --- a/meta/conf/distro/include/poky

[OE-core] [PATCH 17/17] alsa-utils_1.0.23.bb: Fix compilation for uclibc targets

2011-04-25 Thread Khem Raj
Use libc-uclibc override to cover all uclibc cases inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj --- meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 09/17] libiconv: update from 1.9.2 -> 1.11.1

2011-04-25 Thread Khem Raj
1.11.1 was the last LGPLv2 release shared_preloadable_libiconv_linux.patch is needed to make libtool 2.4 happy Autoconf patch is similarly made to point m4 directory and update to newer autoconf Signed-off-by: Khem Raj --- .../libiconv/libiconv-1.11.1/autoconf.patch| 48

[OE-core] [PATCH 15/17] attr: Fix compilation on uclibc

2011-04-25 Thread Khem Raj
It needs -lintl added to LDFLAGS for uclibc inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj --- meta/recipes-support/attr/attr.inc |4 meta/recipes-support/attr/ea-acl.inc |4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff

[OE-core] [PATCH 11/17] util-linux.inc: remove virtual/libintl from DEPENDS

2011-04-25 Thread Khem Raj
inherit gettext should do it. Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 913bb1b..447e5b7

[OE-core] [PATCH 14/17] xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directly

2011-04-25 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb |4 +++- meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb |4 ++-- meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb |3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 10/17] glib-2.0: Inherit gettext should provide right libintl so remove from DEPENDS

2011-04-25 Thread Khem Raj
Add no-iconv.patch to provide dummy libiconv in case of uclibc Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib-2.0/no-iconv.patch | 104 meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb |4 +- meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb |5

[OE-core] [PATCH 13/17] perl_5.12.2.bb: Undefine features not found in uclibc

2011-04-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../perl/perl-5.12.2/native-ssp.patch | 16 meta/recipes-devtools/perl/perl_5.12.2.bb | 16 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-devtools/perl/perl-5.12.2/native

[OE-core] [PATCH 16/17] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-25 Thread Khem Raj
Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf functionality missing from uclibc. Signed-off-by: Khem Raj --- meta/recipes-kernel/linux/linux-tools.inc | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/meta

Re: [OE-core] [RFC] meta-handheld

2011-04-25 Thread Khem Raj
On Sun, Apr 24, 2011 at 2:25 AM, Paul Eggleton wrote: > On Saturday 23 April 2011 00:09:38 Andrea Adami wrote: >> I agree with Richard, for keeping it as meta- group. >> About expectations, at least for Zaurus I don't see problems: vanilla >> 2.6.38 kernel, actual udev, imminent move to xorg-xserv

Re: [OE-core] [PATCH 13/17] perl_5.12.2.bb: Undefine features not found in uclibc

2011-04-26 Thread Khem Raj
On Tue, Apr 26, 2011 at 9:18 AM, Saul Wold wrote: > On 04/25/2011 11:55 AM, Khem Raj wrote: >> >> Signed-off-by: Khem Raj >> --- >>  .../perl/perl-5.12.2/native-ssp.patch              |   16 >> >>  meta/recipes-devto

Re: [OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-26 Thread Khem Raj
On Mon, Apr 25, 2011 at 10:47 PM, Darren Hart wrote: > On 04/25/2011 10:14 AM, Gary Thomas wrote: >> On 04/25/2011 09:49 AM, Saul Wold wrote: >>> On 04/25/2011 05:02 AM, Gary Thomas wrote: On 04/23/2011 12:28 AM, Saul Wold wrote: > From: =?UTF-8?q?Petr=20=C5=A0tetiar?= > > In the

Re: [OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-26 Thread Khem Raj
On Tue, Apr 26, 2011 at 12:48 PM, Saul Wold wrote: > On 04/25/2011 11:54 AM, Khem Raj wrote: >> >> Ensure gettext and gettext-native are removed from DEPENDS when >> not using NLS >> >> Use append instead of += to get gettext dependecies processed >> c

Re: [OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-26 Thread Khem Raj
On Tue, Apr 26, 2011 at 1:02 PM, Khem Raj wrote: > On Tue, Apr 26, 2011 at 12:48 PM, Saul Wold wrote: >> On 04/25/2011 11:54 AM, Khem Raj wrote: >>> >>> Ensure gettext and gettext-native are removed from DEPENDS when >>> not using NLS >>> >>&g

Re: [OE-core] [PATCH 28/52] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 7:37 AM, Darren Hart wrote: > > > On 04/27/2011 07:34 AM, Darren Hart wrote: >> On 04/27/2011 12:29 AM, Saul Wold wrote: >>> From: Khem Raj >>> >>> Perf wants elfutils and elfutils on uclibc does not work due to >>> its

[OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Khem Raj
Hi I have eglibc 2.13 upgrade done locally and has been building fine for all architectures. I have added 2.13 recipes and not deleted the 2.12, This works ok except when setting the SRCREV. Since we have a single file called conf/distro/include/poky-default-revisions.inc to store this information

[OE-core] [PATCH] recipes: Replace gconf-dbus with gconf

2011-04-27 Thread Khem Raj
= "gconf-dbus" and for angstrom it is simply gconf Without this meta-toolchain-sdk ends up with conflicts in runqueue and does not build Signed-off-by: Khem Raj --- .../recipes-gnome/gnome/libgnomekbd_2.26.0.bb |2 +- meta/recipes-gnome/gnome/gnome-desktop.inc |2 +- me

Re: [OE-core] [PATCH 03/52] gcc: Add recipes for 4.6.0

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 11:23 AM, Saul Wold wrote: > On 04/27/2011 01:17 AM, Antonio Ospite wrote: >> >> On Wed, 27 Apr 2011  0:29:21 -0700 >> Saul Wold  wrote: >> >>> From: Khem Raj >>> >>> Hi >>> >>> This is initial s

Re: [OE-core] [PATCH 3/4] task-base: allow distribution to define apm provider

2011-04-27 Thread Khem Raj
On Mon, Apr 18, 2011 at 1:45 AM, Martin Jansa wrote: > On Mon, Apr 18, 2011 at 09:34:55AM +0100, Richard Purdie wrote: >> On Mon, 2011-04-18 at 10:00 +0200, Martin Jansa wrote: >> > Signed-off-by: Martin Jansa >> > --- >> >  meta/recipes-core/tasks/task-base.bb |    5 - >> >  1 files changed,

Re: [OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Khem Raj
estigate it before we start moving SRCREVs to recipes. > > Op 27 apr. 2011 om 18:21 heeft Khem Raj het volgende > geschreven: > >> Hi >> >> I have eglibc 2.13 upgrade done locally and has been building fine for >> all architectures. I have added 2.13 recipes an

Re: [OE-core] [PATCH 3/4] task-base: allow distribution to define apm provider

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 1:46 PM, Koen Kooi wrote: > > Op 27 apr 2011, om 22:08 heeft Khem Raj het volgende geschreven: > >> On Mon, Apr 18, 2011 at 1:45 AM, Martin Jansa wrote: >>> On Mon, Apr 18, 2011 at 09:34:55AM +0100, Richard Purdie wrote: >>>> On Mo

Re: [OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 3:51 PM, Saul Wold wrote: > On 04/26/2011 03:17 PM, Khem Raj wrote: >> >> On Tue, Apr 26, 2011 at 1:02 PM, Khem Raj  wrote: >>> >>> On Tue, Apr 26, 2011 at 12:48 PM, Saul Wold  wrote: >>>> >>>> On 04/25/2011 11:54 A

Re: [OE-core] [poky] GCC 4.6.0 on ARM?

2011-04-28 Thread Khem Raj
On Thu, Apr 28, 2011 at 10:09 AM, Gary Thomas wrote: > I got my OMAP target to build with GCC-4.6.0 using the latest > Poky tree after a fresh rebuild.  Sadly, the Linux kernel (2.6.37.3) > does not run correctly when built with this compiler.  It > fails when enumerating the USB bus :-( > > Are t

Re: [OE-core] OE-Core and MacOS X

2011-04-28 Thread Khem Raj
On Thu, Apr 28, 2011 at 2:12 PM, Mark Hatle wrote: > I've started working on getting bitbake and OE-Core building on MacOS X.  So > far > what I have are some pretty hacky patches.. but they should be a reasonable > start. > You might be interested in http://git.openembedded.org/cgit.cgi/openem

Re: [OE-core] eglibc 2.13 upgrade

2011-04-28 Thread Khem Raj
On Thu, Apr 28, 2011 at 3:03 PM, Saul Wold wrote: > On 04/27/2011 01:13 PM, Khem Raj wrote: >> >> On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooi >>  wrote: >>> >>> Why not move those srcrevs into the recipe? IIRC these ones aren't >>> affec

Re: [OE-core] [PATCH 1/1] perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alpha

2011-04-28 Thread Khem Raj
On Thu, Apr 28, 2011 at 6:18 PM, Gary Thomas wrote: > On 03/21/2011 03:40 PM, Tom Rini wrote: >> >> On 03/21/2011 11:23 AM, Khem Raj wrote: >>> >>> Ubuntu has moved eglibc to /usr/lib/${arch}-linux-gnu and >>> /lib/${arch}-linux-gnu so we need th

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-04-29 Thread Khem Raj
On Thu, Apr 28, 2011 at 2:01 AM, Richard Purdie wrote: > We can make this simpler. We should just setVar("DEPENDS_GETTEXT", "") > in the INHIBIT_DEFAULT_DEPS case. If anything is expanding the variables > somewhere, we should fix that. > Infact the virtclass stuff complicates this since they are

[OE-core] qemu segfaulting when booting ext3 image

2011-04-30 Thread Khem Raj
Hi I am seeing qemu segfaulting when booting ext3 image. The same rootfs boots fine over nfs. It does not give any useful message as to what happened. I am using the runqemu script. Same used to work fine 3 weeks back. I tried to blame compilers but the behavior is same irrespective of gcc version

[OE-core] [PATCH 2/4] insane.bbclass: Checking for NLS too when checking gettext dependency

2011-04-30 Thread Khem Raj
Checking for gettext is not needed when --disable-nls is used Let user know what variant of gettext is missing e.g. gettext-native, gettext-nativesdk etc, reveals a bit more for user Check for virtual/gettext Signed-off-by: Khem Raj --- meta/classes/insane.bbclass |9 + 1 files

[OE-core] [PATCH 1/4] gettext.bbclass: Use _append instead of =+

2011-04-30 Thread Khem Raj
inheriting cross-canadian we should not remove gettext from default deps Signed-off-by: Khem Raj --- meta/classes/gettext.bbclass | 30 ++ 1 files changed, 22 insertions(+), 8 deletions(-) diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index

[OE-core] [PATCH V3 0/4] uclibc support in oe-core v3

2011-04-30 Thread Khem Raj
-core-contrib Branch: kraj/uclibc Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc Thanks, Khem Raj --- Khem Raj (4): gettext.bbclass: Use _append instead of =+ insane.bbclass: Checking for NLS too when checking gettext dependency libx11

[OE-core] [PATCH 4/4] alsa-utils_1.0.24.2.bb: Fix build for uclibc targets

2011-04-30 Thread Khem Raj
uclibc does not have exp10() implemented so we obtain same behaviour using pow() Signed-off-by: Khem Raj --- .../uclibc-exp10-replacement.patch | 21 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 ++- 2 files changed, 24 insertions(+), 1

Re: [OE-core] [poky] GCC 4.6.0 on ARM?

2011-04-30 Thread Khem Raj
On Thu, Apr 28, 2011 at 11:23 AM, Khem Raj wrote: > On Thu, Apr 28, 2011 at 10:09 AM, Gary Thomas wrote: >> I got my OMAP target to build with GCC-4.6.0 using the latest >> Poky tree after a fresh rebuild.  Sadly, the Linux kernel (2.6.37.3) >> does not run correctly

[OE-core] [PATCH 3/4] libx11: Use inherit gettext

2011-04-30 Thread Khem Raj
Avoid direct depependency on gettext, inherit class instead Signed-off-by: Khem Raj --- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb |3 ++- meta/recipes-graphics/xorg-lib/libx11_git.bb |6 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics

Re: [OE-core] eglibc 2.13 upgrade

2011-04-30 Thread Khem Raj
On Thu, Apr 28, 2011 at 3:30 PM, Khem Raj wrote: > On Thu, Apr 28, 2011 at 3:03 PM, Saul Wold wrote: >> On 04/27/2011 01:13 PM, Khem Raj wrote: >>> >>> On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooi >>>  wrote: >>>> >>>> Why no

[OE-core] How to patch yocto kernel

2011-05-01 Thread Khem Raj
Hi I am trying to test this patch http://uclibc.org/~kraj/perf-tool-Fix-gcc-4.6.0-issues.patch to fix the build using gcc 4.6.0 but the kernel patching for yocto is not as usual as other recipes since it uses entire set of tooling around it. I tried to look around for documentation and few refe

Re: [OE-core] How to patch yocto kernel

2011-05-01 Thread Khem Raj
On Sun, May 1, 2011 at 7:40 PM, Bruce Ashfield wrote: > On Sun, May 1, 2011 at 9:14 PM, Khem Raj wrote: >> Hi >> >> I am trying to test this patch >> >> http://uclibc.org/~kraj/perf-tool-Fix-gcc-4.6.0-issues.patch >> >> to fix the build using gcc 4.6.

Re: [OE-core] How to patch yocto kernel

2011-05-02 Thread Khem Raj
On Sun, May 1, 2011 at 10:31 PM, Bruce Ashfield wrote: > On Sun, May 1, 2011 at 11:56 PM, Khem Raj wrote: >> On Sun, May 1, 2011 at 7:40 PM, Bruce Ashfield >> wrote: >>> On Sun, May 1, 2011 at 9:14 PM, Khem Raj wrote: >>>> Hi >>>> &g

Re: [OE-core] [PATCH 4/4] busybox: add support to mdev

2011-05-02 Thread Khem Raj
On Mon, May 2, 2011 at 12:09 PM, Otavio Salvador wrote: > This changes the packaging only if the configuration used has mdev > support enabled. Did you test this patch on a config where mdev support is disabled ? that will be interesting to know > > Signed-off-by: Otavio Salvador > --- >  meta

Re: [OE-core] [poky] GCC 4.6.0 on ARM?

2011-05-02 Thread Khem Raj
On Mon, May 2, 2011 at 5:06 AM, Gary Thomas wrote: > It seems that the file > gcc-4_6-branch-backports/0055-Remove-svn-mergeinfo.patch is empty > in your tree, so patch didn't create it for me.  Should it just be removed > from the SRC list? > good find. Yes it should be. I will remove it and rep

Re: [OE-core] [poky] RFC: design of network based PR service

2011-05-02 Thread Khem Raj
On Thu, Apr 28, 2011 at 10:28 PM, Lu, Lianhao wrote: > Mark Hatle wrote on 2011-04-29: >> (adding oe-core back to the list as it got dropped off my previous reply) >> >> On 4/28/11 4:04 PM, Joshua Lock wrote: >>> On Thu, 2011-04-28 at 10:19 -0500, Mark Hatle wrote: On 4/28/11 4:22 AM, Martin

Re: [OE-core] [poky] GCC 4.6.0 on ARM?

2011-05-02 Thread Khem Raj
2011/5/2 Gary Thomas : > I was able to build my kernel (ARM OMAP/3530 based) using this, but good. > the USB still doesn't work, so no improvement, sorry. > bad. hmm I guess it needs to be debugged. Many times new compilers unearth coding errors sometimes compiler mess up too. _

Re: [OE-core] [PATCH] git: use DESTDIR=$D instead prefixing all variables by $D

2011-05-02 Thread Khem Raj
On Sat, Apr 30, 2011 at 1:01 AM, Koen Kooi wrote: > > Op 30 apr 2011, om 00:09 heeft Saul Wold het volgende geschreven: > >> On 04/29/2011 03:13 AM, Koen Kooi wrote: >>> From: Martin Jansa >>> >>> * with git-native and rm_work enabled I've noticed git fetcher errors like: >>>   warning: templates

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Khem Raj
; I can't figure out one case that nfs root works and ext3 image doesn't... > > > Khem Raj wrote: >> >> Hi >> >> I am seeing qemu segfaulting when booting ext3 image. The same rootfs >> boots fine over nfs. It does not give any useful message >>

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Khem Raj
On (03/05/11 12:32), Mark Hatle wrote: > >> I can't figure out one case that nfs root works and ext3 image doesn't... > > Good question, I don't know. In my experience both NFS and ext3 root crashes > with the nvidia drivers. I have a patch to the version of QEMU I use that > disables all of GL

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-03 Thread Khem Raj
On (03/05/11 13:14), Richard Purdie wrote: > On Fri, 2011-04-29 at 09:11 -0700, Khem Raj wrote: > > On Thu, Apr 28, 2011 at 2:01 AM, Richard Purdie > > wrote: > > > We can make this simpler. We should just setVar("DEPENDS_GETTEXT", "") > >

Re: [OE-core] [PATCH] git: use DESTDIR=$D instead prefixing all variables by $D

2011-05-03 Thread Khem Raj
On Tue, May 3, 2011 at 11:36 AM, Koen Kooi wrote: > > Op 3 mei 2011, om 01:11 heeft Khem Raj het volgende geschreven: > >> On Sat, Apr 30, 2011 at 1:01 AM, Koen Kooi >> wrote: >>> >>> Op 30 apr 2011, om 00:09 heeft Saul Wold het volgende geschreven: >

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Khem Raj
On Tue, May 3, 2011 at 11:43 AM, Scott Garman wrote: > On 05/03/2011 10:32 AM, Mark Hatle wrote: >> >> On 5/3/11 12:27 PM, Khem Raj wrote: >>> >>> On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin  wrote: >>>> >>>> Did you installed Nvidia

Re: [OE-core] [PATCH 32/33] perl: fix Configure-multilib.patch

2011-05-03 Thread Khem Raj
On May 3, 2011, at 4:45 PM, Saul Wold wrote: > From: Saul Wold > > Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04 Looks good > > Signed-off-by: Saul Wold > --- > .../perl/perl-5.12.3/Configure-multilib.patch |2 +- > 1 files changed, 1 insertions(+), 1 delet

Re: [OE-core] eglibc 2.13 upgrade

2011-05-04 Thread Khem Raj
On (28/04/11 15:03), Saul Wold wrote: > On 04/27/2011 01:13 PM, Khem Raj wrote: > >On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooi > >wrote: > >>Why not move those srcrevs into the recipe? IIRC these ones aren't affected > >>by RPs concerns >

Re: [OE-core] How to patch yocto kernel

2011-05-04 Thread Khem Raj
On (02/05/11 01:31), Bruce Ashfield wrote: > On Sun, May 1, 2011 at 11:56 PM, Khem Raj wrote: > > On Sun, May 1, 2011 at 7:40 PM, Bruce Ashfield > > wrote: > >> On Sun, May 1, 2011 at 9:14 PM, Khem Raj wrote: > >>> Hi > >>> > >>>

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-04 Thread Khem Raj
On Tue, May 3, 2011 at 3:39 PM, Richard Purdie wrote: > On Tue, 2011-05-03 at 11:04 -0700, Khem Raj wrote: >> This has the same problem It empties out DEPENDS_GETTEXT after they have >> have already been added to DEPENDS via virtclass e.g. when you build >> gcc-runtime-nativ

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-04 Thread Khem Raj
On Wed, May 4, 2011 at 5:40 PM, Zhai, Edwin wrote: > Raj, > We have a bug for Nvidia driver @ > http://bugzilla.pokylinux.org/show_bug.cgi?id=649 > and a fix @ > http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=gzhai/fix2&id=f596757000465a4b8350e16f21553a23b8bbedfa > > I think it deserves

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-04 Thread Khem Raj
On (04/05/11 18:07), Khem Raj wrote: > On Tue, May 3, 2011 at 3:39 PM, Richard Purdie > wrote: > > On Tue, 2011-05-03 at 11:04 -0700, Khem Raj wrote: > >> This has the same problem It empties out DEPENDS_GETTEXT after they have > >> have already been added to DEPEN

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-04 Thread Khem Raj
On (04/05/11 22:06), Saul Wold wrote: > On 05/04/2011 09:19 PM, Khem Raj wrote: > >On (04/05/11 18:07), Khem Raj wrote: > >>On Tue, May 3, 2011 at 3:39 PM, Richard Purdie > >> wrote: > >>>On Tue, 2011-05-03 at 11:04 -0700, Khem Raj wrote: > &g

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-04 Thread Khem Raj
On (05/05/11 14:31), Zhai, Edwin wrote: > > > Khem Raj wrote: > > > >On Wed, May 4, 2011 at 5:40 PM, Zhai, Edwin wrote: > >> Raj, > >> We have a bug for Nvidia driver @ > >> http://bugzilla.pokylinux.org/show_bug.cgi?id=649 > >> and a

Re: [OE-core] [PATCH 03/26] util-linux.inc: remove virtual/libintl from DEPENDS

2011-05-05 Thread Khem Raj
On Thu, May 5, 2011 at 12:55 AM, Saul Wold wrote: > From: Khem Raj > > inherit gettext should do it. > > Signed-off-by: Khem Raj > --- >  meta/recipes-core/util-linux/util-linux.inc |    6 +++--- >  1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git

[OE-core] [PATCH] gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=

2011-05-05 Thread Khem Raj
ned-off-by: Khem Raj --- meta/classes/gettext.bbclass |6 +++--- meta/conf/bitbake.conf |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index 6f79e5e..86b505b 100644 --- a/meta/classes/gettext.bbclass

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-05 Thread Khem Raj
On Thu, May 5, 2011 at 2:41 AM, Richard Purdie wrote: > On Wed, 2011-05-04 at 18:07 -0700, Khem Raj wrote: >> a build from scratch revealed few more issues with this patch too. >> >> 1. We have to only remove gettext from dependencies if its a target >> package for a

[OE-core] [PATCH] conf/layer.conf: Use .= to append to BBPATH and += for BBFILES

2011-05-05 Thread Khem Raj
This helps bitbake in organising BBPATH and BBFILES with given BBFILE_PRIORITY order Signed-off-by: Khem Raj --- meta/conf/layer.conf |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 5287417..3f63c7d 100644 --- a/meta

[OE-core] [PATCH 0/8] Misc patches

2011-05-07 Thread Khem Raj
/openembedded-core-contrib/log/?h=kraj/misc-fixes Thanks, Khem Raj --- Khem Raj (8): recipes: Replace gconf-dbus with gconf gcc-4.6.0: Apply linaro patches gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of += conf/layer.conf: Use .= to append to BBPATH

[OE-core] [PATCH 3/8] gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=

2011-05-07 Thread Khem Raj
ned-off-by: Khem Raj --- meta/classes/gettext.bbclass |6 +++--- meta/conf/bitbake.conf |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index 6f79e5e..86b505b 100644 --- a/meta/classes/gettext.bbclass

[OE-core] [PATCH 1/8] recipes: Replace gconf-dbus with gconf

2011-05-07 Thread Khem Raj
= "gconf-dbus" and for angstrom it is simply gconf Without this meta-toolchain-sdk ends up with conflicts in runqueue and does not build Signed-off-by: Khem Raj --- .../recipes-gnome/gnome/libgnomekbd_2.26.0.bb |2 +- meta/recipes-gnome/gnome/gnome-desktop.inc |2 +- me

[OE-core] [PATCH 2/8] gcc-4.6.0: Apply linaro patches

2011-05-07 Thread Khem Raj
We take the improvements done by linaro for gcc 4.6 Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.0.inc|4 + .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106720.patch | 51 ++ .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106723.patch | 63 ++ .../gcc-4.6.0/linaro/gcc-4.6

[OE-core] [PATCH 4/8] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-07 Thread Khem Raj
Appending to BBPATH gives a definite order to BBLAYERS which means paths are preferred in order from left to right. Signed-off-by: Khem Raj --- meta/conf/layer.conf | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf

[OE-core] [PATCH 5/8] libgalago_0.5.2.bb: Fix compile for uclibc

2011-05-07 Thread Khem Raj
uclibc targets may not have gettext but this package still needs config.rpath during regenerating configury so we provide it when libc is uclibc. Signed-off-by: Khem Raj --- .../recipes-connectivity/galago/libgalago_0.5.2.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

[OE-core] [PATCH 6/8] liburcu_0.5.4.bb: Let it build on uclibc targets

2011-05-07 Thread Khem Raj
uclibc requires -D_GNU_SOURCE to be defined for it to enable GNU extensions which CPU_SET/CPU_ZERO are used by this package. So we add -D_GNU_SOURCE to CFLAGS when compiling for uclibc. Signed-off-by: Khem Raj --- meta/recipes-support/liburcu/liburcu_0.5.4.bb |2 +- 1 files changed, 1

[OE-core] [PATCH 7/8] lttng-ust_0.12.bb: Fix compilation on uclibc

2011-05-07 Thread Khem Raj
We provide alternative implementation of sched_getcpu() when compiling for uclibc Signed-off-by: Khem Raj --- .../lttng/lttng-ust/uclibc-sched_getcpu.patch | 50 meta/recipes-kernel/lttng/lttng-ust_0.12.bb|4 +- 2 files changed, 53 insertions(+), 1

[OE-core] [PATCH 8/8] scripts/send-pull-request: Add CC selectively

2011-05-07 Thread Khem Raj
patch one by one and add it to patch mail header instead of doing a sweeping one pass over all patches to collect all email addresses. It should reduce some email traffic for developers. Signed-off-by: Khem Raj --- scripts/send-pull-request | 51 +--- 1

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 1:08 AM, Richard Purdie wrote: > Hi, > > It seems something on the server was broken and I'm unable to push to the > repository: > > $ git push origin master:master > Counting objects: 9, done. > Delta compression using up to 2 threads. > Compressing objects: 100% (5/5), do

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 1:13 AM, Khem Raj wrote: > On Sat, May 7, 2011 at 1:08 AM, Richard Purdie > wrote: >> Hi, >> >> It seems something on the server was broken and I'm unable to push to the >> repository: >> >> $ git push origin maste

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 1:24 AM, Richard Purdie wrote: > On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: >> On Sat, May 7, 2011 at 1:13 AM, Khem Raj wrote: >> > On Sat, May 7, 2011 at 1:08 AM, Richard Purdie >> > wrote: >> >> Hi, >> >> >&g

Re: [OE-core] [PATCH 8/8] scripts/send-pull-request: Add CC selectively

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 9:23 AM, Darren Hart wrote: > On Sat, 2011-05-07 at 00:54 -0700, Khem Raj wrote: >> Currently a consolidated pull request adds all the participants >> to every patch, which in essence is good but might lose focus >> of developers who would be interes

Re: [OE-core] [PATCH 1/4] gcc-package-target: Switch to TARGET_PREFIX in symlinks

2011-05-07 Thread Khem Raj
om OE. > > Signed-off-by: Tom Rini Acked-by: Khem Raj > --- > meta/recipes-devtools/gcc/gcc-package-target.inc | 10 +- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc > b/meta/recipes-de

Re: [OE-core] [PATCH 2/4] binutils.inc: Switch to TARGET_PREFIX not TARGET_SYS

2011-05-07 Thread Khem Raj
564818e59b690d3391d6ce from OE. > > Signed-off-by: Tom Rini Acked-by: Khem Raj > --- > meta/recipes-devtools/binutils/binutils.inc | 10 +- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-devtools/binutils/binutils.inc > b/meta/

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-07 Thread Khem Raj
On 5/7/2011 9:50 AM, Darren Hart wrote: According to my discussion with RP, bb.note() is supposed to appear on the console. If it doesn't, that is a bug in bitbake, not the recipe it does if we increase verbosity but it also dumps a lot of other information along. Default is to print errors an

[OE-core] [PATCH 2/6] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-09 Thread Khem Raj
Appending to BBPATH gives a definite order to BBLAYERS which means paths are preferred in order from left to right. Signed-off-by: Khem Raj --- meta/conf/layer.conf | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf

  1   2   3   4   5   6   7   8   9   10   >