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 fix @ > >> http://git.pokylinux.org/cgit.cgi/poky-contrib/com

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: > This has the same problem It empties out DEPENDS_GETT

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

2011-05-04 Thread Zhai, Edwin
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 fix @ > http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=gzhai/fix2&id=f596757000465a4b8350e16f21553a23b8bbedfa <

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

2011-05-04 Thread Saul Wold
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: This has the same problem It empties out DEPENDS_GETTEXT after they have have already been added to DEPENDS vi

[OE-core] [PATCH 2/3] linux-yocto: safely process unbranched repositories

2011-05-04 Thread Bruce Ashfield
The BSP bootstrap and -dev use cases can be applied against unbranched or repos without meta data. To allow the proper and safe processing of those repositories, slight modifications to the tools are required to pass the branch on the command line (rather than detecting it always) and to only check

[OE-core] [PATCH 3/3] linux-yocto: update SRCREVs

2011-05-04 Thread Bruce Ashfield
Updating the linux-yocto/2.6.37 SRCREVs to pickup: perf tool: Fix gcc 4.6.0 issues 1/1 [ Author: Kyle McMartin Email: k...@mcmartin.ca Subject: perf tool: Fix gcc 4.6.0 issues Date: Thu, 5 May 2011 00:06:01 -0400 commit fb7d0b3cefb80a105f7fd26bbc62e0cbf9192822 upstrea

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-05-04 Thread Bruce Ashfield
Richard/Saul, I've been running with these changes since before ELC, so they've had some good soak time. The first two changes lay the ground for for some 1.1 functionality and are used by recipes in the meta-kernel-dev layer. The changes are transparent to existing recipes. In particular they ar

[OE-core] [PATCH 1/3] linux-yocto: apply meta data to external repos

2011-05-04 Thread Bruce Ashfield
To support quick uprev and testing, it is desireable to build repositories that do not have embedded meta data. In this scenario the meta data can be automatically created or provided externally. This commit supports the first situation by detecting the lack of meta data and then automatically crea

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 DEPENDS via virtclass e.g. when you bu

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 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-04 Thread Yu Ke
on 2011-5-4 23:39, Bruce Ashfield wrote: On Wed, May 4, 2011 at 10:05 AM, Yu Ke wrote: From: Yu Ke move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro can also use its SRCREV. Pull URL: git://git.pokylinux.org/poky-contrib.git Bra

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-nativesdk it will report a d

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

2011-05-04 Thread Yu Ke
on 2011-5-4 22:24, Frans Meulenbroeks wrote: 2011/5/4 Richard Purdie On Wed, 2011-05-04 at 22:05 +0800, Yu Ke wrote: From: Yu Ke move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro can also use its SRCREV. Pull URL: git://git.pok

[OE-core] [PATCH 1/1] yaffs2-utils_cvs: fix the SRCDATE typo

2011-05-04 Thread Yu Ke
From: Yu Ke SRCDAT should be SRCDATE, thanks Frans to point out CC: Frans Meulenbroeks Signed-off-by: Yu Ke --- meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb b/meta/

[OE-core] [PATCH 0/1] fix yaffs2-utils_cvs SRCDATE typo

2011-05-04 Thread Yu Ke
From: Yu Ke Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/typo-fix Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/typo-fix Thanks, Yu Ke --- Yu Ke (1): yaffs2-utils_cvs: fix the SRCDATE typo meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb |

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

2011-05-04 Thread Zhai, Edwin
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 a try. BTW, where is your gl library, including original one

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

2011-05-04 Thread Bruce Ashfield
On Wed, May 4, 2011 at 6:56 PM, Khem Raj wrote: > 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 >> >>> >> >>> I am tr

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 > >>> > >>> I am trying to test this patch > >>> > >>> http://uclibc.org/~kra

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 > > > >I am ok doing that but here > >http://lists.linuxtogo

Re: [OE-core] error: LOOP: udev/ libudev during do_rootfs?

2011-05-04 Thread Leon Woestenberg
OE Build Configuration: BB_VERSION= "1.13.0" METADATA_BRANCH = "master" METADATA_REVISION = "472c04ed1a8715243de0c5430883bc23d60aca19" TARGET_ARCH = "powerpc" TARGET_OS = "linux-gnuspe" MACHINE = "p2020rdb&quo

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

2011-05-04 Thread Frans Meulenbroeks
2011/5/4 Richard Purdie > On Wed, 2011-05-04 at 16:24 +0200, Frans Meulenbroeks wrote: > > Most of the time the SRCREV is before the PV, but not always (and > sometimes > > separated with an empty line and sometimes not). > > Patches welcome... > I know. It was more a hint for future changes. Al

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

2011-05-04 Thread Richard Purdie
On Wed, 2011-05-04 at 16:24 +0200, Frans Meulenbroeks wrote: > Most of the time the SRCREV is before the PV, but not always (and sometimes > separated with an empty line and sometimes not). Patches welcome... > Also there is at least one error introduced: > > diff --git > a/meta/recipes-devtool

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

2011-05-04 Thread Bruce Ashfield
On Wed, May 4, 2011 at 10:05 AM, Yu Ke wrote: > From: Yu Ke > > move the SRCREV from poky-default-revisions.inc to its corresponding recipe, > in this case, those non poky distro can also use its SRCREV. > > Pull URL: git://git.pokylinux.org/poky-contrib.git >  Branch: kyu3/srcrev-recipe >  Brows

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

2011-05-04 Thread Gary Thomas
On 05/04/2011 09:21 AM, 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 hard opinion eithe

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

2011-05-04 Thread Paul Eggleton
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 hard opinion either way. > Also, what about these overrides?

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

2011-05-04 Thread Gary Thomas
On 05/04/2011 08:51 AM, Paul Eggleton wrote: ... diff --git a/meta/recipes-core/netbase/netbase_4.45.bb b/meta/recipes-core/netbase/netbase_4.45.bb index 319afa7..85daa16 100644 --- a/meta/recipes-core/netbase/netbase_4.45.bb +++ b/meta/recipes-core/netbase/netbase_4.45.bb @@ -40,7 +40,7 @@ do

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

2011-05-04 Thread Paul Eggleton
From: Paul Eggleton Signed-off-by: Paul Eggleton --- .../formfactor/formfactor/atom-pc/machconfig |6 ++ .../formfactor/formfactor/beagleboard/machconfig |3 + .../recipes-bsp/formfactor/formfactor_0.0.bbappend |3 + .../recipes-core/tasks/task-core-tools.bbappend|2

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

2011-05-04 Thread Paul Eggleton
From: Paul Eggleton Signed-off-by: Paul Eggleton --- .../openswan/openswan_2.4.7.bb |3 +- meta/recipes-connectivity/dhcp/dhcp3.inc |4 --- meta/recipes-connectivity/dhcp/dhcp4.inc |4 --- meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |

[OE-core] [PATCH 0/3] Remove machine/distro-specific metadata v3 + add some back to meta-yocto

2011-05-04 Thread Paul Eggleton
From: Paul Eggleton Remove overrides & files for machines and distros that are not / no longer in oe-core. Since the second patchset, the patches have been rebased on current Poky master and the atom-pc / beagleboard bits have been added back in via meta-yocto. The other machine-specific items m

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

2011-05-04 Thread Frans Meulenbroeks
2011/5/4 Richard Purdie > On Wed, 2011-05-04 at 22:05 +0800, Yu Ke wrote: > > From: Yu Ke > > > > move the SRCREV from poky-default-revisions.inc to its corresponding > recipe, > > in this case, those non poky distro can also use its SRCREV. > > > > Pull URL: git://git.pokylinux.org/poky-contrib

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

2011-05-04 Thread Richard Purdie
On Wed, 2011-05-04 at 22:05 +0800, Yu Ke wrote: > From: Yu Ke > > move the SRCREV from poky-default-revisions.inc to its corresponding recipe, > in this case, those non poky distro can also use its SRCREV. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: kyu3/srcrev-recipe >

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

2011-05-04 Thread Yu Ke
From: Yu Ke move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro can also use its SRCREV. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/srcrev-recipe Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=k

Re: [OE-core] [PATCH 00/33] Consolidated Pull Request

2011-05-04 Thread Koen Kooi
Op 4 mei 2011, om 09:50 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-05-03 at 16:44 -0700, Saul Wold wrote: >> This has a dependency on your tweaks to gettext.bbclass >> and base.bbclass. Otherwise this set has been well tested. >> It also contains patches that need to backported

Re: [OE-core] [PATCHv2] python: Unbreak Python third-party extensions

2011-05-04 Thread Richard Purdie
On Tue, 2011-05-03 at 18:40 +0200, Michael Lippautz wrote: > This patch fixes compilation/linking of python third-party extensions, i.e. > Extensions that ship with C code. > > Problem: > Python uses distutils(-native) to compile third-party extensions. distutils > uses its own sysconfig module to

Re: [OE-core] [PATCH 00/33] Consolidated Pull Request

2011-05-04 Thread Richard Purdie
On Tue, 2011-05-03 at 16:44 -0700, Saul Wold wrote: > This has a dependency on your tweaks to gettext.bbclass > and base.bbclass. Otherwise this set has been well tested. > It also contains patches that need to backported to bernard. I merged these apart from: > Koen Kooi (1): > git: make it w