All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/21] C-Pull
Date: Wed, 10 Sep 2014 14:49:08 +0100	[thread overview]
Message-ID: <cover.1410356905.git.ross.burton@intel.com> (raw)

Hi,

Misc patches, kernel-dev upgrade, QA support for automated ptest execution.

The initial full nightly autobuilder run failed dramatically due to valgrind
failing to configure. This is now fixed, and verified with a run of
nightly-x86-64.

Ross

The following changes since commit 0d3c79524c95a7ab3b87c9dcb49746746900a18a:

  glibc: Incremental bump to 2.20 release branch (2014-09-10 11:33:26 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ross/mut-next

for you to fetch changes up to 0975ff62201ae6745fdf2e2e5a62c8157a73669e:

  nspr: Upgrade to 4.10.7 (2014-09-10 11:47:20 +0100)

----------------------------------------------------------------
Bruce Ashfield (7):
      linux-yocto/3.10: baytrail i/o updates
      lttng-modules: fix compilation for 3.17-rcX
      perf: fix v3.17 powerpc compilation issues
      linux-yocto: introduce v3.17
      linux-yocto/3.10: update valleyisland-io merge branch
      linux-yocto/3.14: configuration updates and feature merges.
      linux-yocto-dev: bump to v3.17+

Carlos Rafael Giani (1):
      kernel.bbclass: handle .dsp firmware

Chen Qi (1):
      bitbake.conf: use ??= for IMAGE_ROOTFS_SIZE

Jackie Huang (1):
      packagegroup-self-hosted: move graphics packages to graphics group

Lucian Musat (3):
      oeqa: Added package installer to oetest to aid in future automatic install of packages
      oeqa/utils/logparser.py: results based log parser utility
      oeqa/runtime: Automatic test for ptest

Otavio Salvador (1):
      packagegroup.bbclass: Use immediate expanded PACKAGE_ARCH value

Paul Eggleton (1):
      classes/buildhistory: fix for sstate class change

Ross Burton (4):
      e2fsprogs: remove chmod
      e2fsprogs: enable verbose build
      e2fsprogs: remove manual build of util/subst
      e2fsprogs: update acinclude.m4

Saul Wold (1):
      nspr: Upgrade to 4.10.7

Sona Sarmadi (1):
      pcihp: fix possible array out of bounds, CVE-2014-5388

 meta/classes/buildhistory.bbclass                  |    2 +-
 meta/classes/kernel.bbclass                        |    1 +
 meta/classes/packagegroup.bbclass                  |    8 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/lib/oeqa/oetest.py                            |    7 ++
 meta/lib/oeqa/runtime/_ptest.py                    |  124 +++++++++++++++++++
 meta/lib/oeqa/utils/logparser.py                   |  125 +++++++++++++++++++
 .../packagegroups/packagegroup-self-hosted.bb      |   10 +-
 .../e2fsprogs/e2fsprogs/acinclude.m4               |   53 +++++++-
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |    7 +-
 ...1-Back-porting-security-fix-CVE-2014-5388.patch |   30 +++++
 meta/recipes-devtools/qemu/qemu_2.1.0.bb           |    1 +
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |    4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |    4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb |   21 ++++
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   16 +--
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      |   16 +--
 meta/recipes-kernel/linux/linux-yocto_3.17.bb      |   37 ++++++
 ...probes-should-calculate-alignment-and-eve.patch |  130 ++++++++++++++++++++
 ...e-kvm-instrumentation-compile-on-3.17-rc1.patch |   46 +++++++
 .../Update-statedump-to-3.17-nsproxy-locking.patch |   70 +++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb   |    3 +
 meta/recipes-kernel/perf/perf.bb                   |    5 +
 .../nspr/nspr/fix-build-on-x86_64.patch            |   31 ++---
 .../nspr/remove-srcdir-from-configure-in.patch     |   19 +++
 .../nspr/nspr/trickly-fix-build-on-x86_64.patch    |   62 ----------
 .../nspr/{nspr_4.10.3.bb => nspr_4.10.7.bb}        |   13 +-
 30 files changed, 730 insertions(+), 131 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/_ptest.py
 create mode 100644 meta/lib/oeqa/utils/logparser.py
 create mode 100644 meta/recipes-devtools/qemu/files/0001-Back-porting-security-fix-CVE-2014-5388.patch
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_3.17.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-kvm-instrumentation-compile-on-3.17-rc1.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-statedump-to-3.17-nsproxy-locking.patch
 create mode 100644 meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/trickly-fix-build-on-x86_64.patch
 rename meta/recipes-support/nspr/{nspr_4.10.3.bb => nspr_4.10.7.bb} (91%)

Bruce Ashfield (7):
  linux-yocto/3.10: baytrail i/o updates
  lttng-modules: fix compilation for 3.17-rcX
  perf: fix v3.17 powerpc compilation issues
  linux-yocto: introduce v3.17
  linux-yocto/3.10: update valleyisland-io merge branch
  linux-yocto/3.14: configuration updates and feature merges.
  linux-yocto-dev: bump to v3.17+

Carlos Rafael Giani (1):
  kernel.bbclass: handle .dsp firmware

Chen Qi (1):
  bitbake.conf: use ??= for IMAGE_ROOTFS_SIZE

Jackie Huang (1):
  packagegroup-self-hosted: move graphics packages to graphics group

Lucian Musat (3):
  oeqa: Added package installer to oetest to aid in future automatic
    install of packages
  oeqa/utils/logparser.py: results based log parser utility
  oeqa/runtime: Automatic test for ptest

Otavio Salvador (1):
  packagegroup.bbclass: Use immediate expanded PACKAGE_ARCH value

Paul Eggleton (1):
  classes/buildhistory: fix for sstate class change

Ross Burton (4):
  e2fsprogs: remove chmod
  e2fsprogs: enable verbose build
  e2fsprogs: remove manual build of util/subst
  e2fsprogs: update acinclude.m4

Saul Wold (1):
  nspr: Upgrade to 4.10.7

Sona Sarmadi (1):
  pcihp: fix possible array out of bounds, CVE-2014-5388

 meta/classes/buildhistory.bbclass                  |    2 +-
 meta/classes/kernel.bbclass                        |    1 +
 meta/classes/packagegroup.bbclass                  |    8 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/lib/oeqa/oetest.py                            |    7 ++
 meta/lib/oeqa/runtime/_ptest.py                    |  124 +++++++++++++++++++
 meta/lib/oeqa/utils/logparser.py                   |  125 +++++++++++++++++++
 .../packagegroups/packagegroup-self-hosted.bb      |   10 +-
 .../e2fsprogs/e2fsprogs/acinclude.m4               |   53 +++++++-
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |    7 +-
 ...1-Back-porting-security-fix-CVE-2014-5388.patch |   30 +++++
 meta/recipes-devtools/qemu/qemu_2.1.0.bb           |    1 +
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |    4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |    4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb |   21 ++++
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   16 +--
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      |   16 +--
 meta/recipes-kernel/linux/linux-yocto_3.17.bb      |   37 ++++++
 ...probes-should-calculate-alignment-and-eve.patch |  130 ++++++++++++++++++++
 ...e-kvm-instrumentation-compile-on-3.17-rc1.patch |   46 +++++++
 .../Update-statedump-to-3.17-nsproxy-locking.patch |   70 +++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb   |    3 +
 meta/recipes-kernel/perf/perf.bb                   |    5 +
 .../nspr/nspr/fix-build-on-x86_64.patch            |   31 ++---
 .../nspr/remove-srcdir-from-configure-in.patch     |   19 +++
 .../nspr/nspr/trickly-fix-build-on-x86_64.patch    |   62 ----------
 .../nspr/{nspr_4.10.3.bb => nspr_4.10.7.bb}        |   13 +-
 30 files changed, 730 insertions(+), 131 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/_ptest.py
 create mode 100644 meta/lib/oeqa/utils/logparser.py
 create mode 100644 meta/recipes-devtools/qemu/files/0001-Back-porting-security-fix-CVE-2014-5388.patch
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_3.17.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-kvm-instrumentation-compile-on-3.17-rc1.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-statedump-to-3.17-nsproxy-locking.patch
 create mode 100644 meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/trickly-fix-build-on-x86_64.patch
 rename meta/recipes-support/nspr/{nspr_4.10.3.bb => nspr_4.10.7.bb} (91%)

-- 
1.7.10.4



             reply	other threads:[~2014-09-10 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10 13:49 Ross Burton [this message]
2014-09-10 14:43 ` [PATCH 00/21] C-Pull 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=cover.1410356905.git.ross.burton@intel.com \
    --to=ross.burton@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.