All of lore.kernel.org
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/20] Kernel and GCC Updates included
@ 2012-03-06 17:03 Saul Wold
  2012-03-06 17:03 ` [CONSOLIDATED PULL 01/20] libsdl: add DirectFB support Saul Wold
                   ` (19 more replies)
  0 siblings, 20 replies; 29+ messages in thread
From: Saul Wold @ 2012-03-06 17:03 UTC (permalink / raw)
  To: openembedded-core

Richard,

This is a set of changes that should go in early for
stabilizition of OE-Core and Poky moving.

I have built with the 4.6.3 GCC and not have seen issues at
this point, so I think this is on the safer side to take 
now.

Sau!
 
The following changes since commit d7b8c247227f3cc82f92292407f548927e9fde78:

  base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:03:41 -0800)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Andreas Oberritter (1):
  libsdl: add DirectFB support

Bruce Ashfield (5):
  linux-yocto: respect FILESPATH directories
  linux-yocto: use bareclone option
  linux-yocto: v3.2.9, v3.0.23 + fixes and updates
  linux-yocto/meta: fix incorrect config references
  linux-yocto/rt: udpate SRCREVs to 3.2.9-rt16

Dongxiao Xu (1):
  multilib: extend all recipes in multilib.conf

James Limbouris (1):
  gdk-pixbuf: Pick up ${NM} from the environment.

Ken Werner (1):
  image_types: add IMAGE_ROOTFS_ALIGNMENT

Khem Raj (1):
  gcc: Upgrade to 4.6.3 release

Koen Kooi (1):
  xz: split out liblzma as seperate packages

Mike Crowe (1):
  valgrind: Support compilation without X11

Otavio Salvador (1):
  image.bbclass: fix rootfs generation without package management tools

Peter Tworek (1):
  psplash: Add mising commands module import.

Robert Yang (1):
  logrotate 3.7.9: Allow rotate log across filesystems

Samuel Stirtzel (1):
  mime.bbclass: Fix bracket error.

Saul Wold (2):
  glib-2.0: Add Upstream Status for nodbus.patch
  polkit: Fix Upstream-Status tag

Zhai Edwin (2):
  self-hosted: Fix multiple libx11 error
  shadow-sysroot: Fix for multilib

 meta/classes/core-image.bbclass                    |    2 -
 meta/classes/image.bbclass                         |    7 +-
 meta/classes/image_types.bbclass                   |   12 +-
 meta/classes/kernel-yocto.bbclass                  |   30 ++-
 meta/classes/mime.bbclass                          |    2 +-
 meta/classes/useradd.bbclass                       |    2 +-
 meta/conf/multilib.conf                            |  313 +++++++++++++++++++-
 meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch   |    2 +
 meta/recipes-core/psplash/psplash_git.bb           |    2 +-
 meta/recipes-core/tasks/task-self-hosted.bb        |    4 +-
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    9 +-
 .../GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch       |   32 +-
 .../gcc/gcc-4.6/gcc-flags-for-build.patch          |   97 ++++---
 .../gcc-4.6/gcc-poison-system-directories.patch    |   80 +++---
 .../gcc/gcc-4.6/gcc-with-linker-hash-style.patch   |   36 ++--
 .../gcc/gcc-4.6/volatile_access_backport.patch     |   28 --
 meta/recipes-devtools/valgrind/valgrind_3.7.0.bb   |    6 +-
 .../allow-across-different-filesystems.patch       |  154 ++++++++++
 meta/recipes-extended/logrotate/logrotate_3.7.9.bb |    5 +-
 ...ession-Set-error-if-we-cannot-find-a-sess.patch |    2 +-
 ...ession-Actually-return-TRUE-if-a-session-.patch |    2 +-
 meta/recipes-extended/xz/xz_5.0.3.bb               |    9 +-
 .../gdk-pixbuf-2.24.0/configure_nm.patch           |   18 ++
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |    3 +-
 meta/recipes-graphics/libsdl/libsdl_1.2.14.bb      |    8 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |   12 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb    |   13 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb  |   10 +-
 meta/recipes-kernel/linux/linux-yocto_2.6.37.bb    |    4 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |   20 +-
 meta/recipes-kernel/linux/linux-yocto_3.2.bb       |   21 +-
 31 files changed, 712 insertions(+), 233 deletions(-)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.6/volatile_access_backport.patch
 create mode 100644 meta/recipes-extended/logrotate/logrotate-3.7.9/allow-across-different-filesystems.patch
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch

-- 
1.7.7.6




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

end of thread, other threads:[~2012-03-08 19:57 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 17:03 [CONSOLIDATED PULL 00/20] Kernel and GCC Updates included Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 01/20] libsdl: add DirectFB support Saul Wold
2012-03-08 19:48   ` Richard Purdie
2012-03-06 17:03 ` [CONSOLIDATED PULL 02/20] self-hosted: Fix multiple libx11 error Saul Wold
2012-03-06 19:42   ` Richard Purdie
2012-03-08 19:45   ` Richard Purdie
2012-03-06 17:03 ` [CONSOLIDATED PULL 03/20] image_types: add IMAGE_ROOTFS_ALIGNMENT Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 04/20] image.bbclass: fix rootfs generation without package management tools Saul Wold
2012-03-06 17:15   ` Otavio Salvador
2012-03-06 17:03 ` [CONSOLIDATED PULL 05/20] linux-yocto: respect FILESPATH directories Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 06/20] linux-yocto: use bareclone option Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 07/20] linux-yocto: v3.2.9, v3.0.23 + fixes and updates Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 08/20] logrotate 3.7.9: Allow rotate log across filesystems Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 09/20] gcc: Upgrade to 4.6.3 release Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 10/20] psplash: Add mising commands module import Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 11/20] linux-yocto/meta: fix incorrect config references Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 12/20] linux-yocto/rt: udpate SRCREVs to 3.2.9-rt16 Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 13/20] multilib: extend all recipes in multilib.conf Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 14/20] shadow-sysroot: Fix for multilib Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 15/20] gdk-pixbuf: Pick up ${NM} from the environment Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 16/20] mime.bbclass: Fix bracket error Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 17/20] xz: split out liblzma as seperate packages Saul Wold
2012-03-06 21:01   ` Andreas Oberritter
2012-03-06 22:00     ` Khem Raj
2012-03-07  5:55     ` Koen Kooi
2012-03-07  9:45   ` Paul Menzel
2012-03-06 17:03 ` [CONSOLIDATED PULL 18/20] valgrind: Support compilation without X11 Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 19/20] glib-2.0: Add Upstream Status for nodbus.patch Saul Wold
2012-03-06 17:03 ` [CONSOLIDATED PULL 20/20] polkit: Fix Upstream-Status tag Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.