summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-01-21 21:19:32 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-01-28 18:45:07 -0500
commit3f07870e29c9cc80eb284e51f39299aaf94bd07e (patch)
treee2ea404a7de481dfef973bc5be4706b5cd5743c6
parent3414f851ac740da23db92ab839716003e8a968a4 (diff)
downloadmeta-ti-3f07870e29c9cc80eb284e51f39299aaf94bd07e.tar.gz
multi-kernel.inc: repeat do_configure after do_compileconfigs
Populate default defconfig into .config and process with oldconfig target Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/multi-kernel.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc
index 04bc9873..e5ebe562 100644
--- a/recipes-kernel/linux/multi-kernel.inc
+++ b/recipes-kernel/linux/multi-kernel.inc
@@ -95,6 +95,8 @@ do_compileconfigs () {
95 95
96 # Restore the regular 'defconfig' 96 # Restore the regular 'defconfig'
97 cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig 97 cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
98 cd ${S}
99 do_configure
98 fi 100 fi
99} 101}
100 102