summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/targetbuild.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa/buildproject: Ensure temp directories are cleaned upRichard Purdie2021-09-261-1/+3
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-1/+3
* oeqa: don't litter /tmp with temporary directoriesRoss Burton2018-12-051-2/+3
* meta: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-281-2/+2
* oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock2017-04-061-3/+7
* classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2017-01-231-2/+2
* meta: remove True option to getVar callsJoshua Lock2016-12-161-4/+4
* oeqa/targetbuild: use os.path.join instead of string concatenationRoss Burton2016-06-231-1/+1
* oeqa/targetbuild: add extra_cmds argument to run_configureRoss Burton2016-06-231-3/+2
* oeqa/targetbuild: fix folder name estimate logicRoss Burton2016-06-231-1/+2
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-3/+1
* oeqa/targetbuild: Ensure we run gnu-configize so config files are up to dateRichard Purdie2015-09-121-3/+3
* oeqa/targetbuild: Remove bashismRichard Purdie2015-08-191-2/+2
* oeqa/targetbuild: Use DL_DIR for downloads if presentRichard Purdie2015-04-291-0/+5
* oeqa/utils/targetbuild.py: add support for sdk testsCorneliu Stoicescu2014-08-181-15/+79
* oeqa/utils: targetbuild: take proxy into accountStefan Stanacar2014-02-111-2/+18
* oeqa/utils: targetbuild: don't use bb.fetch anymoreStefan Stanacar2014-02-091-19/+8
* lib/oeqa/utils: targetbuild: Add helper class for building packages on targetMihai Prica2013-08-261-0/+63