summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake-worker: import needed signal moduleValentin Popa2013-07-311-0/+1
* bitbake: fetch2: fix unpack of .xz filesAndré Draszik2013-07-311-1/+1
* bitbake: bitbake: runqueue: add warning if invalidating invalid taskPetter Mabäcker2013-07-291-0/+3
* bitbake: hob: sstatemirror is standard also for file://.* regexCristiana Voicu2013-07-291-2/+2
* bitbake: hob: changed the split of SSTATE_MIRRORS variableCristiana Voicu2013-07-291-10/+3
* bitbake: providers.py: print a debug message for dynamic pacakgeRobert Yang2013-07-291-0/+1
* bitbake: HOB:Proper handle of SIGINTValentin Popa2013-07-051-0/+9
* bitbake: hob: save button from settings called a nonexisting methodCristiana Voicu2013-07-032-3/+5
* bitbake: cookerdata: Improve message if BBPATH is unset and bblayers.conf not...Richard Purdie2013-06-281-1/+6
* bitbake: bitbake: python funcname can not include special character @Li Wang2013-06-271-1/+1
* bitbake: bitbake: adding a new comment should be placed on a new lineCristiana Voicu2013-06-271-1/+1
* bitbake: data_smart: Fix bug with overrides and weak default valuesRichard Purdie2013-06-211-5/+12
* bitbake: data_smart: Ensure variable flags are accounted for in config data hashRichard Purdie2013-06-211-0/+6
* bitbake: hob: save variables in conf/ directoryCristiana Voicu2013-06-201-30/+34
* bitbake: hob: replace the init cooker with reset in order to keep the historyCristiana Voicu2013-06-201-3/+2
* bitbake: bitbake: call the initConfiguration when reparsingCristiana Voicu2013-06-202-3/+7
* bitbake: cooker: Ensure configuration matches variable tracking stateRichard Purdie2013-06-201-0/+2
* bitbake: build.py: Cleanup data store referencesRichard Purdie2013-06-201-22/+22
* bitbake: bitbake: remove the function for reparse because it does nothingCristiana Voicu2013-06-202-11/+0
* bitbake: Correct a typoPeter Kjellerstedt2013-06-201-1/+1
* bitbake: Allow checksums to be used for files retrieved using SFTPPeter Kjellerstedt2013-06-201-2/+2
* bitbake: hob: check if imageconfiguration page has the attribute 'warnings_bar'Cristiana Voicu2013-06-201-1/+2
* bitbake: bitbake & hob: modify some commands and call them from hobCristiana Voicu2013-06-202-3/+15
* bitbake: hob: remove the rest of the old template functionalityCristiana Voicu2013-06-202-294/+18
* bitbake: fetch2: Enhance error message for BB_NO_NETWORKRichard Purdie2013-06-201-1/+1
* bitbake: runqueue/build: Add recideptask flagRichard Purdie2013-06-202-0/+12
* bitbake: bitbake: read BBSERVER environement for remote serverAlexandru DAMIAN2013-06-171-0/+9
* bitbake: knotty, bitbake: add option to terminate a remote serverAlexandru DAMIAN2013-06-172-0/+7
* bitbake: knotty, xmlrpc: add observer-only modeAlexandru DAMIAN2013-06-175-22/+49
* bitbake: utils: Fix multiprocessing pool referenceRichard Purdie2013-06-141-1/+1
* bitbake: compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie2013-06-144-1068/+15
* bitbake: runqueue: Improve handling of failing setscene tasks with hard depen...Richard Purdie2013-06-141-3/+7
* bitbake: xmlrpc: removes the event servers controllerAlexandru DAMIAN2013-06-141-59/+0
* bitbake: bitbake: Add event mask flag supportBogdan Marinescu2013-06-143-8/+20
* bitbake: bitbake: Update version to 1.19.1Richard Purdie2013-06-142-2/+2
* bitbake: bitbake: Bump minimum python version to 2.7.3Richard Purdie2013-06-141-2/+2
* bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie2013-06-144-3/+12
* bitbake: runqueue: Spawn a separate worker for fakeroot tasksRichard Purdie2013-06-141-17/+58
* bitbake: runqueue: Abstract the start and teardown worker functionsRichard Purdie2013-06-141-17/+31
* bitbake: runqueue: Move the bitbake-worker execution to a higher levelRichard Purdie2013-06-141-59/+55
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-146-190/+492
* bitbake: fetch2: Fix AUTOINC handlingRichard Purdie2013-06-142-4/+4
* bitbake: Add missing file that went out of syncRichard Purdie2013-06-121-0/+0
* bitbake: bitbake-layers: fix for move of data object to cookerPaul Eggleton2013-06-101-4/+4
* bitbake: tinfoil: fix for move of data attribute to cookerPaul Eggleton2013-06-101-1/+1
* bitbake: lib/bb/cache.py: invalidate cache when file checksum entry no longer...Paul Eggleton2013-06-071-0/+9
* bitbake: cooker: Split data from configurationRichard Purdie2013-06-073-88/+88
* bitbake: bitbake: Improve remote server handlingAlexandru DAMIAN2013-06-071-2/+3
* bitbake: xmlrpc: Allow server to remain memory residentAlexandru DAMIAN2013-06-071-11/+9
* bitbake: bitbake server: create common server infrastructureAlexandru DAMIAN2013-06-073-72/+141