diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-28 15:28:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-30 17:10:28 +0100 |
commit | 45e3d3431bf3c7822f544d35460b5e02e06a76e5 (patch) | |
tree | d2ded092a15a86380a09de7947ee4a17dc3054ee /meta/recipes-kernel | |
parent | d7a0fdf133b82289633187400619feec1d0a305e (diff) | |
download | poky-45e3d3431bf3c7822f544d35460b5e02e06a76e5.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index e17c0ea0ab..b68d945a8f 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -141,7 +141,7 @@ do_install() { | |||
141 | # arch/arm64/include/asm/opcodes.h references arch/arm | 141 | # arch/arm64/include/asm/opcodes.h references arch/arm |
142 | cp -a --parents arch/arm/include/asm/opcodes.h $kerneldir/build/ | 142 | cp -a --parents arch/arm/include/asm/opcodes.h $kerneldir/build/ |
143 | 143 | ||
144 | cp -a --parents arch/arm64/kernel/vdso/gettimeofday.S $kerneldir/build/ | 144 | cp -a --parents arch/arm64/kernel/vdso/*gettimeofday.* $kerneldir/build/ |
145 | cp -a --parents arch/arm64/kernel/vdso/sigreturn.S $kerneldir/build/ | 145 | cp -a --parents arch/arm64/kernel/vdso/sigreturn.S $kerneldir/build/ |
146 | cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ | 146 | cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ |
147 | cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ | 147 | cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ |
@@ -179,6 +179,8 @@ do_install() { | |||
179 | 179 | ||
180 | cp -a include $kerneldir/build | 180 | cp -a include $kerneldir/build |
181 | 181 | ||
182 | cp -a --parents lib/vdso/* $kerneldir/build/ 2>/dev/null || : | ||
183 | |||
182 | cp -a --parents tools/include/tools/le_byteshift.h $kerneldir/build/ | 184 | cp -a --parents tools/include/tools/le_byteshift.h $kerneldir/build/ |
183 | cp -a --parents tools/include/tools/be_byteshift.h $kerneldir/build/ | 185 | cp -a --parents tools/include/tools/be_byteshift.h $kerneldir/build/ |
184 | 186 | ||