From: Joshua Lock <joshua.g.lock@intel.com>
To: openembedded-core@openembedded.org
Subject: [PATCH 0/1] Python3 runqemu: remove use of subprocess.run()
Date: Wed, 7 Sep 2016 15:10:28 +0100 [thread overview]
Message-ID: <cover.1473257282.git.joshua.g.lock@intel.com> (raw)
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
next reply other threads:[~2016-09-07 14:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 14:10 Joshua Lock [this message]
2016-09-07 14:10 ` [PATCH 1/1] runqemu: remove use of subprocess.run() Joshua Lock
2016-09-07 14:23 ` Joshua Lock
-- strict thread matches above, loose matches on Subject: below --
2016-09-07 16:09 [PATCH 0/1] Python3 " Joshua Lock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1473257282.git.joshua.g.lock@intel.com \
--to=joshua.g.lock@intel.com \
--cc=openembedded-core@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.