/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/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 | 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 | 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 | 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/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/linux/scripts/ |
H A D | subarch.include | 1 # SUBARCH tells the usermode build what the underlying arch is. That is set 2 # first, and if a usermode build is happening, the "ARCH=um" on the command
|
/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/linux/security/ |
H A D | Kconfig | 186 bool "Force all usermode helper calls through a single binary" 189 binary programs through the "usermode helper" kernel 199 "real" usermode helper binary, based on the first argument 203 If you wish for all usermode helper programs are to be 208 string "Path to the static usermode helper binary" 210 default "/sbin/usermode-helper" 212 The binary called by the kernel when any usermode helper 217 If you wish for all usermode helper programs to be disabled,
|
/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/meta-phosphor/conf/templates/default/ |
H A D | local.conf.sample | 18 MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"
|
/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/linux/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 48 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) in e500_shadow_mas3_attrib() argument 54 if (!usermode) { in e500_shadow_mas3_attrib()
|
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/ |
H A D | cairo_1.18.2.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.1.bb | 408 …AGECONFIG").split() and not bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d): 409 …bb.fatal("pgo cannot be enabled as there is no qemu-usermode support for this architecture/machine…
|