diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-08 05:36:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-09 04:01:15 +0000 |
commit | 35e565faa3b2038542b68b30449155e74df3f2d5 (patch) | |
tree | 8d3f85c8aa911288391e849f84de65b165ed3498 /meta-agl-bsp/conf | |
parent | e8aff1ac9e064f41b8eac2fef05ae1db494ee41b (diff) |
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 <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9327
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_cyclone5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |