[OE-core] [Consolidated Pull 00/11] Kernel Update and more ptest support

Saul Wold sgw at linux.intel.com
Mon Feb 10 21:26:26 UTC 2014


Richard,

These are changes that went through the Autobuild, I reviewed them. 
The ptest changes have been pending for a bit, is there a reason that
you have not taken them?

Thanks
	Sau!


The following changes since commit b5b4898cd409036161c62891e9618d9ab3f891f9:

  python-pycurl: upgrade to 7.19.3 (2014-02-08 21:03:27 +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

Bruce Ashfield (3):
  kernel: stop using -exec rm for deleting files
  linux-yocto/3.10: integrate LTSI
  linux-yocto/3.10: add powermanagement config to 32 bit common-pc

Chong Lu (2):
  acl: enable ptest support
  attr: enable ptest support

Darren Hart (1):
  linux-yocto: Use PACKAGE_ARCH in build dir

Dave Lerner (1):
  valgrind: Integration of regression tests to ptest

Marius Avram (1):
  puzzles: upgrade to r10116

Paul Eggleton (1):
  conf/bitbake.conf: default HOMEPAGE to blank instead of unknown

Stefan Stanacar (2):
  oeqa/utils: targetbuild: take proxy into account
  testimage: fail if no package manifest is found

 meta/classes/kernel.bbclass                        |  18 +-
 meta/classes/package_deb.bbclass                   |   3 +-
 meta/classes/package_ipk.bbclass                   |   3 +-
 meta/classes/package_rpm.bbclass                   |   3 +-
 meta/classes/testimage.bbclass                     |   7 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/lib/oeqa/runtime/buildcvs.py                  |   2 +-
 meta/lib/oeqa/runtime/buildiptables.py             |   2 +-
 meta/lib/oeqa/runtime/buildsudoku.py               |   2 +-
 meta/lib/oeqa/utils/targetbuild.py                 |  20 +-
 .../valgrind/valgrind/add-ptest.patch              | 205 +++++++++++++++++++++
 .../valgrind/valgrind/force-nostabs.patch          |  42 +++++
 .../valgrind/remove-arm-variant-specific.patch     |  67 +++++++
 .../valgrind/remove-ppc-tests-failing-build.patch  |  75 ++++++++
 meta/recipes-devtools/valgrind/valgrind/run-ptest  |  11 ++
 meta/recipes-devtools/valgrind/valgrind_3.9.0.bb   |  58 +++++-
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |   4 +-
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      |  16 +-
 .../{puzzles_r9765.bb => puzzles_r10116.bb}        |  34 ++--
 meta/recipes-support/attr/acl.inc                  |  14 +-
 meta/recipes-support/attr/acl/run-ptest            |   7 +
 meta/recipes-support/attr/attr.inc                 |  17 +-
 meta/recipes-support/attr/files/run-ptest          |   5 +
 25 files changed, 572 insertions(+), 53 deletions(-)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/add-ptest.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch
 create mode 100755 meta/recipes-devtools/valgrind/valgrind/run-ptest
 rename meta/recipes-sato/puzzles/{puzzles_r9765.bb => puzzles_r10116.bb} (47%)
 create mode 100644 meta/recipes-support/attr/acl/run-ptest
 create mode 100644 meta/recipes-support/attr/files/run-ptest

-- 
1.8.3.1




More information about the Openembedded-core mailing list