summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/commands.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa: Streamline oe-selftest startup timeRichard Purdie2023-09-221-2/+4
* oeqa: whitespace and indentation cleanupsEnrico Jörns2023-03-311-1/+1
* oeqa/utils/commands: remove unused importsEnrico Jörns2023-03-311-3/+0
* oeqa/utils/commands: fix usage of undefined EPIPEEnrico Jörns2023-03-311-1/+2
* devtool/friends: Use LAYERSERIES_CORENAMES when generating LAYERSERIES_COMPAT...4.2_M1Richard Purdie2022-12-081-1/+2
* oeqa/commands: add support for running cross tools to runCmdRoss Burton2022-08-231-6/+13
* Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands"Alexander Kanavin2021-05-061-3/+0
* oeqa/commands: Ensure sync can be found regardless of PATHRichard Purdie2020-12-211-0/+3
* oeqa/commands: Fix compatibility with python 3.9Richard Purdie2020-11-241-2/+2
* oeqa: Add sync call to command executionRichard Purdie2020-10-201-1/+7
* oeqa/utils/command: Improve stdin handling in runCmdRichard Purdie2020-06-231-1/+3
* oeqa/targetcontrol: Rework exception handling to avoid warningsRichard Purdie2020-06-041-4/+1
* oeqa/commands: Fix runqemu after tinfoil data connector changesRichard Purdie2020-03-241-5/+5
* oeqa: Set LD_LIBRARY_PATH when executing native commandsJoshua Watt2019-08-301-0/+3
* commands.py: fix typoChen Qi2019-08-281-1/+1
* classes/lib: Remove bb.build.FuncFailedRichard Purdie2019-08-061-2/+2
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-1/+3
* oeqa/utils/commands: Avoid log message duplicationRichard Purdie2018-12-011-1/+1
* oeqa/utils/commands: Add extra qemu failure loggingRichard Purdie2018-12-011-1/+5
* oeqa/utils/commands: Avoid unclosed file warningsRichard Purdie2018-11-141-0/+3
* devtool/oeqa: Ensure added layers set LAYERSERIES_COMPATRichard Purdie2018-04-071-1/+1
* oeqa/commands: don't break if get_bb_vars is passed a tupleRoss Burton2017-12-021-1/+1
* oeqa: Clean up logger handlingRichard Purdie2017-11-091-17/+8
* commands.py: live output logging + result.error encoding fixPatrick Ohly2017-06-281-22/+85
* selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval2017-04-051-1/+1
* oeqa: allow persistent image writes in runqemu()Patrick Ohly2017-03-281-2/+2
* oeqa: allow customizing image used by runqemu()Patrick Ohly2017-03-281-1/+3
* oeqa: allow extending qemuparams="..."Patrick Ohly2017-03-281-2/+2
* oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen2017-03-271-3/+10
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-271-2/+11
* targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* oeqa/utils/commands.py: allow use of binaries from native sysrootMaciej Borzecki2016-12-221-1/+8
* meta: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* oeqa/utils/commands.py: Fix get_bb_vars() when called without argumentsMariano Lopez2016-12-141-1/+2
* oe-selftest: use tinfoil.parse_recipe()Paul Eggleton2016-12-141-3/+1
* oe-selftest: make tinfoil quiet when using to start QEMUPaul Eggleton2016-12-141-1/+1
* oeqa/utils/commands.py: Make a copy of variables in get_bb_varsMariano Lopez2016-12-131-0/+1
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-1/+1
* oeqa/utils/commands.py: Command class improve validations/decoding in outputAníbal Limón2016-08-011-1/+4
* lib/oeqa/utils/commands.py: Move updateEnv() from runexported.pyMariano Lopez2016-07-211-0/+12
* oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton2016-07-011-2/+2
* oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen2016-07-011-0/+1
* oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen2016-07-011-15/+5
* oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen2016-07-011-0/+33
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-021-1/+1
* oeqa/runexported.py: Fix exported testMariano Lopez2016-04-121-1/+5
* oeqa/targetcontrol: make ssh control optionalEd Bartosh2016-02-151-2/+2
* oe-selftest: remove unused parameterEd Bartosh2016-02-151-1/+1