Openembedded Core Discussions
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/19] Community Chest
@ 2012-01-31  4:13 Saul Wold
  2012-01-31  4:13 ` [CONSOLIDATED PULL 01/19] default-providers: add kbd as PREFERRED_PROVIDER for console-tools Saul Wold
                   ` (19 more replies)
  0 siblings, 20 replies; 23+ messages in thread
From: Saul Wold @ 2012-01-31  4:13 UTC (permalink / raw)
  To: openembedded-core

Richard,

Kernel Update from Bruce, they need a meta-yocto change set also.
I pulled the first part of Steve's GNUGP changes, but not the enabling
part since that is getting tweaked still.

Generally the other changes seems ok, autobuilder is still chugging
away on the MUT branch.

Sau!


The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26:

  useradd.bbclass: Fix missing quote (2012-01-27 23:57:33 +0000)

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

Andrea Adami (2):
  image_types.bbclass: refactor cpio images generation.
  tzdata_2011n: provide pkg_postinst and timezone defaults

Bruce Ashfield (3):
  kern-tools: import config audit and branch manipulation updates
  linux-yocto: add kernel 3.2.2 support
  linux-yocto: update to v3.0.18 + features

Eric Bénard (1):
  qt4-tools-nativesdk-4.8.0: fix build

Khem Raj (4):
  gdb-common: Drop elfutils from DEPENDS
  arm/tune: Correct the logic which added thumb-interwork to OVERRIDES
  tunearch/arm: Differentiate between thumb code generation and thumb
    capability
  tune-thumb.inc: Delete

Koen Kooi (3):
  alsa-state: fix RDEPENDS assignment
  alsa-utils: make alsa-utils-alsactl recommend alsa-states
  classes: replace 'Poky' with 'OE-core'

Martin Jansa (1):
  rootfs_ipk: remove runtime_script_required usage

Saul Wold (3):
  default-providers: add kbd as PREFERRED_PROVIDER for console-tools
  gcc-runtime: fix override from poky-lsb to linuxstdbase
  genext2fs: fix inode computation

Steve Sakoman (2):
  libksba: add recipe for 1.2.0
  gnupg: add recipe for 2.0.18

 meta/classes/image_types.bbclass                   |   21 +++++-
 meta/classes/package.bbclass                       |    2 +-
 meta/classes/package_rpm.bbclass                   |   10 ++--
 meta/classes/rootfs_ipk.bbclass                    |    2 +-
 meta/classes/sanity.bbclass                        |    2 +-
 meta/classes/staging.bbclass                       |    2 +-
 meta/classes/toolchain-scripts.bbclass             |    2 +-
 meta/conf/distro/include/default-providers.inc     |    2 +-
 .../conf/machine/include/arm/feature-arm-thumb.inc |   20 +++++--
 meta/conf/machine/include/tune-strongarm1100.inc   |    4 +-
 meta/conf/machine/include/tune-thumb.inc           |   32 ----------
 meta/recipes-bsp/alsa-state/alsa-state.bb          |    5 +-
 meta/recipes-devtools/gcc/gcc-runtime_4.6.bb       |    2 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |    6 +-
 .../genext2fs-1.4.1/fix-nbblocks-cast.patch        |   35 +++++++++++
 meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb |    4 +-
 meta/recipes-extended/tzdata/tzdata_2011n.bb       |   62 ++++++++++++++++++-
 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    8 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb    |   37 ++++++++++++
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |   19 +++---
 meta/recipes-kernel/linux/linux-yocto_3.2.bb       |   41 +++++++++++++
 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |    4 +-
 .../qt4/{files => qt-4.7.4}/configure-lflags.patch |    0
 .../recipes-qt/qt4/qt-4.8.0/configure-lflags.patch |   18 ++++++
 meta/recipes-qt/qt4/qt4-tools-nativesdk.inc        |   10 ++-
 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.4.bb   |    3 +-
 meta/recipes-support/gnupg/gnupg_2.0.18.bb         |   25 ++++++++
 meta/recipes-support/libksba/libksba_1.2.0.bb      |   12 ++++
 29 files changed, 305 insertions(+), 87 deletions(-)
 delete mode 100644 meta/conf/machine/include/tune-thumb.inc
 create mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/fix-nbblocks-cast.patch
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_3.2.bb
 rename meta/recipes-qt/qt4/{files => qt-4.7.4}/configure-lflags.patch (100%)
 create mode 100644 meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
 create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb

-- 
1.7.6.5




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

end of thread, other threads:[~2012-01-31 15:32 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31  4:13 [CONSOLIDATED PULL 00/19] Community Chest Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 01/19] default-providers: add kbd as PREFERRED_PROVIDER for console-tools Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 02/19] gcc-runtime: fix override from poky-lsb to linuxstdbase Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 03/19] rootfs_ipk: remove runtime_script_required usage Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 04/19] image_types.bbclass: refactor cpio images generation Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 05/19] genext2fs: fix inode computation Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 06/19] qt4-tools-nativesdk-4.8.0: fix build Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 07/19] alsa-state: fix RDEPENDS assignment Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 08/19] alsa-utils: make alsa-utils-alsactl recommend alsa-states Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 09/19] classes: replace 'Poky' with 'OE-core' Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 10/19] tzdata_2011n: provide pkg_postinst and timezone defaults Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 11/19] kern-tools: import config audit and branch manipulation updates Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 12/19] linux-yocto: add kernel 3.2.2 support Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 13/19] linux-yocto: update to v3.0.18 + features Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 14/19] gdb-common: Drop elfutils from DEPENDS Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 15/19] arm/tune: Correct the logic which added thumb-interwork to OVERRIDES Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 16/19] tunearch/arm: Differentiate between thumb code generation and thumb capability Saul Wold
2012-01-31 10:48   ` Phil Blundell
2012-01-31 15:24     ` Khem Raj
2012-01-31  4:13 ` [CONSOLIDATED PULL 17/19] tune-thumb.inc: Delete Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 18/19] libksba: add recipe for 1.2.0 Saul Wold
2012-01-31  4:13 ` [CONSOLIDATED PULL 19/19] gnupg: add recipe for 2.0.18 Saul Wold
2012-01-31 11:36 ` [CONSOLIDATED PULL 00/19] Community Chest Otavio Salvador

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