linux-sysmocom: Catch-up with poky master

OE-Core seems to unpack the kernel sources into another
directory now (e.g. to share the sources with builds for
modules). Use the kernel.bbclass kernel_do_configure and
copy the .config to the build directory.

The kernel is now built in a dedicated build directory.
This commit is contained in:
Holger Hans Peter Freyther 2014-12-25 14:09:29 +01:00
parent 8f84c9539d
commit 015f7bc6e8
1 changed files with 2 additions and 3 deletions

View File

@ -34,9 +34,8 @@ FILES_kernel-image_sysmobts-v1 = ""
require linux-tools.inc
do_configure() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
oe_runmake oldconfig
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig ${B}/.config
}
# autoload defaults (alphabetically sorted)