[meta-ti] Denys Dmytriyenko : multi-kernel.inc: repeat do_configure after do_compileconfigs

Arago Project git git at arago-project.org
Fri Jan 25 00:04:46 PST 2013


Module: meta-ti
Branch: master
Commit: 356ae86a9b4c3b88777262757407ab4f8108d70a
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=356ae86a9b4c3b88777262757407ab4f8108d70a

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon Jan 21 21:19:32 2013 -0500

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 at ti.com>

---

 recipes-kernel/linux/multi-kernel.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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
 }
 




More information about the meta-ti mailing list