summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-11-14persist_data: increase the SQLite connection timeoutJoshua Lock
2011-05-06goggle: exit quietly on ^CChris Larson
2011-05-06bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-05-06bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-05-06utils: fix typo in lockfileChris Larson
2011-05-06bitbake docs: use dblatex to build the pdf bitbake manualDarren Hart
2011-05-06bitbake: correct typo in ??= documentationDarren Hart
2011-05-04git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-05-04lockfile: ask for forgiveness, not permissionChris Larson
2011-05-04bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-03-15bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-03-14bitbake/xmlrpc: only use BBTransport for affected Python versionsJoshua Lock
2011-03-14bitbake/bitbake-layers: fix to run with recent changesJoshua Lock
2011-03-14bitbake/hob: fix cancel buttonJoshua Lock
2011-03-14bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-03-09bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-03-08bitbake/fetch2: Allow local file:// urls to be found on mirrorsbernard-5.0rc2Richard Purdie
2011-03-03bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-03-03build: add missing newlineChris Larson
2011-03-03build: switch to old cwd handlingChris Larson
2011-02-28bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie
2011-02-25bitbake/hob: only show one progress dialog when changing machineJoshua Lock
2011-02-25bitbake/utils.py: Only try and add read access to a file if we don't have itRichard Purdie
2011-02-25bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie
2011-02-25bitbake/codeparser: fix raising of ShellSyntaxErrorJoshua Lock
2011-02-24bitbake/cache: bump cache version after recent changesJoshua Lock
2011-02-24bitbake/progress: make progress dialog modal for parent windowJoshua Lock
2011-02-24bitbake: Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock
2011-02-24bitbake/cooker: don't drop possible_world ref countJoshua Lock
2011-02-24bitbake/progress: add method to pulse the progress barJoshua Lock
2011-02-24bitbake/crumbs: update documentation headerJoshua Lock
2011-02-24bitbake/event: fix some whitespace issuesJoshua Lock
2011-02-24bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock
2011-02-24bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-02-24bitbake/cooker: reduce code duplicationJoshua Lock
2011-02-24bitbake/cooker: add generateTargetsTree methodJoshua Lock
2011-02-24bitbake: implement command to find configuration files for a config variableJoshua Lock
2011-02-24bitbake: implement command to get all possible targets and their dependenciesJoshua Lock
2011-02-24bitbake/cache: store a list of inherited files in the cacheJoshua Lock
2011-02-24bitbake/server/none: fix getEvent() to return eventsPaul Eggleton
2011-02-24bitbake/server/none: remove leftover XMLRPC bits from none serverPaul Eggleton
2011-02-23bitbake/build.py: Fix TaskFailed parametersRichard Purdie
2011-02-23bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie
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