All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemux86-64: Enable latencytop and profiling (temporary)
       [not found] <cover.1300146920.git.dvhart@linux.intel.com>
@ 2011-03-14 23:54 ` Darren Hart
  2011-03-15  1:21   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Darren Hart @ 2011-03-14 23:54 UTC (permalink / raw)
  To: poky, bruce.ashfield, jessica.zhang

From: Darren Hart <dvhart@linux.intel.com>

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dvhart/kernel
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/kernel

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (1):
  qemux86-64: Enable latencytop and profiling (temporary)

 meta/recipes-kernel/linux/linux-yocto_git.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Fixes [YOCTO #858] and [YOCTO #859]

common-pc-64.scc in the linux-yocto meta data omits latencytop and profiling
(but common-pc.scc includes them). The right fix is in common-pc-64.inc, but
this fix gets people people unblocked until Bruce can commit the proper fix to
linux-yocto.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Jessica Zhang <jessica.zhang@intel.com>
---
 meta/recipes-kernel/linux/linux-yocto_git.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index 38fbba3..f35d1a2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -31,6 +31,10 @@ KERNEL_FEATURES="features/netfilter"
 KERNEL_FEATURES_append_qemux86=" cfg/sound"
 KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
 
+# Temporary fix for oprofile and latencytop on qemux86-64
+KERNEL_FEATURES_append_qemux86-64=" features/profiling"
+KERNEL_FEATURES_append_qemux86-64=" features/latencytop"
+
 # extra tasks
 addtask kernel_link_vmlinux after do_compile before do_install
 addtask validate_branches before do_patch after do_kernel_checkout
-- 
1.7.3.4



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

* Re: [PATCH] qemux86-64: Enable latencytop and profiling (temporary)
  2011-03-14 23:54 ` [PATCH] qemux86-64: Enable latencytop and profiling (temporary) Darren Hart
@ 2011-03-15  1:21   ` Richard Purdie
  2011-03-15  7:30     ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2011-03-15  1:21 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Mon, 2011-03-14 at 16:54 -0700, Darren Hart wrote:
> From: Darren Hart <dvhart@linux.intel.com>
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: dvhart/kernel
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/kernel
> 
> Thanks,
>     Darren Hart <dvhart@linux.intel.com>
> ---
> 
> 
> Darren Hart (1):
>   qemux86-64: Enable latencytop and profiling (temporary)
> 
>  meta/recipes-kernel/linux/linux-yocto_git.bb |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)

Merged into OECore and Poky master.

Cheers,

Richard



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

* Re: [PATCH] qemux86-64: Enable latencytop and profiling (temporary)
  2011-03-15  1:21   ` Richard Purdie
@ 2011-03-15  7:30     ` Darren Hart
  2011-03-15 11:09       ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Darren Hart @ 2011-03-15  7:30 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky



On 03/14/2011 06:21 PM, Richard Purdie wrote:
> On Mon, 2011-03-14 at 16:54 -0700, Darren Hart wrote:
>> From: Darren Hart<dvhart@linux.intel.com>
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>    Branch: dvhart/kernel
>>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/kernel
>>
>> Thanks,
>>      Darren Hart<dvhart@linux.intel.com>
>> ---
>>
>>
>> Darren Hart (1):
>>    qemux86-64: Enable latencytop and profiling (temporary)
>>
>>   meta/recipes-kernel/linux/linux-yocto_git.bb |    4 ++++
>>   1 files changed, 4 insertions(+), 0 deletions(-)
>
> Merged into OECore and Poky master.

Gah, my note in response to my post was bounced (wrong email address). I 
said that this patch should only go to bernard and master would get the 
update from Bruce to linux-yocto naturally. It's fine though, we can 
revert this patch later.

--
Darren

>
> Cheers,
>
> Richard
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: [PATCH] qemux86-64: Enable latencytop and profiling (temporary)
  2011-03-15  7:30     ` Darren Hart
@ 2011-03-15 11:09       ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-03-15 11:09 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Tue, 2011-03-15 at 00:30 -0700, Darren Hart wrote:
> 
> On 03/14/2011 06:21 PM, Richard Purdie wrote:
> > On Mon, 2011-03-14 at 16:54 -0700, Darren Hart wrote:
> >> From: Darren Hart<dvhart@linux.intel.com>
> >>
> >> Pull URL: git://git.pokylinux.org/poky-contrib.git
> >>    Branch: dvhart/kernel
> >>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/kernel
> >>
> >> Thanks,
> >>      Darren Hart<dvhart@linux.intel.com>
> >> ---
> >>
> >>
> >> Darren Hart (1):
> >>    qemux86-64: Enable latencytop and profiling (temporary)
> >>
> >>   meta/recipes-kernel/linux/linux-yocto_git.bb |    4 ++++
> >>   1 files changed, 4 insertions(+), 0 deletions(-)
> >
> > Merged into OECore and Poky master.
> 
> Gah, my note in response to my post was bounced (wrong email address). I 
> said that this patch should only go to bernard and master would get the 
> update from Bruce to linux-yocto naturally. It's fine though, we can 
> revert this patch later.

We don't take patches for Bernard unless the problem is fixed in master
too.

Cheers,

Richard



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

end of thread, other threads:[~2011-03-15 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1300146920.git.dvhart@linux.intel.com>
2011-03-14 23:54 ` [PATCH] qemux86-64: Enable latencytop and profiling (temporary) Darren Hart
2011-03-15  1:21   ` Richard Purdie
2011-03-15  7:30     ` Darren Hart
2011-03-15 11:09       ` Richard Purdie

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.