* disable SECONDARY_TOOLCHAIN by default * For k3, configure the secondary toolchain as armv7a for the R5 cores.
Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-distro/conf/distro/include/toolchain-linaro.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc index 9836e5c..06de680 100644 --- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc +++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc @@ -10,6 +10,9 @@ ELT_TARGET_SYS_arm = "${ELT_TARGET_SYS_ARMV5}" ELT_TARGET_SYS_armv7a = "${ELT_TARGET_SYS_ARMV7}" ELT_TARGET_SYS_aarch64 = "${ELT_TARGET_SYS_ARMV8}" +SECONDARY_TARGET_ARCH = "" +SECONDARY_TARGET_ARCH_k3 = "armv7a" + TARGET_VENDOR = "" TOOLCHAIN_BASE ?= "/opt" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
