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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
oeqa/selftest: Improvements to the json logging
Richard Purdie
2018-12-16
1
-14
/
+11
*
testsdk.bbclass: write testresult to json files
Yeoh Ee Peng
2018-12-16
1
-4
/
+32
*
testimage.bbclass: write testresult to json files
Yeoh Ee Peng
2018-12-16
1
-2
/
+29
*
oeqa/selftest/context: write testresult to json files
Yeoh Ee Peng
2018-12-16
1
-1
/
+29
*
oeqa/runner: Sort the test result output by result class
Richard Purdie
2018-12-16
1
-2
/
+14
*
oeqa/runner: Always show a summary of success/fail/error/skip counts
Richard Purdie
2018-12-16
1
-3
/
+1
*
oeqa/runtime/ptest: Inject results+logs into stored json results file
Richard Purdie
2018-12-16
2
-2
/
+27
*
oeqa/core/runner: write testresult to json files
Yeoh Ee Peng
2018-12-16
1
-1
/
+34
*
oeqa/core/runner: refactor for OEQA to write json testresult
Yeoh Ee Peng
2018-12-16
1
-41
/
+29
*
oeqa: Remove xmlrunner
Richard Purdie
2018-12-16
1
-45
/
+9
*
oeqa/runner: Simplify code
Richard Purdie
2018-12-16
4
-16
/
+8
*
oeqa/core/threaded: Remove in favour of using concurrenttests
Richard Purdie
2018-12-16
12
-411
/
+14
*
oeqa/runner: Ensure we don't print misleading results output
Richard Purdie
2018-12-16
1
-3
/
+11
*
oeqa/core/runner: Improve test case comparision
Richard Purdie
2018-12-16
1
-2
/
+2
*
oeqa/selftest/context: Improve log file handling
Richard Purdie
2018-12-16
1
-4
/
+10
*
oeqa/utils/qemurunner.py: Fix python regex warnings
Richard Purdie
2018-12-16
1
-5
/
+5
*
oeqa/selftest/context: Replace deprecated imp module usage
Richard Purdie
2018-12-16
1
-2
/
+2
*
oeqa/utils/commands: Avoid unclosed file warnings
Richard Purdie
2018-12-16
1
-0
/
+3
*
oeqa/loader: Fix deprecation warning
Richard Purdie
2018-12-16
1
-1
/
+1
*
oeqa/selftest/esdk: run selftest inside workdir not /tmp
Ross Burton
2018-12-16
1
-6
/
+7
*
oeqa: don't litter /tmp with temporary directories
Ross Burton
2018-12-16
2
-3
/
+5
*
oeqa/utils/qemurunner: Avoid tracebacks on closed files
Richard Purdie
2018-12-16
1
-2
/
+2
*
oeqa/selftest/runqemu: Improve testcase failure handling
Richard Purdie
2018-12-16
1
-12
/
+20
*
oeqa/oelib/path: don't leak temporary directories
Ross Burton
2018-12-16
1
-7
/
+3
*
oeqa/selftest/buildoptions: Ensure diskmon tests run consistently
Richard Purdie
2018-12-16
2
-3
/
+15
*
oeqa/selftest/buildoptions: Improve ccache test
Richard Purdie
2018-12-16
1
-0
/
+1
*
oeqa/qemurunner: Remove resource python warnings
Richard Purdie
2018-12-16
1
-2
/
+8
*
oeqa/utils/commands: Avoid log message duplication
Richard Purdie
2018-12-16
1
-1
/
+1
*
oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file
Richard Purdie
2018-12-16
1
-0
/
+2
*
oeqa/utils/commands: Add extra qemu failure logging
Richard Purdie
2018-12-16
1
-1
/
+5
*
oeqa/selftest/buildoptions: Improve ccache test failure output
Richard Purdie
2018-12-16
1
-2
/
+3
*
oeqa/selftest/case: Use bb.utils.remove() instead of shutil.remove()
Richard Purdie
2018-12-16
1
-1
/
+3
*
oeqa/selftest/signing: Use do_populate_lic target instead of do_package
Richard Purdie
2018-12-16
1
-3
/
+3
*
oeqa/selftest/signing: Allow tests not to need gpg on the host
Richard Purdie
2018-12-16
1
-19
/
+48
*
oeqa/selftest/signing: Skip tests if gpg isn't found
Richard Purdie
2018-12-16
1
-12
/
+11
*
scripts/runqemu: Improve lockfile handling for python with close_fd=True
Richard Purdie
2018-12-16
1
-1
/
+4
*
scripts/runqemu: Tidy up lock handling code
Richard Purdie
2018-12-16
1
-7
/
+9
*
scripts/runqemu: Replace subprocess.run() for compatibilty
Michael Halstead
2018-12-16
1
-2
/
+2
*
documentation: Prepared for 2.5.2 document release
Scott Rifenbark
2018-12-15
11
-34
/
+79
*
bitbake: bitbake-user-manual: Added "usehead" parameter.
Yong, Jonathan
2018-12-10
1
-0
/
+8
*
bitbake: main: Don't use print() directly, use logger
Richard Purdie
2018-12-06
1
-1
/
+1
*
bitbake: process: Flush key output to logs
Richard Purdie
2018-12-06
1
-0
/
+4
*
bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run
Richard Purdie
2018-12-06
1
-5
/
+6
*
bitbake: server/process: Fix ConnectionRefusedError tracebacks
Richard Purdie
2018-12-06
1
-1
/
+2
*
bitbake: lib/bb/server: Avoid UnboundLocalError traceback
Richard Purdie
2018-12-06
1
-3
/
+3
*
bitbake: server/process: Fix unclosed socket warnings upon server connection ...
Richard Purdie
2018-12-06
1
-8
/
+7
*
build-appliance-image: Update to sumo head revision
yocto-2.5.2
sumo-19.0.2
Richard Purdie
2018-12-05
1
-1
/
+1
*
poky.conf: Bump version for 2.5.2 sumo release
Richard Purdie
2018-12-05
1
-1
/
+1
*
linux-yocto: update genericx86* SRCREV for 4.14
Anuj Mittal
2018-12-05
1
-4
/
+4
*
poky.conf: Update the distros we test against on the autobuilder
Richard Purdie
2018-12-05
1
-5
/
+3
[prev]
[next]