]> code.ossystems Code Review - openembedded-core.git/commit
perf: drop 'include' copy
authorBruce Ashfield <bruce.ashfield@gmail.com>
Mon, 21 Oct 2019 20:16:18 +0000 (16:16 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Nov 2019 13:31:27 +0000 (13:31 +0000)
commit79bfd5515887e5faf315a581d98bda63899760da
tree41b65a4c304e4409a1a254b2e853588afd754b89
parent9a35c61d2218e139aa4420ef25f8cf4a0c4c2cfc
perf: drop 'include' copy

The copy of the kernel's top level include directory is not
required to build perf. We have both the linux-libc-headers and
perf's captured/copied headers for what it requires.

The copy of the kernel's headers is leading us to multiple smaller
fixes to ensure that the various .h files are in sync. We can
remove the copy and all of the sync checks, and perf still builds
and executes correctly.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/perf/perf.bb