Openembedded Core Discussions
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/21]
@ 2011-08-26 19:39 Saul Wold
  2011-08-26 19:39 ` [CONSOLIDATED PULL 01/21] gcc-4.6: Drop gcc-poison-parameters.patch as its not need Saul Wold
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Saul Wold @ 2011-08-26 19:39 UTC (permalink / raw)
  To: openembedded-core

Richard,

A variety of changes

Sau!


The following changes since commit 81aa4bfbde871af1d569b64499c34a315bf6218e:

  classes/sanity: enhance the network connectivity test (2011-08-25 08:49:12 -0700)

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

Bruce Ashfield (1):
  linux-yocto-rt: qemumips: fix boot panic

Dmitry Eremin-Solenikov (1):
  opkg-utils: ignore packages disapperaring filelist generation

Dongxiao Xu (6):
  package.bbclass: Fix recrdeptask of image type recipes
  base-passwd: Use BPN in FILES paths
  bitbake.conf: Use BPN in FILES paths
  multilib.bbclass: Fix renaming logic for "FILES_", "RDEPENDS_", etc
  multilib.bbclass: add "pkg_postinst" and "pkg_postrm" as renaming
    elements
  multilib.bbclass: add renaming for INITSCRIPT related variables

Jessica Zhang (1):
  [YOCTO #1396] Fix adt-installer for consistent naming for powerpc and
    add all arch template for installation

Kang Kai (3):
  bitbake.conf: set includedir_nativesdk
  qt4-tools-nativesdk: remove gcc standard paths
  cmake-nativesdk: remove gcc standard paths

Kumar Gala (2):
  gcc-4.6: Drop gcc-poison-parameters.patch as its not need
  gcc-4.5.1: Drop gcc-poison-parameters.patch, replace with bug fix
    patch

Liming Wang (2):
  script/runqemu: change boot command line for qemuppc
  scripts/runqemu: disable unfs boot mode for qemuppc

Martin Jansa (1):
  eglibc: fix gconv packaging after
    5486cac29db6e67051fff7637a0abc9aeab661e5

Mike Crowe (2):
  kernel.bbclass: support kernel image type of vmlinux.gz
  kernel.bbclass: Find the kernel consistently.

Phil Blundell (1):
  pango: make x11 support conditional on DISTRO_FEATURES

Xiaofeng Yan (1):
  qt4e-demo-image: Fix bug 999

 meta/classes/kernel.bbclass                        |   13 +-
 meta/classes/multilib.bbclass                      |   19 +-
 meta/classes/package.bbclass                       |    2 +-
 meta/conf/bitbake.conf                             |    5 +-
 .../recipes-core/base-passwd/base-passwd_3.5.22.bb |   10 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |    4 +-
 meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    2 +-
 meta/recipes-devtools/cmake/cmake_2.8.5.bb         |    8 +-
 meta/recipes-devtools/gcc/gcc-4.5.1.inc            |    4 +-
 .../gcc/gcc-4.5.1/gcc-poison-parameters.patch      |   85 ------
 meta/recipes-devtools/gcc/gcc-4.5.1/pr44618.patch  |  314 ++++++++++++++++++++
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    3 +-
 .../gcc/gcc-4.6/gcc-poison-parameters.patch        |   76 -----
 .../installer/adt-installer/adt_installer.conf     |   17 +-
 .../adt-installer/scripts/adt_installer_internal   |    2 +-
 .../installer/adt-installer/scripts/data_define    |    2 +-
 .../opkg-utils/index-ignore-filenotfound.patch     |   17 +
 meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb |    2 +-
 meta/recipes-graphics/pango/pango.inc              |   10 +-
 meta/recipes-graphics/pango/pango_1.28.4.bb        |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    4 +-
 meta/recipes-qt/images/qt4e-demo-image.bb          |   19 ++
 meta/recipes-qt/qt4/qt4-tools-nativesdk.inc        |    9 +-
 meta/recipes-qt/tasks/task-qt4e.bb                 |   56 ++++
 scripts/runqemu                                    |    6 +
 scripts/runqemu-internal                           |    4 +-
 27 files changed, 478 insertions(+), 219 deletions(-)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr44618.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.6/gcc-poison-parameters.patch
 create mode 100644 meta/recipes-qt/images/qt4e-demo-image.bb
 create mode 100644 meta/recipes-qt/tasks/task-qt4e.bb

-- 
1.7.6




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

end of thread, other threads:[~2011-08-29 12:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 19:39 [CONSOLIDATED PULL 00/21] Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 01/21] gcc-4.6: Drop gcc-poison-parameters.patch as its not need Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 02/21] gcc-4.5.1: Drop gcc-poison-parameters.patch, replace with bug fix patch Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 03/21] script/runqemu: change boot command line for qemuppc Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 04/21] package.bbclass: Fix recrdeptask of image type recipes Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 05/21] [YOCTO #1396] Fix adt-installer for consistent naming for powerpc and add all arch template for installation Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 06/21] bitbake.conf: set includedir_nativesdk Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 07/21] qt4-tools-nativesdk: remove gcc standard paths Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 08/21] cmake-nativesdk: " Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 09/21] kernel.bbclass: support kernel image type of vmlinux.gz Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 10/21] scripts/runqemu: disable unfs boot mode for qemuppc Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 11/21] linux-yocto-rt: qemumips: fix boot panic Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 12/21] qt4e-demo-image: Fix bug 999 Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 13/21] base-passwd: Use BPN in FILES paths Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 14/21] bitbake.conf: " Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 15/21] multilib.bbclass: Fix renaming logic for "FILES_", "RDEPENDS_", etc Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 16/21] multilib.bbclass: add "pkg_postinst" and "pkg_postrm" as renaming elements Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 17/21] multilib.bbclass: add renaming for INITSCRIPT related variables Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 18/21] eglibc: fix gconv packaging after 5486cac29db6e67051fff7637a0abc9aeab661e5 Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 19/21] opkg-utils: ignore packages disapperaring filelist generation Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 20/21] pango: make x11 support conditional on DISTRO_FEATURES Saul Wold
2011-08-26 19:39 ` [CONSOLIDATED PULL 21/21] kernel.bbclass: Find the kernel consistently Saul Wold
2011-08-29 12:48 ` [CONSOLIDATED PULL 00/21] Richard Purdie

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