summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftest/runqemu.py: add it to test runqemuRobert Yang2017-03-271-0/+136
* qemurunner.py: fix handling of runqemuparamsChen Qi2017-03-271-3/+3
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-273-18/+43
* qemurunner: configurable timeout for run_serial()Patrick Ohly2017-03-273-12/+17
* package_manager.py: respect OPKGLIBDIRMartin Jansa2017-03-241-7/+14
* rootfs.py: Respect OPKGLIBDIR variableMartin Jansa2017-03-241-1/+3
* sign_rpm.bbclass: do not set/use RPM_GPG_PUBKEYAlexander Kanavin2017-03-232-2/+3
* oeqa: use WORKDIR/oe-testimage-repo to look for RPM packagesAlexander Kanavin2017-03-231-1/+1
* oe-selftest: add test_rawcopy_plugin test caseEd Bartosh2017-03-231-0/+16
* selftest: pylinted wic test suite.Ed Bartosh2017-03-231-24/+28
* oe-selftest: test wic rawcopy pluginEd Bartosh2017-03-231-0/+16
* oeqa/selftest/devtool: Enable missing cleanupRichard Purdie2017-03-221-1/+1
* wic: selftest: add tests for --fixed-size partition flagsMaciej Borzecki2017-03-221-0/+63
* wic: selftest: do not assume bzImage kernel imageMaciej Borzecki2017-03-221-1/+2
* wic: selftest: avoid COMPATIBLE_HOST issuesMaciej Borzecki2017-03-221-1/+40
* selftest: wic: replace directdisk with wictestdisk where possibleMaciej Borzecki2017-03-221-32/+32
* oeqa/selftest: remove test_sanity_unsafe_binary_referencesRoss Burton2017-03-221-19/+0
* oe-selftest: tinfoil: add tests for recently enabled datastore operationsPaul Eggleton2017-03-221-0/+35
* meta/lib/oeqa: change sdk test from cvs to cpiobrian avery2017-03-222-8/+8
* selftest/devtool: Add test to verify "modify virtual/kernel"Jose Perez Carranza2017-03-221-0/+85
* meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock2017-03-221-1/+1
* qemurunner: configure guest networkingEd Bartosh2017-03-221-0/+13
* qemurunner: get network params from runqemu outputEd Bartosh2017-03-221-14/+22
* oe/path.py: fix for "Argument list too long"Robert Yang2017-03-171-4/+6
* package_manager: fix "exlcude" vs. "exclude" typoPaul Gortmaker2017-03-171-1/+1
* dnf: add /usr/bin/dnf symlink that points to /usr/bin/dnf-2Alexander Kanavin2017-03-172-2/+2
* selftest/signing.py: verify that images can be created from signed packagesAlexander Kanavin2017-03-171-0/+8
* lib/oe/package_manager: import rpm signing key to rpmdbMarkus Lehtonen2017-03-171-2/+10
* rpm: add support for remote package feeds via PACKAGE_FEED_URIS variableAlexander Kanavin2017-03-172-1/+18
* selftest: Disable SSTATE_MIRRORS for sstate signing testRichard Purdie2017-03-161-0/+2
* wic: selftest: account for occasional newline in debugfs file namesMaciej Borzecki2017-03-141-4/+21
* package: Fix various rpmdeps relocation issuesRichard Purdie2017-03-141-2/+5
* run-postinsts: simplify the logic of whether to install it to imagesAlexander Kanavin2017-03-141-1/+1
* oe-selftest: no need to parse gpg output to determine the name of the signing...Alexander Kanavin2017-03-141-7/+1
* gpg_sign.py: fix signing of rpm files using gpgAlexander Kanavin2017-03-142-7/+8
* selftest: update output checks in incremental image test to match what dnf pr...Alexander Kanavin2017-03-141-2/+2
* selftest: do not perform a full build in test_continueAlexander Kanavin2017-03-141-1/+1
* testimage.bbclass: fix runtime test for rpm, port smart tests to dnfAlexander Kanavin2017-03-145-213/+123
* rootfs_rpm.bbclass: migrate image creation to dnfAlexander Kanavin2017-03-143-988/+229
* package_manager.py: improve the API for insert_feed_uris()Alexander Kanavin2017-03-142-20/+26
* lib/oeqa/selftest/bbtests: update test_non_gplv3 to use selftest-edJoshua Lock2017-03-101-3/+3
* lib/oeqa/selftest/oescripts: make test_cleanup_workdir use selftest-edJoshua Lock2017-03-101-5/+5
* selftest: remove extra backslashes from debug outputEd Bartosh2017-03-081-2/+2
* qemurunner.py: ignore decode errorsEd Bartosh2017-03-081-1/+1