[oe] [meta-oe][PATCH] nodejs: fix qemuarm build without thumb and drop unused patch

Martin Jansa martin.jansa at gmail.com
Tue Apr 28 17:27:26 UTC 2015


On Tue, Apr 28, 2015 at 07:43:59AM -0700, Khem Raj wrote:
> On Tue, Apr 28, 2015 at 5:45 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> > +-      defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_5TEJ__)
> > ++      defined(__ARM_ARCH_5E__) || defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_5TEJ__)
> 
> this fix is ok. but I wonder why qemuarm is defaulting to v5e and not
> v5te did you look at that

Because thumb is by default disabled and my world builds had small typo
in variable enabling it:
https://github.com/shr-project/jenkins-jobs/commit/45595b887e57252fc2e8b95744457a566fa554e9

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com



More information about the Openembedded-devel mailing list