]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Complete fix for modules symlink dylan
authorPaul Barker <paul.barker@commagility.com>
Tue, 5 May 2015 17:33:01 +0000 (18:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 May 2015 13:49:37 +0000 (14:49 +0100)
commitf07a4e0d80f5e0dd94514f6aae11a7bd56034f30
tree8c7864814e110238a5e94b6957116868948315df
parent8c5396bd3b7f1eef3d53ebf0404189fd75f1d5e1
kernel.bbclass: Complete fix for modules symlink

The fix backported in commit aa9fc551 of oe-core does not completely fix the
issue (Yocto #4595) as intended. The modules symlink is still created in the
working directory instead of in the deploy directory. To fix this, we just need
to use an absolute path to ${DEPLOYDIR} when creating the symlink.

Signed-off-by: Paul Barker <paul.barker@commagility.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass