mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
devsrc: update arm64 scripts/prepare for kernels 5.3+
We need to include a few more small files for on target module builds for 5.3+ kernels. (From OE-Core rev: 9b3134995cf054679d573f28f916a629332ce126) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d7a0fdf133
commit
45e3d3431b
@@ -141,7 +141,7 @@ do_install() {
|
||||
# arch/arm64/include/asm/opcodes.h references arch/arm
|
||||
cp -a --parents arch/arm/include/asm/opcodes.h $kerneldir/build/
|
||||
|
||||
cp -a --parents arch/arm64/kernel/vdso/gettimeofday.S $kerneldir/build/
|
||||
cp -a --parents arch/arm64/kernel/vdso/*gettimeofday.* $kerneldir/build/
|
||||
cp -a --parents arch/arm64/kernel/vdso/sigreturn.S $kerneldir/build/
|
||||
cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/
|
||||
cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/
|
||||
@@ -179,6 +179,8 @@ do_install() {
|
||||
|
||||
cp -a include $kerneldir/build
|
||||
|
||||
cp -a --parents lib/vdso/* $kerneldir/build/ 2>/dev/null || :
|
||||
|
||||
cp -a --parents tools/include/tools/le_byteshift.h $kerneldir/build/
|
||||
cp -a --parents tools/include/tools/be_byteshift.h $kerneldir/build/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user