summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache_extra.py
Commit message (Collapse)AuthorAgeFilesLines
* Introduce extra cache class for image creatorLiping Ke2011-06-071-0/+54
Extra RecipeInfo will be all defined in this file. Currently, Only Hob (Image Creator) Requests some extra fields. So HobRecipeInfo is defined. It's named HobRecipeInfo because it is introduced by 'hob'. Users could also introduce other RecipeInfo or simply use those already defined RecipeInfo. In the following patch, this newly defined new extra RecipeInfo will be dynamically loaded and used for loading/saving the extra cache fields. (Bitbake rev: 75d9add923560af9fdd772a363c68337d2c9a97d) Signed-off-by: Liping Ke <liping.ke@intel.com>