]> code.ossystems Code Review - openembedded-core.git/commit
kernel-devsrc: tweak for v5.3+
authorBruce Ashfield <bruce.ashfield@gmail.com>
Wed, 14 Aug 2019 15:31:29 +0000 (11:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Aug 2019 16:34:09 +0000 (17:34 +0100)
commit53e975c18a14ddb8ad7eab23c8e18e05517953cd
treee7e0611fe35e878b38770d144738f6f0fee34fdf
parent6b36db836547a23f43c5f97bf3706d7b210c209c
kernel-devsrc: tweak for v5.3+

The 5.3 kernel has two changes that require tweaks to the minimal
kernel-devsrc package.

4ce97317f [x86/purgatory: Do not use __builtin_memcpy and __builtin_memset]

  This change removes the need for arch/x86/purgatory/string.c and
  instead reuses a copy in arch/x86/boot/compressed/, so we can't copy
  the file anymore. To support older kernels, we make the copy survive
  the non-existence of the file.

b1663d7e [docs: Kbuild/Makefile: allow check for missing docs at build time]

  This change adds the sourceing of Documentation/Kbuild to the top
  level Kbuild file. So we now leave the copy of Documention/'s Kbuild
  in the devsrc.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/kernel-devsrc.bb