]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
kernel.bbclass: Fix the do_strip() malfunction
authorKevin Hao <kexin.hao@windriver.com>
Sat, 9 Apr 2022 06:04:40 +0000 (14:04 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Apr 2022 08:43:38 +0000 (09:43 +0100)
commitc405cb4f421a8c964fa59123ee41879ebd5f829c
tree6fe5238e568a765872d0d8cc9340cb2bced5b698
parent8d33be8421e36605a5d59caf3f4956a7df8949e4
kernel.bbclass: Fix the do_strip() malfunction

The BB variable can't be referenced directly in a python function,
this misusage of the variable reference causes strip function to be
always skipped.

Fixed: b9c3db4953e4 ("kernel.bbclass: Use KERNEL_IMAGEDEST instead of hardcoded boot path")
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass