]> code.ossystems Code Review - openembedded-core.git/commit
utility-tasks.bbclass: Move distro related tasks to distrodata.bbclass
authorDongxiao Xu <dongxiao.xu@intel.com>
Mon, 22 Nov 2010 06:02:37 +0000 (14:02 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 22 Nov 2010 18:38:15 +0000 (10:38 -0800)
commit53aff7d6775eb1c2c8f419f325b91c062d85eed5
tree295959086735ab12391444999e8a5dd9ca68d44a
parent836b290732b67ff3de27229f85290c953327f345
utility-tasks.bbclass: Move distro related tasks to distrodata.bbclass

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>
meta/classes/distrodata.bbclass
meta/classes/utility-tasks.bbclass
meta/conf/distro/poky.conf