]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: copy kernel config to srctree
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 3 Dec 2015 13:54:24 +0000 (15:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 10:22:55 +0000 (10:22 +0000)
commit32593f2b6a44a7bfdab55aec7e172476020fd4eb
treeee987cd178f9ce771ac743ce506257b00a5515b0
parent09a2718cb030f8cce202ded0e823cadea4c71f6a
devtool: extract: copy kernel config to srctree

This makes the correct kernel config to be used when building kernel
from srctree (extrernalsrc). If no kernel config is present in the
builddir 'do_configure' task copies .config from the srctree.

(From OE-Core master rev: 3b516332e038a587685f6e0c14a7f04990bdd6cc)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py