From: Jan-Simon Möller Date: Mon, 8 May 2017 03:36:16 +0000 (+0200) Subject: Switch to medium compiler X-Git-Tag: 3.99.1~34 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=35e565faa3b2038542b68b30449155e74df3f2d5;p=AGL%2Fmeta-agl.git Switch to medium compiler 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 --- 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"