diff options
author | He Zhe <zhe.he@windriver.com> | 2016-05-25 04:47:17 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:11 +0100 |
commit | c45c94223dde0c87714a541e4c3ecc5df69342f4 (patch) | |
tree | ae198bcd0b58167608d4d92a3ac8b32cde95fec4 /meta/recipes-kernel | |
parent | 0437a59e3c298d40aaa96af09b80bff8fcbe292d (diff) | |
download | poky-c45c94223dde0c87714a541e4c3ecc5df69342f4.tar.gz |
kernel: Make symbol link to vmlinuz in boot directory
Rename do_kernel_link_vmlinux to do_kernel_link_images and make a
symbol link to vmlinuz(if exists) for reference in arch/$arch/boot
directory.
Signen-off-by: He Zhe <zhe.he@windriver.com>
(From OE-Core rev: 6e58f54be103814b6b8a85b236510633c49e6832)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index bd91570442..0af9f8cb1a 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -53,6 +53,6 @@ do_install_append(){ | |||
53 | } | 53 | } |
54 | 54 | ||
55 | # extra tasks | 55 | # extra tasks |
56 | addtask kernel_link_vmlinux after do_compile before do_install | 56 | addtask kernel_link_images after do_compile before do_install |
57 | addtask validate_branches before do_patch after do_kernel_checkout | 57 | addtask validate_branches before do_patch after do_kernel_checkout |
58 | addtask kernel_configcheck after do_configure before do_compile | 58 | addtask kernel_configcheck after do_configure before do_compile |