Searched refs:target_os (Results 1 – 5 of 5) sorted by relevance
32 def check_elf(self, path, target_os=None, target_arch=None): argument40 if not target_os or not target_arch:42 target_os, target_arch = output.strip().split(":")44 machine_data = oe.elf.machine_dict(None)[target_os][target_arch]
64 - target_cpu != host_cpu || target_os != host_os || target_triplet != ""
97 ARGS=$ARGS" target_os=\"linux\""
337 target_os = d.getVar('HOST_OS')359 = oe.elf.machine_dict(d)[target_os][target_arch]363 (target_os == "linux-gnux32" or target_os == "linux-muslx32" or \364 target_os == "linux-gnu_ilp32" or re.match(r'mips64.*32', d.getVar('DEFAULTTUNE')))844 target_os = d.getVar('HOST_OS')
39 self.target_os = bb_vars['TARGET_OS']