From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/19] Community Chest
Date: Mon, 30 Jan 2012 20:13:33 -0800 [thread overview]
Message-ID: <cover.1327980240.git.sgw@linux.intel.com> (raw)
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
next reply other threads:[~2012-01-31 4:21 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-31 4:13 Saul Wold [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1327980240.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.