/openbmc/openbmc/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 22 -if host_machine.system() == 'windows' 31 -if host_machine.system() != 'windows' 36 @@ -562,7 +562,7 @@ if host_machine.system() != 'windows' 40 -if host_machine.system() == 'windows' 49 -if host_machine.system() != 'windows' 62 -if host_machine.system() == 'windows' 74 host_system = host_machine.system()
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-meson.build-check-for-all-linux-host_os-combinations.patch | 29 …nu/kfreebsd', 'dragonfly', 'linux', 'sunos', 'android', 'managarm'].contains(host_machine.system()) 30 …nfly', 'linux', 'sunos', 'android', 'managarm'].contains(host_machine.system()) or host_machine.sy… 38 …, 'gnu', 'freebsd', 'gnu/kfreebsd', 'haiku', 'android', 'managarm'].contains(host_machine.system()) 39 …'gnu/kfreebsd', 'haiku', 'android', 'managarm'].contains(host_machine.system()) or host_machine.sy… 41 elif host_machine.system() == 'sunos'
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
H A D | 0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch | 19 host_os = host_machine.system() 20 host_cpu = host_machine.cpu()
|
/openbmc/openbmc/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()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | meson.build | 18 if host_machine.cpu_family() == 's390x' and cc.has_link_argument('-Wl,--s390-pgste')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/ |
H A D | 0001-meson-add-pc-file-for-lib_perfetto.patch | 28 @@ -36,8 +39,9 @@ if host_machine.system() == 'android'
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/ |
H A D | 0001-build-Fix-strndup-detection-on-MinGW.patch | 38 if host_machine.system() == 'freebsd'
|
/openbmc/libpldm/src/ |
H A D | meson.build | 48 host = host_machine.cpu_family()
|
/openbmc/openbmc/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'
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-event.c | 73 static struct machine *host_machine; variable 87 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps() 93 host_machine = machine__new_host(); in init_probe_symbol_maps() 94 if (!host_machine) { in init_probe_symbol_maps() 107 machine__delete(host_machine); in exit_probe_symbol_maps() 108 host_machine = NULL; in exit_probe_symbol_maps() 115 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym() 155 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map() 163 struct map *map = machine__kernel_map(host_machine); in kernel_get_module_map() 356 map = machine__kernel_map(host_machine); in kernel_get_module_dso() [all …]
|
H A D | machine.c | 429 struct machine *host_machine, in findnew_guest_code() argument 447 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code() 471 struct machine *host_machine = machines__find(machines, HOST_KERNEL_ID); in machines__findnew_guest_code() local 474 return findnew_guest_code(machine, host_machine, pid); in machines__findnew_guest_code() 480 struct machine *host_machine; in machine__findnew_guest_code() local 485 host_machine = machines__find(machines, HOST_KERNEL_ID); in machine__findnew_guest_code() 487 return findnew_guest_code(machine, host_machine, pid); in machine__findnew_guest_code()
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/ |
H A D | glib-2.0_2.78.4.bb | 13 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
|
/openbmc/qemu/trace/ |
H A D | meson.build | 50 if host_machine.system() != 'darwin'
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-riscv64-cross.docker | 69 [host_machine]\n\
|
H A D | debian-s390x-cross.docker | 158 [host_machine]\n\
|
H A D | debian-mips64el-cross.docker | 149 [host_machine]\n\
|
H A D | debian-mipsel-cross.docker | 157 [host_machine]\n\
|
H A D | debian-amd64-cross.docker | 161 [host_machine]\n\
|
H A D | debian-armhf-cross.docker | 160 [host_machine]\n\
|
H A D | debian-arm64-cross.docker | 160 [host_machine]\n\
|
H A D | debian-ppc64el-cross.docker | 159 [host_machine]\n\
|
H A D | debian-i686-cross.docker | 159 [host_machine]\n\
|
/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/ |
H A D | meson.build | 8 platform_data.set('LITTLEENDIAN', host_machine.endian() == 'little')
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/ |
H A D | meson_1.3.1.bb | 119 [host_machine]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 95 [host_machine]
|