1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 20:09:17 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2013-01-21 21:19:32 -05:00
parent bf6acb5e04
commit 61ecacbdf3
+2
View File
@@ -95,6 +95,8 @@ do_compileconfigs () {
# Restore the regular 'defconfig'
cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
cd ${S}
do_configure
fi
}