Searched refs:qemu_binary (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | qemu.bbclass | 33 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 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 | 133 …qemu_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 D | qemuwrapper-cross_1.0.bb | 16 qemu_binary=${@qemu_target_binary(d)} 30 $qemu_binary $qemu_options "\$@"
|
/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")): 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 D | waf-samba.bbclass | 80 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 D | icewm_3.4.5.bb | 33 …qemu_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 D | bench_block_job.py | 97 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 D | hdf5_1.14.2.bb | 33 …qemu_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 D | mpich_4.2.0.bb | 37 …qemu_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 D | espeak_1.48.04.bb | 35 …qemu_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 D | khronos-cts.inc | 60 …qemu_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 D | gobject-introspection_1.78.1.bb | 64 …qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','.libs','$S… 71 $qemu_binary "\$@"
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 477 args=args.qemu_args.split(' '))) for binary in args.qemu_binary]
|