Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RC2 PULL 00/13] Prelinker, Kernel and distro tracking
@ 2011-09-15  3:14 Saul Wold
  2011-09-15  3:14 ` [RC2 PULL 01/13] Uprev to latest version of prelink_git, fixing TLS issues Saul Wold
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Saul Wold @ 2011-09-15  3:14 UTC (permalink / raw)
  To: openembedded-core

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 blacklisting of diginotar certs.

This is what was built on the Autobuilder for RC2 with no failures in
the build.

Thanks
	Sau!


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://git.yoctoproject.org/poky-contrib sgw/stage
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/stage

Bruce Ashfield (3):
  linux-yocto: move common tasks to a common location
  linux-yocto: split e100 and e1000 support
  linux-yocto-rt: correct 3.0.3->3.0.4 mismerge for, stop_machine.c

Dexuan Cui (1):
  package_deb.bbclass, populate_sdk_deb.bbclass: fix
    meta-toolchain-gmae build

Dongxiao Xu (1):
  distro_tracking: update package alias

Eric Bénard (1):
  qt4: add blacklist-diginotar-certs patch

Mark Hatle (1):
  Uprev to latest version of prelink_git, fixing TLS issues

Paul Eggleton (1):
  task-core: split into task-core-console and task-core-x11

Saul Wold (1):
  task-core-sdk: change task-core -> task-core-console

Tom Zanussi (2):
  initramfs-live-install: add support for grub2
  grub2: new recipe

Yu Ke (1):
  distro_tracking_field: add distro checking field

Zhai Edwin (1):
  distro-tracking: Update alias

 meta/classes/package_deb.bbclass                   |   10 +--
 meta/classes/populate_sdk_deb.bbclass              |    6 +-
 .../conf/distro/include/distro_tracking_fields.inc |   63 +++++++++++--
 meta/conf/multilib.conf                            |    3 +-
 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 +++++++++
 .../initrdscripts/files/init-install.sh            |   31 +++++--
 .../initrdscripts/initramfs-live-install_1.0.bb    |    8 +-
 meta/recipes-core/tasks/task-core-console.bb       |   28 ++++++
 meta/recipes-core/tasks/task-core-sdk.bb           |    2 +-
 meta/recipes-devtools/prelink/prelink_git.bb       |    4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb |    8 +--
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |   14 +--
 meta/recipes-kernel/linux/linux-yocto.inc          |    5 +
 meta/recipes-kernel/linux/linux-yocto_2.6.37.bb    |   13 +---
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |   10 +--
 .../qt4/files/blacklist-diginotar-certs.diff       |   95 ++++++++++++++++++++
 meta/recipes-qt/qt4/qt-4.7.3.inc                   |    1 +
 meta/recipes-qt/qt4/qt4-embedded.inc               |    2 +-
 meta/recipes-qt/qt4/qt4-native.inc                 |    2 +-
 meta/recipes-qt/qt4/qt4-native_4.7.3.bb            |    2 +
 meta/recipes-qt/qt4/qt4-tools-nativesdk.inc        |    2 +-
 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.3.bb   |    2 +
 meta/recipes-qt/qt4/qt4-x11-free.inc               |    2 +-
 .../tasks/{task-core.bb => task-core-x11.bb}       |   17 +---
 26 files changed, 317 insertions(+), 86 deletions(-)
 create mode 100755 meta/recipes-bsp/grub/grub-1.99/40_custom
 create mode 100644 meta/recipes-bsp/grub/grub-1.99/grub-install.in.patch
 create mode 100644 meta/recipes-bsp/grub/grub_1.99.bb
 create mode 100644 meta/recipes-core/tasks/task-core-console.bb
 create mode 100644 meta/recipes-qt/qt4/files/blacklist-diginotar-certs.diff
 rename meta/recipes-sato/tasks/{task-core.bb => task-core-x11.bb} (79%)

-- 
1.7.6




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-09-15 10:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  3:14 [RC2 PULL 00/13] Prelinker, Kernel and distro tracking Saul Wold
2011-09-15  3:14 ` [RC2 PULL 01/13] Uprev to latest version of prelink_git, fixing TLS issues Saul Wold
2011-09-15  3:14 ` [RC2 PULL 02/13] package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae build Saul Wold
2011-09-15  3:14 ` [RC2 PULL 03/13] qt4: add blacklist-diginotar-certs patch Saul Wold
2011-09-15  3:14 ` [RC2 PULL 04/13] distro_tracking_field: add distro checking field Saul Wold
2011-09-15  3:14 ` [RC2 PULL 05/13] task-core: split into task-core-console and task-core-x11 Saul Wold
2011-09-15  3:14 ` [RC2 PULL 06/13] linux-yocto: move common tasks to a common location Saul Wold
2011-09-15  3:14 ` [RC2 PULL 07/13] linux-yocto: split e100 and e1000 support Saul Wold
2011-09-15  3:14 ` [RC2 PULL 08/13] linux-yocto-rt: correct 3.0.3->3.0.4 mismerge for, stop_machine.c Saul Wold
2011-09-15  3:14 ` [RC2 PULL 09/13] initramfs-live-install: add support for grub2 Saul Wold
2011-09-15  3:14 ` [RC2 PULL 10/13] grub2: new recipe Saul Wold
2011-09-15  3:15 ` [RC2 PULL 11/13] task-core-sdk: change task-core -> task-core-console Saul Wold
2011-09-15  3:15 ` [RC2 PULL 12/13] distro_tracking: update package alias Saul Wold
2011-09-15  3:15 ` [RC2 PULL 13/13] distro-tracking: Update alias Saul Wold
2011-09-15 10:28 ` [RC2 PULL 00/13] Prelinker, Kernel and distro tracking Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox