diff options
author | lixiaoyong <lxy204899@163.com> | 2024-03-25 15:24:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-26 17:10:51 +0000 |
commit | 3b69367bc228a0c0dd8aab3baa87011206009079 (patch) | |
tree | 57332fd36c0374660d8a67c06c3a94bc15900d93 /meta/classes-recipe/python_mesonpy.bbclass | |
parent | 7c3f956a0a8dbbbbfdf443b55e5287ca8301fe70 (diff) | |
download | poky-3b69367bc228a0c0dd8aab3baa87011206009079.tar.gz |
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.
(From OE-Core rev: 45366f9162e5a7707c8a46c46b115e8501d367d0)
Signed-off-by: lixiaoyong <lxy204899@163.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/python_mesonpy.bbclass')
0 files changed, 0 insertions, 0 deletions