Home
last modified time | relevance | path

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

/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.7.0.bb121 system = '$host_system'
129 host_system=${SDK_OS}
146 host_system=${HOST_OS}
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/
H A D0001-meson.build-do-not-force-disable-introspection-and-v.patch21 if host_system == 'windows'
/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()