Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCHv2 0/7] Enable installation of packages in DUT
@ 2016-06-06  7:15 mariano.lopez
  2016-06-06  7:15 ` [PATCHv2 1/7] oe/lib/pacakge_manager.py: Update missing pipeline decoding mariano.lopez
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: mariano.lopez @ 2016-06-06  7:15 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@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

Changes in v2:

  - Fix testexport for python3
  - Fix import form other layers with python3
  - Made changes to use with python3

This also address more bugs:
  - 9702
  - 9705

The following changes since commit 6c5d7f1fb276cbe0a461ece6c8f0ca17a478fa8c:

  lib/oe/package_manager: adapt for Python 3 (2016-06-05 23:39: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 (7):
  oe/lib/pacakge_manager.py: Update missing pipeline decoding
  lib/oeqa/otest.py: Fix import tests from other layers with python3
  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              | 86 +++++++++++++++++++++++++---
 meta/classes/testimage.bbclass               | 20 +++++++
 meta/lib/oe/package_manager.py               |  4 +-
 meta/lib/oeqa/__init__.py                    |  0
 meta/lib/oeqa/oetest.py                      | 79 ++++++++++++++++++++++++-
 meta/lib/oeqa/runexported.py                 | 35 ++++++++++-
 meta/lib/oeqa/runtime/__init__.py            |  3 -
 meta/recipes-core/meta/testexport-tarball.bb | 56 ++++++++++++++++++
 8 files changed, 265 insertions(+), 18 deletions(-)
 delete mode 100644 meta/lib/oeqa/__init__.py
 delete mode 100644 meta/lib/oeqa/runtime/__init__.py
 create mode 100644 meta/recipes-core/meta/testexport-tarball.bb

-- 
2.6.6



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-06-06 17:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06  7:15 [PATCHv2 0/7] Enable installation of packages in DUT mariano.lopez
2016-06-06  7:15 ` [PATCHv2 1/7] oe/lib/pacakge_manager.py: Update missing pipeline decoding mariano.lopez
2016-06-06  7:15 ` [PATCHv2 2/7] lib/oeqa/otest.py: Fix import tests from other layers with python3 mariano.lopez
2016-06-06  7:15 ` [PATCHv2 3/7] oetest.py: Add install/uninstall functionality for DUTs mariano.lopez
2016-06-06  7:15 ` [PATCHv2 4/7] testimage.bbclass: Make dependency of cpio when using RPMs mariano.lopez
2016-06-06  7:15 ` [PATCHv2 5/7] testexport-tarball.bb: Add recipe mariano.lopez
2016-06-06  7:15 ` [PATCHv2 6/7] testexport.bbclass: Add support for testexport-tarball mariano.lopez
2016-06-06  7:15 ` [PATCHv2 7/7] testexport.bbclass: Create tarballs for easy release mariano.lopez
2016-06-06  9:15   ` [PATCHv3 " mariano.lopez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox