Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency
@ 2012-09-20 17:34 Bruce Ashfield
  2012-09-20 17:34 ` [PATCH 1/1] linux-yocto/3.4: use profiling and latencytop features in yocto bsps Bruce Ashfield
  2012-09-21 22:21 ` [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-20 17:34 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here's a change from Tom that I've had for a few days, to make 
more BSPs use the common profiling/latency configuration fragments.
Everything checks out fine here.

Cheers,

Bruce

The following changes since commit df5f9a3e6dfcf8e8f57132843a024b44c0bd90fc:

  gtk+: enable gtk+-native (2012-09-20 13:33:50 +0100)

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

Bruce Ashfield (1):
  linux-yocto/3.4: use profiling and latencytop features in yocto bsps

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

-- 
1.7.5.4




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

* [PATCH 1/1] linux-yocto/3.4: use profiling and latencytop features in yocto bsps
  2012-09-20 17:34 [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency Bruce Ashfield
@ 2012-09-20 17:34 ` Bruce Ashfield
  2012-09-21 22:21 ` [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-20 17:34 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Updating the meta SRCREVs to pickup the following configuration change:

    594994c meta: use profiling and latencytop features in yocto bsps

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.4.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index e42216b..62858fc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
 
 SRCREV_machine ?= "dcecefa43e05f5450886648a93e2fda2ec35e2dc"
 SRCREV_machine_qemuppc ?= "5e8709c4777f07a12b0a05a22f0864f552ef9449"
-SRCREV_meta ?= "7c50e572635d356f0b66d9ab90823f127f835744"
+SRCREV_meta ?= "594994cb4c19bb4f2e8100ffe0599aef8b2e8b4c"
 
 PR = "${INC_PR}.0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 7c082e7..cbd3ea1 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "cf4bad14983753ad4b592c40fb36466b202b24a4"
 SRCREV_machine_qemux86 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
 SRCREV_machine_qemux86-64 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
 SRCREV_machine ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
-SRCREV_meta ?= "7c50e572635d356f0b66d9ab90823f127f835744"
+SRCREV_meta ?= "594994cb4c19bb4f2e8100ffe0599aef8b2e8b4c"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
 
-- 
1.7.5.4




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

* Re: [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency
  2012-09-20 17:34 [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency Bruce Ashfield
  2012-09-20 17:34 ` [PATCH 1/1] linux-yocto/3.4: use profiling and latencytop features in yocto bsps Bruce Ashfield
@ 2012-09-21 22:21 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-09-21 22:21 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core

On 09/20/2012 10:34 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here's a change from Tom that I've had for a few days, to make
> more BSPs use the common profiling/latency configuration fragments.
> Everything checks out fine here.
>
> Cheers,
>
> Bruce
>
> The following changes since commit df5f9a3e6dfcf8e8f57132843a024b44c0bd90fc:
>
>    gtk+: enable gtk+-native (2012-09-20 13:33:50 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib zedd/kernel
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Bruce Ashfield (1):
>    linux-yocto/3.4: use profiling and latencytop features in yocto bsps
>
>   meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |    2 +-
>   meta/recipes-kernel/linux/linux-yocto_3.4.bb    |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>

Merged into OE-Core

Thanks
	Sau!




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

end of thread, other threads:[~2012-09-21 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 17:34 [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency Bruce Ashfield
2012-09-20 17:34 ` [PATCH 1/1] linux-yocto/3.4: use profiling and latencytop features in yocto bsps Bruce Ashfield
2012-09-21 22:21 ` [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency Saul Wold

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