| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | meson.build | 18 if host_machine.system() != 'linux' and host_machine.system() != 'solaris' 21 if host_machine.cpu() == 'sparc' 27 if host_machine.system() == 'linux' 50 elif host_machine.system() == 'solaris' 71 if host_machine.cpu_family() == 'sparc' 73 elif host_machine.cpu_family() == 'x86_64' 75 elif host_machine.cpu_family() == 'x86' 81 elif host_machine.system().endswith('bsd') 90 if host_machine.cpu_family() == 'x86_64' 92 elif host_machine.cpu_family() == 'x86' [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-Set-host_machine-correctly-when-building-with-mingw3.patch | 4 Subject: [PATCH] Set host_machine correctly when building with mingw32 23 -if host_machine.system() == 'windows' 32 -if host_machine.system() != 'windows' 37 @@ -434,7 +434,7 @@ if host_machine.system() != 'windows' 41 -if host_machine.system() == 'windows' 50 -if host_machine.system() != 'windows' 63 -if host_machine.system() == 'windows' 75 host_system = host_machine.system() 90 -if host_machine.system() != 'windows'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/ |
| H A D | 0001-meson.build-check-for-all-linux-host_os-combinations.patch | 30 …'netbsd', 'freebsd', 'gnu/kfreebsd', 'dragonfly', 'linux', 'sunos'].contains(host_machine.system()) 31 …= ['openbsd', 'netbsd', 'freebsd', 'dragonfly'].contains(host_machine.system()) or host_machine.sy… 39 -if ['linux', 'cygwin', 'gnu', 'freebsd', 'gnu/kfreebsd', 'haiku'].contains(host_machine.system()) 40 …in', 'gnu', 'freebsd', 'gnu/kfreebsd', 'haiku'].contains(host_machine.system()) or host_machine.sy… 42 elif host_machine.system() == 'sunos'
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | meson.build | 143 if host_machine.system() == 'windows' 155 if (host_machine.system() != 'darwin' and 156 host_machine.system() != 'windows') 158 build_xorg = (host_machine.system() != 'darwin' and 159 host_machine.system() != 'windows') 167 if (host_machine.system() != 'darwin' and 168 host_machine.system() != 'windows') 190 if (host_machine.system() != 'darwin' and 191 host_machine.system() != 'windows') 213 if (host_machine.system() == 'cygwin' or [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | meson.build | 35 if host_machine.endian() == 'little' 53 conf_data.set('HAS_APERTURE_DRV', host_machine.system() == 'openbsd') 71 conf_data.set('CONFIG_WSCONS', host_machine.system() == 'openbsd') 242 if host_machine.system() == 'freebsd' or host_machine.system() == 'dragonflybsd' 249 if host_machine.system() == 'kfreebsd' 255 if host_machine.system() == 'netbsd' 262 if host_machine.system() == 'openbsd' 331 xorg_data.set('WSCONS_SUPPORT', host_machine.system() == 'netbsd' or host_machine.system() == 'open… 334 if host_machine.system() == 'freebsd' or host_machine.system() == 'dragonflybsd' 335 if host_machine.cpu_family() == 'x86' or host_machine.cpu_family() == 'x86_64' [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | meson.build | 11 if host_machine.cpu() == 'i386' or host_machine.cpu() == 'x86_64'
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | 0003-vc4-add-meson-option-to-disable-optional-neon-suppor.patch | 46 -if host_machine.cpu_family() == 'arm' 47 +if host_machine.cpu_family() == 'arm' and get_option('gallium-vc4-neon') != 'disabled' 51 @@ -93,7 +93,7 @@ if host_machine.cpu_family() == 'arm'
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
| H A D | 0001-meson.build-Disable-libseccomp-for-all-archs.patch | 25 host_os = host_machine.system() 26 host_cpu = host_machine.cpu()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/ |
| H A D | 0001-Support-cross-builds-a-bit-better.patch | 43 -if host_machine.system() != 'windows' 44 +if host_machine.system() != 'windows' and not meson.is_cross_build()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | meson.build | 1 if host_machine.system() == 'linux'
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | meson.build | 22 if host_machine.system() == 'openbsd'
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | meson.build | 75 if host_machine.system() == 'cygwin' or host_machine.system() == 'windows'
|
| /OK3568_Linux_fs/external/linux-rga/cross/ |
| H A D | cross_file_arm32.txt | 8 [host_machine]
|
| H A D | cross_file_aarch64.txt | 8 [host_machine]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | probe-event.c | 69 static struct machine *host_machine; variable 84 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps() 90 host_machine = machine__new_host(); in init_probe_symbol_maps() 91 if (!host_machine) { in init_probe_symbol_maps() 104 machine__delete(host_machine); in exit_probe_symbol_maps() 105 host_machine = NULL; in exit_probe_symbol_maps() 113 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym() 141 sym = machine__find_kernel_symbol_by_name(host_machine, name, &map); in kernel_get_symbol_address_by_name() 153 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map() 161 pos = machine__kernel_map(host_machine); in kernel_get_module_map() [all …]
|
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | cross-compilation.conf.in | 36 [host_machine]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1-editing-services/ |
| H A D | 0001-Fix-gstreamer-validate-1.0-dependency-name.patch | 24 @@ -110,7 +110,7 @@ if host_machine.system() != 'windows'
|
| /OK3568_Linux_fs/buildroot/package/harfbuzz/ |
| H A D | 0001-meson.build-check-for-pthread.h.patch | 32 if host_machine.system() != 'windows'
|
| /OK3568_Linux_fs/buildroot/package/usbredir/ |
| H A D | 0001-meson-add-tests-option.patch | 20 @@ -106,7 +106,9 @@ if host_machine.system() != 'windows'
|
| H A D | 0002-meson-add-stack_protector-option.patch | 29 if host_machine.system() != 'windows'
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/ |
| H A D | 0001-meson-import-changes-from-3.0.-version.patch | 60 -if host_machine.system() == 'windows' 150 +if not ncurses_available and host_machine.system() == 'windows'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | cross.patch | 26 echo "[host_machine]" >> $cross
|
| /OK3568_Linux_fs/buildroot/package/polkit/ |
| H A D | 0004-build-Don-t-require-dbus-development-files.patch | 39 host_system = host_machine.system()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/wayland/ |
| H A D | 0001-build-Fix-strndup-detection-on-MinGW.patch | 38 if host_machine.system() == 'freebsd'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib-2.0_2.72.3.bb | 15 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
|