From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc 
b/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc
index 10be10c..b9db1ee 100644
--- a/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc
+++ b/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc
@@ -6,6 +6,6 @@ CONFIG_NAME ?= "tisdk_${MACHINE}_defconfig"
 # do_compile_prepend so that we can pick up any changes to the
 # defconfig thay may have been done by the sanitizer code.
 do_compile_prepend() {
-    cp ${S}/.config ${S}/arch/arm/configs/${CONFIG_NAME}
+    cp ${B}/.config ${S}/arch/arm/configs/${CONFIG_NAME}
     sourceipk_do_create_srcipk
 }
-- 
2.2.0

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to