]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: support env vars explicitly
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 11 Apr 2017 09:21:25 +0000 (02:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Apr 2017 17:10:49 +0000 (18:10 +0100)
commit20008d0bfe2cacecba77e11b0a0faf3d959eaf1e
tree75e5227b7d8390a22068ff0bceb81e683eb9748b
parent210c518ba8f8d6ec6e9d34e0df8b963a3b2e0593
runqemu: support env vars explicitly

Use self.env_vars to support get vars from environment explicity. The
MACHINE, ROOTFS and KERNEL was supported by shell based runqemu, and
the help text says support them from env vars, so add them back.

[YOCTO #11141]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu