]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKE
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 13 Jan 2017 13:12:46 +0000 (15:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:46 +0000 (22:45 +0000)
Inlude values of BB_NUMBER_THREADS and PARALLEL_MAKE in the metadata.

[YOCTO #10590]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/metadata.py

index 08d81989357580311d0f71dafc2c87cebe53c027..cb81155e5474c89d334b52602c9acd130405f56c 100644 (file)
@@ -29,7 +29,7 @@ def metadata_from_bb():
 
         Data will be gathered using bitbake -e thanks to get_bb_vars.
     """
-    metadata_config_vars = ('MACHINE')
+    metadata_config_vars = ('MACHINE', 'BB_NUMBER_THREADS', 'PARALLEL_MAKE')
 
     info_dict = OrderedDict()
     hostname = runCmd('hostname')