diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-10-26 14:38:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-27 08:28:38 +0100 |
commit | 66b9bd9fe42faf5edd2a1565f5868edbd8221e28 (patch) | |
tree | 3eba266a0c2296e9b8983998712e489a4fabdec1 /meta/recipes-kernel/linux-firmware | |
parent | 9f306937ba2cfb0de7d716e25c9ae103e97d78a8 (diff) | |
download | poky-66b9bd9fe42faf5edd2a1565f5868edbd8221e28.tar.gz |
linux-yocto: make sure the pahole-native available before do_kernel_configme
When using debug-btf.scc in a clean workspace, the CONFIG_MODULE_ALLOW_BTF_MISMATCH cannot
apply to kernel until clean the kernel code(bitbake linux-yocto -c cleanall) and rebuild.
After tracking the code, some options depend on CONFIG_PAHOLE_VERSION, it was generated by
scripts/pahole-version.sh in kernel, but during do_kernel_configme step, the pahole-native
is not available in sysroot-native, so need to wait pahole-native install to sysroot-native
before do_kernel_configme.
(From OE-Core rev: 217a4db53edbd88001f6390bbff39e5dd3d137af)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
0 files changed, 0 insertions, 0 deletions