summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: move release lookup from morty to pyroDavid Reyna2017-04-202-15/+15
* bitbake: lib/bb/command: fix overrides in remote datastores where there is no...Paul Eggleton2017-04-201-0/+3
* bitbake: bitbake: Update version to 1.34.0 for stable releaseRichard Purdie2017-04-191-1/+1
* bitbake: command.py: multiconfig support for findBestProviderJuro Bystricky2017-04-191-2/+8
* bitbake: lib/bb/{data, siggen}: Don't warn on SkipRecipe exceptionsNathan Rossi2017-04-122-0/+4
* bitbake: data_smart: Ensure _remove operations on newly set variables are cle...Richard Purdie2017-04-122-0/+8
* bitbake: toaster: fix SDK artifact captureDavid Reyna2017-04-112-3/+31
* bitbake: cache: prevent division-by-zero in load_cahefile()Markus Lehtonen2017-04-111-0/+4
* bitbake: toaster: fix add layer button for MachinesDavid Reyna2017-04-111-2/+2
* bitbake: toaster: Toaster filters are brokenDavid Reyna2017-04-111-1/+1
* bitbake: bitbake-diffsigs: colourise outputPaul Eggleton2017-04-101-28/+73
* bitbake: lib/bb/siggen: show word-diff for single-line values containing spacesPaul Eggleton2017-04-103-1/+257
* bitbake: lib/bb/siggen: add collapsed mode to compare_sigfiles()Paul Eggleton2017-04-101-23/+28
* bitbake: lib/bb/siggen: don't show unchanged runtaskdeps listPaul Eggleton2017-04-101-2/+6
* bitbake: lib/bb/siggen: show a diff when dumping changes to multi-line valuesPaul Eggleton2017-04-101-1/+11
* bitbake: lib/bb/siggen: add missing path separator to cleaned pathsPaul Eggleton2017-04-101-1/+1
* bitbake: toaster:test:Create selenium tests for project dashboard pageDavid Reyna2017-04-104-54/+421
* bitbake: toaster: toastergui: implement machine name validationBelal, Awais2017-04-102-1/+19
* bitbake: Bump version to 1.33.4Richard Purdie2017-04-101-1/+1
* bitbake: runqueue: Allow recrdeptask not to exist for all recipesRichard Purdie2017-04-101-0/+3
* bitbake: fetch/local: Drop FILESDIRRichard Purdie2017-04-051-9/+0
* bitbake: codeparser: add some commentsPaul Eggleton2017-04-051-0/+23
* bitbake: bitbake-selftest: add contains testsPaul Eggleton2017-04-051-0/+48
* bitbake: codeparser: improve handling of contains_any() and filter()Paul Eggleton2017-04-052-4/+9
* bitbake: lib/bb/data: fix dependency handling for contains and multiple valuesPaul Eggleton2017-04-051-4/+6
* bitbake: fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt2017-04-011-2/+13
* bitbake: bitbake: Bump version to 1.33.3Richard Purdie2017-03-311-1/+1
* bitbake: bb/utils: extend which() so it can look for just executablesRoss Burton2017-03-311-3/+12
* bitbake: wget: Fix handling of urls with user/passwordRichard Purdie2017-03-311-3/+2
* bitbake: tinfoil: improve get_recipe_file() exception textPaul Eggleton2017-03-311-2/+2
* bitbake: tinfoil: fix get_recipe_file() to return an error on invalid recipePaul Eggleton2017-03-311-1/+1
* bitbake: s3.py: Remove hardcoded awsElizabeth 'pidge' Flanagan2017-03-301-2/+4
* bitbake: lib/bb/codeparser: ensure BufferedLogger respects target logging levelPaul Eggleton2017-03-291-1/+2
* bitbake: fetch2: Ensure we don't have file downloads overwriting each otherRichard Purdie2017-03-291-1/+1
* bitbake: main: Improve -v and -D option documentationDiana Thayer2017-03-271-2/+13
* bitbake: tinfoil: enable client-side logger handling by defaultPaul Eggleton2017-03-271-1/+5
* bitbake: lib/bb/msg: introduce logger_create() functionPaul Eggleton2017-03-271-0/+15
* bitbake: fetch2/git: prevent recursion on getting latest revisionPaul Eggleton2017-03-271-8/+20
* 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