Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm"
@ 2012-04-19 10:20 Ken Werner
  2012-04-19 17:20 ` Denys Dmytriyenko
  2012-04-27 21:18 ` Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Ken Werner @ 2012-04-19 10:20 UTC (permalink / raw)
  To: openembedded-core

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 <ken.werner@linaro.org>
---
 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"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm"
  2012-04-19 10:20 [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm" Ken Werner
@ 2012-04-19 17:20 ` Denys Dmytriyenko
  2012-04-27 21:18 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-04-19 17:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, Apr 19, 2012 at 12:20:39PM +0200, Ken Werner wrote:
> 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 <ken.werner@linaro.org>

Acked-by: Denys Dmytriyenko <denys@ti.com>


> ---
>  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"
> -- 
> 1.7.5.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm"
  2012-04-19 10:20 [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm" Ken Werner
  2012-04-19 17:20 ` Denys Dmytriyenko
@ 2012-04-27 21:18 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-04-27 21:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Ken Werner

On 04/19/2012 03:20 AM, Ken Werner wrote:
> 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<ken.werner@linaro.org>
> ---
>   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"

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-27 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19 10:20 [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to "arm" Ken Werner
2012-04-19 17:20 ` Denys Dmytriyenko
2012-04-27 21:18 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox