From 817c2c618d918b48e050e946c7fb79e9822fee89 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 13 Apr 2017 18:23:22 +0200 Subject: Set a default tune for cyclone5 until the distro defines one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-agl-bsp/conf/include/agl_cyclone5.inc | 1 + 1 file changed, 1 insertion(+) (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 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" -- cgit 1.2.3-korg