mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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. (From OE-Core rev: 1296cc0538efe64d666868fd28c5b195ec9c08ff) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
76f42d622b
commit
d8adf58f30
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user