summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2017-03-21taskdata.py: include more information in error message about broken task dependsPatrick Ohly
2017-03-21bitbake-layers: fix layerindex-fetch for Python 3Paul Eggleton
2017-03-21data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-21tinfoil: fix override handling in remote datastoresPaul Eggleton
2017-03-16tests/data: Add inactive remove override testRichard Purdie
2017-03-15runqueue: minor typo fixAndre McCurdy
2017-03-11ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt
2017-03-11knotty: Remove extra whitespace after task progress barsPeter Kjellerstedt
2017-03-11runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-03-07toaster: resolve missing 'native[sdk]:' prefixesDavid Reyna
2017-03-03fetch2: pass --no-same-owner when extracting tar files compressed with 7-ZipAndre McCurdy
2017-03-03fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-03-03fetch2: add initial Amazon AWS S3 fetcherAndre McCurdy
2017-03-03fetch2: Allow whitespace only mirror entriesRichard Purdie
2017-02-28fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-24bitbake: Update version to 1.33.2Richard Purdie
2017-02-24lib/bb/utils: Add filter()Peter Kjellerstedt
2017-02-24wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin
2017-02-24process: stop bb.process.communicate mixing bytes and str return typesMike Crowe
2017-02-24lib/bb/fetch2: rewrite / to - in package namesAnders Darander
2017-02-24fetch2/__init__: handle @ in package namesAnders Darander
2017-02-19fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen
2017-02-19runqueue: Fix collapsed setscene dependency treeRichard Purdie
2017-02-19tinfoil: ensure PATH includes bitbake's bin directoryPaul Eggleton
2017-02-19fetch2: Add NFS Stale file exception handlingKhem Raj
2017-02-19fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19fetch2: Correct two examples of typo "revsion."Robert P. J. Day
2017-02-19cooker: detect malformed BBMASK expressions which begin with a separatorAndre McCurdy
2017-02-19cooker: Rewrite dependency dot file generationRichard Purdie
2017-02-13ui: Replace depexp with taskexpRichard Purdie
2017-02-13cooker.py: run sanity checks for multiconfigJuro Bystricky
2017-02-13bitbake: toaster: add wic.bmap support to toasterSujith H
2017-02-13toaster: move sqlite database to TOASTER_DIRbrian avery
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2017-02-07bitbake: Update version to 1.33.1Richard Purdie
2017-02-07fetch2/npm: fix handling of os fieldPaul Eggleton
2017-02-07fetch2/npm: handle items only in optionalDependenciesPaul Eggleton
2017-02-07lib/bb/build: add tasksbetween() functionPaul Eggleton
2017-01-27bitbake: Bump version to 1.33.0 (develoment version)Richard Purdie
2017-01-26build.py: avoid exception when function is not definedPatrick Ohly
2017-01-23lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón
2017-01-23bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón
2017-01-23bitbake-layers: show-appends: add optional argument to limit package listMatthew McClintock
2017-01-20data_smart: Fix unneeded variable manipulationRichard Purdie
2017-01-19runqueue.py: revised completion schedulerPatrick Ohly
2017-01-19build.py: add preceedtask() APIPatrick Ohly
2017-01-19fetch2: Avoid recursive errorsRichard Purdie
2017-01-19cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2017-01-19event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2017-01-19runqueue: Fix traceback when using -bRichard Purdie