| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | gobject-introspection-data.bbclass | 8 # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise. 13 … bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"
|
| H A D | cmake-qemu.bbclass | 19 …get = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d)… 22 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
|
| H A D | gtk-doc.bbclass | 9 # use of usermode qemu). 12 # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise. 18 … bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"
|
| H A D | gi-docgen.bbclass | 14 … bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"
|
| H A D | manpages.bbclass | 25 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
|
| H A D | meson.bbclass | 12 EXEWRAPPER_ENABLED ?= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/ |
| H A D | unixodbc_2.3.12.bb | 27 …get = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d)… 37 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then 43 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
| H A D | qemuwrapper-cross_1.0.bb | 25 if [ ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d)} = False -a "${P… 26 echo "qemuwrapper: qemu usermode is not supported"
|
| /openbmc/openbmc/poky/meta/conf/machine/include/powerpc/ |
| H A D | tune-ppce6500.inc | 21 # QEMU usermode fails with invalid instruction error (YOCTO: #10304) 22 …FILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}"
|
| H A D | tune-ppce5500.inc | 21 # QEMU usermode fails with invalid instruction error (YOCTO: #10304) 22 …FILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' qemu-usermode', '', d)}"
|
| H A D | tune-power5.inc | 23 # QEMU usermode fails with invalid instruction error 24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' qemu-usermode', '', d)}"
|
| H A D | tune-power7.inc | 23 # QEMU usermode fails with invalid instruction error 24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power7', ' qemu-usermode', '', d)}"
|
| H A D | tune-power6.inc | 23 # QEMU usermode fails with invalid instruction error 24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' qemu-usermode', '', d)}"
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/ |
| H A D | usermode_1.114.bb | 2 DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \ 9 HOMEPAGE = "https://pagure.io/usermode"
|
| /openbmc/openbmc/meta-phosphor/conf/templates/default/ |
| H A D | local.conf.sample | 18 MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"
|
| /openbmc/openbmc/poky/meta/recipes-core/musl/musl/ |
| H A D | 0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch | 7 environment, especially when executing qemu in usermode to run target 9 can be computed during cross builds, qemu in usermode often comes to aid
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | gobject-introspection.rst | 48 and that "qemu-usermode" is not in 95 MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode" 119 and that "qemu-usermode" is not in 152 - QEMU usermode might not work properly when running 64-bit binaries
|
| /openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
| H A D | arch-x86.inc | 28 …KFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'qemu-usermode', '', d)}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/ |
| H A D | graphviz_12.2.1.bb | 86 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
|
| /openbmc/openbmc/poky/meta/recipes-graphics/cairo/ |
| H A D | cairo_1.18.4.bb | 39 # if qemu usermode isn't available, this value needs to be set statically
|
| /openbmc/openbmc/poky/meta/conf/machine/include/mips/ |
| H A D | arch-mips.inc | 24 …CKFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-usermode', '', d)}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3_3.13.3.bb | 393 …AGECONFIG").split() and not bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d): 394 …bb.fatal("pgo cannot be enabled as there is no qemu-usermode support for this architecture/machine…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-runtime.inc | 297 # extend the recipe sysroot to include the built libraries (for qemu usermode)
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | kvm.h | 530 __u8 usermode; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | check-version-mismatch.bbclass | 1 ENABLE_VERSION_MISMATCH_CHECK ?= "${@'1' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', …
|