]> code.ossystems Code Review - openembedded-core.git/commit
testimage.bbclass: Add package install feature
authorMariano Lopez <mariano.lopez@linux.intel.com>
Fri, 13 Jan 2017 10:47:53 +0000 (10:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:57 +0000 (12:03 +0000)
commit077dc19445574457769eb4f231de97e8059cb75e
tree6219014f47d8737d6618a54b1df7a52ac60cd981
parent8c7335290cb00ed0683241249297ca573ebd353a
testimage.bbclass: Add package install feature

This allows to use the package install feature with
the new OEQA framework.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/classes/testimage.bbclass
meta/lib/oeqa/core/utils/test.py
meta/lib/oeqa/runtime/case.py
meta/lib/oeqa/runtime/context.py
meta/lib/oeqa/utils/package_manager.py