From 53aff7d6775eb1c2c8f419f325b91c062d85eed5 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Mon, 22 Nov 2010 14:02:37 +0800 Subject: 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 --- meta/conf/distro/poky.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf') 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 ?= "" require conf/distro/include/world-broken.inc -require conf/distro/include/distro_tracking_fields.inc # Setup our hash policy BB_SIGNATURE_HANDLER = "basic" -- cgit 1.2.3-korg