Searched refs:qemu_binary (Results 1 – 14 of 14) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | qemu.py | 32 qemu_binary = qemu_target_binary(d) 33 if qemu_binary == "qemu-allarch": 34 qemu_binary = "qemuwrapper" 39 return "PSEUDO_UNLOAD=1 " + qemu_binary + " " + qemu_options + " -L " + rootfs_path\
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
| H A D | qemuwrapper-cross_1.0.bb | 17 qemu_binary=${@qemu_target_binary(d)} 31 $qemu_binary $qemu_options "\$@"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 80 qemu_binary="${@oe.qemu.qemu_target_binary(d)}" 81 if [ "${qemu_binary}" = "qemu-allarch" ]; then 82 qemu_binary="qemuwrapper" 88 CROSS_EXEC="${qemu_binary} \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/ |
| H A D | icewm_3.7.4.bb | 34 …qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}',['${B}/src/.libs','${STAGI… 37 ${qemu_binary} src/genpref "\$@"
|
| /openbmc/qemu/scripts/simplebench/ |
| H A D | bench_block_job.py | 97 def bench_block_copy(qemu_binary, cmd, cmd_options, source, target): argument 122 [qemu_binary,
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cmake-qemu.bbclass | 25 …qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','$… 27 echo "$qemu_binary \"\$@\"" >> "${WORKDIR}/cmake-qemuwrapper"
|
| H A D | gtk-doc.bbclass | 45 …qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','$STAGING_D… 59 $qemu_binary ".libs/\$@" 61 $qemu_binary "\$@"
|
| H A D | meson.bbclass | 144 …qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['$STAGING_DIR_HOST/${libdir}','$STAG… 154 $qemu_binary "\$@"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-testsuite.inc | 44 qemu_binary = qemu_target_binary(d) 45 if not qemu_binary: 54 if qemu_binary.endswith(("x86_64", "i386", "arm", "aarch64")): 69 content.append('set_board_info sim "{0}"'.format(qemu_binary))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/ |
| H A D | mpich_4.3.0.bb | 37 …qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING… 40 $qemu_binary "\$@"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/ |
| H A D | hdf5_1.14.4-3.bb | 33 …qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING… 36 $qemu_binary "\$@"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/ |
| H A D | espeak_1.48.04.bb | 34 …qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${S}/platforms/big_endi… 37 $qemu_binary "\$@"
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/ |
| H A D | gobject-introspection_1.84.0.bb | 67 …qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','.libs','$S… 74 $qemu_binary "\$@"
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 477 args=args.qemu_args.split(' '))) for binary in args.qemu_binary]
|