]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: use realpath for imgdir
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 6 Apr 2017 06:41:37 +0000 (23:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Apr 2017 23:47:48 +0000 (00:47 +0100)
commitdad9f27278850d0d3818344fea877835632576cb
treeb23c88f07749c2d9938288c42eddd5c36c50de01
parenta6152dd9f6f4e17855548ceffa8d864855a67f5c
runqemu: use realpath for imgdir

The DEPLOY_DIR_IMAGE maybe relative or absolute path since it can be
read from env vars, so use realpath for both imgdir and
DEPLOY_DIR_IMAGE when compare.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu