index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
/
oeqa
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
oeqa/utils/logparser.py: add skip status
Robert Yang
2017-08-23
1
-2
/
+3
*
commands.py: live output logging + result.error encoding fix
Patrick Ohly
2017-06-28
1
-22
/
+85
*
meta: Fix return value checks from subprocess.call()'s
Mikko Rapeli
2017-06-28
2
-3
/
+3
*
scripts/oe-test: Move load_test_components to oeqa.utils
Aníbal Limón
2017-06-06
1
-1
/
+36
*
oeqa.utils.git: use --verify in rev_parse()
Markus Lehtonen
2017-05-23
1
-1
/
+1
*
QemuRunner: avoid tainting os.environ
Patrick Ohly
2017-05-18
1
-7
/
+8
*
oe.lsb: add get_os_release()
Markus Lehtonen
2017-05-16
1
-13
/
+3
*
oeqa/utils/targetbuild: tmp dir improvements
Joshua Lock
2017-04-06
1
-3
/
+7
*
oeqa/utils/buildproject: create a more unique tmp dir
Joshua Lock
2017-04-06
1
-2
/
+5
*
selftest/commands: extend variable regex to include A_B variable notation
Leonardo Sandoval
2017-04-05
1
-1
/
+1
*
oeqa: allow persistent image writes in runqemu()
Patrick Ohly
2017-03-28
3
-5
/
+5
*
oeqa: allow customizing image used by runqemu()
Patrick Ohly
2017-03-28
1
-1
/
+3
*
oeqa: allow extending qemuparams="..."
Patrick Ohly
2017-03-28
1
-2
/
+2
*
oeqa: tolerate interrupted select() while waiting for qemu
Patrick Ohly
2017-03-28
2
-3
/
+12
*
oeqa.utils.commands: limit runCmd exception output
Markus Lehtonen
2017-03-27
1
-3
/
+10
*
qemurunner.py: fix handling of runqemuparams
Chen Qi
2017-03-27
1
-3
/
+3
*
oeqa/targetcontrol.py: modify it to test runqemu
Robert Yang
2017-03-27
2
-13
/
+28
*
qemurunner: configurable timeout for run_serial()
Patrick Ohly
2017-03-27
2
-10
/
+15
*
qemurunner: configure guest networking
Ed Bartosh
2017-03-22
1
-0
/
+13
*
qemurunner: get network params from runqemu output
Ed Bartosh
2017-03-22
1
-14
/
+22
*
qemurunner.py: ignore decode errors
Ed Bartosh
2017-03-08
1
-1
/
+1
*
targetcontrol: add image_fstype argument to commands.runqemu
Ed Bartosh
2017-03-08
1
-2
/
+2
*
qemurunner: add runqemuparams argument to commands.runqemu
Ed Bartosh
2017-03-08
3
-5
/
+5
*
oeqa: add output to subprocess exceptions
Ross Burton
2017-03-01
1
-0
/
+19
*
oeqa: fix typo
Humberto Ibarra
2017-02-23
1
-2
/
+2
*
selftest: remove result file log awkward checking
Benjamin Esquivel
2017-02-15
1
-3
/
+4
*
oeqa.utils.git: support bare repos
Markus Lehtonen
2017-02-15
1
-4
/
+12
*
oeqa.utils.git: add git_dir property
Markus Lehtonen
2017-02-15
1
-0
/
+4
*
oeqa/buildproject: Run gnu-configize by default
Richard Purdie
2017-02-05
1
-1
/
+1
*
classes/oeqa: Replace subprocess.check_call() with check_output()
Richard Purdie
2017-01-23
2
-3
/
+3
*
testimage.bbclass: Add package install feature
Mariano Lopez
2017-01-23
1
-13
/
+33
*
testimage.bbclass: Add support for package extraction
Mariano Lopez
2017-01-23
1
-0
/
+161
*
oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class
Aníbal Limón
2017-01-23
1
-9
/
+2
*
oeqa/utils: {Target,SDK,}BuildProject remove dependency of bb
Aníbal Limón
2017-01-23
1
-24
/
+7
*
oeqa/utils: Move targetbuild to buildproject module
Aníbal Limón
2017-01-23
1
-0
/
+69
*
oeqa/utils/__init__.py: Adds compatibility with bitbake logger
Mariano Lopez
2017-01-23
1
-0
/
+30
*
oeqa/utils/qemurunner.py: Be sure to stop qemu-system
Mariano Lopez
2017-01-19
1
-0
/
+9
*
oeqa/utils/qemurunner.py: Add missing sys module
Mariano Lopez
2017-01-19
1
-0
/
+1
*
oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKE
Markus Lehtonen
2017-01-19
1
-1
/
+1
*
oeqa.utils.metadata: allow storing any bitbake config variables
Markus Lehtonen
2017-01-19
1
-3
/
+9
*
oeqa.utils.metadata: add bitbake revision information
Markus Lehtonen
2017-01-19
1
-13
/
+19
*
oeqa.utils.metadata: have layer name as an attribute in xml
Markus Lehtonen
2017-01-19
1
-3
/
+5
*
oeqa.utils.metadata: add commit count information
Markus Lehtonen
2017-01-19
1
-1
/
+2
*
oeqa.utils.metadata: rename 'revision' to 'commit'
Markus Lehtonen
2017-01-19
1
-1
/
+1
*
oeqa.utils.metadata: fix retrieval of git branch and revision
Markus Lehtonen
2017-01-19
1
-3
/
+5
*
oeqa.utils.metadata: drop 'unknown' git data elements
Markus Lehtonen
2017-01-19
1
-4
/
+3
*
oeqa.utils.metadata: re-organise distro information
Markus Lehtonen
2017-01-19
1
-7
/
+10
*
oeqa.utils.metadata: re-organise host distro information
Markus Lehtonen
2017-01-19
1
-5
/
+21
*
oeqa/utils/commands.py: allow use of binaries from native sysroot
Maciej Borzecki
2016-12-22
1
-1
/
+8
*
oe-selftest: import git module only when needed
Ed Bartosh
2016-12-20
1
-1
/
+1
[next]