All of lore.kernel.org
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/32] Various Fixes, Updates
@ 2011-08-18 20:55 Saul Wold
  2011-08-18 20:55 ` [CONSOLIDATED PULL 01/32] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files Saul Wold
                   ` (32 more replies)
  0 siblings, 33 replies; 51+ messages in thread
From: Saul Wold @ 2011-08-18 20:55 UTC (permalink / raw)
  To: openembedded-core

Richard,

Latest batch of requests, built.  There's a perl-native patch and
a change to make udev an overridable item that might need more thought.

Sau!

The following changes since commit 2e83e6755441cb14bd907d306974338c15173189:

  kernel: restore crtsavres.o to enable building external modules on powerpc (2011-08-17 15:46:16 +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

Adrian Alonso (1):
  file: new file version 5.07

Anders Darander (3):
  qt4: allow a reduction in build time
  qemu: modify search paths for libgl
  scripts/runqemu: modify search paths for libgl

Dongxiao Xu (7):
  busybox: Change ${PN} to ${BPN} in file names
  sysvinit: Change ${PN} to ${BPN} in file names
  curl: Use BPN instead of PN for style like lib${PN}
  ea-acl: Use BPN instead of PN for style like lib${PN}
  attr: Use BPN instead of PN for style like lib${PN}
  acl: Use BPN instead of PN for style like lib${PN}
  procps: Fix lib path to support multilib

Jingdong Lu (1):
  initrdscripts: fix init-live.sh

Joshua Lock (1):
  glib-2.0: explicitly disable dtrace and systemtap for native varaint

Kang Kai (6):
  at: make at usable for common user
  eglibc: check dependencies among eglibc options
  mailx: update license and distro tracking fileds
  slang: add homepage and update distro tracking fields
  alsa-tools: update license and add distro tracking fields
  newt: update distro tracking fields

Khem Raj (4):
  conf,recipes: Redefine LINKER_HASH_STYLE
  gcc-4.6: Use --with-linker-hash-style configure option
  task-core-tools: Use LTTNGUST variable instead of hardcoding
    lttng-ust
  gdb: Add lttng-ust to DEPENDS only for eglibc

Koen Kooi (1):
  tcl: fix networking breakage

Martin Jansa (2):
  task-core-boot: allow distribution to override default dev_manager
    provider with VIRTUAL-RUNTIME_dev_manager
  bluez4: update recipe from meta-oe

Noor Ahsan (1):
  mtd-utils: Added recipe of newer version 1.4.4.

Paul Eggleton (2):
  image.bbclass, kernel.bbclass: create warning file about deleting
    deploydir files
  sanity.bbclass: add optional untested host distro warning

Phil Blundell (2):
  libxkbcommon: new
  libxslt: fix packaging of static libraries

Wenzong Fan (1):
  perl-native: Update find_perl to find the perl wrapper

 meta/classes/image.bbclass                         |    2 +
 meta/classes/kernel.bbclass                        |    2 +
 meta/classes/sanity.bbclass                        |   48 +++++++++++++
 meta/conf/bitbake.conf                             |    4 +-
 meta/conf/distro/include/default-distrovars.inc    |    2 +-
 .../conf/distro/include/distro_tracking_fields.inc |   29 +++++---
 meta/conf/distro/include/tcmode-default.inc        |    6 ++-
 meta/files/deploydir_readme.txt                    |    8 ++
 meta/recipes-connectivity/bluez/bluez4_4.96.bb     |   17 ++---
 meta/recipes-core/busybox/busybox.inc              |   30 ++++----
 meta/recipes-core/busybox/busybox_1.18.4.bb        |    2 +-
 meta/recipes-core/eglibc/eglibc-options.inc        |   75 +++++++++++++++++++-
 meta/recipes-core/glib-2.0/glib.inc                |    2 +-
 meta/recipes-core/initrdscripts/files/init-live.sh |    2 +-
 .../initrdscripts/initramfs-live-boot_1.0.bb       |    2 +-
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb     |   52 +++++++-------
 meta/recipes-core/tasks/task-core-boot.bb          |    5 +-
 meta/recipes-core/tasks/task-core-tools.bb         |    6 +-
 meta/recipes-core/uclibc/uclibc.inc                |    2 +-
 meta/recipes-devtools/file/file/ge-le.patch        |   72 -------------------
 .../file/file/stringb-compat.patch                 |   31 --------
 .../file/{file_5.04.bb => file_5.07.bb}            |    9 +--
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    3 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |   11 +++-
 .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
 .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.4.bb} |   11 ++--
 .../perl/perl-5.12.3/MM_Unix.pm.patch              |   22 ++++++
 meta/recipes-devtools/perl/perl-native_5.12.3.bb   |    5 +-
 meta/recipes-devtools/qemu/qemu.inc                |    2 +-
 meta/recipes-devtools/tcltk/tcl_8.5.9.bb           |    6 +-
 meta/recipes-extended/at/at_3.1.12.bb              |   26 ++------
 meta/recipes-extended/mailx/mailx_12.5.bb          |    4 +-
 .../procps/procps-3.2.8/install.patch              |   29 --------
 meta/recipes-extended/procps/procps.inc            |    3 +-
 meta/recipes-extended/procps/procps_3.2.8.bb       |    8 +-
 meta/recipes-extended/slang/slang_2.2.4.bb         |    3 +-
 .../xorg-lib/libxkbcommon/cross.patch              |   43 +++++++++++
 meta/recipes-graphics/xorg-lib/libxkbcommon_git.bb |   22 ++++++
 .../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb |   11 ++-
 meta/recipes-qt/qt4/qt4.inc                        |   13 ++--
 meta/recipes-support/attr/acl.inc                  |    2 +-
 meta/recipes-support/attr/attr.inc                 |    2 +-
 meta/recipes-support/attr/ea-acl.inc               |    6 +-
 meta/recipes-support/curl/curl_7.21.7.bb           |    8 +-
 meta/recipes-support/libxslt/libxslt_1.1.26.bb     |   15 ++--
 scripts/runqemu                                    |    2 +-
 46 files changed, 380 insertions(+), 285 deletions(-)
 create mode 100644 meta/files/deploydir_readme.txt
 delete mode 100644 meta/recipes-devtools/file/file/ge-le.patch
 delete mode 100644 meta/recipes-devtools/file/file/stringb-compat.patch
 rename meta/recipes-devtools/file/{file_5.04.bb => file_5.07.bb} (79%)
 rename meta/recipes-devtools/mtd/{mtd-utils-1.4.1 => mtd-utils-1.4.4}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
 rename meta/recipes-devtools/mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.4.bb} (76%)
 create mode 100644 meta/recipes-devtools/perl/perl-5.12.3/MM_Unix.pm.patch
 delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/install.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon/cross.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_git.bb

-- 
1.7.6




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

end of thread, other threads:[~2011-08-22  4:35 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-18 20:55 [CONSOLIDATED PULL 00/32] Various Fixes, Updates Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 01/32] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 02/32] sanity.bbclass: add optional untested host distro warning Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 03/32] qt4: allow a reduction in build time Saul Wold
2011-08-19 14:34   ` Richard Purdie
2011-08-18 20:55 ` [CONSOLIDATED PULL 04/32] glib-2.0: explicitly disable dtrace and systemtap for native varaint Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 05/32] tcl: fix networking breakage Saul Wold
2011-08-19 14:31   ` Richard Purdie
2011-08-18 20:55 ` [CONSOLIDATED PULL 06/32] perl-native: Update find_perl to find the perl wrapper Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 07/32] busybox: Change ${PN} to ${BPN} in file names Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 08/32] sysvinit: " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 09/32] qemu: modify search paths for libgl Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 10/32] scripts/runqemu: " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 11/32] mtd-utils: Added recipe of newer version 1.4.4 Saul Wold
2011-08-19 14:28   ` Richard Purdie
2011-08-18 20:55 ` [CONSOLIDATED PULL 12/32] libxkbcommon: new Saul Wold
2011-08-19 14:27   ` Richard Purdie
2011-08-19 14:33     ` Phil Blundell
2011-08-19 14:40       ` Martin Jansa
2011-08-19 16:08         ` Richard Purdie
2011-08-18 20:55 ` [CONSOLIDATED PULL 13/32] libxslt: fix packaging of static libraries Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 14/32] at: make at usable for common user Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE Saul Wold
2011-08-19  9:24   ` Phil Blundell
2011-08-19 14:26     ` Richard Purdie
2011-08-19 15:27       ` Khem Raj
2011-08-19 16:13         ` Richard Purdie
2011-08-19 16:35           ` Khem Raj
2011-08-18 20:55 ` [CONSOLIDATED PULL 16/32] gcc-4.6: Use --with-linker-hash-style configure option Saul Wold
2011-08-19 16:23   ` Phil Blundell
2011-08-19 18:29     ` Khem Raj
2011-08-19 18:55       ` Khem Raj
2011-08-18 20:55 ` [CONSOLIDATED PULL 17/32] task-core-tools: Use LTTNGUST variable instead of hardcoding lttng-ust Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 18/32] gdb: Add lttng-ust to DEPENDS only for eglibc Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 19/32] task-core-boot: allow distribution to override default dev_manager provider with VIRTUAL-RUNTIME_dev_manager Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 20/32] bluez4: update recipe from meta-oe Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 21/32] initrdscripts: fix init-live.sh Saul Wold
2011-08-22  4:30   ` Tom Zanussi
2011-08-18 20:55 ` [CONSOLIDATED PULL 22/32] curl: Use BPN instead of PN for style like lib${PN} Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 23/32] ea-acl: " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 24/32] attr: " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 25/32] acl: " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 26/32] procps: Fix lib path to support multilib Saul Wold
2011-08-19 14:18   ` Richard Purdie
2011-08-18 20:55 ` [CONSOLIDATED PULL 27/32] eglibc: check dependencies among eglibc options Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 28/32] mailx: update license and distro tracking fileds Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 29/32] slang: add homepage and update distro tracking fields Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 30/32] alsa-tools: update license and add " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 31/32] newt: update " Saul Wold
2011-08-18 20:55 ` [CONSOLIDATED PULL 32/32] file: new file version 5.07 Saul Wold
2011-08-19 16:14 ` [CONSOLIDATED PULL 00/32] Various Fixes, Updates Richard Purdie

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.