diff options
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 244087a59d..91c260a1b9 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -566,7 +566,7 @@ do_strip() { | |||
566 | } | 566 | } |
567 | do_strip[dirs] = "${B}" | 567 | do_strip[dirs] = "${B}" |
568 | 568 | ||
569 | addtask do_strip before do_sizecheck after do_kernel_link_images | 569 | addtask strip before do_sizecheck after do_kernel_link_images |
570 | 570 | ||
571 | # Support checking the kernel size since some kernels need to reside in partitions | 571 | # Support checking the kernel size since some kernels need to reside in partitions |
572 | # with a fixed length or there is a limit in transferring the kernel to memory | 572 | # with a fixed length or there is a limit in transferring the kernel to memory |