]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel-module-split.bbclass: enhance objcopy command call for kernel compilation...
authorlixiaoyong <lxy204899@163.com>
Mon, 25 Mar 2024 07:24:31 +0000 (15:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Mar 2024 17:03:05 +0000 (17:03 +0000)
commit45366f9162e5a7707c8a46c46b115e8501d367d0
tree9e6572631b164e2948b89c400664fa73c426553f
parent3a2339455be29a6ff65c8c5f6865a4cd35dd7f63
kernel-module-split.bbclass: enhance objcopy command call for kernel compilation with llvm

Using meta-clang for llvm kernel compilation previously defaulted to the gcc objcopy tool.
To improve flexibility and compatibility, $OBJCOPY is preferred over $HOST_PREFIXobjcopy
in the kernel-module-split.bbclass.

With $OBJCOPY already defined in bitbake.conf, the empty condition has been removed,
simplifying the invocation process.

Signed-off-by: lixiaoyong <lxy204899@163.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel-module-split.bbclass