summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* package_manager: Fix multilib package arch ordering issuesRichard Purdie2016-06-211-8/+4
* oe/distro_check.py: Fixes for python3Aníbal Limón2016-06-121-48/+34
* lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval2016-06-121-1/+1
* selftest/testexport.py: Add test test_testexport_basicMariano Lopez2016-06-071-0/+44
* testexport.bbclass: Add support for testexport-tarballMariano Lopez2016-06-071-1/+34
* oetest.py: Add install/uninstall functionality for DUTsMariano Lopez2016-06-071-0/+74
* lib/oeqa/otest.py: Fix import tests from other layers with python3Mariano Lopez2016-06-073-6/+2
* oe/lib/pacakge_manager.py: Update missing pipeline decodingMariano Lopez2016-06-071-2/+2
* lib/oe/package_manager: adapt for Python 3Ross Burton2016-06-051-2/+2
* lib/oe/buildhistory_analysis: fix for Python 3Joshua Lock2016-06-031-10/+10
* testexport.bbclass: Update to use python3Mariano Lopez2016-06-031-1/+1
* 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