[oe-commits] [openembedded-core] 07/30: linux-yocto.inc: Run kernel_version_sanity_check with final source

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:16:12 UTC 2016


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

commit ac1b2fd1b1a76125a8cf45130c22fb66eb018555
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Thu Sep 29 17:52:10 2016 +1000

    linux-yocto.inc: Run kernel_version_sanity_check with final source
    
    Ensure that the kernel_version_sanity_check task runs after all source
    modifications are complete, including any that are introduced during the
    kernel_metadata task. This also avoids any race condition issues when
    kernel_version_sanity_check and kernel_metadata tasks are running at the
    same time.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.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 a5595ab..d8d4387 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -64,7 +64,7 @@ do_install_append(){
 }
 
 # extra tasks
-addtask kernel_version_sanity_check after do_kernel_checkout before do_compile
+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 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