From e54bc6182f572ec6d2d347d85969ae2a87309183 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Fri, 25 Jan 2013 13:57:05 +0100 Subject: [PATCH] meta-digi-arm: Add kernel configuration file also for non dev images. We need the kernel configuration file in /boot for some of the postint scripts that aim to do smart things like autoconfigure the interfaces file. Signed-off-by: Alex Gonzalez --- meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend b/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend index b613f861f..adb983c62 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend +++ b/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend @@ -18,3 +18,4 @@ SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \ SRC_URI_ccardxmx28js_mxs = "${DIGI_LOG_GIT}linux-2.6.git \ file://defconfig \ " +FILES_kernel-image += "/boot/config*"