Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2015-08-15 Thread Christian Ascheberg

Hello,

perf-trace requires libaudit, but there is still no support for it 
integrated into openembedded, although a patch has been suggested quite 
a while ago.

It would still be great to see that being implemented.

Thanks
Christian
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 10:00 AM,  tom.zanu...@linux.intel.com wrote:
 From: Tom Zanussi tom.zanu...@linux.intel.com

 'perf-trace' is a new perf subcommand available in the 3.8 kernel -
 this patchset enables it.  'perf trace' requires libaudit, which
 is added as a new recipe.

(I'm just getting used to this workflow, so sorry if I've messed
something up on my end)

When I try to build with just the following added to my conf/local.conf

IMAGE_INSTALL_append =  perf

I get the following error:

Build Configuration:
BB_VERSION= 1.17.1
BUILD_SYS = x86_64-linux
NATIVELSBSTRING   = SUSE-LINUX-12.2
TARGET_SYS= i586-poky-linux
MACHINE   = qemux86
DISTRO= poky
DISTRO_VERSION= 1.3+snapshot-20130227
TUNE_FEATURES = m32 i586
TARGET_FPU= 
meta
meta-yocto
meta-yocto-bsp=
tzanussi/perf-trace-v1:9f91a3a29701218dd756380ebcd2a1a32ad40615

Computing transaction...error: Can't install perf-3.4-r9@qemux86: no
package provides /bin/bash
ERROR: Function failed: do_rootfs

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 10:00 AM,  tom.zanu...@linux.intel.com wrote:
 'perf-trace' is a new perf subcommand available in the 3.8 kernel -
 this patchset enables it.

Out of curiosity, from where can I find the recipe(s) for a 3.8 kernel?

My meta/recipes-kernel/linux/ only includes:
linux-dummy.bb
linux-yocto-dev.bb
linux-yocto-rt_3.0.bb
linux-yocto-rt_3.2.bb
linux-yocto-rt_3.4.bb
linux-yocto-tiny_3.2.bb
linux-yocto-tiny_3.4.bb
linux-yocto_3.0.bb
linux-yocto_3.2.bb
linux-yocto_3.4.bb

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 1:12 PM, Tom Zanussi
tom.zanu...@linux.intel.com wrote:
 Which image are you building?  I'm guessing core-image-minimal?

Yes.

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Tom Zanussi
On Wed, 2013-02-27 at 13:00 -0500, Trevor Woerner wrote:
 On Wed, Feb 27, 2013 at 10:00 AM,  tom.zanu...@linux.intel.com wrote:
  From: Tom Zanussi tom.zanu...@linux.intel.com
 
  'perf-trace' is a new perf subcommand available in the 3.8 kernel -
  this patchset enables it.  'perf trace' requires libaudit, which
  is added as a new recipe.
 
 (I'm just getting used to this workflow, so sorry if I've messed
 something up on my end)
 
 When I try to build with just the following added to my conf/local.conf
 
 IMAGE_INSTALL_append =  perf
 
 I get the following error:
 
 Build Configuration:
 BB_VERSION= 1.17.1
 BUILD_SYS = x86_64-linux
 NATIVELSBSTRING   = SUSE-LINUX-12.2
 TARGET_SYS= i586-poky-linux
 MACHINE   = qemux86
 DISTRO= poky
 DISTRO_VERSION= 1.3+snapshot-20130227
 TUNE_FEATURES = m32 i586
 TARGET_FPU= 
 meta
 meta-yocto
 meta-yocto-bsp=
 tzanussi/perf-trace-v1:9f91a3a29701218dd756380ebcd2a1a32ad40615
 
 Computing transaction...error: Can't install perf-3.4-r9@qemux86: no
 package provides /bin/bash
 ERROR: Function failed: do_rootfs
 

Hmm, I didn't realize perf required 'bash' to build.  I always build
core-image-sato with tools-profile or the sdk image, and haven't seen
this.

Which image are you building?  I'm guessing core-image-minimal?

I think if perf doesn't build without bash, it should be considered a
bug - core-image-minimal should be able to use perf.

Tom 


 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Tom Zanussi
On Wed, 2013-02-27 at 13:10 -0500, Trevor Woerner wrote:
 On Wed, Feb 27, 2013 at 10:00 AM,  tom.zanu...@linux.intel.com wrote:
  'perf-trace' is a new perf subcommand available in the 3.8 kernel -
  this patchset enables it.
 
 Out of curiosity, from where can I find the recipe(s) for a 3.8 kernel?
 
 My meta/recipes-kernel/linux/ only includes:
 linux-dummy.bb
 linux-yocto-dev.bb
 linux-yocto-rt_3.0.bb
 linux-yocto-rt_3.2.bb
 linux-yocto-rt_3.4.bb
 linux-yocto-tiny_3.2.bb
 linux-yocto-tiny_3.4.bb
 linux-yocto_3.0.bb
 linux-yocto_3.2.bb
 linux-yocto_3.4.bb
 

The 3.8 kernel recipes were posted last night and haven't been merged
yet, so you'd have to apply them yourself..

Tom

 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core