Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs94 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 Ddefinitions.rs36 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 Dcase.py35 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 Drust-oe-selftest.patch66 #[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 D0001-Remove-check_build_deps-build-steps.patch65 - target_cpu != host_cpu || target_os != host_os || target_triplet != ""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb101 ARGS=$ARGS" target_os=\"linux\""
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py39 self.target_os = bb_vars['TARGET_OS']
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch168 case $target_os in