[YOCTO #1381]

    lttng-ust generates an ICE when building for armv7, so change it to armv5
    | vfprintf.c:956:1: error: unrecognizable insn:
    | (insn 3968 3967 3969 145 (set (subreg:SI (reg/v:DI 160 [ _umax ]) 0)
    |         (sign_extend:SI (mem:QI (plus:SI (mult:SI (reg/v:SI 166 [ nextarg 
])
    |                         (const_int 8 [0x8]))
    |                     (reg/f:SI 370 [ argtable.7 ])) [0 *D.6937_569+0 S1
    A32]))) vfprintf.c:555 -1
    |      (nil))
    | vfprintf.c:956:1: internal compiler error: in extract_insn, at 
recog.c:2109

Signed-off-by: Saul Wold <s...@linux.intel.com>
---
 meta-yocto/conf/machine/beagleboard.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-yocto/conf/machine/beagleboard.conf 
b/meta-yocto/conf/machine/beagleboard.conf
index 0b3cebc..9ed8c59 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -18,6 +18,8 @@ MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio"
 # Allow for MMC booting (required by the NAND-less Beagleboard XM)
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
+DEFAULT_TUNE = "cortexa8"
+
 include conf/machine/include/tune-cortexa8.inc
 
 IMAGE_FSTYPES += "tar.bz2 jffs2"
-- 
1.7.6

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to