]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel.bbclass: fix a typo
authorMing Liu <peter.x.liu@external.atlascopco.com>
Thu, 30 Mar 2017 13:17:04 +0000 (15:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:24:16 +0000 (12:24 +0100)
In a addtask statement, do_strip should be strip.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass

index 244087a59ded0c4c0e22d60b042f60f43e61a23f..91c260a1b9e76ca9e02a59f74fc805893fc18fd2 100644 (file)
@@ -566,7 +566,7 @@ do_strip() {
 }
 do_strip[dirs] = "${B}"
 
-addtask do_strip before do_sizecheck after do_kernel_link_images
+addtask strip before do_sizecheck after do_kernel_link_images
 
 # Support checking the kernel size since some kernels need to reside in partitions
 # with a fixed length or there is a limit in transferring the kernel to memory