]> 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>
Wed, 9 Dec 2015 08:47:28 +0000 (08:47 +0000)
commit3b516332e038a587685f6e0c14a7f04990bdd6cc
tree9b14c5dddbf99ac5b04a7d26a64cf659378a2216
parent229723a20095e80bde29e4b3398047f62f972170
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.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/standard.py