[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5441/8267] kernel.bbclass: fix a typo



commit 35565057fa4e825d6c2a6a2edccf07ab794d6235
Author: Ming Liu <peter x liu external atlascopco com>
Date:   Thu Mar 30 15:17:04 2017 +0200

    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>

 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 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]