summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker.py: use correct multiconfig prefix in dependency graphPatrick Ohly2017-03-231-1/+1
* bitbake: data/cooker: Sort output data shown by -eRichard Purdie2017-03-222-2/+2
* bitbake: fetch/git: fix FetchError referenceChristopher Larson2017-03-221-1/+1
* bitbake: fetch/git: drop pointless os.path.join, workdir=Christopher Larson2017-03-221-2/+2
* bitbake: fetch/git: kill pointless quotes around single % argsChristopher Larson2017-03-221-5/+5
* bitbake: fetch/git: use enumerate for ud.namesChristopher Larson2017-03-221-2/+2
* bitbake: data.py: sort exported variablesJuro Bystricky2017-03-221-1/+1
* bitbake: lib/bb/tests/codeparser: update expand syntax in commentJoshua Lock2017-03-221-2/+2
* bitbake: taskdata.py: include more information in error message about broken ...Patrick Ohly2017-03-221-1/+1
* bitbake: bitbake-layers: fix layerindex-fetch for Python 3Paul Eggleton2017-03-221-1/+1
* bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton2017-03-224-20/+192
* bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton2017-03-224-12/+26
* bitbake: tests/data: Add inactive remove override testRichard Purdie2017-03-161-0/+7
* bitbake: runqueue: minor typo fixAndre McCurdy2017-03-151-1/+1
* bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt2017-03-131-4/+4
* bitbake: knotty: Remove extra whitespace after task progress barsPeter Kjellerstedt2017-03-131-3/+1
* bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock2017-03-133-0/+21
* bitbake: toaster: resolve missing 'native[sdk]:' prefixesDavid Reyna2017-03-071-0/+8
* bitbake: fetch2: pass --no-same-owner when extracting tar files compressed wi...Andre McCurdy2017-03-041-4/+4
* bitbake: fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy2017-03-042-3/+1
* bitbake: fetch2: add initial Amazon AWS S3 fetcherAndre McCurdy2017-03-032-2/+100
* bitbake: fetch2: Allow whitespace only mirror entriesRichard Purdie2017-03-031-1/+5
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-0115-26/+11
* bitbake: bitbake: Update version to 1.33.2Richard Purdie2017-03-011-1/+1
* bitbake: lib/bb/utils: Add filter()Peter Kjellerstedt2017-03-011-0/+24
* bitbake: wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin2017-03-011-1/+1
* bitbake: process: stop bb.process.communicate mixing bytes and str return typesMike Crowe2017-03-011-2/+2
* bitbake: lib/bb/fetch2: rewrite / to - in package namesAnders Darander2017-03-011-2/+3
* bitbake: fetch2/__init__: handle @ in package namesAnders Darander2017-03-011-1/+1
* bitbake: fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen2017-02-231-5/+5
* bitbake: runqueue: Fix collapsed setscene dependency treeRichard Purdie2017-02-191-1/+4
* bitbake: tinfoil: ensure PATH includes bitbake's bin directoryPaul Eggleton2017-02-191-0/+13
* bitbake: fetch2: Add NFS Stale file exception handlingKhem Raj2017-02-191-0/+12
* bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day2017-02-196-6/+6
* bitbake: fetch2: Correct two examples of typo "revsion."Robert P. J. Day2017-02-192-2/+2
* bitbake: cooker: detect malformed BBMASK expressions which begin with a separ...Andre McCurdy2017-02-191-0/+5
* bitbake: cooker: Rewrite dependency dot file generationRichard Purdie2017-02-191-53/+45
* bitbake: ui: Replace depexp with taskexpRichard Purdie2017-02-191-25/+9
* bitbake: cooker.py: run sanity checks for multiconfigJuro Bystricky2017-02-151-1/+2
* bitbake: bitbake: toaster: add wic.bmap support to toasterSujith H2017-02-151-1/+1
* bitbake: toaster: move sqlite database to TOASTER_DIRbrian avery2017-02-151-2/+1
* bitbake: lib: Drop now unneeded update_data callsRichard Purdie2017-02-155-25/+1
* bitbake: bitbake: Update version to 1.33.1Richard Purdie2017-02-071-1/+1
* bitbake: fetch2/npm: fix handling of os fieldPaul Eggleton2017-02-071-1/+6
* bitbake: fetch2/npm: handle items only in optionalDependenciesPaul Eggleton2017-02-071-0/+1
* bitbake: lib/bb/build: add tasksbetween() functionPaul Eggleton2017-02-071-0/+27
* bitbake: bitbake: Bump version to 1.33.0 (develoment version)Richard Purdie2017-01-271-1/+1
* bitbake: build.py: avoid exception when function is not definedPatrick Ohly2017-01-261-2/+2
* bitbake: lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón2017-01-231-0/+1
* bitbake: bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón2017-01-231-1/+3