]> code.ossystems Code Review - openembedded-core.git/commit
kernel: Fix symlinks
authorDavid Vincent <freesilicon@gmail.com>
Tue, 20 Dec 2016 09:53:29 +0000 (10:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Dec 2016 08:46:36 +0000 (08:46 +0000)
commitc7bc46b9bc29dd0953ab8d63b50fa105bb66892e
treeef8d2d32bc3aee6babfbe7f874c045b11096ff41
parent8a024cb82b1718be51bd3a625364539ba50ae4ae
kernel: Fix symlinks

When installing a kernel package, the symlinks created by
update-alternatives should point to a path relative to KERNEL_IMAGEDEST
and not an absolute path to '/boot'.

Failing to do so causes problems when resolving the symlink inside some
bootloaders which mount the boot partition elsewhere.

Signed-off-by: David Vincent <freesilicon@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel.bbclass
meta/recipes-kernel/linux/linux-dtb.inc