summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie2011-02-161-1/+2
* bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie2011-02-161-0/+2
* bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie2011-02-151-0/+2
* bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie2011-02-151-0/+1
* bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie2011-02-151-0/+6
* bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie2011-02-151-2/+2
* process.py: Avoid deprecation warningRichard Purdie2011-02-141-4/+4
* bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie2011-02-131-2/+2
* fetch2: unpack revisionMark Hatle2011-02-122-39/+65
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-119-17/+33
* bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie2011-02-111-1/+9
* bitbake/fetch2: Fix patch merge errorRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie2011-02-111-0/+3
* bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie2011-02-111-0/+4
* bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie2011-02-111-2/+4
* bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie2011-02-111-4/+5
* bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie2011-02-111-1/+5
* bitbake: Remove bad commit hunk from old cvs fetcherRichard Purdie2011-02-101-11/+0
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-106-0/+74
* Export KRB5CCNAME variableJavier Martin2011-02-102-1/+2
* Fix comparison with SRCREVINACTION constantJavier Martin2011-02-101-1/+1
* persist_data: kill unreachable break lineChris Larson2011-02-101-1/+0
* bitbake-layers: fix bug with env vars leaking inChris Larson2011-02-101-0/+1
* cache: fix docstring usageChris Larson2011-02-101-7/+2
* Add initial bitbake-layers scriptChris Larson2011-02-101-0/+153
* persist_data: loop on database lock for table creationChris Larson2011-02-101-2/+2
* bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie2011-02-101-11/+11
* image-swab: Convert to attach strace to the process to obtain the required sw...Richard Purdie2011-02-101-8/+0
* bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie2011-02-091-1/+1
* fetch2: Add SRPM knowledgeMark Hatle2011-02-081-24/+38
* bitbake/utils.py: add glob name matching to removeSaul Wold2011-02-081-8/+9
* bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie2011-02-081-2/+5
* bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie2011-02-081-12/+21
* bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie2011-02-081-13/+15
* bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie2011-02-081-3/+5
* bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie2011-02-081-4/+4
* bitbake/fetch2/git: Fix broken variable referenceRichard Purdie2011-02-081-1/+1
* bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie2011-02-081-1/+2
* fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold2011-02-071-42/+44
* fetch2: add runfetchcmd to import for fetchersSaul Wold2011-02-076-2/+15
* bitbake/fetch2:Fetch Make using the fn based cache optionalRichard Purdie2011-02-071-3/+4
* bitbake/fetch2: Fix pickling issues with fetcher exceptionsRichard Purdie2011-02-071-14/+21
* bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballsRichard Purdie2011-02-071-16/+21
* bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie2011-02-075-83/+67
* bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse lo...Richard Purdie2011-02-071-5/+9
* bitbake/fetch2: Match Fetcher log domain to that in bb.msgRichard Purdie2011-02-071-1/+1
* bitbake:__init__.py: Fix debug log level handling to correct debug outputRichard Purdie2011-02-071-1/+1
* bitbake: event/build: Drop stdout specific handling for python messages as th...Richard Purdie2011-02-072-11/+0
* bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie2011-02-071-1/+1
OpenPOWER on IntegriCloud