kernel: save $kerndir/tools and $kerndir/lib from pruning
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 20 Jun 2012 14:31:39 +0000 (10:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2012 12:03:03 +0000 (13:03 +0100)
commit0f1aaa941e13ea110e37aad93180c0fc594184f5
treea944dd65eb5b77d0fd0f3612df7d3692a6216f50
parent14a4b3e5b3f5d00bf2ac9880598d6c4c104c213b
kernel: save $kerndir/tools and $kerndir/lib from pruning

The kernel source tree in the sysroot has all unecessary source
code removed. The existing use case is to support module building
out of the sysroot, but as more toolsa are moved into the kernel
tree itself there are new use cases for the kernel sysroot source.

To avoid putting dependencies on the kernel, and to be able to
individually build and package these tools out of the source tree,
we can save $kerndir/tools and $kernddir/lib from being removed.
This enables tools like perf to be built our of the kernel source
in the sysroot, without significantly increasing the amount of
source in the sysroot.

(From OE-Core rev: e6cadd9074b18798f2df7c3f89dc35a98c29b6e5)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass