summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* distro_check.py: Don't mix tabs and spacesJussi Kukkonen2016-06-021-2/+2
* oeqa/selftest/recipetool.py: Tweak matching of warning lineLeonardo Sandoval2016-06-021-1/+1
* qemurunner: Use surrogateescape decodingRichard Purdie2016-06-021-1/+1
* devtool.py: Fix parsing of bitbake-layers' outputLeonardo Sandoval2016-06-021-5/+4
* buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval2016-06-021-1/+1
* selftest/devtool: Compare sets instead of arrays on AssertEqualLeonardo Sandoval2016-06-021-16/+16
* classes/lib: Complete transition to python3Richard Purdie2016-06-0229-91/+103
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-1/+4
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-2/+2
* qemurunner: convert data when working with socketEd Bartosh2016-06-021-2/+2
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-0215-57/+57
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-028-13/+13
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-0211-69/+78
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-023-6/+6
* recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2016-06-011-2/+4
* lib/oe/recipeutils: fix insertion of variable valuesPaul Eggleton2016-06-011-1/+1
* lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlinesPaul Eggleton2016-06-011-6/+11
* lib/oe/recipeutils: split out patch_recipe_lines()Paul Eggleton2016-06-011-5/+18
* lib/oe/package_manager.py: Add pkgpath to dict returned by package_infoMariano Lopez2016-05-301-17/+24
* oetest.py: Add support to copy unextracted packages for runtime testingMariano Lopez2016-05-301-0/+22
* oetest.py: Add extract_packages() to RuntimeTestContext classMariano Lopez2016-05-301-0/+70
* oetest.py: Add json file support to specify packages needed in runtime testsMariano Lopez2016-05-301-0/+37
* oeqa/utils/package_manager.py: Add get_package_manager()Mariano Lopez2016-05-301-0/+29
* oetest.py: Move getTests() outside loadTests() methodMariano Lopez2016-05-301-18/+18
* package_manager: no need to output Note: in bb.note() callsRoss Burton2016-05-221-8/+8
* meta: Update to modern exception syntaxRichard Purdie2016-05-215-6/+6
* meta/scripts: python3: rename file -> openRichard Purdie2016-05-212-4/+4
* meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2016-05-215-7/+7
* devtool: sdk-update: drop support for local updatesPaul Eggleton2016-05-211-3/+0
* lib/oe/rootfs: Fix DEBUGFS generation, without opensslAnders Darander2016-05-201-0/+2
* rootfs.py: Unify _log_check_warn() and _log_check_error()Peter Kjellerstedt2016-05-191-38/+14
* rootfs.py: Reduce spam from _log_check_warn()Peter Kjellerstedt2016-05-191-2/+9
* rootfs.py: Exclude lines in _log_check_warn() as wellPeter Kjellerstedt2016-05-191-4/+15
* rootfs.py: Use one way to exclude lines in _log_check_error()Peter Kjellerstedt2016-05-191-13/+12
* rootfs.py: Simplify the regular expression used in _log_check_warn()Peter Kjellerstedt2016-05-191-2/+2
* rootfs.py: Remove _log_check_error() from the RpmRootfs classPeter Kjellerstedt2016-05-191-26/+3
* Revert "rootfs.py: add more info to the warning message"Peter Kjellerstedt2016-05-191-1/+0
* oe-selftest: wic: add test_bmap test caseEd Bartosh2016-05-191-0/+8
* oetest.py: Use the real ExportTestContext in exported testsMariano Lopez2016-05-192-23/+19
* oetest.py: Add default pscmd to oeTestMariano Lopez2016-05-191-1/+3
* oeqa/runexported.py: Remove host dumperMariano Lopez2016-05-191-5/+0
* oeqa/oetest.py: Add class ExportTestContextMariano Lopez2016-05-191-14/+24
* 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