aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2011-05-06build: in exec_func, mkdirhier ${T}Chris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
2011-05-06cooker: fix -b with BBCLASSEXTENDChris Larson
2011-05-05bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-05bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-05-05bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-05-05bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie
2011-05-03git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-05-03universe target: add a new target to collect all recipe targetsSaul Wold
2011-04-20bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-04-19bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-03-31bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie
2011-03-31runqueue: simplify fakeroot environment handlingChris Larson
2011-03-31More 'is' fixupsChris Larson
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-31codeparser: use ==, not 'is' to compare stringsChris Larson
2011-03-31bb.siggen: import osChris Larson
2011-03-31utils: fix typo in lockfileChris Larson
2011-03-31lockfile: ask for forgiveness, not permissionChris Larson
2011-03-31goggle: exit quietly on ^CChris Larson
2011-03-29bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-03-29Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie
2011-03-28bitbake/gcc: Enable a shared common source treeRichard Purdie
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/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 mirrorsRichard Purdie
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