diff options
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 1500aff2e2..ed7a1a973c 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -184,6 +184,10 @@ do_install() { | |||
184 | cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ | 184 | cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ |
185 | cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ | 185 | cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ |
186 | 186 | ||
187 | # 6.12+ | ||
188 | cp -a --parents arch/arm64/kernel/vdso/vgetrandom.c $kerneldir/build/ 2>/dev/null || : | ||
189 | cp -a --parents arch/arm64/kernel/vdso/vgetrandom-chacha.S $kerneldir/build/ 2>/dev/null || : | ||
190 | |||
187 | cp -a --parents arch/arm64/kernel/module.lds $kerneldir/build/ 2>/dev/null || : | 191 | cp -a --parents arch/arm64/kernel/module.lds $kerneldir/build/ 2>/dev/null || : |
188 | 192 | ||
189 | # 5.13+ needs these tools | 193 | # 5.13+ needs these tools |
@@ -194,6 +198,10 @@ do_install() { | |||
194 | cp -a --parents arch/arm64/tools/gen-sysreg.awk $kerneldir/build/ 2>/dev/null || : | 198 | cp -a --parents arch/arm64/tools/gen-sysreg.awk $kerneldir/build/ 2>/dev/null || : |
195 | cp -a --parents arch/arm64/tools/sysreg $kerneldir/build/ 2>/dev/null || : | 199 | cp -a --parents arch/arm64/tools/sysreg $kerneldir/build/ 2>/dev/null || : |
196 | 200 | ||
201 | # 6.12+ | ||
202 | cp -a --parents arch/arm64/tools/syscall_64.tbl $kerneldir/build/ 2>/dev/null || : | ||
203 | cp -a --parents arch/arm64/tools/syscall_32.tbl $kerneldir/build/ 2>/dev/null || : | ||
204 | |||
197 | if [ -e $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk ]; then | 205 | if [ -e $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk ]; then |
198 | sed -i -e "s,#!.*awk.*,#!${USRBINPATH}/env awk," $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk | 206 | sed -i -e "s,#!.*awk.*,#!${USRBINPATH}/env awk," $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk |
199 | fi | 207 | fi |