All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/25] Various Patches
Date: Thu,  5 Jan 2012 23:56:11 -0800	[thread overview]
Message-ID: <cover.1325836241.git.sgw@linux.intel.com> (raw)

Richard,

Here is a set up changes collected during the day and built
on x86 and ARM.

I have done reviewed these and they look OK to me.

As an aside I am testing the update qemuppc config and will
include that before M2 I hope.

Thanks
Sau!

The following changes since commit 4a85312568a6bb052cc511c15b4ae842ff7f8e59:

  image-mklibs/package_ipk: Remove bashisms (2012-01-05 22:26:20 +0000)

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

Andrea Adami (2):
  xorg-driver: add xf86-video-fbdev from meta-openembedded
  x11-common: remove extraneous BSP customizations

Bruce Ashfield (3):
  kern-tools: import flexible branching support
  linux-yocto: bump kernel version to v3.0.14
  linux-yocto: use src_patches for out of tree kernel feature support

Nitin A Kamble (6):
  python-pycairo: fix for x32
  libevent: fix compilation for x32
  vte: update patch header
  automake-1.11.2: backport pkglibexec_SCRIPTS fix
  mc: remove not needed fix for automake 1.11.2
  systemtap: remove not needed fix for automake 1.11.2

Otavio Salvador (8):
  qt4-graphics-system: add
  qt4e.bbclass: add QT_BASE_NAME for use in recipes
  qt4x11.bbclass: add QT_BASE_NAME for use in recipes
  qt4-embedded.inc: use QT_BASE_NAME from qt4e.bbclass
  qt4-x11-free.inc: use QT_BASE_NAME from qt4x11.bbclass
  initscripts: avoid mounting /sys if it is already mounted
  udev: ensure /dev/pts and /dev/shm does exists
  udev: improve udev-cache robustness

Paul Eggleton (4):
  buildhistory: add script to check for significant changes
  classes/buildhistory: add hostname to commit message
  classes/buildhistory: make the package version backwards error
    non-fatal
  classes/buildhistory: remove redundant package history checking stub

Saul Wold (2):
  util-linux: Update patch for non-GPLv3
  gnutls: remove gettext patch for non-GPLv3

 meta/classes/buildhistory.bbclass                  |   16 +-
 meta/classes/kernel-yocto.bbclass                  |   67 ++++++-
 meta/classes/qt4e.bbclass                          |    1 +
 meta/classes/qt4x11.bbclass                        |    1 +
 meta/lib/oe/buildhistory_analysis.py               |  240 ++++++++++++++++++++
 .../initscripts/initscripts-1.0/sysfs.sh           |    4 +-
 meta/recipes-core/initscripts/initscripts_1.0.bb   |    2 +-
 meta/recipes-core/udev/udev.inc                    |   11 +-
 meta/recipes-core/udev/udev/init                   |   23 ++-
 meta/recipes-core/udev/udev/udev-cache             |   20 ++-
 meta/recipes-core/udev/udev/udev-cache.default     |    4 +
 .../util-linux-2.20.1/remove-lscpu.patch           |   94 +-------
 ...utomake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch |  118 ++++++++++
 meta/recipes-devtools/automake/automake_1.11.2.bb  |    5 +-
 .../python/python-pycairo_1.10.0.bb                |    6 +-
 .../mc/files/fix_for_automake_1.11.2.patch         |   69 ------
 meta/recipes-extended/mc/mc_4.8.1.bb               |    3 +-
 .../x11-common/x11-common/etc/X11/Xserver          |   24 --
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 +
 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    8 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |   18 +-
 .../systemtap/fix_for_automake_1.11.2.patch        |   46 ----
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    6 +-
 .../qt4-graphics-system/qt4-graphics-system_1.0.bb |   27 +++
 meta/recipes-qt/qt4/qt4-embedded.inc               |    3 +-
 meta/recipes-qt/qt4/qt4-x11-free.inc               |    3 +-
 meta/recipes-support/gnutls/gnutls_2.12.14.bb      |   13 +-
 .../libevent/libevent-2.0.16_fix_for_x32.patch     |   47 ++++
 meta/recipes-support/libevent/libevent_2.0.16.bb   |    5 +-
 meta/recipes-support/vte/vte/introspection.patch   |    8 +
 scripts/buildhistory-diff                          |   43 ++++
 32 files changed, 656 insertions(+), 289 deletions(-)
 create mode 100644 meta/lib/oe/buildhistory_analysis.py
 create mode 100644 meta/recipes-core/udev/udev/udev-cache.default
 create mode 100644 meta/recipes-devtools/automake/automake/automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch
 delete mode 100644 meta/recipes-extended/mc/files/fix_for_automake_1.11.2.patch
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/fix_for_automake_1.11.2.patch
 create mode 100644 meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
 create mode 100644 meta/recipes-support/libevent/libevent/libevent-2.0.16_fix_for_x32.patch
 create mode 100755 scripts/buildhistory-diff

-- 
1.7.6.4




             reply	other threads:[~2012-01-06  8:04 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06  7:56 Saul Wold [this message]
2012-01-06  7:56 ` [CONSOLIDATED PULL 01/25] util-linux: Update patch for non-GPLv3 Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 02/25] gnutls: remove gettext " Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 03/25] buildhistory: add script to check for significant changes Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 04/25] classes/buildhistory: add hostname to commit message Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 05/25] classes/buildhistory: make the package version backwards error non-fatal Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 06/25] classes/buildhistory: remove redundant package history checking stub Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 07/25] kern-tools: import flexible branching support Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 08/25] linux-yocto: bump kernel version to v3.0.14 Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 09/25] linux-yocto: use src_patches for out of tree kernel feature support Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 10/25] qt4-graphics-system: add Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 11/25] qt4e.bbclass: add QT_BASE_NAME for use in recipes Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 12/25] qt4x11.bbclass: " Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 13/25] qt4-embedded.inc: use QT_BASE_NAME from qt4e.bbclass Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 14/25] qt4-x11-free.inc: use QT_BASE_NAME from qt4x11.bbclass Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 15/25] initscripts: avoid mounting /sys if it is already mounted Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 16/25] udev: ensure /dev/pts and /dev/shm does exists Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 17/25] udev: improve udev-cache robustness Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 18/25] python-pycairo: fix for x32 Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 19/25] libevent: fix compilation " Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 20/25] vte: update patch header Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 21/25] automake-1.11.2: backport pkglibexec_SCRIPTS fix Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 22/25] mc: remove not needed fix for automake 1.11.2 Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 23/25] systemtap: " Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 24/25] xorg-driver: add xf86-video-fbdev from meta-openembedded Saul Wold
2012-01-06  7:56 ` [CONSOLIDATED PULL 25/25] x11-common: remove extraneous BSP customizations Saul Wold
2012-01-06 12:22 ` [CONSOLIDATED PULL 00/25] Various Patches Richard Purdie
2012-01-06 14:40   ` Koen Kooi

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.1325836241.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.