Openembedded Core Discussions
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/12] Various Fixes
@ 2011-08-14 23:30 Saul Wold
  2011-08-14 23:30 ` [CONSOLIDATED PULL 01/12] bluez4: Added new recipe 4.96 and removed 4.82 version Saul Wold
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Saul Wold @ 2011-08-14 23:30 UTC (permalink / raw)
  To: openembedded-core

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




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

end of thread, other threads:[~2011-08-15 11:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-14 23:30 [CONSOLIDATED PULL 00/12] Various Fixes Saul Wold
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

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