All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: "poky@yoctoproject.org" <poky@yoctoproject.org>,
	 "Purdie, Richard" <richard.purdie@intel.com>
Subject: [PULL] Consolidated Pull Request
Date: Thu, 02 Dec 2010 23:51:10 -0800	[thread overview]
Message-ID: <4CF8A16E.6050702@intel.com> (raw)


Richard,

Here is another pull request, this is an attempt to stabilize master, 
there where a number of bad patches that I let in due to poor testing, I 
know you are not wild about reverts, but there here until we can get 
some proper fixes in place.

Some of those fixes may come in overnight from the rest of the distro 
team, but I am trying to get master stable so that we can move forward 
again with regular testing.

So far distro/testing is showing green (other than a random problem in
arm minimal which seems to resolve itself).  I tried a basic world build 
againt x86 and there are a couple of clutter issues (but we knew they 
would be there).

Sau!




Pull URL: git://git.pokylinux.org/poky-contrib.git
   Branch: distro/master
   Browse: 
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/master

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


Adrian Alonso (1):
   librsvg: fix gdk-pixbuf-query-loaders not found in path

Gary Thomas (1):
   Add missing config file - allows builds on PowerPC

Mei Lei (8):
   initscripts:Add a patch of GPLv2 license and its checksum to bb file
   initramfs-live-install:Add license checksum to bb file
   initramfs-boot:Add license checksum to bb file
   initramfs-live-boot:Add license checksum to bb file
   fstests:Add license checksum and update the GPL information
   eee-acpi-scripts:Add license checksum and update the GPL information
   keymaps:Add license checksum and update the GPL information
   modutils-initscripts:Add license checksum to bb file

Saul Wold (4):
   Revert "qemugl: upgrade to git commit
     33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9"
   Revert "gssdp: Disable gobject introspection explicitly"
   Revert "gssdp: Upgrade to version 0.9.0"
   Revert "libnl: upgrade to version 2.0"

Scott Garman (3):
   insserv: upgrade to version 1.14.0
   libatomics-ops: recipe updates, fix build for mips
   distro_tracking_fields.inc: update insserv and libatomics-ops

  .../conf/distro/include/distro_tracking_fields.inc |   19 +-
  .../conf/distro/include/poky-default-revisions.inc |    4 +-
  .../eee-acpi-scripts/eee-acpi-scripts_git.bb       |    4 +-
  meta/recipes-bsp/keymaps/files/GPLv2.patch         |  345 
++++++++++++++++++++
  meta/recipes-bsp/keymaps/keymaps_1.0.bb            |    6 +-
  .../gupnp/{gssdp_0.9.0.bb => gssdp_0.7.1.bb}       |    5 -
  .../initrdscripts/initramfs-boot_1.0.bb            |    2 +-
  .../initrdscripts/initramfs-live-boot_1.0.bb       |    2 +-
  .../initrdscripts/initramfs-live-install_1.0.bb    |    2 +-
  .../initscripts/initscripts-1.0/GPLv2.patch        |  345 
++++++++++++++++++++
  meta/recipes-core/initscripts/initscripts_1.0.bb   |    4 +-
  .../insserv/files/40_segfault_virtprov.dpatch      |   89 -----
  .../insserv/files/42_loopnochangemsg.dpatch        |   20 --
  .../insserv/files/crosscompile_fix.patch           |   22 --
  .../insserv/files/disable_runtests.patch           |   18 +
  meta/recipes-devtools/insserv/files/make.patch     |   58 ----
  meta/recipes-devtools/insserv/files/makefile.patch |   70 ++++
  meta/recipes-devtools/insserv/insserv_1.11.0.bb    |   18 -
  meta/recipes-devtools/insserv/insserv_1.14.0.bb    |   24 ++
  .../gnome/libart-lgpl/powerpc/art_config.h         |   10 +
  meta/recipes-gnome/librsvg/librsvg_2.32.0.bb       |    3 +-
  meta/recipes-graphics/fstests/fstests_svn.bb       |    3 +-
  meta/recipes-kernel/modutils/files/PD.patch        |   12 +
  .../modutils/modutils-initscripts.bb               |    4 +-
  .../gentoo/libatomic_ops-1.2-mips.patch            |  125 +++++++
  .../pulseaudio/libatomics-ops_1.2.bb               |   17 +-
  meta/recipes-support/libnl/libnl/compilefix.patch  |   12 +
  .../libnl/libnl/local-includes.patch               |   11 +
  .../libnl/{libnl_2.0.bb => libnl_1.1.bb}           |   11 +-
  29 files changed, 1025 insertions(+), 240 deletions(-)
  create mode 100644 meta/recipes-bsp/keymaps/files/GPLv2.patch
  rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => 
gssdp_0.7.1.bb} (73%)
  create mode 100644 
meta/recipes-core/initscripts/initscripts-1.0/GPLv2.patch
  delete mode 100644 
meta/recipes-devtools/insserv/files/40_segfault_virtprov.dpatch
  delete mode 100644 
meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch
  delete mode 100644 
meta/recipes-devtools/insserv/files/crosscompile_fix.patch
  create mode 100644 
meta/recipes-devtools/insserv/files/disable_runtests.patch
  delete mode 100644 meta/recipes-devtools/insserv/files/make.patch
  create mode 100644 meta/recipes-devtools/insserv/files/makefile.patch
  delete mode 100644 meta/recipes-devtools/insserv/insserv_1.11.0.bb
  create mode 100644 meta/recipes-devtools/insserv/insserv_1.14.0.bb
  create mode 100644 
meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h
  create mode 100644 meta/recipes-kernel/modutils/files/PD.patch
  create mode 100644 
meta/recipes-multimedia/pulseaudio/libatomics-ops/gentoo/libatomic_ops-1.2-mips.patch
  create mode 100644 meta/recipes-support/libnl/libnl/compilefix.patch
  create mode 100644 meta/recipes-support/libnl/libnl/local-includes.patch
  rename meta/recipes-support/libnl/{libnl_2.0.bb => libnl_1.1.bb} (61%)




             reply	other threads:[~2010-12-03  7:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-03  7:51 Saul Wold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-16 15:50 [PULL] Consolidated pull request Saul Wold
2011-02-16 16:11 ` Richard Purdie
2011-02-09 16:50 [PULL] Consolidated Pull Request Saul Wold
2011-02-10 14:05 ` Richard Purdie
2011-01-31 16:59 Saul Wold
2011-01-27 20:01 Saul Wold
2011-01-27 21:55 ` Richard Purdie
2011-01-12  8:56 [PULL] Consolidated Pull request Saul Wold
2011-01-12 11:15 ` Richard Purdie
2011-01-06  7:25 [PULL] Consolidated Pull Request Saul Wold
2011-01-06 10:07 ` Richard Purdie
2011-01-02 10:34 [PULL]: " Saul Wold
2010-12-30  7:05 Saul Wold
2010-12-30 12:12 ` Richard Purdie
2010-12-02  5:29 [PULL] " Saul Wold
2010-12-02 14:04 ` Richard Purdie

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=4CF8A16E.6050702@intel.com \
    --to=saul.wold@intel.com \
    --cc=poky@yoctoproject.org \
    --cc=richard.purdie@intel.com \
    /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.