summaryrefslogtreecommitdiffstats
path: root/meta/classes/distrodata.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* utility-tasks.bbclass: Move distro related tasks to distrodata.bbclassDongxiao Xu2010-11-221-0/+440
| | | | | | | | | | | Most of the d.keys() used in file parsing are variables in distro_tracking_fields.inc, which are not used in normal build. Therefore remove the inclusion of distro_tracking_fields.inc from poky.conf. Besides, move distro related tasks to distrodata.bbclass, which includes that tracking field file. By this change, the file parsing time could save about 25%. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distrodata: Modify Distro tracking spreadsheetSaul Wold2010-10-151-9/+50
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro data: Update distro data tracking dataSaul Wold2010-09-171-2/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* DistroData: add eventhandler to correctly setup log fileSaul Wold2010-09-021-8/+24
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* DistroData: Cleanup Version numbers and add DistroData ParserSaul Wold2010-08-171-0/+158
Signed-off-by: Saul Wold <Saul.Wold@intel.com>