]> code.ossystems Code Review - openembedded-core.git/commit
kernel: Add kernel headers to kernel-dev package
authorDarren Hart <dvhart@linux.intel.com>
Sat, 23 Jun 2012 00:44:10 +0000 (17:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:54:09 +0000 (14:54 +0100)
commit6125ea40d4483965f793bd847b3ce14b668a5b1e
tree8ac4874366c87a86731a29e129f3d02eedadbd21
parent29dbe7d7ba66c66e9e5c8dc438f89d9b46c509a0
kernel: Add kernel headers to kernel-dev package

[YOCTO #1614]

Add the kernel headers to the kernel-dev package. This packages what was
already built and kept in sysroots for building modules with bitbake.
Making this available on the target requires removing some additional
host binaries.

Move the location to /usr/src/kernel

Before use on the target, the user will need to:

    # cd /usr/src/kernel
    # make scripts

This renders the kernel-misc recipe empty, so remove it.

As we use /usr/src/kernel in several places (and I missed one in the
previous version), add a KERNEL_SRC_DIR variable and use that throughout
the class to avoid update errors in the future.

Now that we package the kernel headers, drop the
kernel_package_preprocess function which removed them from PKGD.

All *-sdk image recipes include dev-pkgs, so the kernel-dev package will
be installed by default on all such images.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Khem Raj <raj.khem@gmail.com>
meta/classes/kernel.bbclass
meta/conf/bitbake.conf
meta/recipes-kernel/linux/linux-yocto.inc