From 35e565faa3b2038542b68b30449155e74df3f2d5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 8 May 2017 05:36:16 +0200 Subject: Switch to medium compiler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cyclone 5 is a cortex-a9 thus switch to the matching compiler profile within AGL. Change-Id: I19d695c653cc78c53dfce7a1adc27e7629256296 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9327 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Scott Murray Reviewed-by: Matt Ranostay --- meta-agl-bsp/conf/include/agl_cyclone5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/conf/include/agl_cyclone5.inc') diff --git a/meta-agl-bsp/conf/include/agl_cyclone5.inc b/meta-agl-bsp/conf/include/agl_cyclone5.inc index efef16ce5..37eb4593f 100644 --- a/meta-agl-bsp/conf/include/agl_cyclone5.inc +++ b/meta-agl-bsp/conf/include/agl_cyclone5.inc @@ -1,2 +1,2 @@ OSTREE_BOOTLOADER ?= "u-boot" -DEFAULTTUNE="armv7athf-neon" +DISTRO_FEATURE_append = " agl-medium-arm-compiler" -- cgit 1.2.3-korg