]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: check qbconfload before running bitbake
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 13 Jul 2017 07:28:46 +0000 (00:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 08:21:48 +0000 (09:21 +0100)
commit89e97033a8a27a695567c321ed0ebf17f23f8d9b
treecc5571922f15a9fd4edbe264a0c72ccb34273058
parente696425e7627edada128b40304fddc84d8d56ba7
runqemu: check qbconfload before running bitbake

If qbconfload (.qemuboot.conf is found) is present, we can get
DEPLOY_DIR_IMAGE from it rather than "bitbake -e".

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/runqemu