summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2019-11-28 07:14:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-28 23:25:34 +0000
commit53cccd5b5145c23cac3e227ef71edaf4609c11b5 (patch)
tree3b8f1d5c07309c34dc0cf190ff61cebb7859edc4 /scripts
parent460222c54e4c65352c0687f2b6c70527cc9a2b4b (diff)
downloadopenembedded-core-53cccd5b5145c23cac3e227ef71edaf4609c11b5.tar.gz
kernel-devsrc: fix error with old (<4.2) x86 kernels
When using kernel-devsrc for older kernels do_install fails with: | cp: failed to get attributes of 'arch/x86/entry': No such file or directory In the Linux kernel commit 1f57d5d85 "x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/" moved some files copied in the kernel-devsrc recipe. Commit 1f57d5d85 was added in v4.2. To be able to use kernel-devsrc for kernels older than v4.2 this commit make use of find for the files that shall be copied. Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions