Home
last modified time | relevance | path

Searched refs:target_config (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py169 …def run_test_sstate_cache_management_script(self, target, global_config=[''], target_config=[''], … argument
171 self.assertTrue(target_config)
172 …self.assertTrue(len(global_config) == len(target_config), msg='Lists global_config and target_conf…
184 for idx in range(len(target_config)):
186 self.append_recipeinc(target, target_config[idx])
190 if target_config[idx] == target_config[-1]:
194 if target_config[idx] == target_config[-1]:
198 self.remove_recipeinc(target, target_config[idx])
211 target_config = []
213 target_config.append('PR = "0"')
[all …]
H A Dbuildhistory.py28 …def run_buildhistory_operation(self, target, global_config='', target_config='', change_bh_locatio… argument
36 self.append_recipeinc(target, target_config)
40 self.remove_recipeinc(target, target_config)
43 …sg="Error expected for global config '%s' and target config '%s'" % (global_config, target_config))
H A Doescripts.py18 … self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
19 …self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, exp…
H A Dbuildoptions.py148 … self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
149 …self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, exp…
/OK3568_Linux_fs/kernel/drivers/net/
H A Dnetconsole.c166 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument
185 if (*target_config == '+') { in alloc_param_target()
187 target_config++; in alloc_param_target()
191 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()
886 char *target_config; in init_netconsole() local
890 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
891 nt = alloc_param_target(target_config); in init_netconsole()
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dmanualexecution.py40 def _get_available_config_options(self, config_options, test_module, target_config): argument
43 avail_config_options = config_options[test_module].get(target_config)