From 981626d8cee345d27b7c9d96e941fd6622f47792 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 5 May 2015 13:52:32 +0200 Subject: guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa Signed-off-by: Ross Burton --- meta/recipes-devtools/opensp/opensp_1.5.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-devtools/opensp/opensp_1.5.2.bb') diff --git a/meta/recipes-devtools/opensp/opensp_1.5.2.bb b/meta/recipes-devtools/opensp/opensp_1.5.2.bb index a1f115c008..60a7d2e47e 100644 --- a/meta/recipes-devtools/opensp/opensp_1.5.2.bb +++ b/meta/recipes-devtools/opensp/opensp_1.5.2.bb @@ -53,3 +53,7 @@ do_install_append_class-native() { FILES_${PN} += "${datadir}/OpenSP/" BBCLASSEXTEND = "native" + +# http://errors.yoctoproject.org/Errors/Details/20489/ +ARM_INSTRUCTION_SET_armv4 = "arm" +ARM_INSTRUCTION_SET_armv5 = "arm" -- cgit 1.2.3-korg