Home
last modified time | relevance | path

Searched refs:host_system (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Set-host_machine-correctly-when-building-with-mingw3.patch23 +if host_system == 'windows'
32 +if host_system != 'windows'
41 +if host_system == 'windows'
50 +if host_system != 'windows'
63 +if host_system == 'windows'
74 host_system = host_machine.system()
75 +if host_system == 'mingw32'
76 + host_system = 'windows'
79 if host_system == 'darwin'
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A D0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch47 -if enabled_loaders.contains('png') and host_system != 'windows'
48 +if enabled_loaders.contains('png') and host_system != 'windows' and not meson.is_cross_build()
/openbmc/openbmc/poky/meta/recipes-devtools/meson/
H A Dmeson_1.3.1.bb120 system = '$host_system'
128 host_system=${SDK_OS}
145 host_system=${HOST_OS}
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dusing.rst57 poky-glibc-host_system-image_type-arch-toolchain-release_version.sh
60 host_system is a string representing your development system:
H A Dappendix-obtain.rst43 ``poky-glibc-host_system-core-image-type-arch-toolchain[-ext]-release.sh``:
45 - ``host_system``: string representing your development system: ``i686`` or ``x86_64``
H A Dextensible.rst103 poky-glibc-host_system-image_type-arch-toolchain-ext-release_version.sh
106 host_system is a string representing your development system:
/openbmc/qemu/semihosting/
H A Dsyscalls.c484 static void host_system(CPUState *cs, gdb_syscall_complete_cb complete, in host_system() function
944 host_system(cs, complete, cmd, cmd_len); in semihost_sys_system()