summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: tests/data: Add new data testsRichard Purdie2015-07-122-0/+93
* bitbake: data_smart: Fix appendVar/prependVarRichard Purdie2015-07-121-4/+2
* bitbake: data_smart: Fix data expansion cache issuesRichard Purdie2015-07-121-1/+1
* bitbake: data_smart: Fix keys() missing overridesRichard Purdie2015-07-121-0/+15
* bitbake: data_smart: Cache set(self.overrides)Richard Purdie2015-07-121-5/+9
* bitbake: data_smart: Improve override recursion handlingRichard Purdie2015-07-121-0/+6
* bitbake: data_smart: Tweak OVERRIDES value cache for performanceRichard Purdie2015-07-121-4/+12
* bitbake: data_smart: Seperate out the override cacheRichard Purdie2015-07-121-14/+41
* bitbake: data_smart: VariableHistory: Ignore override duplicates and overlap ...Richard Purdie2015-07-121-0/+5
* bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie2015-07-122-22/+28
* bitbake: data_smart: Move override handling to getVarRichard Purdie2015-07-121-70/+61
* bitbake: data_smart: Cache overrides and fix data storeRichard Purdie2015-07-121-8/+27
* bitbake: data_smart: Fix cache clearance problemsRichard Purdie2015-07-121-0/+4
* bitbake: data_smart: Improve override handlingRichard Purdie2015-07-121-96/+60
* bitbake: data_smart: Remove need for update_data callsRichard Purdie2015-07-121-4/+15
* bitbake: data_smart: Defer append/prepend handlingRichard Purdie2015-07-121-5/+22
* bitbake: fetch2/wget.py: checkstatus disable SSL cert validation.Aníbal Limón2015-07-121-2/+18
* bitbake: tests/fetch.py: FetchCheckStatusTest add cases for ftp and https.Aníbal Limón2015-07-121-1/+7
* bitbake: fetch2/wget.py: checkstatus fix using proxy handlerAníbal Limón2015-07-121-4/+16
* bitbake: tests/fetch.py: Add FetchCheckStatusTest tests.Aníbal Limón2015-07-121-0/+39
* bitbake: fetch2/wget.py: Add support of connection cache in checkstatus.Aníbal Limón2015-07-122-5/+138
* bitbake: fetch2/sftp: Set BatchMode=yes as argument to sftpOlof Johansson2015-07-121-1/+1
* bitbake: git.py: create a branch when checkoutRobert Yang2015-07-121-0/+7
* bitbake: cooker/taskdata: Make NoProvider errors non-fatal to -e/-g optionsRichard Purdie2015-07-122-7/+9
* bitbake: prserv/db: Document history modesRichard Purdie2015-07-121-0/+10
* bitbake: lib/bb: set up infrastructure for shell message functionsPaul Eggleton2015-07-122-10/+65
* bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón2015-07-094-13/+13
* bitbake: fetch2/__init__.py: Add FetchConnectionCache classAníbal Limón2015-07-091-0/+36
* bitbake: knotty.py: Make sure bitbake.lock is unlocked before exitingLeonardo Sandoval2015-07-091-0/+20
* bitbake: command.py: Unlock function included into CommandsSync classLeonardo Sandoval2015-07-091-0/+6
* bitbake: cooker.py: Lock/Unlock members function into BBCookerLeonardo Sandoval2015-07-091-3/+14
* bitbake: cooker: Improve DATE/TIME handlingRichard Purdie2015-07-081-3/+6
* bitbake: main: add skeleton documentation for the recipe:do_task syntaxRoss Burton2015-07-071-1/+1
* bitbake: fetch2: Checkout to correct ref begore init and update submodulesFelipe F. Tonello2015-07-071-0/+1
* bitbake: toaster: Fix build execution regressionMichael Wood2015-07-022-1/+2
* bitbake: toaster: runbuilds Fix incorrect variable nameMichael Wood2015-07-021-1/+1
* bitbake: toaster: Remove erroneously committed template includeMichael Wood2015-07-021-3/+0
* bitbake: toaster: Revert the addition of analysis project mode selectionMichael Wood2015-07-021-7/+8
* bitbake: toaster: Partial Revert "fixes after html5 compliance testing"Michael Wood2015-07-021-3/+2
* bitbake: codeparser: Add repr() methodsRichard Purdie2015-06-271-0/+5
* bitbake: codeparser: Allow empty functionsRichard Purdie2015-06-271-0/+3
* bitbake: bitbake: fetch2/hg.py: fix unpack error and mirror tarballRobert Yang2015-06-271-13/+66
* bitbake: fetch/perforce: Fix single file checkoutsRichard Purdie2015-06-271-1/+1
* bitbake: event: Handle recursive events and the data store betterRichard Purdie2015-06-261-2/+6
* bitbake: cooker: Fire BuildCompleted before finishing the commandRichard Purdie2015-06-261-2/+2
* bitbake: toaster: Add url pattern for backward compatibilityMichael Wood2015-06-261-0/+4
* bitbake: toaster: split orm app into it's own module and appMichael Wood2015-06-265-5/+3
* bitbake: toaster: bldcontrol Ignore toasterconf files in own directoriesMichael Wood2015-06-261-0/+2
* bitbake: toaster: Restore 'in project' filters to main tablesMichael Wood2015-06-261-2/+73
* bitbake: toaster: table.js fix filter visual indicator and interactionMichael Wood2015-06-261-15/+44