]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add multiconfig support
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 30 Dec 2019 20:59:50 +0000 (14:59 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Dec 2019 11:17:12 +0000 (11:17 +0000)
commitfda5d9b64fa310173ad949540c54fd693c4f7d3a
treea92165aaa1f98759b3e11aa1bc2c412ec1c42c3e
parent4b93115a0c6f8686e7a21b992751626844c301d5
runqemu: Add multiconfig support

Users may want to run qemu against a specific multiconfig instead of the
base configuration, so give them the ability to specify which config
should be used with the MULTICONFIG environment variable.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu