Searched refs:target_os (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 94 not(any(target_os = "macos", target_os = "openbsd")) 99 not(any(target_os = "macos", target_os = "openbsd")) 104 any(target_os = "macos", target_os = "openbsd")
|
H A D | definitions.rs | 36 not(any(target_vendor = "apple", target_os = "windows")), 40 #[cfg_attr(target_os = "windows", link_section = ".CRT$XCU")]
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 35 def check_elf(self, path, target_os=None, target_arch=None): argument 43 if not target_os or not target_arch: 45 target_os, target_arch = output.strip().split(":") 47 machine_data = oe.elf.machine_dict(None)[target_os][target_arch]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rust-oe-selftest.patch | 66 #[cfg_attr(target_os = "emscripten", ignore)] 78 #[cfg_attr(target_os = "emscripten", ignore)] 274 #[cfg_attr(target_os = "emscripten", ignore)] 329 #[cfg_attr(target_os = "emscripten", ignore)] // no threads
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/ |
H A D | 0001-Remove-check_build_deps-build-steps.patch | 65 - target_cpu != host_cpu || target_os != host_os || target_triplet != ""
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/ |
H A D | perfetto.bb | 101 ARGS=$ARGS" target_os=\"linux\""
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | sstatetests.py | 39 self.target_os = bb_vars['TARGET_OS']
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 168 case $target_os in
|