summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/mosh
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-05-05 14:11:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-16 21:09:05 +0200
commite836f8f936f1a39e8b29c08a5979919d9e04cbde (patch)
tree884b28f2d2fe92cc41677f6176aca2e776245d17 /meta-oe/recipes-connectivity/mosh
parentb3b6743e0e2cc21e86e33efb06bb68881c0420b0 (diff)
downloadmeta-openembedded-e836f8f936f1a39e8b29c08a5979919d9e04cbde.tar.gz
gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/mosh')
-rw-r--r--meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
index a4709ce93..16e2a7dca 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
@@ -36,3 +36,12 @@ NEEDED_PERL_MODULES = "\
36RDEPENDS_${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}" 36RDEPENDS_${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}"
37# The server seemed not to work with dropbear either 37# The server seemed not to work with dropbear either
38RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" 38RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}"
39
40# Fails to build with thumb-1 (qemuarm)
41#| {standard input}: Assembler messages:
42#| {standard input}:2100: Error: instruction not supported in Thumb16 mode -- `adds r4,r4,r4'
43#| {standard input}:2101: Error: instruction not supported in Thumb16 mode -- `adcs r5,r5,r5'
44#| {standard input}:2102: Error: instruction not supported in Thumb16 mode -- `adcs r6,r6,r6'
45#| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7'
46#| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs'
47ARM_INSTRUCTION_SET = "arm"