Home
last modified time | relevance | path

Searched refs:qemu_binary (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemu.bbclass33 qemu_binary = qemu_target_binary(data)
34 if qemu_binary == "qemu-allarch":
35 qemu_binary = "qemuwrapper"
39 return "PSEUDO_UNLOAD=1 " + qemu_binary + " " + qemu_options + " -L " + rootfs_path\
H A Dcmake-qemu.bbclass25qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','$…
27 echo "$qemu_binary \"\$@\"" >> "${WORKDIR}/cmake-qemuwrapper"
H A Dgtk-doc.bbclass45qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','$STAGING_D…
59 $qemu_binary ".libs/\$@"
61 $qemu_binary "\$@"
H A Dmeson.bbclass133qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['$STAGING_DIR_HOST/${libdir}','$STAG…
143 $qemu_binary "\$@"
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemuwrapper-cross_1.0.bb16 qemu_binary=${@qemu_target_binary(d)}
30 $qemu_binary $qemu_options "\$@"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-testsuite.inc44 qemu_binary = qemu_target_binary(d)
45 if not qemu_binary:
54 if qemu_binary.endswith(("x86_64", "i386", "arm", "aarch64")):
56 elif qemu_binary.endswith(("ppc", "mips", "mips64")):
69 content.append('set_board_info sim "{0}"'.format(qemu_binary))
/openbmc/openbmc/meta-openembedded/meta-networking/classes/
H A Dwaf-samba.bbclass80 qemu_binary="${@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 Dicewm_3.4.5.bb33qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}',['${B}/src/.libs','${STAGING_DIR_T…
36 ${qemu_binary} src/genpref "\$@"
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py97 def bench_block_copy(qemu_binary, cmd, cmd_options, source, target): argument
122 [qemu_binary,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/
H A Dhdf5_1.14.2.bb33qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOS…
36 $qemu_binary "\$@"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/
H A Dmpich_4.2.0.bb37qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOS…
40 $qemu_binary "\$@"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/
H A Despeak_1.48.04.bb35qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${S}/platforms/big_endian', '${…
38 $qemu_binary "\$@"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/
H A Dkhronos-cts.inc60qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOS…
63 $qemu_binary "\$@"
/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/
H A Dgobject-introspection_1.78.1.bb64qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','.libs','$S…
71 $qemu_binary "\$@"
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py477 args=args.qemu_args.split(' '))) for binary in args.qemu_binary]