summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2012-01-06cooker: user bb.configuration.data to inject eventsDongxiao Xu
2012-01-05cooker.py: Add missing BB_WORKERCONTEXT conditionalsRichard Purdie
2012-01-05cooker.py: Convert a bb.data.expand refernce to the updated syntaxRichard Purdie
2011-12-01cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10cooker.py: Ensure only one copy of bitbake executes at onceRichard Purdie
2011-09-19cooker.py: Fix key expansion issues in showVersionsRichard Purdie
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-08-12bb/command|cooker: refactor the reparseFiles logicJoshua Lock
2011-08-11bitbake: Fix -e when used with -b optionRichard Purdie
2011-08-10bb/cooker: only emit ConfigFilePathFound for files which were parsedJoshua Lock
2011-08-04bb/cooker: mark parsed conf files as potential cache invalidatorsJoshua Lock
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-26cooker: populate rdepends-pkg in generatePkgDepTreeDataJoshua Lock
2011-07-26cooker: only append files onceJoshua Lock
2011-07-26command|cooker: Add reparseFiles commandJoshua Lock
2011-07-26data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock
2011-07-25bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock
2011-07-25bitbake/cooker: show a warning when -b is specifiedPaul Eggleton
2011-07-21Remove unused target tree data for HobLiping Ke
2011-07-14cooker: only return *Found events if something was actually foundJoshua Lock
2011-07-08bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu
2011-07-07cache.py: Ensure additional .bbappend files are accounted forRichard Purdie
2011-07-05bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...Dexuan Cui
2011-07-05bitbake/cooker: implement layer dependencies, make priority optionalPaul Eggleton
2011-07-05bitbake: track 'overlayed' recipesPaul Eggleton
2011-07-01bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock
2011-07-01cooker: switch to new universe target rather than worldJoshua Lock
2011-07-01cooker: remove code duplication in non trivial functionsJoshua Lock
2011-07-01cooker|command|event: add new command findFilesMatchingInDirJoshua Lock
2011-07-01command|cooker|event: add findConfigFilePath commandJoshua Lock
2011-07-01cooker: add generic method to locate configuration filesJoshua Lock
2011-07-01command|cooker: allow generating targets tree for specified pkgsJoshua Lock
2011-06-15make exception handling syntax consistentScott Garman
2011-06-10bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-06-09track skipped packagesPaul Eggleton
2011-06-09Drop psyco supportRichard Purdie
2011-06-08cooker.py: Drop duplicate parseCommandLine callRichard Purdie
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-06-08cooker/process.py: Move profiling code to a place it can be reused by differe...Richard Purdie
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-06-07universe target: add a new target to collect all recipe targetsSaul Wold
2011-06-02cooker: handle ExpansionError the same way we do ParseErrorChris Larson
2011-06-02Merge remote branch 'github/exceptions'Chris Larson
2011-06-01bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie
2011-05-27bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie