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

2011-09-14 Thread Dongxiao Xu
For supporting multilib, architecture information is needed in package require/provide/suggest/recommend fields. Use DEFAULTTUNE value as the postfix. For all arch recipe, it requires all arch recipe with no postfix, but provides all possible multilib archs. For example, qemu-config: Requires:

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

2011-09-14 Thread Dongxiao Xu
Currently MACHINE_ARCH deploy folder is unique in multilib system, thus a lib32 version of rpm package will override a normal rpm package if its PACKAGE_ARCH is ${MACHINE_ARCH}. Take netbase as an example, which the PACKAGE_ARCH = MACHINE_ARCH. Both the normal version of netbase package and the

[OE-core] [PATCH 0/3][RFC v2] rpm: multilib related fixes

2011-09-14 Thread Dongxiao Xu
Hi Richard and Mark, This is the second version of RFC to fix multilib related issue to RPM, includes: 1) Add architecture information in RPM spec file to fix bug 1457. 2) Define override for MACHINE to avoid confliction with normal recipe in deploy folder. 3) Add MULTILIB_IMAGE_INSTALL in the

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 ph...@gnu.org 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.

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 its

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-4.7.4

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

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 tom.zanu...@intel.com 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.

[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

[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 ota...@ossystems.com.br --- .../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

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:

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 based on the existing dependency

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:

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,

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 will

[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

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 e...@eukrea.com 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

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com wrote: On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: On Wed, Sep 14, 2011 at 02:39, Tom Zanussi tom.zanu...@intel.com wrote: / A future patch will factor out the common parts of init_install_2.0.sh with init_install

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 tom.zanu...@intel.com wrote: On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: On Wed, Sep 14, 2011 at 02:39, Tom Zanussi tom.zanu...@intel.com wrote: / A future patch will factor

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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

[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 tom.zanu...@intel.com ---

[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

[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 tom.zanu...@intel.com --- 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

[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 nitin.a.kam...@intel.com 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 nitin.a.kam...@intel.com --- meta/recipes-devtools/cmake/cmake-native_2.8.5.bb |4

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

2011-09-14 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

[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

[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:

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 either

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

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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 

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, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com 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. ... +++

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:

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

[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

[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 tom.zanu...@intel.com ---

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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

[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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +-

[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

[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 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.

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 tom.zanu...@intel.com --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch

[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

[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)

[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 tom.zanu...@intel.com --- 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] [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 tom.zanu...@intel.com ---

[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

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 tom.zanu...@intel.com wrote: This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi tom.zanu...@intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador                             O.S.

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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

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 tom.zanu...@intel.com 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:

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 with

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

2011-09-14 Thread Saul Wold
From: Eric Bénard e...@eukrea.com - 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

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

2011-09-14 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com 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 bruce.ashfi...@windriver.com ---

[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 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 bruce.ashfi...@windriver.com 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

[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 dexuan@intel.com [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

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

[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 paul.eggle...@linux.intel.com [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

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

2011-09-14 Thread Saul Wold
From: Tom Zanussi tom.zanu...@intel.com 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

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

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

[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 s...@linux.intel.com --- 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 ---

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

2011-09-14 Thread Saul Wold
From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- .../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

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

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