Note: This patch is against master-next, as the Python 3 runqemu hasn't made it to master yet.
Use of subprocess.run() in recent runqemu changes (by me) elevates the Python 3 requirement from 3.4+ to 3.5+. Replace subprocess.run() with subprocess.check_output(), as that is available in Python 3.1+ The following changes since commit 3df3462d81216d8b26a87d9915abd9de1b2c2faa: bitbake: cooker: record events on cooker exit (2016-09-06 23:18:06 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib joshuagl/runqemu http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=joshuagl/runqemu Joshua Lock (1): runqemu: remove use of subprocess.run() scripts/runqemu | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
