summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Revert "fetch2: Adapt encode/decode url to use URI class"1.4_M4.rc11.4_M4.final1.4_M4Richard Purdie2013-02-191-17/+49
* bitbake: utils: Improve remove funciton to handle whitespaceRichard Purdie2013-02-191-2/+2
* bitbake: bitbake/fetch2: workaround urlparse in older python not support gitMatthew McClintock2013-02-191-0/+3
* bitbake: wget: Improve mkdir handlingRichard Purdie2013-02-191-2/+3
* bitbake: cooker: parse using bb.compat.PoolChristopher Larson2013-02-191-134/+27
* bitbake: fetch2: Add SFTP fetcherOlof Johansson2013-02-172-0/+131
* bitbake: fetch2: Add editor modelines for bb.tests.*Olof Johansson2013-02-175-0/+10
* bitbake: fetch2: Adapt encode/decode url to use URI classOlof Johansson2013-02-171-49/+17
* bitbake: fetch2: unittests for bb.fetch2.URI classOlof Johansson2013-02-171-0/+226
* bitbake: fetch2: Add a class representing a generic URIOlof Johansson2013-02-171-0/+194
* bitbake: fetch2: Remove unused code in wget fetcherOlof Johansson2013-02-171-5/+0
* bitbake: fetch2: Ensure directory for stampfile exists before trying to creat...Richard Purdie2013-02-151-0/+1
* bitbake: utils: Use rm -rf in remove()Richard Purdie2013-02-151-4/+7
* bitbake: hob: remove save/load template functionalityCristiana Voicu2013-02-154-89/+1
* bitbake: knotty.py: fix unknown event bb.event.DiskFullRobert Yang2013-02-151-1/+2
* bitbake: bitbake-layers: make show-cross-depends avoid long pathRobert Yang2013-02-151-8/+48
* bitbake: hob: remove parsing warnings when machine is changedCristiana Voicu2013-02-151-0/+7
* bitbake: hob: no sanity checks re-runCristiana Voicu2013-02-151-1/+0
* bitbake: monitordisk.py: disable the inode checking for some fsRobert Yang2013-02-151-1/+8
* bitbake: fetch2: Improve lock/done stamp file paths for local filesRichard Purdie2013-02-151-2/+9
* bitbake: bitbake & hob: reparse config files, when sanity check updates bblay...Cristiana Voicu2013-02-152-4/+14
* bitbake: fetch2: Ensure expansions happen in URL parameters in uri_replaceRichard Purdie2013-02-151-0/+2
* bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson2013-02-151-1/+24
* bitbake: tests/codeparser: Hack around circular inclusion problemRichard Purdie2013-02-151-0/+3
* bitbake: wget: Only use -O option when not spideringRichard Purdie2013-02-151-1/+2
* bitbake: codeparser: Track bb.utils.contains usageRichard Purdie2013-02-151-2/+3
* bitbake: codeparser: Track appendVar and prependVar calls as we do for getVarRichard Purdie2013-02-151-1/+1
* bitbake: Remove whitelisted vars from non-task depsChristopher Larson2013-02-141-4/+5
* bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie2013-02-141-1/+1
* bitbake: bitbake/utils: Improve environment handling to allow UIs access to o...Richard Purdie2013-02-112-8/+12
* bitbake: prserv/serv.py: Fix logging in daemon modeRichard Purdie2013-02-061-4/+16
* bitbake: bitbake: Always use separate process for PR ServiceRichard Purdie2013-02-062-23/+8
* bitbake: Update version to 1.17.0Richard Purdie2013-02-062-2/+2
* bitbake: fetch2: Remove broken git variables from the environmentDarren Hart2013-02-061-4/+4
* bitbake: fetch2: Export upper and lower case environment variablesDarren Hart2013-02-061-2/+7
* bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...Richard Purdie2013-02-062-26/+2
* bitbake: compat/utils: Add copy of python multiprocessing pool for pre 2.7.3 ...Richard Purdie2013-02-062-0/+695
* bitbake: bitbake: fetch2: Print the complete SRCREV variable name when INVALIDDarren Hart2013-02-051-2/+5
* bitbake: bitbake-layers: print the recipe's depends that crosses a layer boun...Robert Yang2013-01-311-0/+133
* bitbake: ssh.py: add example SRC_URIMartin Jansa2013-01-311-0/+6
* bitbake: ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa2013-01-311-0/+5
* bitbake: ssh: fix fetcherMartin Jansa2013-01-311-14/+7
* bitbake: hob: eliminate the "by recipe" grouping in the packages tableCristiana Voicu2013-01-312-182/+112
* bitbake: hob: Use a GtkTreeView to present and configure the sstate mirrorsCristiana Voicu2013-01-312-121/+204
* bitbake: tinfoil: support other fds, enable color supportChristopher Larson2013-01-311-3/+5
* bitbake: hob: small fixes to parsing warnings dialogCristiana Voicu2013-01-312-2/+5
* bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu2013-01-316-37/+153
* bitbake: cache.py: Drop support for BROKEN variableRichard Purdie2013-01-301-2/+1
* bitbake: build.py: Dump out performance data of individual tasksRichard Purdie2013-01-282-3/+18
* bitbake: utils.py: Add function for processing profile outputRichard Purdie2013-01-282-19/+21