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>
This commit is contained in:
Dongxiao Xu
2010-11-22 14:02:37 +08:00
committed by Saul Wold
parent 836b290732
commit 53aff7d677
3 changed files with 440 additions and 443 deletions

View File

@@ -139,7 +139,6 @@ COMMERCIAL_QT ?= ""
require conf/distro/include/world-broken.inc
require conf/distro/include/distro_tracking_fields.inc
# Setup our hash policy
BB_SIGNATURE_HANDLER = "basic"