* Use ARCH, set by kernel-arch.bbclass, to determine the destination of the defconfig used in the build.
Signed-off-by: Jacob Stiffler <[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 ffc8b2b..04b22ef 100644 --- a/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc +++ b/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc @@ -6,7 +6,7 @@ CONFIG_NAME ?= "tisdk_${MACHINE}${ARAGO_KERNEL_SUFFIX}_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_configure_append() { - cp ${B}/.config ${S}/arch/arm/configs/${CONFIG_NAME} + cp ${B}/.config ${S}/arch/${ARCH}/configs/${CONFIG_NAME} } # Move create_srcipk task so that the release defconfig is included. -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
