summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* Allow for simultaneous do_rootfs tasks with rpmuninative-1.3Stephano Cetola2016-08-121-3/+14
* terminal: Add sleep in pid-monitor loopJacob Kroon2016-08-101-0/+2
* lib/oe/recipeutils: fix patch_recipe*() with empty inputPaul Eggleton2016-07-261-1/+1
* classes/populate_sdk_ext: filter sstate within the extensible SDKPaul Eggleton2016-07-261-2/+20
* classes/populate_sdk_ext: allow including toolchain in eSDK on installPaul Eggleton2016-07-261-2/+3
* lib/oe/path: Fix tar invocation with --no-recursionClemens Lang2016-07-261-1/+1
* lib/oe/gpg_sign: fix output in error pathsRoss Burton2016-07-261-3/+2
* package_manager.py: Avoid installing an empty package listMark Hatle2016-07-211-0/+3
* buildhistory-diff: reduce PKGR noiseEd Bartosh2016-07-211-0/+18
* image: add do_image_qa task to run QA checks on the constructed imageJoshua Lock2016-07-201-0/+13
* devtool: add finish subcommandPaul Eggleton2016-07-201-1/+56
* devtool: upgrade: record original recipe filesPaul Eggleton2016-07-201-1/+3
* lib/oe/recipeutils: fix a few issues in find_layerdir()Paul Eggleton2016-07-201-2/+4
* oe/lib/package: handle shlibs files disappearingRoss Burton2016-07-201-1/+6
* lib/oe/patch: handle encoding differences in patch filesPaul Eggleton2016-07-121-43/+57
* terminal: Drop gnome-terminal --disable-factory workaroundsRichard Purdie2016-07-081-8/+1
* terminal: Fix gnome-terminal to work with recent versionsRichard Purdie2016-07-081-1/+22
* lib/oe/path: remove oe.path.check_outputRoss Burton2016-07-081-45/+4
* lib/oe/sstatesig: print locked sigs file message only when explicitly calledPaul Eggleton2016-07-081-6/+4
* classes/image: implement progress support for do_rootfsPaul Eggleton2016-07-081-13/+88
* lib/oe/package_manager: keep platform_extra and default_platform_extra lists ...Bill Randle2016-07-011-6/+7
* package_manager.py: specify tmpdir for opkgChen Qi2016-06-231-1/+1
* 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
* 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
* distro_check.py: Don't mix tabs and spacesJussi Kukkonen2016-06-021-2/+2
* buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval2016-06-021-1/+1
* classes/lib: Complete transition to python3Richard Purdie2016-06-0214-54/+47
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-1/+4
* scripts: Fix deprecated dict methods for python3Ed 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-0213-28/+28
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-025-9/+9
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-024-51/+53
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-023-6/+6
* 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
* package_manager: no need to output Note: in bb.note() callsRoss Burton2016-05-221-8/+8
* meta: Update to modern exception syntaxRichard Purdie2016-05-213-3/+3
* meta/scripts: python3: rename file -> openRichard Purdie2016-05-212-4/+4
* meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2016-05-212-2/+2
* 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