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/conf/documentation.conf | |
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/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index dcc324c6cc..c0025f5a76 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -28,7 +28,7 @@ do_install_ptest_base[doc] = "Copies the runtime test suite files from the compi | |||
28 | do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" | 28 | do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" |
29 | do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel" | 29 | do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel" |
30 | do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel" | 30 | do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel" |
31 | do_kernel_link_vmlinux[doc] = "Creates a symbolic link in arch/$arch/boot for vmlinux kernel images" | 31 | do_kernel_link_images[doc] = "Creates a symbolic link in arch/$arch/boot for vmlinux and vmlinuz kernel images" |
32 | do_listtasks[doc] = "Lists all defined tasks for a target" | 32 | do_listtasks[doc] = "Lists all defined tasks for a target" |
33 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" | 33 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" |
34 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" | 34 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" |