summaryrefslogtreecommitdiffstats
path: root/scripts/lib/scriptutils.py
AgeCommit message (Expand)Author
2019-12-05scriptutils: remove the useless import lineChen Qi
2019-11-21devtool: fix devtool upgrade with reproducible_builds classPaul Eggleton
2019-09-06oe-selftest: Implement console 'keepalive' outputNathan Rossi
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-03-05oe.scriptutils: enable color in a more flexible wayChristopher Larson
2018-11-16scripts: Remove deprecated imp module usageRichard Purdie
2018-06-27oe.scriptutils.run_editor: ditch the error-prone argument quotingChristopher Larson
2017-08-31scriptutils: fix fetch_url() to use lowercase dummy recipe namePaul Eggleton
2017-08-21recipetool: create: disable PREMIRRORS and MIRRORS by defaultChang Rebecca Swee Fun
2017-07-21scriptutils: pass in logger as parameterChang Rebecca Swee Fun
2017-07-21scriptutils: exit politely when no text editor availableChang Rebecca Swee Fun
2017-07-21recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton
2017-05-25scriptutils: fix fetch_uri() to work with RSSPaul Eggleton
2017-03-21scriptutils: Add support for specify stream on logger_createAníbal Limón
2016-12-16scripts: remove True option to getVar callsJoshua Lock
2016-12-13devtool: Load plugins in a well defined orderOla x Nilsson
2016-09-19recipetool: create: support git short form URLsPaul Eggleton
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh
2016-02-21devtool / recipetool: use common code for launching editorPaul Eggleton
2015-12-22recipetool: create: prevent attempting to unpack entire DL_DIRPaul Eggleton
2015-12-22scripts: print usage in argparse-using scripts when a command-line error occursPaul Eggleton
2015-09-12devtool: make plugin_init optionalEd Bartosh
2015-09-09scriptutils: split out simple fetching function from recipetoolPaul Eggleton
2015-05-01recipetool: ensure git clone is standalone when extractingPaul Eggleton
2014-12-21scripts: add scriptutils modulePaul Eggleton