[Buildroot] [PATCH v3 1/5] testing/infra/builder: build with target and environment

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jan 29 21:56:29 UTC 2019


Hello,

On Mon, 28 Jan 2019 18:22:05 -0500
aduskett at gmail.com wrote:

> -    def configure(self):
> +    def configure(self, make_extra_opts=[], make_extra_env={}):

I was initially a bit skeptical about make_extra_opts being a list and
make_extra_env being a dict. But it in fact makes sense: the opts are
part of the command, which is a list, while the environment is expected
to be a dict in subprocess.call.

So: patch applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list