Re: [OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Bruce Ashfield
On 12-06-20 11:25 AM, Paul Eggleton wrote: On Wednesday 20 June 2012 10:31:40 Bruce Ashfield wrote: From: Liang Li ... +EXTRA_OEMAKE = \ + '-C ${S}/tools/perf \ + O=${B} \ + CROSS_COMPILE=${TARGET_PREFIX} \ + ARCH=${ARCH} \ +

Re: [OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Paul Eggleton
On Wednesday 20 June 2012 10:31:40 Bruce Ashfield wrote: > From: Liang Li >... > +EXTRA_OEMAKE = \ > + '-C ${S}/tools/perf \ > + O=${B} \ > + CROSS_COMPILE=${TARGET_PREFIX} \ > + ARCH=${ARCH} \ > + CC="${CC}" \ > + AR="${AR}"

Re: [OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Bruce Ashfield
On 12-06-20 11:00 AM, Saul Wold wrote: On 06/20/2012 07:31 AM, Bruce Ashfield wrote: From: Liang Li perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in seve

Re: [OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Saul Wold
On 06/20/2012 07:31 AM, Bruce Ashfield wrote: From: Liang Li perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in several situations such as: - when a ker

[OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Bruce Ashfield
From: Liang Li perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in several situations such as: - when a kernel recipe doesn't want to build/provide perf