summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* classes/oeqa: Update for print statements and file() -> open() for python3uninative-1.0Richard Purdie2016-05-163-5/+5
* oeqa: Print function python3 fixesRichard Purdie2016-05-164-11/+11
* oeqa/decorators: Use wraps consistentlyRichard Purdie2016-05-151-1/+4
* selftest: add bmap testEd Bartosh2016-05-141-0/+27
* package_manager.py: Add extract() method for RPM package managerMariano Lopez2016-05-141-0/+85
* package_manager.py: Add extract() method for opkg and dpkgMariano Lopez2016-05-141-6/+134
* package_manager.py: Move opkg_query() outside of Indexer classMariano Lopez2016-05-141-53/+51
* oeqa/lic-checksum: Update after recent LIC_FILES_CHKSUM changesRichard Purdie2016-05-111-3/+6
* lib/classextend: Fix determinism issueRichard Purdie2016-05-111-1/+3
* sshcontrol.py: Add methods to copy dirs and delete filesMariano Lopez2016-05-111-0/+84
* lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander2016-05-111-1/+1
* oeqa/selftest/buildoptions: remove buildhistory signature testRoss Burton2016-05-061-59/+0
* recipetool: create: fix picking up false npm package directoriesPaul Eggleton2016-05-061-1/+1
* oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigsRoss Burton2016-04-291-0/+2
* oeqa/sstatetests: add http_proxy to no-op hash testRoss Burton2016-04-291-1/+5
* sdk.py: preserve packaging data when SDKIMAGE_FEATURES has "package-management"Denys Dmytriyenko2016-04-291-4/+14
* lib/oe/rootfs: Fix DEBUGFS generation when using opkgRichard Purdie2016-04-291-2/+2
* oetest: make console output more verboseEd Bartosh2016-04-181-7/+3
* lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftestPeter Kjellerstedt2016-04-181-1/+1
* ext-sdk-prepare.py: exclude do_rm_work from unexpected output; create unit testBill Randle2016-04-181-0/+75
* oeqa/selftest/sstatetests: fix no-op sstate testRoss Burton2016-04-151-0/+1
* devtool: update-recipe: handle where SRC_URI is appended to with +=Paul Eggleton2016-04-151-3/+4
* devtool: don't copy .git when building the eSDKStephano Cetola2016-04-141-1/+1
* npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll2016-04-141-1/+1
* rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formatsBill Randle2016-04-141-2/+3
* lib/oe/lsb: sanitise the distro identifierRoss Burton2016-04-131-0/+5
* Revert "oeqa/selftest/wic: add test case for sparse images"Ross Burton2016-04-131-13/+0
* oeqa/runexported.py: Fix exported testMariano Lopez2016-04-123-11/+20
* oeqa/selftest/sstatetests: split 32/64 build host from no-op action testsRoss Burton2016-04-121-12/+68
* oeqa/selftest/wic: add test case for sparse imagesJoshua Lock2016-04-091-0/+13
* sstatesig.py: Add a method to "unlock" recipesRandy Witt2016-04-091-1/+23
* sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK messageRandy Witt2016-04-091-5/+7
* sstatesig.py: Split single locked sigs check into multiple checksRandy Witt2016-04-092-8/+23
* package_manager.py: better error handling in opkg's package listingPatrick Ohly2016-04-051-6/+9
* oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen2016-04-031-5/+9
* oe/patch: more detailed error reportingMarkus Lehtonen2016-04-031-3/+5
* selftest/signing: Use packagedata to obtain PR value for signing testRichard Purdie2016-04-011-1/+7
* lib/oe/packagedata: Add import osRichard Purdie2016-04-011-0/+1
* image.bbclass: Make unneeded packages for a read-only rootfs configurablePeter Kjellerstedt2016-03-311-18/+5
* scripts, lib: Don't limit traceback lengths to arbitrary valuesRichard Purdie2016-03-311-1/+1
* oeqa/runtime/parselogs.py: Add systemd unit circular dependencies errors.Aníbal Limón2016-03-311-0/+11
* selftest: Added testcase decorator to testsDaniel Istrate2016-03-314-0/+6
* selftest/buildoptions.py: use INHERIT +=Robert Yang2016-03-301-1/+1
* oeqa/selftest/bbtests: Test bbappend orderDaniel Istrate2016-03-301-0/+23
* sstatesig: Ensure we keep native depends for allarch recipesRichard Purdie2016-03-291-1/+1
* oe-selftest: generate .env only in test_image_envEd Bartosh2016-03-291-1/+2
* oeqa/utils/ftools: improve remove_from_file algorithmRoss Burton2016-03-281-7/+8
* wic: Update after task ordering changesRichard Purdie2016-03-281-1/+1
* selftest/devtool: Update after make PROVIDER changesRichard Purdie2016-03-281-0/+1
* lib/oe/qa: add method to check if static or dynamic linkedRoss Burton2016-03-261-5/+39