From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/12] Various Fixes
Date: Sun, 14 Aug 2011 16:30:34 -0700 [thread overview]
Message-ID: <cover.1313363644.git.sgw@linux.intel.com> (raw)
Richard,
Please review Lianhao's patch to LDD Scripts, the rest of these
patches seem correct to me.
Sau!
The following changes since commit d126e22f6b3f27196144f87e22b36ebccd6dea65:
rt-tests: use an explicit commit ID (2011-08-12 17:51:18 +0100)
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
Khem Raj (1):
intltool: Use nativeperl binary for PERL instead of 'perl'
Lianhao Lu (4):
utils.bbclass/multilib.class: Added misc supporting functions.
eglibc: Modify ldd script according to multilib config.
image: populate site config files into roootfs.
meta-toolchain/environment: Use site config in rootfs.
Lin Tong (1):
valgrind: supporting on Linux kernel 3.x
Noor Ahsan (1):
bluez4: Added new recipe 4.96 and removed 4.82 version
Phil Blundell (5):
pixman: remove spurious dependency on libx11
libx11: skip self if x11 not in DISTRO_FEATURES
cairo: only use x11 if selected in DISTRO_FEATURES
dbus: only use x11 if DISTRO_FEATURES has selected it
default-distrovars: add x11 to default DISTRO_FEATURES
meta/classes/image.bbclass | 1 +
meta/classes/multilib.bbclass | 7 ++-
meta/classes/populate_sdk.bbclass | 2 +-
meta/classes/siteinfo.bbclass | 4 +-
meta/classes/toolchain-scripts.bbclass | 31 +++++++++--
meta/classes/utils.bbclass | 29 +++++++++++
meta/conf/bitbake.conf | 1 +
meta/conf/distro/include/default-distrovars.inc | 2 +-
meta/conf/multilib.conf | 3 +
.../fix-dfutool-usb-declaration-mismatch.patch | 20 -------
.../bluez/bluez4-4.82/hid2hci_usb_init.patch | 35 -------------
.../bluez/bluez4-4.82/sbc-thumb.patch | 14 -----
.../{bluez4-4.82 => bluez4-4.96}/bluetooth.conf | 0
.../bluez/{bluez4_4.82.bb => bluez4_4.96.bb} | 6 +--
meta/recipes-core/dbus/dbus.inc | 7 ++-
.../eglibc/eglibc-2.13/multilib_readlib.patch | 17 ++++++
meta/recipes-core/eglibc/eglibc-ld.inc | 54 ++++++++++++++++++++
meta/recipes-core/eglibc/eglibc.inc | 1 +
meta/recipes-core/eglibc/eglibc_2.13.bb | 13 ++++-
meta/recipes-core/meta/meta-environment.bb | 6 +--
meta/recipes-core/meta/meta-toolchain.bb | 4 +-
.../intltool/intltool-0.40.6/use-nativeperl.patch | 20 +++++++
meta/recipes-devtools/intltool/intltool.inc | 3 +-
meta/recipes-devtools/intltool/intltool_0.40.6.bb | 9 +++-
.../valgrind-3.6.1/fix_unsupporting_kernel_3.patch | 26 +++++++++
meta/recipes-devtools/valgrind/valgrind_3.6.1.bb | 3 +-
meta/recipes-graphics/cairo/cairo.inc | 5 +-
meta/recipes-graphics/xorg-lib/libx11.inc | 5 ++
meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb | 2 -
29 files changed, 226 insertions(+), 104 deletions(-)
delete mode 100644 meta/recipes-connectivity/bluez/bluez4-4.82/fix-dfutool-usb-declaration-mismatch.patch
delete mode 100644 meta/recipes-connectivity/bluez/bluez4-4.82/hid2hci_usb_init.patch
delete mode 100644 meta/recipes-connectivity/bluez/bluez4-4.82/sbc-thumb.patch
rename meta/recipes-connectivity/bluez/{bluez4-4.82 => bluez4-4.96}/bluetooth.conf (100%)
rename meta/recipes-connectivity/bluez/{bluez4_4.82.bb => bluez4_4.96.bb} (90%)
create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/multilib_readlib.patch
create mode 100644 meta/recipes-core/eglibc/eglibc-ld.inc
create mode 100644 meta/recipes-devtools/intltool/intltool-0.40.6/use-nativeperl.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_unsupporting_kernel_3.patch
--
1.7.6
next reply other threads:[~2011-08-14 23:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-14 23:30 Saul Wold [this message]
2011-08-14 23:30 ` [CONSOLIDATED PULL 01/12] bluez4: Added new recipe 4.96 and removed 4.82 version Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 02/12] valgrind: supporting on Linux kernel 3.x Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 03/12] utils.bbclass/multilib.class: Added misc supporting functions Saul Wold
2011-08-15 11:53 ` Richard Purdie
2011-08-14 23:30 ` [CONSOLIDATED PULL 04/12] eglibc: Modify ldd script according to multilib config Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 05/12] image: populate site config files into roootfs Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 06/12] meta-toolchain/environment: Use site config in rootfs Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 07/12] intltool: Use nativeperl binary for PERL instead of 'perl' Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 08/12] pixman: remove spurious dependency on libx11 Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 09/12] libx11: skip self if x11 not in DISTRO_FEATURES Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 10/12] cairo: only use x11 if selected " Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 11/12] dbus: only use x11 if DISTRO_FEATURES has selected it Saul Wold
2011-08-14 23:30 ` [CONSOLIDATED PULL 12/12] default-distrovars: add x11 to default DISTRO_FEATURES Saul Wold
2011-08-15 11:52 ` [CONSOLIDATED PULL 00/12] Various Fixes Richard Purdie
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.1313363644.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.