aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-02-23bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-02-23bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie
2011-02-23bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-22bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie
2011-02-21bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...Richard Purdie
2011-02-21siggen: add bb.data, bb.parse importsChris Larson
2011-02-21uihelper: import bb.build, kill commented linesChris Larson
2011-02-21runqueue: simplify RunQueueStats.copyChris Larson
2011-02-21runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-02-18bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie
2011-02-16bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie
2011-02-16bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie
2011-02-15bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie
2011-02-15bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie
2011-02-15bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie
2011-02-15bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-02-14process.py: Avoid deprecation warningRichard Purdie
2011-02-13bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie
2011-02-12fetch2: unpack revisionMark Hatle
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-11bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie
2011-02-11bitbake/fetch2: Fix patch merge errorRichard Purdie
2011-02-11bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie
2011-02-11bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie
2011-02-11bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie
2011-02-11bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie
2011-02-11bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie
2011-02-11bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie
2011-02-10bitbake: Remove bad commit hunk from old cvs fetcherRichard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10Export KRB5CCNAME variableJavier Martin
2011-02-10Fix comparison with SRCREVINACTION constantJavier Martin
2011-02-10persist_data: kill unreachable break lineChris Larson
2011-02-10bitbake-layers: fix bug with env vars leaking inChris Larson
2011-02-10cache: fix docstring usageChris Larson
2011-02-10Add initial bitbake-layers scriptChris Larson
2011-02-10persist_data: loop on database lock for table creationChris Larson
2011-02-10bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie
2011-02-10image-swab: Convert to attach strace to the process to obtain the required sw...Richard Purdie
2011-02-09bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie
2011-02-08fetch2: Add SRPM knowledgeMark Hatle
2011-02-08bitbake/utils.py: add glob name matching to removeSaul Wold
2011-02-08bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie
2011-02-08bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie
2011-02-08bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie
2011-02-08bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie
2011-02-08bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie
2011-02-08bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-08bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-07fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold