From patchwork Thu Apr 19 10:20:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ken Werner X-Patchwork-Id: 7942 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 73BAC23E12 for ; Thu, 19 Apr 2012 10:20:53 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 31B62A188DE for ; Thu, 19 Apr 2012 10:20:53 +0000 (UTC) Received: by iage36 with SMTP id e36so16051028iag.11 for ; Thu, 19 Apr 2012 03:20:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to :subject:date:message-id:x-mailer:x-cbid:x-gm-message-state; bh=b2hwgvxVnjXuKDotzf8zFO7FJD86a5LfBLCDtTmwA2M=; b=L1VZzPsXgK0e+cVeQVop58IZMyFVlVFuTaRs3ZIP82Yo0aLLiuKEJ1xOhtoc2w4BSq kMiEoLLFTB4iLqYgI3m/J1BP94HOd+tB/i0wKGXtpAfXM1z0VaV18/IhkZKsrQnrAOdv WNSveEsKbdvWixmcq6M4ERQnqehyFMn8jQvTYW7t4XKRdEnAE/gIUea40M2PPBahcYfZ y3bHXAZz4NZj4RalpYgnCBGSgIKrS1+V7ri/5fxSyJ35C/icNr9wubBW5kbAEpSl1XCK anPxbRx7LUzZyjWmby5c5sBdVi+L56bhWXpQWkTvJFduYlDMu8g0AWPYC4nddSfkMj2m oA4g== Received: by 10.43.49.201 with SMTP id vb9mr959660icb.35.1334830852668; Thu, 19 Apr 2012 03:20:52 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.137.198 with SMTP id x6csp278970ibt; Thu, 19 Apr 2012 03:20:51 -0700 (PDT) Received: by 10.216.133.72 with SMTP id p50mr976237wei.78.1334830849644; Thu, 19 Apr 2012 03:20:49 -0700 (PDT) Received: from e06smtp10.uk.ibm.com (e06smtp10.uk.ibm.com. [195.75.94.106]) by mx.google.com with ESMTPS id fg10si19588272wib.11.2012.04.19.03.20.49 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Apr 2012 03:20:49 -0700 (PDT) Received-SPF: neutral (google.com: 195.75.94.106 is neither permitted nor denied by best guess record for domain of ken.werner@linaro.org) client-ip=195.75.94.106; Authentication-Results: mx.google.com; spf=neutral (google.com: 195.75.94.106 is neither permitted nor denied by best guess record for domain of ken.werner@linaro.org) smtp.mail=ken.werner@linaro.org Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Apr 2012 11:20:48 +0100 Received: from d06nrmr1407.portsmouth.uk.ibm.com (9.149.38.185) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 19 Apr 2012 11:20:46 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q3JAKjj52363616 for ; Thu, 19 Apr 2012 11:20:45 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q3JAKjXY028646 for ; Thu, 19 Apr 2012 04:20:45 -0600 Received: from bolide.boeblingen.de.ibm.com (dyn-9-152-213-71.boeblingen.de.ibm.com [9.152.213.71]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q3JAKjU9028617; Thu, 19 Apr 2012 04:20:45 -0600 From: Ken Werner To: openembedded-core@lists.openembedded.org Subject: [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm" Date: Thu, 19 Apr 2012 12:20:39 +0200 Message-Id: <1334830839-25853-1-git-send-email-ken.werner@linaro.org> X-Mailer: git-send-email 1.7.5.4 x-cbid: 12041910-4966-0000-0000-000002132E50 X-Gm-Message-State: ALoCoQn1fWPKuuCimn/e9UQu0Zw1tE1hE8GxUtFvSvuA73x4+BqWA2rpj6KwnXWuoLUGeAghXJxs The bdwgc recipe uses a version of libatomic that fails when building in Thumb mode. This has been fixed upstream already. The pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the ARM_INSTRUCTION_SET to "arm" (probably until a new version gets pulled in). This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe. Signed-off-by: Ken Werner --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/bdwgc/bdwgc_20110107.bb b/meta/recipes-support/bdwgc/bdwgc_20110107.bb index 327e59b..bc7b613 100644 --- a/meta/recipes-support/bdwgc/bdwgc_20110107.bb +++ b/meta/recipes-support/bdwgc/bdwgc_20110107.bb @@ -33,5 +33,7 @@ PR = "r1" S = "${WORKDIR}/bdwgc" +ARM_INSTRUCTION_SET = "arm" + inherit autotools BBCLASSEXTEND = "native nativesdk"