]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/compatlayer: detect_layers always use realpath's
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 29 Mar 2017 21:44:09 +0000 (15:44 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Mar 2017 09:14:14 +0000 (10:14 +0100)
commit14283700f8ec9dcb29cbc00c92d76173f1601bf5
tree3bb86151122acd756c3ae5a81c375c81bfadd06f
parent00b1911c65fa1b21c3dedec40170998573b62178
scripts/lib/compatlayer: detect_layers always use realpath's

If you are using relative paths and change to other folder for
execution it will fail, so use realpaths always.

[YOCTO #11164]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/compatlayer/__init__.py