[OE-core] [PATCH 0/5] Enable installation of packages in DUT

mariano.lopez at linux.intel.com mariano.lopez at linux.intel.com
Wed Jun 1 10:46:39 UTC 2016


From: Mariano Lopez <mariano.lopez at linux.intel.com>

This series enable the functionality to install packages in the DUT
during runtime testing. Such packages must had been build previously
by bitbake and the packages are specified using a JSON file. This
functionality works with testimage and with testexport.

This address the concer of adding a task to extract the packages,
instead the extraction was added to the testimage and testexport
tasks. 

This also includes the use of an SDK package for systems with
missing dependencies in the testing system.

This address several bugs:
  - 7850
  - 8694
  - 8481


The following changes since commit 3c42280b8a5cac184311a59589849fec4e215a14:

  sanity: Drop setting C locale (2016-06-01 15:05:47 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug7850v3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug7850v3

Mariano Lopez (5):
  oetest.py: Add install/uninstall functionality for DUTs
  testimage.bbclass: Make dependency of cpio when using RPMs
  testexport-tarball.bb: Add recipe
  testexport.bbclass: Add support for testexport-tarball
  testexport.bbclass: Create tarballs for easy release

 meta/classes/testexport.bbclass              | 77 ++++++++++++++++++++++++++--
 meta/classes/testimage.bbclass               | 20 ++++++++
 meta/lib/oeqa/oetest.py                      | 74 ++++++++++++++++++++++++++
 meta/lib/oeqa/runexported.py                 | 35 ++++++++++++-
 meta/recipes-core/meta/testexport-tarball.bb | 56 ++++++++++++++++++++
 5 files changed, 256 insertions(+), 6 deletions(-)
 create mode 100644 meta/recipes-core/meta/testexport-tarball.bb

-- 
2.6.6




More information about the Openembedded-core mailing list