Re: [OE-core] MIPS rootfs creation failure

2011-03-22 Thread Khem Raj
On (22/03/11 19:42), Koen Kooi wrote: Op 22 mrt 2011, om 19:10 heeft Khem Raj het volgende geschreven: Hi I did an update of oe-core yesterday and now mips is failing with this error. It was not there 2 days back. | Configuring sysvinit. | Collected errors

Re: [OE-core] MIPS rootfs creation failure

2011-03-22 Thread Khem Raj
On Tue, Mar 22, 2011 at 11:54 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 mrt 2011, om 19:44 heeft Khem Raj het volgende geschreven: On (22/03/11 19:42), Koen Kooi wrote: Op 22 mrt 2011, om 19:10 heeft Khem Raj het volgende geschreven: Hi I did an update of oe-core yesterday

Re: [OE-core] MIPS rootfs creation failure

2011-03-22 Thread Khem Raj
On (22/03/11 19:54), Koen Kooi wrote: Op 22 mrt 2011, om 19:44 heeft Khem Raj het volgende geschreven: On (22/03/11 19:42), Koen Kooi wrote: Op 22 mrt 2011, om 19:10 heeft Khem Raj het volgende geschreven: Hi I did an update of oe-core yesterday and now mips is failing

Re: [OE-core] Parsing error when adding a python function in .inc file

2011-03-24 Thread Khem Raj
On (23/03/11 20:45), Khem Raj wrote: Hi I am facing a strange problem. I am trying to add a small python function to qemu.inc and bitbake keeps telling me this NOTE: Out of date cache found, rebuilding... ERROR: Error parsing /home/kraj/work/newoe/sources/openembedded-core/meta/recipes

[OE-core] DEPENDS tranlation with BBCLASSEXTEND

2011-03-27 Thread Khem Raj
Hi, I observed that if I have DEPENDS = a b in recipe.bb which has BBCLASSEXTEND = native then dependecies for recipe-native shows a-native b-native so far so good Now if I want to add a dependency which only is needed for native recipe I do DEPENDS_virtclass-native += c-native what this does

Re: [OE-core] DEPENDS tranlation with BBCLASSEXTEND

2011-03-28 Thread Khem Raj
On Mon, Mar 28, 2011 at 1:06 PM, Tom Rini tom_r...@mentor.com wrote: On 03/28/2011 12:48 PM, Khem Raj wrote: On Mon, Mar 28, 2011 at 12:03 PM, Tom Rini tom_r...@mentor.com wrote: On 03/27/2011 04:03 PM, Chris Larson wrote: On Sun, Mar 27, 2011 at 1:08 PM, Khem Raj raj.k...@gmail.com wrote: I

[OE-core] [PATCH 05/46] conf/distro/poky.conf: Use -uclibceabi instead of -uclibgnuceabi

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/distro/poky.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 76620f9..748e0ab 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro

[OE-core] [PATCH 06/46] recipes: Use -uclibceabi instead of -uclibcgnueabi

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../pciutils/pciutils-3.1.7/configure.patch|2 +- .../pciutils/pciutils-3.1.7/guess-fix.patch|2 +- .../openssl/openssl-0.9.8p/configure-targets.patch |4 ++-- .../gcc/gcc-4.3.3/110-arm-eabi.patch |2

[OE-core] [PATCH 10/46] telepathy-glib_0.13.6.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../telepathy/telepathy-glib_0.13.6.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.6.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.6

[OE-core] [PATCH 17/46] bison: Make compilable on uclibc

2011-03-31 Thread Khem Raj
Import patch from OE to fix compilation on uclibc Let inherit gettext take care of gettext dependencies Signed-off-by: Khem Raj raj.k...@gmail.com --- .../bison/bison/uclibc-sched_param-def.patch | 19 +++ meta/recipes-devtools/bison/bison_2.3.bb |4

[OE-core] [PATCH 20/46] alsa-utils_1.0.23.bb: Remove xmlto requirement

2011-03-31 Thread Khem Raj
Patch imported from OE Use uclibceabi instead of uclibcgnueabi inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj raj.k...@gmail.com --- .../alsa-utils-remove-xmlto.patch | 18 ++ meta/recipes-multimedia/alsa/alsa

[OE-core] [PATCH 23/46] flex.inc: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/flex/flex.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc index 54c400c..01f7571 100644 --- a/meta/recipes-devtools/flex

[OE-core] [PATCH 25/46] gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dups

2011-03-31 Thread Khem Raj
This is already taken care by bitbake.conf Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb b/meta/recipes-devtools/gcc/gcc

[OE-core] [PATCH 31/46] chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-extended/chkconfig/chkconfig_1.3.49.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb index 97da4a4

[OE-core] [PATCH 33/46] libzypp_git.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-extended/libzypp/libzypp_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index b473b9f..2e4ef7e 100644

[OE-core] [PATCH 34/46] xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-extended/xz/xz_5.0.0.bb |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/xz/xz_5.0.0.bb b/meta/recipes-extended/xz/xz_5.0.0.bb index 031c92a..629ea9a 100644 --- a/meta/recipes-extended/xz

[OE-core] [PATCH 35/46] gdk-pixbuf_2.22.1.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb index 78f108a

[OE-core] [PATCH 36/46] libgdata_0.7.1.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-gnome/gnome/libgdata_0.7.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/libgdata_0.7.1.bb b/meta/recipes-gnome/gnome/libgdata_0.7.1.bb index c332994..c3f4047 100644 --- a/meta

[OE-core] [PATCH 39/46] clutter.inc: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-graphics/clutter/clutter.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index bdfcb91..2f9a55c 100644 --- a/meta

[OE-core] [PATCH 40/46] libxcb.inc: Replace XCBPROTO_XCBPYTHONDIR to point to staging area

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-graphics/xcb/libxcb.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 81d4a20..6c48da7 100644 --- a/meta/recipes-graphics/xcb

[OE-core] [PATCH 45/46] libexif_0.6.16.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-support/libexif/libexif_0.6.16.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libexif/libexif_0.6.16.bb b/meta/recipes-support/libexif/libexif_0.6.16.bb index 8fb15d9..d9d1c5e 100644

[OE-core] [PATCH 18/46] diffstat_1.54.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/diffstat/diffstat_1.54.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.54.bb index fc505f9..6eda411

[OE-core] [PATCH 38/46] libgpg-error: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../libgpg-error/libgpg-error_1.9.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb index 479a11f

[OE-core] [PATCH 42/46] gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-03-31 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../gstreamer/gstreamer_0.10.31.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb index

Re: [OE-core] [PATCH 1/7] elfutils: fix builds with gcc 4.6

2011-04-04 Thread Khem Raj
On 4/1/2011 6:51 AM, Joshua Lock wrote: From: Joshua Lockj...@linux.intel.com gcc 4.6 (as used in Fedora 15) adds some extra warnings which are included with Werror. The new unused-but-set variable warning causes an error in libasm of elfutils. Work around this by removing unused-but-set from

Re: [OE-core] Best way to build avr-gcc for ARM?

2011-04-05 Thread Khem Raj
On Tue, Apr 5, 2011 at 12:51 AM, Koen Kooi k...@dominion.thruhere.net wrote: Hi, I'd like to build an avr toolchain (avr-binutils, avr-gcc and avr-lib) to run on an ARM platform. What would be the best way to do this? I can manually change host and target in EXTRA_OECONF or I can use the

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Tue, Apr 5, 2011 at 5:38 PM, Tom Rini tom_r...@mentor.com wrote: The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work-in-progress.  We skip over the 5.8 release and move to 5.9. there already are patches for 5.9 available too

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Wed, Apr 6, 2011 at 7:30 AM, Tom Rini tom_r...@mentor.com wrote: On 04/05/2011 11:18 PM, Khem Raj wrote: On Tue, Apr 5, 2011 at 5:38 PM, Tom Rini tom_r...@mentor.com wrote: The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Wed, Apr 6, 2011 at 10:10 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 10:05 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 7:30 AM, Tom Rini tom_r...@mentor.com wrote: On 04/05/2011 11:18 PM, Khem Raj wrote: On Tue, Apr 5, 2011 at 5:38 PM, Tom Rini tom_r...@mentor.com wrote

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Wed, Apr 6, 2011 at 10:35 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 10:26 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 10:10 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 10:05 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 7:30 AM, Tom Rini tom_r...@mentor.com wrote: On 04

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Wed, Apr 6, 2011 at 11:29 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 11:27 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 10:35 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 10:26 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 10:10 AM, Tom Rini tom_r...@mentor.com wrote: On 04

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Wed, Apr 6, 2011 at 11:38 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2011-04-05 at 23:18 -0700, Khem Raj wrote: On Tue, Apr 5, 2011 at 5:38 PM, Tom Rini tom_r...@mentor.com wrote: The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Khem Raj
On Wed, Apr 6, 2011 at 11:48 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 11:32 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 11:29 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 11:27 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 10:35 AM, Tom Rini tom_r...@mentor.com wrote: On 04

Re: [OE-core] [PATCH 0/3][v2] Rework the devshell

2011-04-09 Thread Khem Raj
On 4/5/2011 1:30 PM, Chris Larson wrote: From: Chris Larsonchris_lar...@mentor.com - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal into a new 'terminal' python module - Automatically selects an appropriate terminal based on what you

Re: [OE-core] [PATCH 2/2] quilt: fix test for target build

2011-04-14 Thread Khem Raj
On Wed, Apr 13, 2011 at 7:00 PM, Qing He qing...@intel.com wrote: On Wed, 2011-04-13 at 23:36 +0800, Khem Raj wrote: On Wed, Apr 13, 2011 at 2:26 AM, Qing He qing...@intel.com wrote: From: Qing He qing...@intel.com fixes [YOCTO #969] Signed-off-by: Qing He qing...@intel.com

[OE-core] gcc 4.6 recipes naming

2011-04-18 Thread Khem Raj
Hi I have gcc 4.6 under progress here. As we know the current release is 4.6.0. I have been calling the recipes to omit the minor release number so the recipes are called recipes_4.6.bb based on my experiences with gcc releases over the years. Since the minor releases are bug fix releases and

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

2011-04-20 Thread Khem Raj
On Wed, Apr 20, 2011 at 9:51 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 20 apr 2011, om 18:48 heeft Saul Wold het volgende geschreven: On 04/20/2011 08:42 AM, Kamble, Nitin A wrote: Hi Khem,   Great to have these patches. And thanks for getting them out early :) I will check them

[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 raj.k...@gmail.com

[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 raj.k...@gmail.com --- .../pcmciautils-017/version_workaround.patch | 16 .../makefile_fix.patch | 25 +++ meta/recipes-bsp/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 s...@linux.intel.com wrote: From: Khem Raj raj.k...@gmail.com 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

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 s...@linux.intel.com wrote: From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com there is a typo in commit message ---  meta/recipes-connectivity/ofono/ofono.inc |    2 +-  1 files changed, 1 insertions(+), 1

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

2011-04-23 Thread Khem Raj
On Fri, Apr 22, 2011 at 3:28 PM, Kamble, Nitin A nitin.a.kam...@intel.com 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,

[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 raj.k...@gmail.com --- 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

[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 raj.k...@gmail.com --- Khem Raj (17): gettext.bbclass: Use _append instead of =+ insane.bbclass

[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 raj.k...@gmail.com --- 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

[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 raj.k...@gmail.com --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/sstate.bbclass

[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 raj.k...@gmail.com --- 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

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

2011-04-25 Thread Khem Raj
for a 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 raj.k...@gmail.com --- meta/classes/gettext.bbclass | 31 +++ 1 files changed, 19 insertions(+), 12 deletions(-) diff

[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 raj.k...@gmail.com --- meta/recipes-support/attr/attr.inc |4 meta/recipes-support/attr/ea-acl.inc |4 +--- 2 files changed, 5 insertions(+), 3

[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 raj.k...@gmail.com --- 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

[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 raj.k...@gmail.com --- .../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

[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 raj.k...@gmail.com --- meta/recipes-kernel/linux/linux-tools.inc | 17 + 1 files changed, 13 insertions(+), 4 deletions

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

2011-04-25 Thread Khem Raj
On Sun, Apr 24, 2011 at 2:25 AM, Paul Eggleton paul.eggle...@linux.intel.com 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,

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 s...@linux.intel.com wrote: On 04/25/2011 11:55 AM, Khem Raj wrote: Signed-off-by: Khem Rajraj.k...@gmail.com ---  .../perl/perl-5.12.2/native-ssp.patch              |   16  meta/recipes-devtools/perl/perl_5.12.2.bb          |   16

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 dvh...@linux.intel.com 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:

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 s...@linux.intel.com 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 correctly in all cases Dont remove

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 raj.k...@gmail.com wrote: On Tue, Apr 26, 2011 at 12:48 PM, Saul Wold s...@linux.intel.com 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

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 dvh...@linux.intel.com wrote: On 04/27/2011 07:34 AM, Darren Hart wrote: On 04/27/2011 12:29 AM, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf

[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

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

2011-04-27 Thread Khem Raj
-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 raj.k...@gmail.com --- .../recipes-gnome/gnome/libgnomekbd_2.26.0.bb |2 +- meta/recipes-gnome/gnome/gnome-desktop.inc |2

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 martin.ja...@gmail.com 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 martin.ja...@gmail.com ---  meta/recipes-core/tasks/task-base.bb |  

Re: [OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Khem Raj
need to investigate it before we start moving SRCREVs to recipes. Op 27 apr. 2011 om 18:21 heeft Khem Raj raj.k...@gmail.com 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 and not deleted

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 k...@dominion.thruhere.net 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 martin.ja...@gmail.com wrote: On Mon, Apr 18, 2011 at 09:34:55AM +0100, Richard Purdie wrote: On Mon

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 s...@linux.intel.com wrote: On 04/26/2011 03:17 PM, Khem Raj wrote: On Tue, Apr 26, 2011 at 1:02 PM, Khem Rajraj.k...@gmail.com  wrote: On Tue, Apr 26, 2011 at 12:48 PM, Saul Wolds...@linux.intel.com  wrote: On 04/25/2011 11:54 AM, Khem Raj wrote

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 mark.ha...@windriver.com 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

Re: [OE-core] eglibc 2.13 upgrade

2011-04-28 Thread Khem Raj
On Thu, Apr 28, 2011 at 3:03 PM, Saul Wold s...@linux.intel.com wrote: On 04/27/2011 01:13 PM, Khem Raj wrote: On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooik...@dominion.thruhere.net  wrote: Why not move those srcrevs into the recipe? IIRC these ones aren't affected by RPs concerns I am ok

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 g...@mlbassoc.com 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 that to be added to glibpth in Configure

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 richard.pur...@linuxfoundation.org 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

[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

[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 raj.k...@gmail.com --- meta/classes/gettext.bbclass | 30 ++ 1 files changed, 22 insertions(+), 8 deletions(-) diff --git a/meta/classes/gettext.bbclass b/meta/classes

[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 raj.k...@gmail.com --- Khem Raj (4): gettext.bbclass: Use _append instead of =+ insane.bbclass: Checking for NLS too when checking gettext

[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 raj.k...@gmail.com --- .../uclibc-exp10-replacement.patch | 21 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 ++- 2 files changed, 24

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 raj.k...@gmail.com wrote: On Thu, Apr 28, 2011 at 10:09 AM, Gary Thomas g...@mlbassoc.com 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 raj.k...@gmail.com --- 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

Re: [OE-core] eglibc 2.13 upgrade

2011-04-30 Thread Khem Raj
On Thu, Apr 28, 2011 at 3:30 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Apr 28, 2011 at 3:03 PM, Saul Wold s...@linux.intel.com wrote: On 04/27/2011 01:13 PM, Khem Raj wrote: On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooik...@dominion.thruhere.net  wrote: Why not move those srcrevs

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 bruce.ashfi...@gmail.com wrote: On Sun, May 1, 2011 at 9:14 PM, Khem Raj raj.k...@gmail.com 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.0 but the kernel

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 bruce.ashfi...@gmail.com wrote: On Sun, May 1, 2011 at 11:56 PM, Khem Raj raj.k...@gmail.com wrote: On Sun, May 1, 2011 at 7:40 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sun, May 1, 2011 at 9:14 PM, Khem Raj raj.k...@gmail.com wrote

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 samoht.y...@gmail.com 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

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 lianhao...@intel.com 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,

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

2011-05-02 Thread Khem Raj
2011/5/2 Gary Thomas g...@mlbassoc.com: 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 k...@dominion.thruhere.net 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 Jansamartin.ja...@gmail.com * with git-native and rm_work enabled I've noticed git fetcher

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 richard.pur...@linuxfoundation.org wrote: We can make this simpler. We should just setVar(DEPENDS_GETTEXT, ) in the INHIBIT_DEFAULT_DEPS case

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 k...@dominion.thruhere.net 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 k...@dominion.thruhere.net 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 scott.a.gar...@intel.com 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, Edwinedwin.z...@intel.com  wrote: Did you installed Nvidia proprietary driver? Any error mesg

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 s...@linux.intel.com wrote: From: Saul Wold s...@linux.intel.com Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04 Looks good Signed-off-by: Saul Wold s...@linux.intel.com --- .../perl/perl-5.12.3/Configure-multilib.patch

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 Kooik...@dominion.thruhere.net wrote: Why not move those srcrevs into the recipe? IIRC these ones aren't affected by RPs concerns I am ok doing that but here http

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 raj.k...@gmail.com wrote: On Sun, May 1, 2011 at 7:40 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sun, May 1, 2011 at 9:14 PM, Khem Raj raj.k...@gmail.com wrote: Hi I am trying to test

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 richard.pur...@linuxfoundation.org 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

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 edwin.z...@intel.com 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/fix2id=f596757000465a4b8350e16f21553a23b8bbedfa I think

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 richard.pur...@linuxfoundation.org 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

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 s...@linux.intel.com wrote: From: Khem Raj raj.k...@gmail.com inherit gettext should do it. Signed-off-by: Khem Raj raj.k...@gmail.com ---  meta/recipes-core/util-linux/util-linux.inc |    6 +++---  1 files changed, 3 insertions(+), 3 deletions

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

2011-05-05 Thread Khem Raj
the variable exists always. We use _append instead of += so the option is added at very end and not lost. We only return empty gettext dependencies if its a target recipe in case when USE_NLS is not set because the native/cross/nativesdk recipes still need the gettext dependencies Signed-off-by: Khem

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 richard.pur...@linuxfoundation.org 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 all

[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 raj.k...@gmail.com --- 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

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

2011-05-07 Thread Khem Raj
/openembedded-core-contrib/log/?h=kraj/misc-fixes Thanks, Khem Raj raj.k...@gmail.com --- 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

[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 raj.k...@gmail.com --- meta/conf/layer.conf | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/conf/layer.conf b

[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 raj.k...@gmail.com --- meta/recipes-support/liburcu/liburcu_0.5.4.bb |2 +- 1

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 raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM, Richard Purdie richard.pur...@linuxfoundation.org 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

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 richard.pur...@linuxfoundation.org wrote: On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM, Richard Purdie richard.pur...@linuxfoundation.org

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 dvh...@linux.intel.com 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 interested

  1   2   3   4   5   6   7   8   9   10   >