Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-yocto: re-enable systemtap and utrace
@ 2011-09-06 17:09 Bruce Ashfield
  2011-09-06 17:09 ` [PATCH 1/2] linux-yocto: re-enable systemtap Bruce Ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-09-06 17:09 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Richard/Saul,

Just a couple of changes from Tom in this request. Updated support
for utrace and systemtap that went mysteriously missing when I
did the bulk update.

I did my own round of build testing and everything is fine from
my end.

Cheers,

Bruce

The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:

  icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel-oe
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe

Bruce Ashfield (2):
  linux-yocto: re-enable systemtap
  linux-yocto: re-enable utrace

 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb    |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

-- 
1.7.4.1




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

* [PATCH 1/2] linux-yocto: re-enable systemtap
  2011-09-06 17:09 [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Bruce Ashfield
@ 2011-09-06 17:09 ` Bruce Ashfield
  2011-09-06 17:09 ` [PATCH 2/2] linux-yocto: re-enable utrace Bruce Ashfield
  2011-09-07 13:53 ` [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-09-06 17:09 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

[
  Author: Tom Zanussi <tom.zanussi@intel.com>
  Date:   Fri Sep 2 23:45:12 2011 -0500

    meta: re-enable systemtap feature for linux-yocto

    Re-enable the 'systemtap feature' that turns on the kernel options required
    for systemtap, a system-wide tracing tool.

    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index d100cea..2bd69c0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
 
 SRCREV_machine ?= "0b805cce57f61a244eb3b8fce460b14f1be442b3"
 SRCREV_machine_qemuppc ?= "48207085609f2b73a54e3c1ef4139894eef627af"
-SRCREV_meta ?= "258af0b952b723806baa429b65e3d8cb0d742190"
+SRCREV_meta ?= "82140b960a7cc13d116be61a85d4fe7f7d38680f"
 
 PR = "r0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index e0e8a1b..974d384 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "af58047d79790a06e5ac5ba09837c6e65220d7aa"
 SRCREV_machine_qemux86 ?= "515e039eeb316494955e46d38c164e56999511ae"
 SRCREV_machine_qemux86-64 ?= "d19118d19d5f95e83d6fbe1268fe6b84f67de6d3"
 SRCREV_machine ?= "6fcf6f1bca9323fa2e9a5ea15fa84153cccbc28b"
-SRCREV_meta ?= "258af0b952b723806baa429b65e3d8cb0d742190"
+SRCREV_meta ?= "82140b960a7cc13d116be61a85d4fe7f7d38680f"
 
 PR = "r1"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.4.1




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

* [PATCH 2/2] linux-yocto: re-enable utrace
  2011-09-06 17:09 [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Bruce Ashfield
  2011-09-06 17:09 ` [PATCH 1/2] linux-yocto: re-enable systemtap Bruce Ashfield
@ 2011-09-06 17:09 ` Bruce Ashfield
  2011-09-07 13:53 ` [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-09-06 17:09 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Upating the meta data and machine branch contents with the up
to date merge of utrace.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb    |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 2bd69c0..b296ef4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
 
 SRCREV_machine ?= "0b805cce57f61a244eb3b8fce460b14f1be442b3"
 SRCREV_machine_qemuppc ?= "48207085609f2b73a54e3c1ef4139894eef627af"
-SRCREV_meta ?= "82140b960a7cc13d116be61a85d4fe7f7d38680f"
+SRCREV_meta ?= "3c9ebeed2598b74798a0c9247ef7c385e0cd96a7"
 
 PR = "r0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 974d384..f504b74 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -12,13 +12,13 @@ KBRANCH = ${KMACHINE}
 
 LINUX_VERSION ?= "3.0.4"
 
-SRCREV_machine_qemuarm ?= "b18f5c601ccc90b4c94d1d29282cf7c53fcb6e22"
-SRCREV_machine_qemumips ?= "0696ab4056ddc1b4504e8636e47a918bdff5b257"
-SRCREV_machine_qemuppc ?= "af58047d79790a06e5ac5ba09837c6e65220d7aa"
-SRCREV_machine_qemux86 ?= "515e039eeb316494955e46d38c164e56999511ae"
-SRCREV_machine_qemux86-64 ?= "d19118d19d5f95e83d6fbe1268fe6b84f67de6d3"
-SRCREV_machine ?= "6fcf6f1bca9323fa2e9a5ea15fa84153cccbc28b"
-SRCREV_meta ?= "82140b960a7cc13d116be61a85d4fe7f7d38680f"
+SRCREV_machine_qemuarm ?= "7908f38ac44359d58c40b166dbb45e48fc58295c"
+SRCREV_machine_qemumips ?= "7ea75f58d69293e6b1c2f904f8f5790521a7ccee"
+SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae"
+SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c"
+SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1"
+SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e"
+SRCREV_meta ?= "3c9ebeed2598b74798a0c9247ef7c385e0cd96a7"
 
 PR = "r1"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.4.1




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

* Re: [PATCH 0/2] linux-yocto: re-enable systemtap and utrace
  2011-09-06 17:09 [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Bruce Ashfield
  2011-09-06 17:09 ` [PATCH 1/2] linux-yocto: re-enable systemtap Bruce Ashfield
  2011-09-06 17:09 ` [PATCH 2/2] linux-yocto: re-enable utrace Bruce Ashfield
@ 2011-09-07 13:53 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-09-07 13:53 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, saul.wold

On Tue, 2011-09-06 at 13:09 -0400, Bruce Ashfield wrote:
> Richard/Saul,
> 
> Just a couple of changes from Tom in this request. Updated support
> for utrace and systemtap that went mysteriously missing when I
> did the bulk update.
> 
> I did my own round of build testing and everything is fine from
> my end.
> 
> Cheers,
> 
> Bruce
> 
> The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:
> 
>   icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib zedd/kernel-oe
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe
> 
> Bruce Ashfield (2):
>   linux-yocto: re-enable systemtap
>   linux-yocto: re-enable utrace

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-09-07 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 17:09 [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Bruce Ashfield
2011-09-06 17:09 ` [PATCH 1/2] linux-yocto: re-enable systemtap Bruce Ashfield
2011-09-06 17:09 ` [PATCH 2/2] linux-yocto: re-enable utrace Bruce Ashfield
2011-09-07 13:53 ` [PATCH 0/2] linux-yocto: re-enable systemtap and utrace Richard Purdie

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