It is mx6 default but gets lost for use-mainline-bsp override:
In meta-freescale/conf/machine/include/imx-base.inc
MACHINEOVERRIDES_EXTENDER_FILTER_OUT_use-mainline-bsp contains
all mx6 variants. So all mx6.. overrides are are filtered which
is usually fine but not for DEFAULTTUNE: Without this patch
armv7hf-neon is build.

Signed-off-by: Andreas Müller <schnitzelt...@gmail.com>
---
V2:
 * use weak assingnment so distro can ovverride
 * patch description: be more specific why this is necessary

 conf/machine/imx6qdl-variscite-som.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/imx6qdl-variscite-som.conf 
b/conf/machine/imx6qdl-variscite-som.conf
index f3a14ff..6b6d7b5 100644
--- a/conf/machine/imx6qdl-variscite-som.conf
+++ b/conf/machine/imx6qdl-variscite-som.conf
@@ -6,6 +6,7 @@
 
 MACHINEOVERRIDES =. "mx6:mx6q:mx6dl:"
 
+DEFAULTTUNE ?= "cortexa9thf-neon"
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa9.inc
 
-- 
2.14.4

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to