[oe-commits] [openembedded-core] 22/32: linux-yocto.inc: ensure do_kernel_link_images runs before do_strip

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 09:06:07 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1296cc0538efe64d666868fd28c5b195ec9c08ff
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Oct 13 11:49:33 2016 -0700

    linux-yocto.inc: ensure do_kernel_link_images runs before do_strip
    
    If the do_kernel_link_images task is enabled, then it needs to run
    before do_strip. The addtask statement for do_strip makes that
    explicit. For consistency, make it explicit in the addtask statement
    for do_kernel_link_images too.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index d8d4387..09cd1f1 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -65,6 +65,6 @@ do_install_append(){
 
 # extra tasks
 addtask kernel_version_sanity_check after do_kernel_metadata do_kernel_checkout before do_compile
-addtask kernel_link_images after do_compile before do_install
+addtask kernel_link_images after do_compile before do_strip
 addtask validate_branches before do_patch after do_kernel_checkout
 addtask kernel_configcheck after do_configure before do_compile

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list