Merge pull request #92 from gregkh/boot_kernel_update

feat(eclass/cros-kernel2.eclass) provide stable symlink for cros-bootker...
This commit is contained in:
Brandon Philips 2013-07-17 18:25:51 -07:00
commit 28fe7bd81f

View File

@ -464,6 +464,8 @@ cros-kernel2_src_install() {
if [ ! -e "${D}/boot/vmlinuz" ]; then
if [ "$(get_boot_kernel)" = "false" ]; then
ln -sf "vmlinuz-${version}" "${D}/boot/vmlinuz" || die
else
ln -sf "vmlinuz-${version}" "${D}/boot/vmlinuz-boot_kernel" || die
fi
fi