Populate default defconfig into .config and process with oldconfig target

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 recipes-kernel/linux/multi-kernel.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/linux/multi-kernel.inc 
b/recipes-kernel/linux/multi-kernel.inc
index 04bc987..e5ebe56 100644
--- a/recipes-kernel/linux/multi-kernel.inc
+++ b/recipes-kernel/linux/multi-kernel.inc
@@ -95,6 +95,8 @@ do_compileconfigs () {
 
       # Restore the regular 'defconfig'
       cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
+      cd ${S}
+      do_configure
     fi
 }
 
-- 
1.8.1.1

_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to