From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Zhenfeng.Zhao@windriver.com
Subject: Re: [PATCH 0/4] replace os.system/popen with subprocess module
Date: Wed, 30 May 2012 12:59:57 +0100 [thread overview]
Message-ID: <1338379197.20169.130.camel@ted> (raw)
In-Reply-To: <cover.1338302685.git.liezhi.yang@windriver.com>
On Tue, 2012-05-29 at 22:53 +0800, Robert Yang wrote:
> These patches are based on oe-core.
>
> * Testinfo
> 1) $ bitbake core-image-sato core-image-sato-sdk metatoolchain-sdk with
> MACHINE=qemuarm, PACKAGE_CLASSES = "package_rpm"
>
> 2) $ bitbake core-image-sato core-image-sato-sdk metatoolchain-sdk with
> MACHINE=qemuarm, PACKAGE_CLASSES = "package_ipk"
>
> 3) $ bitbake core-image-sato with MACHINE=qemux86, PACKAGE_CLASSES = "package_deb"
>
> 4) $ bitbake world with MACHINE=qemux86
>
> // Robert
>
> The following changes since commit a7532d6b2870a51079c39366def9ae55faeba626:
>
> rootfs_rpm.bbclass: save rpmlib rather than remove it (2012-05-29 22:36:39 +0800)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib robert/meta_subprocess
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/meta_subprocess
>
> Robert Yang (4):
> meta: replace os.system with subprocess.call
> scripts: replace os.system with subprocess.call
> meta: replace os.popen with subprocess.Popen
I took the first three of these, thanks.
> scripts: replace os.popen with subprocess.Popen
As Chris says, we may as well use an unlink call for this case.
Cheers,
Richard
prev parent reply other threads:[~2012-05-30 12:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-29 14:53 [PATCH 0/4] replace os.system/popen with subprocess module Robert Yang
2012-05-29 14:53 ` [PATCH 1/4] meta: replace os.system with subprocess.call Robert Yang
2012-05-29 14:53 ` [PATCH 2/4] scripts: " Robert Yang
2012-05-29 14:53 ` [PATCH 3/4] meta: replace os.popen with subprocess.Popen Robert Yang
2012-05-29 14:53 ` [PATCH 4/4] scripts: " Robert Yang
2012-05-29 17:30 ` Chris Larson
2012-05-30 9:27 ` Robert Yang
2012-05-30 11:59 ` Richard Purdie [this message]
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=1338379197.20169.130.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=Zhenfeng.Zhao@windriver.com \
--cc=openembedded-core@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox