All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2][3rdparty] imx6qdl-variscite-som: prefer "cortexa9thf-neon" for DEFAULTTUNE
@ 2018-09-18  9:53 Andreas Müller
  0 siblings, 0 replies; only message in thread
From: Andreas Müller @ 2018-09-18  9:53 UTC (permalink / raw)
  To: meta-freescale

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 <schnitzeltony@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-18  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18  9:53 [PATCHv2][3rdparty] imx6qdl-variscite-som: prefer "cortexa9thf-neon" for DEFAULTTUNE Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.