]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
authorJon Mason <jdmason@kudzu.us>
Wed, 13 Oct 2021 14:36:30 +0000 (10:36 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 21:31:56 +0000 (22:31 +0100)
commit1f0bec0421617e8aa9645c385195a755f0d44e75
tree7a4a7b102a2d116d519e7cfc4dc67aefe67bffec
parent2b59fb9d52a405a32a1d069d4c5320b72fbd35ce
runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND

Add the ability to replace DEPLOY_DIR_IMAGE with that path in
QB_OPT_APPEND.  This allows for anything present in DEPLOY_DIR_IMAGE to
be passed into the qemu parameters.  This is especially useful if you
want to run multiple flash images (as -bios only allows for one).

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu