From 461a40fde3e588d74ed4a8b3d69be20d7a0f354d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Thu, 21 May 2015 18:09:14 +0200 Subject: [PATCH] imx-base.inc: allow building with arm thumb support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit thanks to Khem Raj for helping hint & more discussion found at [1] [1] https://lists.yoctoproject.org/pipermail/meta-freescale/2015-May/013904.html Signed-off-by: Andreas Müller Acked-by: Max Krummenacher Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/include/imx-base.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index 56830412..ee5492f1 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/conf/machine/include/imx-base.inc @@ -30,11 +30,14 @@ PREFERRED_VERSION_directfb_mx6 = "1.7.4" # Ship kernel modules MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" -# Float-Point setting +# Tunes for hard/soft float-point selection. Note that we allow building for +# thumb support giving distros the chance to enable thumb by setting +# ARM_INSTRUCTION_SET = "thumb" +# # handled by software -# DEFAULTTUNE_mx6 ?= "cortexa9-neon" +# DEFAULTTUNE_mx6 ?= "cortexa9t-neon" # handled by hardware -DEFAULTTUNE_mx6 ?= "cortexa9hf-neon" +DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" # Sub-architecture support MACHINE_SOCARCH_SUFFIX ?= "" -- 2.40.1