diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-29 17:52:10 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-01 21:45:55 +0100 |
commit | 2056bad636950af307c0e592e413d0edb9999611 (patch) | |
tree | f1a5f2265cf94685ec75a2ea2e68f145891b8c16 /meta/recipes-kernel | |
parent | 0cbd843501aed9bfb308227956e1dea514daf2d0 (diff) | |
download | poky-2056bad636950af307c0e592e413d0edb9999611.tar.gz |
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.
(From OE-Core rev: ac1b2fd1b1a76125a8cf45130c22fb66eb018555)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index a5595abe8d..d8d4387a4c 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -64,7 +64,7 @@ do_install_append(){ | |||
64 | } | 64 | } |
65 | 65 | ||
66 | # extra tasks | 66 | # extra tasks |
67 | addtask kernel_version_sanity_check after do_kernel_checkout before do_compile | 67 | addtask kernel_version_sanity_check after do_kernel_metadata do_kernel_checkout before do_compile |
68 | addtask kernel_link_images after do_compile before do_install | 68 | addtask kernel_link_images after do_compile before do_install |
69 | addtask validate_branches before do_patch after do_kernel_checkout | 69 | addtask validate_branches before do_patch after do_kernel_checkout |
70 | addtask kernel_configcheck after do_configure before do_compile | 70 | addtask kernel_configcheck after do_configure before do_compile |