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

2011-05-05 Thread Zhai, Edwin
Khem Raj wrote: 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 @

[OE-core] [PATCH 02/26] Remove distro-specific metadata for distros not in oe-core

2011-05-05 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../openswan/openswan_2.4.7.bb |3 +- meta/recipes-connectivity/dhcp/dhcp3.inc |4 --- meta/recipes-connectivity/dhcp/dhcp4.inc |4

[OE-core] [PATCH 04/26] initscripts: remove -i from halt/reboot arguments and allow override

2011-05-05 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Introduces a variable HALTARGS which specifies the arguments sent to halt and reboot, and sets the default value to -d -f, dropping the previous -i (shut down all network interfaces before halt/reboot, which causes a freeze with NFS root.) Fixes

[OE-core] [PATCH 00/26] Consolidated Pull for 05-May-2011

2011-05-05 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Richard, This has some major updates for cleaning up machine and distro usage in oe-core, it also includes the SRC_REV removal. In addition, a updated set of kernel recipes and GCC4.6 fixes. There are also fixes that will be targeted for Bernard and general

[OE-core] [PATCH 08/26] gcc-4.6.0: Add missing recipes for gcc-cross-canadian and gcc-crosssdk

2011-05-05 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Reset PR in gcc-crosssdk-initial_4.6.0.bb and gcc-crosssdk-intermediate_4.6.0.bb Signed-off-by: Khem Raj raj.k...@gmail.com --- .../gcc/gcc-cross-canadian_4.6.0.bb| 23 .../gcc/gcc-crosssdk-initial_4.6.0.bb |

[OE-core] [PATCH 11/26] ghostscript: added to pass LSB commands check

2011-05-05 Thread Saul Wold
From: Kang Kai kai.k...@windriver.com Add ghostscript to pass LSB commands check and Printing test, and ghostscript-native is added to help cross compilation. Signed-off-by: Kang Kai kai.k...@windriver.com --- .../ghostscript-9.02-prevent_recompiling.patch | 95

[OE-core] [PATCH 13/26] meta-yocto: add pieces removed from oe-core for beagleboard atom-pc

2011-05-05 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../formfactor/formfactor/atom-pc/machconfig |6 ++ .../formfactor/formfactor/beagleboard/machconfig |3 + .../recipes-bsp/formfactor/formfactor_0.0.bbappend |3 +

[OE-core] [PATCH 14/26] clutter-gst-1.4: Rebase patches and update checksum

2011-05-05 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../clutter/clutter-gst-1.4/enable_tests.patch | 15 +++ .../clutter/clutter-gst-1.4_git.bb |4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 12/26] Remove machine-specific metadata for machines no longer in oe-core

2011-05-05 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/base-files/base-files_3.0.14.bb | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 16/26] yaffs2: Update patch and checksums

2011-05-05 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../yaffs2/files/mkyaffs2image.patch | 116 ++-- meta/recipes-devtools/yaffs2/yaffs2-utils.inc |2 +- 2 files changed, 61 insertions(+), 57 deletions(-) diff --git

[OE-core] [PATCH 18/26] gypsy_0.8.bb: Fix build with gcc 4.6

2011-05-05 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- .../fix-unused-but-set-variable-warning.patch | 16 meta/recipes-connectivity/gypsy/gypsy_0.8.bb |7 --- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644

Re: [OE-core] [PATCH 05/26] setuptools: Make options for setup.py more flexible

2011-05-05 Thread Koen Kooi
I NAK'ed this before, and will NAK it again. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-April/001265.html Op 5 mei 2011, om 09:55 heeft Saul Wold het volgende geschreven: From: Gary Thomas g...@mlbassoc.com The setuptools class uses hard-wired options for 'setup.py'

Re: [OE-core] [PATCH 05/26] setuptools: Make options for setup.py more flexible

2011-05-05 Thread Saul Wold
On 05/05/2011 01:09 AM, Koen Kooi wrote: I NAK'ed this before, and will NAK it again. Sorry, this one slipped in with a load of others, I meant to delete it, but it got missed. RP, Please remove this one Sau! See

Re: [OE-core] [PATCH 12/26] Remove machine-specific metadata for machines no longer in oe-core

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 00:57 -0700, Saul Wold wrote: From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/base-files/base-files_3.0.14.bb | 19 +++ 1 files changed, 19 insertions(+), 0

Re: [OE-core] [PATCH 19/26] linux-yocto_git.bb: Backport upstream fix for gcc 4.6 compilation

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 00:57 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- .../perf-tool-Fix-gcc-4.6.0-issues.patch | 266 meta/recipes-kernel/linux/linux-yocto_git.bb |4 +- 2 files

Re: [OE-core] [PATCH 00/26] Consolidated Pull for 05-May-2011

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 00:55 -0700, Saul Wold wrote: This has some major updates for cleaning up machine and distro usage in oe-core, it also includes the SRC_REV removal. In addition, a updated set of kernel recipes and GCC4.6 fixes. There are also fixes that will be targeted for Bernard and

Re: [OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-05 Thread Richard Purdie
On Wed, 2011-05-04 at 11:39 -0400, Bruce Ashfield wrote: On Wed, May 4, 2011 at 10:05 AM, Yu Ke ke...@intel.com wrote: From: Yu Ke ke...@intel.com move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro can also use its SRCREV.

Re: [OE-core] [PATCH 3/3] meta-yocto: add pieces removed from oe-core for beagleboard atom-pc

2011-05-05 Thread Koen Kooi
Op 5 mei 2011, om 13:38 heeft Richard Purdie het volgende geschreven: Hi Paul, Great work in doing this, thanks. I was just looking at it with a view to making machine support cleaner and I think there are still things we can likely to do help with this. As one example: On Wed,

Re: [OE-core] [poky] [PATCH 1/3] Remove machine-specific metadata for machines no longer in oe-core

2011-05-05 Thread Richard Purdie
On Wed, 2011-05-04 at 16:21 +0100, Paul Eggleton wrote: On Wednesday 04 May 2011 16:07:17 Gary Thomas wrote: Perhaps it makes sense to always package netbase in ${MACHINE_ARCH} since it almost always will have machine specific data? I'll let someone else comment on this, I don't have a

Re: [OE-core] [poky] [PATCH 3/3] meta-yocto: add pieces removed from oe-core for beagleboard atom-pc

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 13:46 +0200, Koen Kooi wrote: Op 5 mei 2011, om 13:38 heeft Richard Purdie het volgende geschreven: Hi Paul, Great work in doing this, thanks. I was just looking at it with a view to making machine support cleaner and I think there are still things we can likely

Re: [OE-core] [poky] [PATCH 3/3] meta-yocto: add pieces removed from oe-core for beagleboard atom-pc

2011-05-05 Thread Koen Kooi
Op 5 mei 2011, om 14:21 heeft Richard Purdie het volgende geschreven: On Thu, 2011-05-05 at 13:46 +0200, Koen Kooi wrote: Op 5 mei 2011, om 13:38 heeft Richard Purdie het volgende geschreven: Hi Paul, Great work in doing this, thanks. I was just looking at it with a view to making

Re: [OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-05 Thread Bruce Ashfield
On Thu, May 5, 2011 at 7:31 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-05-04 at 11:39 -0400, Bruce Ashfield wrote: On Wed, May 4, 2011 at 10:05 AM, Yu Ke ke...@intel.com wrote: From: Yu Ke ke...@intel.com move the SRCREV from poky-default-revisions.inc to its

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-05 Thread Cui, Dexuan
Richard Purdie wrote: On Mon, 2011-04-18 at 13:43 +0800, Cui, Dexuan wrote: Richard Purdie wrote: On Fri, 2011-04-15 at 23:54 -0700, Saul Wold wrote: @@ -3,12 +3,14 @@ DESCRIPTION = Tool that installs the GNU config.guess / config.sub into a direc SECTION = devel LICENSE = GPLv1+

[OE-core] [PATCH 0/4] Misc sync up changes

2011-05-05 Thread Tom Rini
The following series brings in a few fixups I pushed to openembedded today. In short, in gcc/binutils we were referencing TARGET_SYS in places where we had told configure to mangle things based on TARGET_PREFIX and in the cases where they don't match, it wasn't working. I had also just run into

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

2011-05-05 Thread Tom Rini
When TARGET_PREFIX and TARGET_SYS didn't match up, the symlinks we made were invalid. TARGET_PREFIX is what we use when configuring so it's what we should be using here. This is 05143e9b5d0a42e32ee0dd3c7fde482ff8d63f63 from OE. Signed-off-by: Tom Rini tom_r...@mentor.com ---

[OE-core] [PATCH 3/4] sysstat.inc: Switch to inherit gettext

2011-05-05 Thread Tom Rini
This needs to use both virtual/libnl as well as gettext-native in order to build. So we switch to using inherit gettext. This is 4a022cf3fe3e39aab478bfc13332d358ed80348c from OE where it was tested with qemuarm+angstrom-2010.x+eglibc and qemuarm+minimal-uclibc. Signed-off-by: Tom Rini

[OE-core] [PATCH 4/4] bash.inc: Add bison-native to DEPENDS

2011-05-05 Thread Tom Rini
This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE. Signed-off-by: Tom Rini tom_r...@mentor.com --- meta/recipes-extended/bash/bash.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index

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
Some recipes do not defined EXTRA_OECONF in such cases += drops the --enable|--disable-nls options. In another case where recipe defines EXTRA_OECONF instead of adding/appending to it then --enable|--disable-nls options are lost from EXTRA_OECONF We define EXTRA_OECONF = in bitbake.conf so the

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

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 22:18 +0800, Cui, Dexuan wrote: (Sorry for my delay for the task as I was working on other bugs...) Recently I have been looking into it and I've made some commits (the top 5 small commits) in

[OE-core] [PATCH 06/10] subversion: update upstream status for patches

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../subversion/disable-revision-install.patch |2 ++ .../subversion/subversion/libtool2.patch |2 ++ .../subversion/subversion/neon-detection.patch |2 ++ 3

[OE-core] [PATCH 03/10] patch-2.6.1: update patch upstream status

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../patch/patch-2.6.1/global-reject-file.diff |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/patch/patch-2.6.1/global-reject-file.diff

[OE-core] [PATCH 10/10] binutils: update upstream status of patches

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../binutils/binutils-2.21/110-arm-eabi-conf.patch |2 ++ .../binutils-2.21/binutils-2.19.1-ld-sysroot.patch |2 ++ .../binutils/binutils-2.21/binutils-poison.patch |2 ++

[OE-core] [PATCH 05/10] python-imaging: update upstream status for patches

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../python/python-imaging/path.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/python/python-imaging/path.patch

[OE-core] [PATCH 08/10] sat-solver: fix compilation issue with gcc 4.6.0

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../sat-solver/fix_gcc-4.6.0_compile_issue.patch | 115 meta/recipes-extended/sat-solver/sat-solver_git.bb |5 +- 2 files changed, 119 insertions(+), 1

Re: [OE-core] [PATCH 07/10] linux-yocto_git.bb: Backport upstream fix for gcc 4.6 compilation

2011-05-05 Thread Bruce Ashfield
On Thu, May 5, 2011 at 11:36 PM, Nitin A Kamble nitin.a.kam...@intel.com wrote: From: Khem Raj raj.k...@gmail.com This has already been merged into the kernel tree itself, so can be dropped from this series. Bruce Signed-off-by: Khem Raj raj.k...@gmail.com ---  

[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