mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user