summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/__init__.py: let try_mirror_url return correct valueRobert Yang2014-05-061-1/+1
* bitbake: fetch2: Fix mirror repo tarball creationRichard Purdie2014-05-061-1/+1
* bitbake: bitbake: fetch2/git: Anchor names when using ls-remoteRichard Purdie2014-04-191-2/+2
* bitbake: fetch2: Don't allow '/' in user:pass, fix branch containing '@'Martin Jansa2014-02-172-2/+3
* bitbake: hob/hoblistmodel: check if vals of packages/recipes names are not NoneCristiana Voicu2014-01-081-2/+6
* bitbake: imagedetailspage: Fix crash with more than 15 layersRichard Purdie2014-01-021-1/+1
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2014-01-024-7/+34
* bitbake: data: Fix output inconsistencies for emit_varRichard Purdie2014-01-021-2/+2
* bitbake: runqueue/bitbake-worker: Fix dry run fakeroot issuesRichard Purdie2014-01-021-1/+1
* bitbake: bitbake: runqueue: Fix hole in setsceneverify skipped task logicRichard Purdie2013-12-111-2/+19
* bitbake: bitbake: build.py: add single-quotes around already-expanded directo...Peter Seebach2013-12-111-1/+1
* bitbake: bitbake: fetch2: Fix handling of SCM mirrors in MIRRORSRichard Purdie2013-12-111-0/+4
* bitbake: bitbake: monitordisk: lower inode check warning to noteOlof Johansson2013-12-111-1/+1
* bitbake: bitbake: cooker/command: Add error state for the server and use for ...Richard Purdie2013-12-112-1/+4
* bitbake: perforce: Fix path subdirectory issuesRichard Purdie2013-12-031-1/+1
* bitbake: fetch/hg: Improve user/password handlingVolker Vogelhuber2013-12-031-2/+8
* bitbake: fetch2/svn.py: use log instead of info to retrieve revisionNicolas Dechesne2013-12-031-6/+8
* bitbake: hob: change tooltip for live imagesCristiana Voicu2013-10-071-1/+4
* bitbake: bitbake: replace comment added in conf filesCristiana Voicu2013-10-071-1/+1
* bitbake: xmlrpc: Show a better error message for connection failuresRichard Purdie2013-10-071-3/+6
* bitbake: bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu2013-10-075-3/+69
* bitbake: HOB: MACHINE should be saved in conf files using ?=Valentin Popa2013-10-073-9/+17
* bitbake: utils: use logger.warn instead of print in copyfileRoss Burton2013-10-071-5/+5
* bitbake: lib/bb/monitordisk.py: fix spelling in error textErik Botö2013-10-021-2/+2
* bitbake: HOB: Busy cursor when saving configurationValentin Popa2013-09-302-0/+18
* bitbake: bitbake: Update to version 1.20.0Richard Purdie2013-09-241-1/+1
* bitbake: tests/data: Whitespace in key names is a really bad ideaRichard Purdie2013-09-221-15/+15
* bitbake: data_smart: Variable references don't contain newlines, spaces or tabsRichard Purdie2013-09-221-1/+1
* bitbake: hob: populate "Save image" dialog when saving changes to a custom im...Cristiana Voicu2013-09-221-0/+8
* bitbake: build: Add BB_TASK_NICE_LEVEL to task codeRichard Purdie2013-09-221-0/+8
* bitbake: bitbake: runqueue: add task hash to Queue eventsAlexandru DAMIAN2013-09-221-0/+5
* bitbake: bitbake: event: adding generic event for metadata usageAlexandru DAMIAN2013-09-222-0/+11
* bitbake: bitbake: cooker, command: add a command to return global dataAlexandru DAMIAN2013-09-222-0/+24
* bitbake: bitbake: cooker: get extra information from recipe cacheAlexandru DAMIAN2013-09-223-22/+36
* bitbake: bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN2013-09-222-0/+12
* bitbake: bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN2013-09-222-1/+9
* bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN2013-09-228-19/+82
* bitbake: data_smart: Fix variable reference issuesRichard Purdie2013-09-182-5/+4
* bitbake: cooker: return a copy checkPackagesRichard Purdie2013-09-181-0/+3
* bitbake: Revert "bb.fatal: Raise a BBHandledException instead of exiting"Richard Purdie2013-09-171-1/+2
* bitbake: bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie2013-09-171-2/+1
* bitbake: data: Optimise flag exclusion list handlingRichard Purdie2013-09-171-5/+4
* bitbake: data: Optimise flag lookup in build_dependenciesRichard Purdie2013-09-171-2/+5
* bitbake: data: Optimise build_dependencies a littleRichard Purdie2013-09-171-11/+10
* bitbake: data_smart: Cache the fact a variable accesses another even if its u...Richard Purdie2013-09-171-1/+1
* bitbake: data_smart: Allow flags to use the expand cacheRichard Purdie2013-09-171-1/+3
* bitbake: data_smart: Allow expansion of flags in getVarFlagsRichard Purdie2013-09-171-2/+3
* bitbake: data_smart: Add explict None checksAlexandru DAMIAN2013-09-171-2/+2
* bitbake: data: Cache an list of export variablesRichard Purdie2013-09-172-1/+8
* bitbake: data: Use direct iteration, not keys()Richard Purdie2013-09-171-2/+2