[OE-core] [PATCH 01/29] qemu.bbclass: add qemu_wrapper_cmdline()

Burton, Ross ross.burton at intel.com
Fri Feb 26 16:18:01 UTC 2016


On 26 November 2015 at 14:26, Alexander Kanavin <
alexander.kanavin at linux.intel.com> wrote:

> +    return "PSEUDO_UNLOAD=1 " + qemu_binary + " " + qemu_options + " -L "
> + rootfs_path\
> +            + " -E LD_LIBRARY_PATH=" + string.join(library_paths, ":") +
> " "
>

It's idiomatic to use ":".join and Python 3 has removed string.join
entirely, so can you use ":".join please.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160226/d2938ad8/attachment-0002.html>


More information about the Openembedded-core mailing list