[OE-core] [RC2 PULL 10/13] grub2: new recipe

2011-09-14 Thread Saul Wold
From: Tom Zanussi This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 20 + meta/recipes-bsp/grub/grub_1.99.bb

[OE-core] [RC2 PULL 12/13] distro_tracking: update package alias

2011-09-14 Thread Saul Wold
From: Dongxiao Xu Update package alias which exist in other two distributions. Signed-off-by: Dongxiao Xu --- .../conf/distro/include/distro_tracking_fields.inc | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_field

[OE-core] [RC2 PULL 11/13] task-core-sdk: change task-core -> task-core-console

2011-09-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-core-sdk.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index 52fdd75..5743631 100644 --- a/meta/recipes-core/tasks/task-cor

[OE-core] [RC2 PULL 13/13] distro-tracking: Update alias

2011-09-14 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../conf/distro/include/distro_tracking_fields.inc | 28 +++- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.i

[OE-core] [RC2 PULL 09/13] initramfs-live-install: add support for grub2

2011-09-14 Thread Saul Wold
From: Tom Zanussi grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../init

[OE-core] [RC2 PULL 04/13] distro_tracking_field: add distro checking field

2011-09-14 Thread Saul Wold
From: Yu Ke add the missing distro checking field for some recipes Signed-off-by: Yu Ke --- .../conf/distro/include/distro_tracking_fields.inc | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/

[OE-core] [RC2 PULL 02/13] package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae build

2011-09-14 Thread Saul Wold
From: Dexuan Cui [YOCTO #1070] Currently with deb packaging, we have 2 issues when running "bitbake meta-toolchain-gmae". 1) when MACHINE="qemux86", SDKMACHINE="i686", INSTALL_BASEARCH_DEB is "i686", too. This causes the following ERROR: | E: Couldn't find package task-sdk-host-nativesdk NOTE:

[OE-core] [RC2 PULL 01/13] Uprev to latest version of prelink_git, fixing TLS issues

2011-09-14 Thread Saul Wold
From: Mark Hatle [YOCTO #1473] >From the upstream cross prelink respository: Fix printf typecast problem Without this fix the printed TLS(...) information is incorrect, which causes the core prelinker code to incorrectly prelink. This bug triggers primarily on x86 (32-bit) hos

[OE-core] [RC2 PULL 07/13] linux-yocto: split e100 and e1000 support

2011-09-14 Thread Saul Wold
From: Bruce Ashfield Merging the following meta changes: 12574e5 meta: create seperate feature for 10/100 LAN support c8b37bf meta: Remove 10/100 LAN support. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0

[OE-core] [RC2 PULL 00/13] Prelinker, Kernel and distro tracking

2011-09-14 Thread Saul Wold
Richard, Please pull this first before pulling any other changes, so that we can tag / branch this for RC2. These changes are all reviewed. There is a kernel update, deb packaging fix, prelinker and distro tracking updates. I also included Paul's core-console change, Tom's Grub2 move and the

[OE-core] [RC2 PULL 06/13] linux-yocto: move common tasks to a common location

2011-09-14 Thread Saul Wold
From: Bruce Ashfield During the initial development of the linux-yocto recipes there were several additional tasks that needed to be run in any inheriting recipe. At that time, they didn't seem to fire if they were in the include file versus the recipes themselves. As it turns out, these tasks do

[OE-core] [RC2 PULL 08/13] linux-yocto-rt: correct 3.0.3->3.0.4 mismerge for, stop_machine.c

2011-09-14 Thread Saul Wold
From: Bruce Ashfield Merging the following commit for the -rt machines: [ preempt-rt/base: correct 3.0.3->3.0.4 mismerge for, stop_machine.c Commit 0b805cce57f61a244eb3b8fce460b14f1be442b3 dropped a change making stop_cpus_mutex non-static, resulting in a build failure for 3.0.4-rt

[OE-core] [RC2 PULL 05/13] task-core: split into task-core-console and task-core-x11

2011-09-14 Thread Saul Wold
From: Paul Eggleton [YOCTO #1481] Since tasks are referred to almost exclusively via RDEPENDS, and bitbake will build an entire task recipe when only one of its task packages are actually needed, building a console-only image that uses task-core-apps-console (or less directly, has apps-console i

[OE-core] [RC2 PULL 03/13] qt4: add blacklist-diginotar-certs patch

2011-09-14 Thread Saul Wold
From: Eric Bénard - this patch comes from Nokia and blacklist all DigiNotar intermediates and root certificates, more details are available here : http://labs.qt.nokia.com/2011/09/07/what-the-diginotar-security-breach-means-for-qt-users-continued/ Signed-off-by: Eric Bénard --- .../qt4/files/b

Re: [OE-core] Problem with new image-prelink

2011-09-14 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Mark Hatle > Sent: Wednesday, 14 September 2011 10:30 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Problem w

[OE-core] [PATCH 1/1] sanity: disable mirrors for connectivity check

2011-09-14 Thread Joshua Lock
It's difficult to test a range of fetchers when using mirrors, therefore create a throwaway copy of the datastore and delete the MIRROR and PREMIRROR variables to ensure they aren't used in the connectivity check. Signed-off-by: Joshua Lock --- meta/classes/sanity.bbclass |8 ++-- 1 fi

[OE-core] [PATCH 0/1] Disable mirrors for connectivity checks

2011-09-14 Thread Joshua Lock
I realised today that we are using mirrors when running the network connectivity checks. This could significantly reduce the utility of this sanity check. The single patch in this series rectifies the issue. Regards, Joshua The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419d

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2 [v4]

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 15:50, Tom Zanussi wrote: > Thanks for taking the time to review and ack these... You're welcome. I am sorry by being so boring ;-) Thanks by accepting the suggestions :-D -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2 [v4]

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 11:49 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote: > > This patchset adds a new recipe for grub2 and an accompanying > > changes to initramfs-live-install. > > > > It's been preliminarily boot-tested with the meta-intel BSPs emenlow, > > a

Re: [OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote: > grub2 needs a different set of install steps from grub 0.97.  This > adds them to init-install.sh and adds an install-time check that > determines which version is being used and which steps to use > depending on the version of grub selected. > >

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2 [v4]

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote: > This patchset adds a new recipe for grub2 and an accompanying > changes to initramfs-live-install. > > It's been preliminarily boot-tested with the meta-intel BSPs emenlow, > and the legacy version (grub-0.97) was also tested with emenlow. ... A

Re: [OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote: > This adds the grub-1.98 from meta-intel while upgrading it to 1.99. > > Signed-off-by: Tom Zanussi Acked-by: Otavio Salvador -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.co

[OE-core] [PATCH 0/2] Add new recipes for grub2 [v4]

2011-09-14 Thread Tom Zanussi
This patchset adds a new recipe for grub2 and an accompanying changes to initramfs-live-install. It's been preliminarily boot-tested with the meta-intel BSPs emenlow, and the legacy version (grub-0.97) was also tested with emenlow. v4 changes: Suggestions from Otavio Salvador and Saul Wold to ad

[OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../initrdscripts/files/init

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 20 + meta/recipes-bsp/grub/grub_1.99.bb | 44 ++

Re: [OE-core] [PATCH 1/1] task-core: split into task-core-console and task-core-x11

2011-09-14 Thread Joshua Lock
On Wed, 2011-09-14 at 19:13 +0100, Paul Eggleton wrote: > [YOCTO #1481] > > Since tasks are referred to almost exclusively via RDEPENDS, and bitbake > will build an entire task recipe when only one of its task packages are > actually needed, building a console-only image that uses > task-core-apps

[OE-core] [PATCH 0/1] Split task-core to reduce build time v2

2011-09-14 Thread Paul Eggleton
This patch makes a significant reduction in the build time for console-only images that use task-core-apps-console (from ~4000 down to ~2700 in my tests) by avoiding building X11 applications unnecessarily. Since v1, add bug reference and update copyright notices. The following changes since com

[OE-core] [PATCH 1/1] task-core: split into task-core-console and task-core-x11

2011-09-14 Thread Paul Eggleton
[YOCTO #1481] Since tasks are referred to almost exclusively via RDEPENDS, and bitbake will build an entire task recipe when only one of its task packages are actually needed, building a console-only image that uses task-core-apps-console (or less directly, has apps-console in its IMAGE_FEATURES)

Re: [OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Saul Wold
On Wed, 2011-09-14 at 13:01 -0500, Tom Zanussi wrote: > This adds the grub-1.98 from meta-intel while upgrading it to 1.99. > > Signed-off-by: Tom Zanussi > --- > meta/recipes-bsp/grub/grub-1.99/40_custom |9 > .../grub/grub-1.99/grub-install.in.patch | 15 +++ >

[OE-core] [PATCH 3/3] linux-yocto-rt: correct 3.0.3->3.0.4 mismerge for, stop_machine.c

2011-09-14 Thread Bruce Ashfield
Merging the following commit for the -rt machines: [ preempt-rt/base: correct 3.0.3->3.0.4 mismerge for, stop_machine.c Commit 0b805cce57f61a244eb3b8fce460b14f1be442b3 dropped a change making stop_cpus_mutex non-static, resulting in a build failure for 3.0.4-rt kernels. Resto

[OE-core] [PATCH 1/3] linux-yocto: move common tasks to a common location

2011-09-14 Thread Bruce Ashfield
During the initial development of the linux-yocto recipes there were several additional tasks that needed to be run in any inheriting recipe. At that time, they didn't seem to fire if they were in the include file versus the recipes themselves. As it turns out, these tasks do work fine if placed in

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

2011-09-14 Thread Bruce Ashfield
Richard/Saul, Here's a series of changes I've had locally since last week. The two kernel only ones are simple enough. - a configuration split to clean our x86 BSPs - a build fix for rt The net result of the cleanup is zero, since the configs are the same, so there's no reason not to do it.

[OE-core] [PATCH 2/3] linux-yocto: split e100 and e1000 support

2011-09-14 Thread Bruce Ashfield
Merging the following meta changes: 12574e5 meta: create seperate feature for 10/100 LAN support c8b37bf meta: Remove 10/100 LAN support. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 fil

Re: [OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 15:01, Tom Zanussi wrote: > grub2 needs a different set of install steps from grub 0.97.  This > adds them to init-install.sh and adds an install-time check that > determines which version is being used and which steps to use > depending on the version of grub selected. > >

Re: [OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 15:01, Tom Zanussi wrote: > +++ b/meta/recipes-bsp/grub/grub-1.99/grub-install.in.patch > @@ -0,0 +1,15 @@ > +Upstream-Status: Inappropriate [embedded specific] > + > +Index: grub-1.99/util/grub-install.in > +=

[OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../initrdscripts/files/init

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 15 +++ meta/recipes-bsp/grub/grub_1.99.bb | 44

[OE-core] [PATCH 0/2] Add new recipes for grub2 [v3]

2011-09-14 Thread Tom Zanussi
This patchset adds a new recipe for grub2 and an accompanying changes to initramfs-live-install. It's been preliminarily boot-tested with the meta-intel BSPs emenlow, and the legacy version (grub-0.97) was also tested with emenlow. v3 changes: Suggestions from Otavio Salvador to update copyright

Re: [OE-core] [PATCH 0/1] Split task-core to reduce build time

2011-09-14 Thread Paul Eggleton
Oops, missed something... ignore this, v2 on its way. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op

Re: [OE-core] [PATCH 0/1] Update to latest prelinker -- fix arm and x86 issues

2011-09-14 Thread Zhang, Jessica
Bug 1482 filed for it. - Jessica -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Saul Wold Sent: Wednesday, September 14, 2011 10:04 AM To: openembedded-core@lists.openembedded.org Subject: R

Re: [OE-core] [PATCH 1/1] cmake-native: fix symbol not found error on old distros

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 07:13, wrote: > From: Nitin A Kamble > > more information in the patch file Please put the information on the commit log since people shouldn't need to look into the patch file to gather it. ... > +++ b/meta/recipes-devtools/cmake/cmake/fix_for_running_on_older_distros.d

Re: [OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 13:12, Tom Zanussi wrote: ... >  .../grub/grub-1.99/grub-install.in.patch           |   13 ++ ... This needs header addition to be OK for merging. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br

Re: [OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 13:12, Tom Zanussi wrote: ... > --- a/meta/recipes-core/initrdscripts/files/init-install.sh > +++ b/meta/recipes-core/initrdscripts/files/init-install.sh > @@ -1,6 +1,6 @@ >  #!/bin/sh -e >  # > -# Copyright (C) 2008 Intel > +# Copyright (C) 2011 Intel This ought to be 200

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-14 Thread Koen Kooi
Op 14 sep 2011, om 15:09 heeft Eric Bénard het volgende geschreven: Hi, Le 14/09/2011 13:11, Koen Kooi a écrit : Could you please give us an heads-up when this is going in, since it needs matching commits to meta-oe and meta-angstrom as well to keep the .bbappends working. If we don't su

Re: [OE-core] [PATCH 0/1] Update to latest prelinker -- fix arm and x86 issues

2011-09-14 Thread Saul Wold
On Tue, 2011-09-13 at 19:52 -0500, Mark Hatle wrote: > This fixes yocto bugzilla bug 1473. It addresses an issue where a typecast > wasn't being specified and the compiler was doing the wrong thing in a > printf. > > The symbols of the previous failure were, on a 32-bit IA32 host, targeting > ei

[OE-core] [PATCH 1/1] task-core: split into task-core-console and task-core-x11

2011-09-14 Thread Paul Eggleton
Since tasks are referred to almost exclusively via RDEPENDS, and bitbake will build an entire task recipe when only one of its task packages are actually needed, building a console-only image that uses task-core-apps-console (or less directly, has apps-console in its IMAGE_FEATURES) will cause a bu

[OE-core] [PATCH 0/1] Split task-core to reduce build time

2011-09-14 Thread Paul Eggleton
This patch makes a significant reduction in the build time for console-only images that use task-core-apps-console (from ~4000 down to ~2700 in my tests) by avoiding building X11 applications unnecessarily. The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419dc11: core-image-

[OE-core] [PATCH 0/1] bug-fix for bug #1459

2011-09-14 Thread nitin . a . kamble
From: Nitin A Kamble The reported issue gets fixed by the accompanying commit. If the cmake is built on fedora 15 it also gets one extra symbol memcpy@@GLIBC_2.14. I tried various ways to get rid of this symbol from resulting binaries, but I could not get rid of it completely, Hence I did no

[OE-core] [PATCH 1/1] cmake-native: fix symbol not found error on old distros

2011-09-14 Thread nitin . a . kamble
From: Nitin A Kamble more information in the patch file This also adds dependency on the build system to have libstdc++-static package being installed. Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/cmake/cmake-native_2.8.5.bb |4 ++- .../cmake/fix_for_running_on_older_distros.d

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 13 ++ meta/recipes-bsp/grub/grub_1.99.bb | 44 +

[OE-core] [PATCH 0/2] Add new recipes for grub2 [v2]

2011-09-14 Thread Tom Zanussi
This patchset adds a new recipe for grub2 and an accompanying changes to initramfs-live-install. It's been preliminarily boot-tested with the meta-intel BSPs emenlow, and the legacy version (grub-0.97) was also tested with emenlow. v2 changes: Suggestions from Otavio Salvator to remove any distr

[OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../initrdscripts/files/init

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 09:05 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 13:01, Tom Zanussi wrote: > > Well, my new version handles both grub 0.97 and grub2. We need to keep > > grub 0.97 around because grub2 is GPLv3. > > Sure; fully agree on that but we can get rid of two different

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 13:01, Tom Zanussi wrote: > Well, my new version handles both grub 0.97 and grub2.  We need to keep > grub 0.97 around because grub2 is GPLv3. Sure; fully agree on that but we can get rid of two different scripts and avoid duplicated maintainence work :-) -- Otavio Salva

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 08:55 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 12:45, Tom Zanussi wrote: > > On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: > >> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > >> /> A future patch will factor out the common parts of init_instal

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 12:45, Tom Zanussi wrote: > On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: >> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: >> /> A future patch will factor out the common parts of init_install_2.0.sh >> > with init_install 1.0 - this initial patchset essent

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > /> A future patch will factor out the common parts of init_install_2.0.sh > > with init_install 1.0 - this initial patchset essentially just fixes > > what's necessary for YOCTO bug #142

Re: [OE-core] [PATCH 2/2] initramfs-live-install: add a version for use with grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 05:29 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > > grub2 uses a completely different set of install steps. These are > > contained in a 2.0 version of init-install.sh, which is tied to grub2 > > (1.98) and a 2.0 version of the initram

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 10:09, Eric Bénard wrote: > I sent patches to update meta-oe, meta-angstrom & meta-intel : did you get > them ? The md5sum of the tarball doesn't match. GNUtoo is aware of the issue. Please hold the patch merging until a new patchset is send with the fixes md5sum hashes.

[OE-core] [PATCH 1/1] package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae build

2011-09-14 Thread Dexuan Cui
[YOCTO #1070] Currently with deb packaging, we have 2 issues when running "bitbake meta-toolchain-gmae". 1) when MACHINE="qemux86", SDKMACHINE="i686", INSTALL_BASEARCH_DEB is "i686", too. This causes the following ERROR: | E: Couldn't find package task-sdk-host-nativesdk NOTE: package meta-toolch

[OE-core] [PATCH 0/1] a new patch to bug 1070

2011-09-14 Thread Dexuan Cui
The following changes since commit 372fffc4e289f88388de55665b1c5d766b956b37: dpkg: fix pkg_postinst_dpkg, don't supply {bindir}/update-alternatives (2011-09-13 21:08:37 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/deb http://git.pokylinux.org/cgi

Re: [OE-core] [PATCH 2/3] rootfs_rpm: Use specific MACHINE_ARCH for multilib recipes

2011-09-14 Thread Mark Hatle
This looks fine. The do_archgen() function within the libzypp_git.bb will need to be updated to look for the multilib machine type as well. --Mark On 9/14/11 1:08 AM, Dongxiao Xu wrote: > Currently MACHINE_ARCH deploy folder is unique in multilib system, thus > a lib32 version of rpm package wil

Re: [OE-core] [PATCH 1/3] package_rpm: add architecture info in rpm spec file

2011-09-14 Thread Mark Hatle
I still don't think this is what we want. Let me look into the library issues that you mentioned in the other thread and I'll see if we can deal with it that way. (Note, we may need to use something like this in non-RPM cases.. but I'm not sure about that either.) --Mark On 9/14/11 1:08 AM, Do

Re: [OE-core] [PATCH 2/3] rpm: add multilib prefix for archs under deploy/rpm

2011-09-14 Thread Mark Hatle
On 9/13/11 9:56 PM, Xu, Dongxiao wrote: > Hi Mark, > >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Mark Hatle >> Sent: Tuesday, September 13, 2011 11:24 PM >> To: openembedded-cor

Re: [OE-core] [PATCH 1/3] package_rpm: add architecture info in rpm spec file

2011-09-14 Thread Mark Hatle
On 9/13/11 8:03 PM, Xu, Dongxiao wrote: > Hi Mark, > ...trimming the thread a bit... >> This patch is incorrect. Architectural information should not be >> in the dependencies within RPM packages. >> >> RPM is expected to find the proper version of a package to install >> ba

Re: [OE-core] Problem with new image-prelink

2011-09-14 Thread Mark Hatle
On 9/13/11 8:33 PM, James Limbouris wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Mark Hatle >> Sent: Wednesday, 14 September 2011 8:52 AM >> To: openembedded-core@lists.ope

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-14 Thread Eric Bénard
Hi, Le 14/09/2011 13:11, Koen Kooi a écrit : Could you please give us an heads-up when this is going in, since it needs matching commits to meta-oe and meta-angstrom as well to keep the .bbappends working. If we don't succeed in merging the bbappend changes into oe-core we should consider br

[OE-core] [PATCH 3/3] xserver-xf86-lite.inc: use ${datadir} instead of /usr/share

2011-09-14 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xf86-lite.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc index 7150a2a..54470

[OE-core] [PATCH 1/3] xserver-xf86-common.inc: use ${datadir} instead of /usr/share

2011-09-14 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xf86-common.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc index b1a0f08..0

[OE-core] [PATCH 2/3] xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share

2011-09-14 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xf86-dri-lite.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc index db2d12

[OE-core] [PATCH 0/3] Small fixes for xserver-xf86 inc files

2011-09-14 Thread Otavio Salvador
The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419dc11: core-image-minimal: Add missing POKY_EXTRA_IMAGE variable (2011-09-14 01:27:08 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/mas

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: /> A future patch will factor out the common parts of init_install_2.0.sh > with init_install 1.0 - this initial patchset essentially just fixes > what's necessary for YOCTO bug #1428 in order to get things working again. Wouldn't be better to dro

Re: [OE-core] [PATCH 2/2] initramfs-live-install: add a version for use with grub2

2011-09-14 Thread Otavio Salvador
On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > grub2 uses a completely different set of install steps.  These are > contained in a 2.0 version of init-install.sh, which is tied to grub2 > (1.98) and a 2.0 version of the initramfs-live-install recipe. Please avoid Poky, OE-Core and like while

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-14 Thread Koen Kooi
Op 12 sep. 2011, om 12:34 heeft Paul Eggleton het volgende geschreven: > On Sunday 11 September 2011 18:33:35 Eric Bénard wrote: >> - 4.7.4 was release on the 1st of september, the changelog is available >> here : >> http://qt.gitorious.org/+qt-developers/qt/releases/blobs/v4.7.4/dist/chang >> es

Re: [OE-core] [RFC] Klibc

2011-09-14 Thread Andrea Adami
On Fri, Sep 9, 2011 at 11:27 AM, Andrea Adami wrote: > Hello, > > we have the latest klibc release in the meta-openembedded layer. > > Awaiting an imminent klibc_2.0 release, I'd be grateful if someone could > review and possibly test the recipes [1] > which happen to build and package apaprently

Re: [OE-core] [RFC] Suggestion of minor change to patch submission policy re: long descriptions in commit headers

2011-09-14 Thread Phil Blundell
On Tue, 2011-09-13 at 17:46 -0700, Joshua Lock wrote: > Whilst I intend to rectify the latter I'd like to propose we change the > former such that the defect information is at the end of the commit > message. > > I believe this is more suitable for the project because the defect > information and

Re: [OE-core] [PATCH] pango: use qemu to generate pango.modules during rootfs construction

2011-09-14 Thread Phil Blundell
On Tue, 2011-09-13 at 15:33 -0300, Otavio Salvador wrote: > On Tue, Sep 13, 2011 at 14:25, Phil Blundell wrote: > > Do you know how long it's likely to be before this release is complete > > and the tree is re-opened for development? I'm a bit unclear what the > > process is for that. > > Maybe