Home
last modified time | relevance | path

Searched refs:target_os (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py32 def check_elf(self, path, target_os=None, target_arch=None): argument
40 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]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/
H A D0001-Remove-check_build_deps-build-steps.patch64 - target_cpu != host_cpu || target_os != host_os || target_triplet != ""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb97 ARGS=$ARGS" target_os=\"linux\""
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass337 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')
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py39 self.target_os = bb_vars['TARGET_OS']