diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-12-05 14:48:11 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:37:53 +0000 |
commit | a1c24ecbe84866e116e795f509b70124a4d9f730 (patch) | |
tree | a9bfe13b2e0a2e31ca162cf8bb51429e068b130d /meta/recipes-extended | |
parent | d1aced444f565e580ccc362a360625baae4a0aef (diff) | |
download | poky-a1c24ecbe84866e116e795f509b70124a4d9f730.tar.gz |
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
(From OE-Core rev: 6412dc1df434f774c434ec08bf9b3706edb756f2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions