]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Improve relative path handling in qemuconf files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Nov 2017 11:37:39 +0000 (11:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Nov 2017 13:10:12 +0000 (13:10 +0000)
commitdfc7940900d798aa47716288338107e1d46a3972
tree0e65ead6ce6d7e1f9c6e33ff9584ab81619bdee1
parente8648a022c93175d84baf3852d4d364b19d8d795
runqemu: Improve relative path handling in qemuconf files

If a variable starts with "../", its likely its a path and we want to
set it to an absolute path relative to the qemuconf file.

This means we don't have to use bitbake as often to figure out variables.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu