]> code.ossystems Code Review - openembedded-core.git/commit
kerneldev: create kernel-devsrc packaging
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 5 Dec 2014 19:48:11 +0000 (14:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Dec 2014 11:24:03 +0000 (11:24 +0000)
commit6412dc1df434f774c434ec08bf9b3706edb756f2
treedfa405925c64dab8c35b9e6adb8fe4c4d9e07da9
parent4b981e4fd5a4744d0d83053219274296e7785e77
kerneldev: create kernel-devsrc packaging

kernel-devsrc is responsible for creating and a packaging an environment
appropriate for kernel development (on or off target).

To create this support, we only need to copy/install the results of the
virtual/kernel providers build in the staging dir ... with some minor
manipulations to the source tree (.git removal and a clean up). This
produces a source tree that is capable of rebuilding the kernel on the
target.

Installing the kernel-devsrc package on a target (along with a
toolchain) is all that remains to be done.

 $ cd /usr/src/kernel
 $ make oldconfig
 $ make -j2 bzImage

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/kernel-devsrc.bb [new file with mode: 0644]