Lines Matching refs:subsystem_name

37   subsystem_name = "{}"
73 subsystem_name = "{2}"
112 subsystem_name, target_arch, overrided_components):
120 self._subsystem_name = subsystem_name
129 self._parsing_config(self._part_name, part_config, subsystem_name)
275 _info['subsystem_name'] = self._subsystem_name
342 def _parsing_config(self, part_name, part_config, subsystem_name):
356 parts_definition = PART_TEMPLATE.format(part_name, subsystem_name,
380 subsystem_name)
404 config_output_dir, variant_toolchains, subsystem_name,
415 self._subsystem_name = subsystem_name
597 subsystem_name = None
610 if not is_thirdparty_subsystem and subsystem_name and _subsystem_name != subsystem_name:
629 subsystem_name = _subsystem_name
636 subsystem_config['subsystem'] = subsystem_name
641 def compare_subsystem_and_component(subsystem_name, components_name, subsystem_components_whitelist_info,
650 if subsystem_name in list(part_subsystem_component_info.values()):
652 if subsystem_name == components_name:
654 name = subsystem_name
655 message = "find subsystem {} failed, please check it in {}.".format(subsystem_name, parts_config_path)
688 subsystem_name = subsystem_part_list[0]
691 if subsystem_name is None or components_name is None:
692 print("Warning: subsystem_name or components_name is empty, please check it in {}.".format(
696 compare_subsystem_and_component(subsystem_name, components_name, subsystem_components_whitelist_info,
726 component["subsystem"] = item.get("subsystem_name")
859 _sub_name = _info.get('subsystem_name')
898 for subsystem_name, build_config_info in subsystem_info.items():
903 variant_toolchains, subsystem_name,
911 if subsystem_name == 'xts' and build_xts is False:
924 subsystem_parts[subsystem_name] = build_loader.parts_name_list()