[meta-freescale] [PATCH 8/8] linux-qoriq_4.4: merge config fragments with make config

Abdul Rahman Riza ar.riza at live.com
Wed Nov 8 03:35:56 PST 2017


How to unsubscribe from here?

Get Outlook for Android<https://aka.ms/ghei36>

________________________________
From: meta-freescale-bounces at yoctoproject.org <meta-freescale-bounces at yoctoproject.org> on behalf of Chunrong Guo <B40290 at freescale.com>
Sent: Tuesday, November 7, 2017 12:19:47 PM
To: meta-freescale at yoctoproject.org
Cc: chunrong.guo at nxp.com
Subject: [meta-freescale] [PATCH 8/8] linux-qoriq_4.4: merge config fragments with make config

From: Chunrong Guo <chunrong.guo at nxp.com>

*Kernel configure option is missing if merge kernel config fragments with merge_config.sh
 So make config instead of merge_config.sh

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-kernel/linux/linux-qoriq_4.4.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb
index 72177a3..e2bc982 100644
--- a/recipes-kernel/linux/linux-qoriq_4.4.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
@@ -37,12 +37,11 @@ do_merge_delta_config() {
     # add config fragments
     for deltacfg in ${DELTA_KERNEL_DEFCONFIG}; do
         if [ -f "${deltacfg}" ]; then
-            ${S}/scripts/kconfig/merge_config.sh -m .config ${deltacfg}
+            make ${deltacfg}
         elif [ -f "${WORKDIR}/${deltacfg}" ]; then
-            ${S}/scripts/kconfig/merge_config.sh -m .config ${WORKDIR}/${deltacfg}
+            make ${WORKDIR}/${deltacfg}
         elif [ -f "${S}/arch/${ARCH}/configs/${deltacfg}" ]; then
-            ${S}/scripts/kconfig/merge_config.sh -m .config \
-                ${S}/arch/${ARCH}/configs/${deltacfg}
+            make ${S}/arch/${ARCH}/configs/${deltacfg}
         fi
     done
     cp .config ${WORKDIR}/defconfig
--
1.9.0

--
_______________________________________________
meta-freescale mailing list
meta-freescale at yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20171108/097b5c7a/attachment.html>


More information about the meta-freescale mailing list