From: Jan-Simon Möller Date: Thu, 13 Apr 2017 16:23:22 +0000 (+0200) Subject: Set a default tune for cyclone5 until the distro defines one X-Git-Tag: 3.99.1~64 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=817c2c618d918b48e050e946c7fb79e9822fee89;p=AGL%2Fmeta-agl.git 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 --- 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"