diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-13 18:23:22 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-16 20:45:40 +0000 |
commit | 817c2c618d918b48e050e946c7fb79e9822fee89 (patch) | |
tree | 8c4fca56695d5982f0cd95b0c20d364ccb184bc3 /meta-agl-bsp | |
parent | 0cdbbbd05cca61e114faa6895ab964f8efe52adc (diff) |
Set a default tune for cyclone5 until the distro defines one
The BSP is doing it right in not defining any tunings and thus falling
back to armv7-a + softfloat.
All other targets use hardfloat. So until the DISTRO takes over
DEFAULTTUNE, we set it here for the board.
Change-Id: Iad4c15bc08f0baaed6f7cf7bfa1e3fae2f2fd739
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_cyclone5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_cyclone5.inc b/meta-agl-bsp/conf/include/agl_cyclone5.inc index 9ad4c94b8..efef16ce5 100644 --- a/meta-agl-bsp/conf/include/agl_cyclone5.inc +++ b/meta-agl-bsp/conf/include/agl_cyclone5.inc @@ -1 +1,2 @@ OSTREE_BOOTLOADER ?= "u-boot" +DEFAULTTUNE="armv7athf-neon" |