diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2022-04-09 14:04:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-13 22:23:49 +0100 |
commit | 7f34ddaf9d67ea8cfff1db5988f755d433e02522 (patch) | |
tree | 1c557afc904893f11cce9a5c605d1ab7c452bd1b /meta/classes/cpan-base.bbclass | |
parent | ef9e09a04b1dec06a23a4494bcf9d20e3329a58a (diff) | |
download | poky-7f34ddaf9d67ea8cfff1db5988f755d433e02522.tar.gz |
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")
(From OE-Core rev: c405cb4f421a8c964fa59123ee41879ebd5f829c)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cpan-base.bbclass')
0 files changed, 0 insertions, 0 deletions