Re: [OE-core] [PATCH 2/7] ed: Fix EXTRA_OECONF to ensure right compiler is found

2011-12-14 Thread Khem Raj
On Wed, Dec 14, 2011 at 5:50 PM, Saul Wold wrote: > > +EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' > 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'" > + hmm why doesnt it pick it from environment in configure ? ___ O

Re: [OE-core] [PATCH 2/9] kernel.bbclass: move uImage handling to separate task

2011-12-14 Thread Dmitry Eremin-Solenikov
On 12/15/2011 01:20 AM, Koen Kooi wrote: Op 13 dec. 2011, om 16:19 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can also benefit from generated uImage. T

[OE-core] [PATCH 1/1] Patch Upstream Status Updates

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-bsp/orinoco/files/COPYING.patch |2 ++ .../u-boot/files/fix-arm920t-eabi.patch|2 ++ .../x-load/x-load-git/beagleboard/name.patch |2 ++ .../bind/bind-9.8.1/conf.patch |2 ++ .../bind/bind-9.8.1/

[OE-core] [PATCH 0/1] Add Upstream Status to many patches

2011-12-14 Thread Saul Wold
The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed: gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/upstream http://cgit.openembedded.org/

[OE-core] [PATCH 7/7] perl: add .pl, pm, pod, sh files to SSTATE_SCANE_FILES

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/perl/perl_5.14.2.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index 5efe249..0abefe4 100644 --- a/meta/recipes-devtools/perl

[OE-core] [PATCH 6/7] libtool-cross: Add libtool & libtoolize to SSTATE_SCAN_FILES

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- .../libtool/libtool-cross_2.4.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb index 5003c9b..97794a6 100644 --

[OE-core] [PATCH 4/7] icu: Add Makefile.inc to SSTATE_SCAN_FILES

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/icu/icu-3.6.inc |2 ++ meta/recipes-support/icu/icu_3.6.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/icu/icu-3.6.inc b/meta/recipes-support/icu/icu-3.6.inc index 18efd16..8fadc92 100644 --

[OE-core] [PATCH 1/7] qt-mobility: Fix QA error for debug files

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index b3a3fad..55650b8 100644 --- a/meta/recipes-qt/qt4/qt-m

[OE-core] [PATCH 5/7] gmp: Add gmp.h to SSTATE_SCAN_FILES

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/gmp/gmp.inc |2 ++ meta/recipes-support/gmp/gmp_4.2.1.bb |2 +- meta/recipes-support/gmp/gmp_5.0.2.bb |2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gm

[OE-core] [PATCH 3/7] sstate: Add SSTATE_SCAN_FILES

2011-12-14 Thread Saul Wold
This allows recipes to specify files that may be outside the normal set for inclusion when there are hardcoded paths that need to be fixmepathed to work correctly. Signed-off-by: Saul Wold --- meta/classes/sstate.bbclass | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH 0/7] SSTATE_SCAN_FILES Fix with non-gplv3 and World fixes

2011-12-14 Thread Saul Wold
Richard, This patch contains a couple of fixes for world and non-gplv3 along with the sstate fix for ensure we mangle (or "fixmepath") files that do not fall into the standard set. SSTATE_SCAN_FILES is defaulted to "*.la and *-configs", recipes can append to it with SSTATE_SCAN_FILES += "". The

[OE-core] [PATCH 2/7] ed: Fix EXTRA_OECONF to ensure right compiler is found

2011-12-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/ed/ed_0.5.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/meta/recipes-extended/ed/ed_0.5.bb index 205822f..d251e4e 100644 --- a/meta/recipes-extended/ed/ed_0.5.bb +++ b/meta/r

[OE-core] [PATCH 1/1] dosfstools: fix populated image creation with dirs

2011-12-14 Thread nitin . a . kamble
From: Nitin A Kamble This fixes bug: [YOCTO #1783] Fix populated image creation. Earlier subdirectories support was broken, and files can only be placed in the root directory. Now directory hirarchy is supported in the image. Also support for long names is extended to directory names. There are

[OE-core] [PATCH 0/1] mkdosfs populated image creation fix version:2

2011-12-14 Thread nitin . a . kamble
From: Nitin A Kamble This has enhanced the commit for fixing mkdosfs. We noticed some issues with the generated image with the earlier sent-out commit. This version 2 commit has improved the the mkdosfs further. Now the outstanding issues in the image are fixable by dosfsck. More details are

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

2011-12-14 Thread Flanagan, Elizabeth
On Wed, Dec 14, 2011 at 8:06 AM, Phil Blundell wrote: > On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote: >> diff --git a/meta/recipes-extended/less/less_444.bb >> b/meta/recipes-extended/less/less_444.bb >> index c78dbaa..f198692 100644 >> --- a/meta/recipes-extended/less/less_444.bb >> ++

[OE-core] [PATCH 2/3] Add EXTERNAL_TOOLCHAIN to CMAKE_FIND_ROOT_PATH

2011-12-14 Thread Ken Werner
This allows cmake to find the binaries of an external toolchain. Signed-off-by: Ken Werner --- meta/classes/cmake.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 432427e..8aec759 100644 --- a/meta/cla

[OE-core] [PATCH 1/3] Rename do_configure_prepend to do_pre_configure and add it before do_configure

2011-12-14 Thread Ken Werner
Defining a new task instead of using configure_prepend allows inheriting recipes to override the pre_configure task. Signed-off-by: Ken Werner --- meta/classes/libc-package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/libc-package.bbclass b/me

[OE-core] [PATCH 0/3] Initial configuration for the CSL 2011.03 external toolchain for ARM

2011-12-14 Thread Ken Werner
Hi there, I've spent some time on getting OE-Core compiled with the CSL 2011.03 external binary toolchain for ARM GNUEABI. I've started with the existent csl recipe and the steps that Tom documented [*] which have been very useful. It turned out that only one change to OE-Core was needed to ge

[OE-core] [PATCH V2] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Khem Raj
Currently we have a problem in our cross compiler since we use /usr/include/c++ to be default gxx-include-dir and then expect the patch we did to do the relocation w.r.t. sysroot however it does not quite work so and we end up gxx-include-dirs not respecting sysroot. A small test case would be tst

[OE-core] [PATCH 3/3] Add the Sourcery G++ Lite 2011.03 external toolchain for ARM

2011-12-14 Thread Ken Werner
This adds initial support for using the Sourcery G++ Lite 2011.03 for ARM GNU/Linux as an external toolchain. Signed-off-by: Ken Werner --- .../include/tcmode-external-csl-arm-2011.03.inc| 33 + .../meta/external-csl-toolchain_arm-2011.03.bb | 137 2 files cha

Re: [OE-core] [PATCH 2/9] kernel.bbclass: move uImage handling to separate task

2011-12-14 Thread Koen Kooi
Op 13 dec. 2011, om 16:19 heeft Dmitry Eremin-Solenikov het volgende geschreven: > As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to > separate task from do_deploy. This way the do_install task can also > benefit from generated uImage. > > The only major feature of oe-core's

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Khem Raj
On Wed, Dec 14, 2011 at 10:08 AM, Ulf Samuelsson wrote: >> >> > Not familiar with gcc internals, but just want to reiterate the point > that the problem occured (the one I saw) only when I had > BB_NUMBER_THREADS at a high value, so WHEN things > are done seems to be important. could you test out

[OE-core] [PATCH 0/1] a fix for dosfstools

2011-12-14 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 9d136b2db8f906c562cbdb23a9b238f0e237074b: gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:25 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/bugfix http://git.pokylinux.or

[OE-core] [PATCH 1/1] dosfstools: fix populated image creation with dirs

2011-12-14 Thread nitin . a . kamble
From: Nitin A Kamble This fixes bug: [YOCTO #1783] Fix populated image creation. Earlier subdirectories support was broken, and files can only be placed in the root directory. Now directory hirarchy is supported in the image. Also support for long names is extended to directory names. Signed-of

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Ulf Samuelsson
On 2011-12-14 11:02, Richard Purdie wrote: Hi Khem, What's puzzling me is that reading through this patch, we already do what this patch is doing? Where is the difference which this patch is fixing? I appreciate that patch adds in the prefix to the --with-gxx-include-dir option but it then rem

[OE-core] [PATCH 3/3] scripts/bitbake: add a version >= 2.6 check

2011-12-14 Thread Paul Eggleton
Unfortunately we now have code in BitBake which is parsed before the current version check and is incompatible with Python < 2.6. Rather than fixing this and being eternally vigilant for >= 2.6 feature usage, just add a version check to the wrapper script. Signed-off-by: Paul Eggleton --- script

[OE-core] [PATCH 0/3] CentOS 5.x fixes

2011-12-14 Thread Paul Eggleton
A few fixes I made in the process of testing builds on CentOS 5.7. The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed: gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +) are available in the git repository at: git://git.openembedded.org/open

[OE-core] [PATCH 1/3] qemu: for native, do not fail if kvm is unavailable

2011-12-14 Thread Paul Eggleton
When building qemu-native, if the linux kvm header is unavailable (as it is on CentOS 5.x 32-bit) then do not pass the --enable-kvm switch to the configure script, thus avoiding failed do_configure. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/qemu/qemu.inc | 10 -- met

[OE-core] [PATCH 2/3] scripts/runqemu: show an error if /dev/net/tun is unusable

2011-12-14 Thread Paul Eggleton
If /dev/net/tun is either not present or is not writable by the user, then show an appropriate error message. (QEMU needs access to this device in order to enable networking; it may be missing if it is not enabled or loaded into the kernel, and some distributions such as CentOS 5.x set restrictive

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

2011-12-14 Thread Phil Blundell
On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote: > diff --git a/meta/recipes-extended/less/less_444.bb > b/meta/recipes-extended/less/less_444.bb > index c78dbaa..f198692 100644 > --- a/meta/recipes-extended/less/less_444.bb > +++ b/meta/recipes-extended/less/less_444.bb > @@ -7,11 +7,14 @@

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Khem Raj
On Wed, Dec 14, 2011 at 2:02 AM, Richard Purdie wrote: > Hi Khem, > > What's puzzling me is that reading through this patch, we already do > what this patch is doing? > > Where is the difference which this patch is fixing? > this does essentially what we were doing earlier but this one is going t

[OE-core] [PATCH 2/2] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb

2011-12-14 Thread Xiaofeng Yan
From: Xiaofeng Yan This file can make an image to run gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- .../images/core-image-gtk-directfb.bb | 22 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/im

[OE-core] [PATCH 1/2] gtk-directfb: add bbclass gtk-directfb

2011-12-14 Thread Xiaofeng Yan
From: Xiaofeng Yan This file remind user to add "gtk-directfb" to DISTRO_FEATURES and remove "x11" \ when building core-image-gtk-directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/classes/gtk-directfb.bbclass | 12 1 files changed, 12 insertions(+), 0 deletions(-)

[OE-core] [PATCH 0/2] add a bb file to build an image for gtk over directfb

2011-12-14 Thread Xiaofeng Yan
From: Xiaofeng Yan gtk-directfb is for reminding user to add "gtk-directfb" to DISTRO_FEATURES and remove "x11" core-image-gtk-directfb is for getting an image to gtk over directfb. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/gtk-directfb Browse: http://git.pokylinu

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Richard Purdie
Hi Khem, What's puzzling me is that reading through this patch, we already do what this patch is doing? Where is the difference which this patch is fixing? I appreciate that patch adds in the prefix to the --with-gxx-include-dir option but it then removes it again during configure so this should

[OE-core] [PATCH] cross-recipes: Disable nls in gettext bbclass

2011-12-14 Thread Khem Raj
Right now for cross recipes e.g. gcc-cross and binutils-cross we specify --disable-nls --enable-nls on configure cmdline the --enable-nls coming from gettext bbclass. So we disable nls for all cross inheriting recipes in gettext bbclass and then we remove the extra --disable-nls in gcc-cross

[OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Khem Raj
Currently we have a problem in our cross compiler since we use /usr/include/c++ to be default gxx-include-dir and then expect the patch we did to do the relocation w.r.t. sysroot however it does not quite work so and we end up gxx-include-dirs not respecting sysroot. A small test case would be tst