summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-29lib/bb/codeparser: ensure BufferedLogger respects target logging levelpaule/codeparser-logPaul Eggleton
2017-03-27main: Improve -v and -D option documentationDiana Thayer
2017-03-27tinfoil: enable client-side logger handling by defaultPaul Eggleton
2017-03-27lib/bb/msg: introduce logger_create() functionPaul Eggleton
2017-03-27fetch2/git: prevent recursion on getting latest revisionPaul Eggleton
2017-03-22bitbake-diffsigs: Add debug supportPeter Kjellerstedt
2017-03-22bitbake-dumpsig: Add debug supportPeter Kjellerstedt
2017-03-22bitbake-dumpsig: Allow recipe and task to be specifiedPeter Kjellerstedt
2017-03-22cooker.py: use correct multiconfig prefix in dependency graphPatrick Ohly
2017-03-21data/cooker: Sort output data shown by -eRichard Purdie
2017-03-21fetch/git: fix FetchError referenceChristopher Larson
2017-03-21fetch/git: drop pointless os.path.join, workdir=Christopher Larson
2017-03-21fetch/git: kill pointless quotes around single % argsChristopher Larson
2017-03-21fetch/git: use enumerate for ud.namesChristopher Larson
2017-03-21data.py: sort exported variablesJuro Bystricky
2017-03-21lib/bb/tests/codeparser: update expand syntax in commentJoshua Lock
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-03-01bitbake-user-manual: Added "path_spec" parameter to SVN FetcherScott Rifenbark
2017-03-01bitbake-user-manual: Rewrite dependency dot file generationScott Rifenbark
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-19bitbake-layers: Handle exception raised bytinfoil.prepare()Aníbal Limón
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-19doc: Replace depexp UI with taskexp and cleanup UI listsRichard Purdie
2017-02-13ui: Replace depexp with taskexpRichard Purdie