[OE-core] [PATCH V2] kernel.bbclass: fix a typo

liu.ming50 at gmail.com liu.ming50 at gmail.com
Thu Mar 30 13:17:04 UTC 2017


From: Ming Liu <peter.x.liu at external.atlascopco.com>

In a addtask statement, do_strip should be strip.

Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
---
 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 244087a..91c260a 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -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
-- 
2.7.4




More information about the Openembedded-core mailing list