All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][danny] fix for 3756
@ 2013-02-06 15:40 tom.zanussi
  2013-02-06 15:40 ` [PATCH 1/1][danny] crosstap: handle hyphenated x86_64 target arch tom.zanussi
  0 siblings, 1 reply; 3+ messages in thread
From: tom.zanussi @ 2013-02-06 15:40 UTC (permalink / raw)
  To: openembedded-core, ross.burton; +Cc: Tom Zanussi

From: Tom Zanussi <tom.zanussi@linux.intel.com>

This was pulled into master yesterday and should be pulled into
danny as well.

The following changes since commit a7ce81df2f6e513a7e364c443759733c778b5c1f:

  yocto-bsp: qualify user files with machine name (2013-02-05 21:37:35 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/3756-fix-danny
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/3756-fix-danny

Tom Zanussi (1):
  crosstap: handle hyphenated x86_64 target arch

 scripts/crosstap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.11.4




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

* [PATCH 1/1][danny] crosstap: handle hyphenated x86_64 target arch
  2013-02-06 15:40 [PATCH 0/1][danny] fix for 3756 tom.zanussi
@ 2013-02-06 15:40 ` tom.zanussi
  2013-02-07 16:56   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: tom.zanussi @ 2013-02-06 15:40 UTC (permalink / raw)
  To: openembedded-core, ross.burton; +Cc: Tom Zanussi

From: Tom Zanussi <tom.zanussi@linux.intel.com>

systemtap_target_arch() should also translate x86-64 (hyphenated) into
x86_64 for the -a param.  Failing to do that causes systemtap to see
an architecture mismatch and create a cloned session with a bogusly
synthesized build directory path, and fails to compile the probe.

 Fixes [YOCTO #3756]

(From OE-Core rev: 98cae0544884cb5700d42409ec4a9584a17dc9a4)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 scripts/crosstap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/crosstap b/scripts/crosstap
index 783bf2f..58317cf 100755
--- a/scripts/crosstap
+++ b/scripts/crosstap
@@ -70,7 +70,7 @@ function systemtap_target_arch() {
         i?86)
             SYSTEMTAP_TARGET_ARCH="i386"
             ;;
-        x86_64*)
+        x86?64*)
             SYSTEMTAP_TARGET_ARCH="x86_64"
             ;;
         arm*)
-- 
1.7.11.4




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

* Re: [PATCH 1/1][danny] crosstap: handle hyphenated x86_64 target arch
  2013-02-06 15:40 ` [PATCH 1/1][danny] crosstap: handle hyphenated x86_64 target arch tom.zanussi
@ 2013-02-07 16:56   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-02-07 16:56 UTC (permalink / raw)
  To: tom.zanussi; +Cc: openembedded-core

On 6 February 2013 15:40,  <tom.zanussi@linux.intel.com> wrote:
> From: Tom Zanussi <tom.zanussi@linux.intel.com>
>
> systemtap_target_arch() should also translate x86-64 (hyphenated) into
> x86_64 for the -a param.  Failing to do that causes systemtap to see
> an architecture mismatch and create a cloned session with a bogusly
> synthesized build directory path, and fails to compile the probe.
>
>  Fixes [YOCTO #3756]
>
> (From OE-Core rev: 98cae0544884cb5700d42409ec4a9584a17dc9a4)

Merged to danny-next.

Ross



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

end of thread, other threads:[~2013-02-07 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 15:40 [PATCH 0/1][danny] fix for 3756 tom.zanussi
2013-02-06 15:40 ` [PATCH 1/1][danny] crosstap: handle hyphenated x86_64 target arch tom.zanussi
2013-02-07 16:56   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.