diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-10-26 14:38:48 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-24 05:01:37 -1000 |
commit | c7f18e6c43d87d2a90ffffb806fe0e69b93afffa (patch) | |
tree | b9b05f26f7f3fc4be07f78545cbae9d9925b9e0e /meta/lib/patchtest | |
parent | 83a2a6a65efd1f7f61e38e35996d3ebd10aba1f8 (diff) | |
download | poky-c7f18e6c43d87d2a90ffffb806fe0e69b93afffa.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: f9d434902df4ac0c17a94a977c045c4face65414)
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>
(cherry picked from commit 217a4db53edbd88001f6390bbff39e5dd3d137af)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib/patchtest')
0 files changed, 0 insertions, 0 deletions