]> code.ossystems Code Review - openembedded-core.git/commit
image/populate_sdk: Ensure symlinks in target sysroot are relative
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Sep 2013 09:42:44 +0000 (10:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Sep 2013 10:04:51 +0000 (11:04 +0100)
commit57d6bdcad55c119e9ab8089d23d462436a0e4440
treed8ab2161b5cacfd21bc33ebe71767e90248301bb
parent9951e1da6a755f9a46d3a595aa4c2f975aee8f46
image/populate_sdk: Ensure symlinks in target sysroot are relative

In the target sysroot of an SDK we can have target system absolute links
which don't make sense. This adds a script which fixes them up to become relative
paths instead.

[YOCTO #5020]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
scripts/sysroot-relativelinks.py [new file with mode: 0755]