]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto.inc: ensure do_kernel_link_images runs before do_strip
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 13 Oct 2016 18:49:33 +0000 (11:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Oct 2016 08:57:05 +0000 (09:57 +0100)
commit1296cc0538efe64d666868fd28c5b195ec9c08ff
tree879b1dccb0eb8e749ae989394a8fe93b56d4c121
parenta31eff6894099ee1d0ce7ccf2972f7276ca12743
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@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto.inc