On Mon, Jul 12, 2021 at 3:02 AM <[email protected]> wrote: > > From: Zqiang <[email protected]> > > 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 <[email protected]> > --- > 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/
This is already in a patch that I sent on July 2nd. cb1b7e76f20dc7f11a667fa00958ab56e680c632 [kernel-devsrc: fix scripts/prepare for ARM64] Also, the context of this branch is different from what we have in master, so I'm not sure what baseline you are working from. Bruce > + > cp -a --parents arch/arm64/kernel/module.lds $kerneldir/build/ > 2>/dev/null || : > fi > > -- > 2.17.1 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153766): https://lists.openembedded.org/g/openembedded-core/message/153766 Mute This Topic: https://lists.openembedded.org/mt/84148135/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
