[OE-core] [PATCH 00/21] C-Pull

Ross Burton ross.burton at intel.com
Wed Sep 10 13:49:08 UTC 2014


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




More information about the Openembedded-core mailing list