summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-02bitbake: Fix handling of empty variables in local config filesRichard Purdie
2010-07-02Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-07-02cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer
2010-07-02Move a var definition in cooker.parse_nextChris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Search up the directory tree for bblayers.confChris Larson
2010-07-02Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-06-29bitbake: Move the logger initialization from cooker to utilsJeff Dike
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie
2010-03-25BBFILES: use a set to remove duplicates when collecting.Chris Larson
2010-03-22bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie
2010-03-22cooker: bail out early if no files to buildBernhard Reutner-Fischer
2010-03-22Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-01-22bitbake/cooker: Drop unneeded importRichard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-12-11bitbake/cooker.py: Fix handling of extra configuration filesRichard Purdie
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie
2009-07-29bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie
2009-05-12bitbake: Update to work without warnings with python 2.6Richard Purdie
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie
2008-10-17bitbake: Refactor the environment variable handlingRobert Bradford
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie
2008-05-19bitbake: Sync with upstreamRichard Purdie
2008-03-14bitbake: Update with changes from bitbake 1.8 branchRichard Purdie
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
2008-01-06cooker.py: Fix -g option breakage from previous commitsRichard Purdie
2008-01-06bitbake: Sync with bitbake upstream for various fixesRichard Purdie
2007-09-02bitbake: Update to latest bitbake-1.8 branchRichard Purdie
2007-08-23bitbake: use Psyco only on x86 (no support for other archs)Marcin Juszkiewicz
2007-08-20bitbake: Sync with 1.8.8 releaseRichard Purdie
2007-08-12bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie
2007-08-03bitbake: Update along 1.8 branchRichard Purdie
2007-05-31bitbake: Exit if parsing errors occurRichard Purdie
2007-05-22bitbake: Merge bugfixes from bitbake-1.8 svnRichard Purdie
2007-04-01bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie