]> 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>
Mon, 4 Dec 2017 17:14:34 +0000 (17:14 +0000)
commit61c449857f056d7c6c29530aa11bf8353b113638
treeeff0ce78b13168be874a01f7f96fe170b8e387db
parent8834117a1cbde26d0a36691a2e4635afaa3b6ea7
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>
(cherry picked from commit dfc7940900d798aa47716288338107e1d46a3972)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/runqemu