From: Zqiang <qiang.zh...@windriver.com> In v5.13+ kernel, when exporting the SDK and make scripts prepare the gen-cpucaps.awk and cpucaps be needed. this change is based on 0c6c2d3615ef ("arm64: Generate cpucaps.h").
Signed-off-by: Zqiang <qiang.zh...@windriver.com> --- meta/recipes-kernel/linux/kernel-devsrc.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 84e99233e6..b4af622d57 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb @@ -162,6 +162,9 @@ do_install() { cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ + cp -a --parents arch/arm64/tools/gen-cpucaps.awk $kerneldir/build/ + cp -a --parents arch/arm64/tools/cpucaps $kerneldir/build/ + cp -a --parents arch/arm64/kernel/module.lds $kerneldir/build/ 2>/dev/null || : fi -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153759): https://lists.openembedded.org/g/openembedded-core/message/153759 Mute This Topic: https://lists.openembedded.org/mt/84148135/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-