[OE-core] [PATCH 0/4] Create target sdk manifest file and use it for automated sdk testing

Corneliu Stoicescu corneliux.stoicescu at intel.com
Tue Aug 26 10:05:40 UTC 2014


In order to automatically determine what packages are present in the target sdk, we needed a target sdk manifest file, similar to the one created for machine images rootfs. 
Also, in order to enable the testsdk task to skip modules, some changes and additions had to be made.

Corneliu Stoicescu (4):
  classes/populate_sdk_base.bbclass: add a manifest for target sdk
  classes/testimage.bbclass: add more fields to the sdk TestContext
  oeqa/oetest.py: enable sdk tests to use hasFeature and hasPackage
    methods.
  oeqa/sdk/buildsudoku.py: add setUpModule method to run only when gtk+
    in installed.

 meta/classes/populate_sdk_base.bbclass | 12 ++++++++++++
 meta/classes/testimage.bbclass         |  8 ++++++++
 meta/lib/oeqa/oetest.py                |  4 ++--
 meta/lib/oeqa/sdk/buildsudoku.py       |  4 ++++
 4 files changed, 26 insertions(+), 2 deletions(-)

-- 
1.8.3.2



More information about the Openembedded-core mailing list