]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils: {Target,SDK,}BuildProject remove dependency of bb
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 2 Nov 2016 19:42:01 +0000 (13:42 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:54 +0000 (12:03 +0000)
commit581c34d1efe9839f50ef322761269b4e4d8a56a6
treec17eaeaa123d9d68766baa3745d17a03de399245
parent525fd2a5cda00890e921b63f7f608a10bc024d73
oeqa/utils: {Target,SDK,}BuildProject remove dependency of bb

Don't use bitbake references inside utils modules, in order todo
that changes getVar calls for arguments in the __init__ method like
dl_dir for all the classes and testlogdir, builddatetime in
SDKBUildProject.

Also don't export proxies inside _download_archive method, a good
practice is to setup the proxies at init of the process instead of
do it in this helper module.

[YOCTO #10231]
[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/runtime/utils/targetbuildproject.py
meta/lib/oeqa/sdk/utils/sdkbuildproject.py
meta/lib/oeqa/utils/buildproject.py