summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* meta: add search, replace strings to export2jsonbrian avery2017-04-201-2/+4
* package_manager.py: Reverse rpm arch orderJussi Kukkonen2017-04-201-1/+1
* package_manager: don't race on a file when installing complementary packagesRoss Burton2017-04-191-25/+22
* package_manager.py: Generate separate repo entries per archIan.Arkver2017-04-141-4/+11
* oeqa/core/runner: Append PID in the test result folder nameLeonardo Sandoval2017-04-131-1/+1
* package_manager.py: Add a name for the generated dnf repo.Ian.Arkver2017-04-121-1/+1
* selftest/wic.py: vda -> sdaRobert Yang2017-04-121-3/+3
* oe-selftest: test wic sparse_copy APIEd Bartosh2017-04-121-0/+29
* oeqa/sdk/cases/buildcpio: enable use of cached cpio from DL_DIRJoshua Lock2017-04-111-1/+1
* buildhistory-diff: add option to compare actual signature differencesPaul Eggleton2017-04-111-16/+76
* buildhistory-diff: add option to compare task signature listPaul Eggleton2017-04-112-5/+50
* classes/buildhistory: write out task signatures on every buildPaul Eggleton2017-04-111-0/+10
* package_manager.py: Split feed_archs for RPM repo URIsIan.Arkver2017-04-111-1/+1
* classutils.py: deterministic sortingJuro Bystricky2017-04-111-1/+1
* scripts: Drop cleanup-workdirRichard Purdie2017-04-101-27/+0
* oeqa/selftest: Don't use cleanup-workdirRichard Purdie2017-04-102-3/+0
* selftest/sstatetests: Replace glibc-initial with linux-libc-headersRichard Purdie2017-04-101-15/+5
* lib/oe/sstatesig: avoid reporting duplicate siginfo files from sstatePaul Eggleton2017-04-101-6/+14
* lib/oe/sstatesig: fix finding native siginfo files in sstate-cachePaul Eggleton2017-04-101-16/+9
* selftest/recipetool: skip create_git in case x11 feature is not presentLeonardo Sandoval2017-04-101-0/+2
* selftest/wic: skip wic unit tests in case NLS is disableLeonardo Sandoval2017-04-101-1/+4
* oeqa/runtime/utils/targetbuildproject: use parent classes defaults tmpdirJoshua Lock2017-04-061-2/+1
* oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock2017-04-061-3/+7
* oeqa/utils/buildproject: create a more unique tmp dirJoshua Lock2017-04-061-2/+5
* selftest/devtool: skip test in case of poky-tiny distroLeonardo Sandoval2017-04-051-0/+2
* selftest/recipetool: replace fedorahosted.org SRC_URI with github.com sourceChoong YinThong2017-04-051-4/+4
* runtime/dnf : Add ID to the dnf test casesJose Perez Carranza2017-04-051-0/+12
* selftest/devtool: use kernel provider instead of recipe allowing other kernel...Leonardo Sandoval2017-04-051-11/+12
* selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval2017-04-051-1/+1
* selftest/pkgdata: replace the glibc recipe allowing execution on non-poky dis...Leonardo Sandoval2017-04-011-15/+13
* wic: remove prepare_empty_partition_squashfsEd Bartosh2017-04-011-2/+1
* oe-selftest: test creation of msdos partitionEd Bartosh2017-04-011-0/+1
* oe-selftest: fix incorrect fstypeEd Bartosh2017-04-011-1/+1
* oe-selftest: add test_image_bootpart_globbed test for wicEd Bartosh2017-04-011-0/+10
* oe-selftest: add kickstart_parser test caseEd Bartosh2017-04-011-0/+12
* oe-selftest: add wic test case test_fs_typesEd Bartosh2017-04-011-0/+19
* oeqa/runtime/cases: Migrate underscore casesMariano Lopez2017-04-012-82/+59
* oeqa: allow persistent image writes in runqemu()Patrick Ohly2017-03-284-7/+7
* oeqa: allow customizing image used by runqemu()Patrick Ohly2017-03-281-1/+3
* oeqa: allow extending qemuparams="..."Patrick Ohly2017-03-281-2/+2
* oeqa: QEMU_USE_KVM can list machinesPatrick Ohly2017-03-281-3/+4
* oeqa: tolerate interrupted select() while waiting for qemuPatrick Ohly2017-03-282-3/+12
* oeqa/core/loader.py: Do not import underscore modules by defaultMariano Lopez2017-03-281-4/+30
* oeqa/selftest: don't use cleanall in selftestsJoshua Lock2017-03-273-8/+2
* runtime-test.py: fix typoRobert Yang2017-03-271-2/+2
* oeqa.buildperf: limit the length of error outputMarkus Lehtonen2017-03-271-1/+1
* oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen2017-03-271-3/+10
* oe-build-perf-test: sum rusage in buildstatsMarkus Lehtonen2017-03-271-12/+12
* oe-build-perf-test: pack all buildstat in one fileMarkus Lehtonen2017-03-272-31/+35
* targetcontrol.py: use logger.info to replace of bb.noteRobert Yang2017-03-272-6/+11