All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] 14-May Consolidated Pull
@ 2011-05-15  1:32 Saul Wold
  2011-05-15  1:32 ` [PATCH 01/15] libxml-sax-perl: added to create LSB olver test report Saul Wold
                   ` (16 more replies)
  0 siblings, 17 replies; 24+ messages in thread
From: Saul Wold @ 2011-05-15  1:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Eggleton, Kang Kai

From: Saul Wold <sgw@linux.intel.com>

Richard,

Some LSB Fixes from Kang, ARM and MACHINEOVERRIDES tweaks from
Khem, and some glib and defaultsetup changes from Martin.
Along with a QT4 Update from Paul.

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: sgw/stage
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Kang Kai (4):
  libxml-sax-perl: added to create LSB olver test report
  task-core-lsb: add packages into lsb image
  lsbsetup: recreate locale fr_FR
  foomatic-filters: add a link to pass LSB printing test

Khem Raj (4):
  tune-cortexa8.inc: Define variable for controlling FP ABI
  gcc-common.inc: Consider hardfp knob for configuring toolchain
  conf/bitbake.conf: Add MACHINEOVERRIDES variable
  util-linux: inherit pkgconfig

Martin Jansa (3):
  lib/oe/process.py: import from OE
  glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES
  bitbake.conf: move VENDOR variables from bitbake.conf to
    defaultsetup.conf

Nitin A Kamble (1):
  task-core-nfs: fix a bitbake error

Paul Eggleton (3):
  qt4: update from 4.7.2 to 4.7.3
  distro_tracking_fields.inc: update for qt 4.7.3 upgrade
  qt4: split out SQL driver config flags to QT_SQL_DRIVER_FLAGS

 meta/conf/bitbake.conf                             |    7 +--
 meta/conf/distro/defaultsetup.conf                 |    5 +-
 .../conf/distro/include/distro_tracking_fields.inc |   32 ++++----
 meta/conf/machine/include/tune-cortexa8.inc        |   14 +++-
 meta/lib/oe/process.py                             |   74 ++++++++++++++++++++
 meta/recipes-core/glib-2.0/glib.inc                |    4 +-
 meta/recipes-core/tasks/task-core-nfs.bb           |    2 +-
 meta/recipes-core/util-linux/util-linux.inc        |    2 +-
 meta/recipes-devtools/gcc/gcc-common.inc           |   13 +++-
 .../foomatic/foomatic-filters_4.0.7.bb             |    9 ++-
 meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh    |    1 +
 meta/recipes-extended/lsb/lsbsetup_0.9.bb          |    2 +-
 .../perl/libxml-namespacesupport-perl_1.11.bb      |   22 ++++++
 meta/recipes-extended/perl/libxml-sax-perl_0.96.bb |   26 +++++++
 meta/recipes-extended/tasks/task-core-lsb.bb       |    5 +-
 meta/recipes-qt/qt4/{qt-4.7.2.inc => qt-4.7.3.inc} |    5 +-
 .../0001-Added-Openembedded-crossarch-option.patch |    0
 .../recipes-qt/qt4/{qt-4.7.2 => qt-4.7.3}/g++.conf |    0
 .../hack-out-pg2-4.7.0.patch                       |    0
 .../qt4/{qt-4.7.2 => qt-4.7.3}/linux.conf          |    0
 ...qt4-embedded_4.7.2.bb => qt4-embedded_4.7.3.bb} |    2 +-
 ...s-native_4.7.2.bb => qt4-tools-native_4.7.3.bb} |    4 +-
 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.2.bb   |    6 --
 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.3.bb   |    6 ++
 ...qt4-x11-free_4.7.2.bb => qt4-x11-free_4.7.3.bb} |    2 +-
 meta/recipes-qt/qt4/qt4.inc                        |    4 +-
 26 files changed, 197 insertions(+), 50 deletions(-)
 create mode 100644 meta/lib/oe/process.py
 create mode 100644 meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
 create mode 100644 meta/recipes-extended/perl/libxml-sax-perl_0.96.bb
 rename meta/recipes-qt/qt4/{qt-4.7.2.inc => qt-4.7.3.inc} (89%)
 rename meta/recipes-qt/qt4/{qt-4.7.2 => qt-4.7.3}/0001-Added-Openembedded-crossarch-option.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.7.2 => qt-4.7.3}/g++.conf (100%)
 rename meta/recipes-qt/qt4/{qt-4.7.2 => qt-4.7.3}/hack-out-pg2-4.7.0.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.7.2 => qt-4.7.3}/linux.conf (100%)
 rename meta/recipes-qt/qt4/{qt4-embedded_4.7.2.bb => qt4-embedded_4.7.3.bb} (87%)
 rename meta/recipes-qt/qt4/{qt4-tools-native_4.7.2.bb => qt4-tools-native_4.7.3.bb} (61%)
 delete mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.2.bb
 create mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.3.bb
 rename meta/recipes-qt/qt4/{qt4-x11-free_4.7.2.bb => qt4-x11-free_4.7.3.bb} (88%)




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

end of thread, other threads:[~2011-05-16 17:10 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-15  1:32 [PATCH 00/15] 14-May Consolidated Pull Saul Wold
2011-05-15  1:32 ` [PATCH 01/15] libxml-sax-perl: added to create LSB olver test report Saul Wold
2011-05-15  1:32 ` [PATCH 02/15] task-core-lsb: add packages into lsb image Saul Wold
2011-05-15  1:32 ` [PATCH 03/15] lsbsetup: recreate locale fr_FR Saul Wold
2011-05-15  1:32 ` [PATCH 04/15] qt4: update from 4.7.2 to 4.7.3 Saul Wold
2011-05-15  1:32 ` [PATCH 05/15] distro_tracking_fields.inc: update for qt 4.7.3 upgrade Saul Wold
2011-05-15  1:32 ` [PATCH 06/15] qt4: split out SQL driver config flags to QT_SQL_DRIVER_FLAGS Saul Wold
2011-05-15  1:32 ` [PATCH 07/15] lib/oe/process.py: import from OE Saul Wold
2011-05-15  1:32 ` [PATCH 08/15] glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES Saul Wold
2011-05-15  1:32 ` [PATCH 10/15] tune-cortexa8.inc: Define variable for controlling FP ABI Saul Wold
2011-05-15  1:32 ` [PATCH 09/15] bitbake.conf: move VENDOR variables from bitbake.conf to defaultsetup.conf Saul Wold
2011-05-16 14:24   ` Richard Purdie
2011-05-16 16:57     ` Khem Raj
2011-05-15  1:32 ` [PATCH 11/15] gcc-common.inc: Consider hardfp knob for configuring toolchain Saul Wold
2011-05-16 14:44   ` Richard Purdie
2011-05-16 15:21     ` Koen Kooi
2011-05-16 17:06     ` Khem Raj
2011-05-15  1:32 ` [PATCH 12/15] conf/bitbake.conf: Add MACHINEOVERRIDES variable Saul Wold
2011-05-15  1:32 ` [PATCH 14/15] task-core-nfs: fix a bitbake error Saul Wold
2011-05-16 14:26   ` Richard Purdie
2011-05-15  1:32 ` [PATCH 13/15] util-linux: inherit pkgconfig Saul Wold
2011-05-15  1:32 ` [PATCH 15/15] foomatic-filters: add a link to pass LSB printing test Saul Wold
2011-05-15 16:31 ` [PATCH 00/15] 14-May Consolidated Pull Otavio Salvador
2011-05-16 14:34 ` 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.