From d409c02e339533e360612672f84c2d9e59fcaf50 Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Wed, 31 Dec 2014 13:58:17 +0800 Subject: linux-linaro-aarch64: change to source directory before merging config files We use the merge_config.sh to generate the final kernel config file, but this file only exist in the kernel source directory and so do for the config files. So we need to change to kernel source directory first. Change-Id: I35ffac62d00c08b962aee5013e41c0e1f7dba341 Signed-off-by: Kevin Hao Signed-off-by: Koen Kooi --- meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-linaro/recipes-kernel') diff --git a/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb b/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb index 6e181a77..6e027d39 100644 --- a/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb +++ b/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb @@ -18,5 +18,7 @@ BOOTARGS_COMMON = "console=ttyAMA0 mem=2048M devtmpfs.mount=1 earlyprintk=pl011, do_configure_prepend() { . ../ubuntu-ci/configs/vexpress64.cfg + cd ${S} ARCH=arm64 scripts/kconfig/merge_config.sh -m $linaro_base_config_frags $ubuntu_config_frag $board_config_frags + cd ${B} } -- cgit v1.2.3