kernel.bbclass: fix a typo

In a addtask statement, do_strip should be strip.

(From OE-Core rev: 8413e26164644230615f4503ca9488b5b4021aeb)

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>
This commit is contained in:
Ming Liu 2017-03-30 15:17:04 +02:00 committed by Richard Purdie
parent 28997864e2
commit 35565057fa
1 changed files with 1 additions and 1 deletions

View 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