diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-22 14:02:37 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-22 10:38:15 -0800 |
commit | 53aff7d6775eb1c2c8f419f325b91c062d85eed5 (patch) | |
tree | 295959086735ab12391444999e8a5dd9ca68d44a /meta/conf/distro/poky.conf | |
parent | 836b290732b67ff3de27229f85290c953327f345 (diff) | |
download | poky-53aff7d6775eb1c2c8f419f325b91c062d85eed5.tar.gz |
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>
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 09e02b8b1d..dcb21f7e4a 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -139,7 +139,6 @@ COMMERCIAL_QT ?= "" | |||
139 | 139 | ||
140 | 140 | ||
141 | require conf/distro/include/world-broken.inc | 141 | require conf/distro/include/world-broken.inc |
142 | require conf/distro/include/distro_tracking_fields.inc | ||
143 | 142 | ||
144 | # Setup our hash policy | 143 | # Setup our hash policy |
145 | BB_SIGNATURE_HANDLER = "basic" | 144 | BB_SIGNATURE_HANDLER = "basic" |