* [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)
@ 2012-07-09 14:59 Bruce Ashfield
2012-07-09 14:59 ` [PATCH 1/1] linux-yocto/3.4: perf scripting & unionfs fixes Bruce Ashfield
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bruce Ashfield @ 2012-07-09 14:59 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, saul.wold
Saul/Richard,
I was waiting on the resend of Tom's perf series to send the updated
kernel parts for this. That's out, and the kernel parts now need to
be updated.
I've also staged a unionfs build fix along with the perf updates.
Cheers,
Bruce
cc: Tom Zanussi <tom.zanussi@intel.com>
The following changes since commit f40ce3e1f4ceebc90b3c058dc82750829149c21d:
package_rpm: Avoid duplicate package generation failures (2012-07-09 11:38:02 +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: perf scripting & unionfs fixes
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++++++-------
2 files changed, 10 insertions(+), 10 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH 1/1] linux-yocto/3.4: perf scripting & unionfs fixes
2012-07-09 14:59 [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Bruce Ashfield
@ 2012-07-09 14:59 ` Bruce Ashfield
2012-07-09 16:30 ` [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Saul Wold
2012-07-09 17:08 ` Tom Zanussi
2 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2012-07-09 14:59 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, saul.wold
Updating the SRCREVs to pickup the following changes:
standard/base:
95c79fb Unionfs: update ->show_options prototype
49f1599 perf: change --root to --prefix for python install
8ff1ab6 perf: add 'libperl not found' warning
b4bc865 perf: use pkg-config instead of python-config
a2257bf Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON"
meta:
a8cf770 features/ftrace: enable FTRACE_SYSCALLS
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++++++-------
2 files changed, 10 insertions(+), 10 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 44d944f..d2ba6c9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,9 +8,9 @@ LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
-SRCREV_machine ?= "684f3c1886618c919b54e8b362e72da3d128c532"
-SRCREV_machine_qemuppc ?= "fb15c26f9deae3912ca7e2aaf8c818127ef27d82"
-SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af"
+SRCREV_machine ?= "6767c6a0821b8bb782bee9faa8aec6593a9d39dd"
+SRCREV_machine_qemuppc ?= "575b10dd912557cce881ea519c7ac2b84fbe7b47"
+SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5"
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 fe6f6cd..2ea9aa6 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,13 +10,13 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
KBRANCH_qemumips64el = "standard/mti-malta64"
KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
-SRCREV_machine_qemuarm ?= "168ed084c978a39eabf0071f0049b623bc05c856"
-SRCREV_machine_qemumips ?= "66dbebd43d65eb070e0afa25f63f6b69ddd47c65"
-SRCREV_machine_qemuppc ?= "bc74ca65c9cae025861455d7f0a259458cd4a829"
-SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
-SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
-SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
-SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af"
+SRCREV_machine_qemuarm ?= "93bb8cf97a0c5aead15a97c825d8fd504759f038"
+SRCREV_machine_qemumips ?= "b9b9aeb414c14f2587690d91052c9348e9ccd72a"
+SRCREV_machine_qemuppc ?= "53ca8948fa64ee445001392a1cd03491befa9f35"
+SRCREV_machine_qemux86 ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d"
+SRCREV_machine_qemux86-64 ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d"
+SRCREV_machine ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d"
+SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5"
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] 5+ messages in thread* Re: [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)
2012-07-09 14:59 [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Bruce Ashfield
2012-07-09 14:59 ` [PATCH 1/1] linux-yocto/3.4: perf scripting & unionfs fixes Bruce Ashfield
@ 2012-07-09 16:30 ` Saul Wold
2012-07-09 17:08 ` Tom Zanussi
2 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-07-09 16:30 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 07/09/2012 07:59 AM, Bruce Ashfield wrote:
> Saul/Richard,
>
> I was waiting on the resend of Tom's perf series to send the updated
> kernel parts for this. That's out, and the kernel parts now need to
> be updated.
>
> I've also staged a unionfs build fix along with the perf updates.
>
> Cheers,
>
> Bruce
>
> cc: Tom Zanussi <tom.zanussi@intel.com>
>
> The following changes since commit f40ce3e1f4ceebc90b3c058dc82750829149c21d:
>
> package_rpm: Avoid duplicate package generation failures (2012-07-09 11:38:02 +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: perf scripting & unionfs fixes
>
> meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++++++-------
> 2 files changed, 10 insertions(+), 10 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)
2012-07-09 14:59 [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Bruce Ashfield
2012-07-09 14:59 ` [PATCH 1/1] linux-yocto/3.4: perf scripting & unionfs fixes Bruce Ashfield
2012-07-09 16:30 ` [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Saul Wold
@ 2012-07-09 17:08 ` Tom Zanussi
2012-07-09 17:20 ` Bruce Ashfield
2 siblings, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2012-07-09 17:08 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: openembedded-core, saul.wold
On Mon, 2012-07-09 at 10:59 -0400, Bruce Ashfield wrote:
> Saul/Richard,
>
> I was waiting on the resend of Tom's perf series to send the updated
> kernel parts for this. That's out, and the kernel parts now need to
> be updated.
>
There are also perf patches for 3.2 - did I miss the updates for those?
Tom
> I've also staged a unionfs build fix along with the perf updates.
>
> Cheers,
>
> Bruce
>
> cc: Tom Zanussi <tom.zanussi@intel.com>
>
> The following changes since commit f40ce3e1f4ceebc90b3c058dc82750829149c21d:
>
> package_rpm: Avoid duplicate package generation failures (2012-07-09 11:38:02 +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: perf scripting & unionfs fixes
>
> meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++++++-------
> 2 files changed, 10 insertions(+), 10 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)
2012-07-09 17:08 ` Tom Zanussi
@ 2012-07-09 17:20 ` Bruce Ashfield
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2012-07-09 17:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: saul.wold
On Mon, Jul 9, 2012 at 1:08 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Mon, 2012-07-09 at 10:59 -0400, Bruce Ashfield wrote:
>> Saul/Richard,
>>
>> I was waiting on the resend of Tom's perf series to send the updated
>> kernel parts for this. That's out, and the kernel parts now need to
>> be updated.
>>
>
> There are also perf patches for 3.2 - did I miss the updates for those?
Nope. I got distracted and didn't fire up the git-send-email on them, doing that
now. :)
Bruce
>
> Tom
>
>> I've also staged a unionfs build fix along with the perf updates.
>>
>> Cheers,
>>
>> Bruce
>>
>> cc: Tom Zanussi <tom.zanussi@intel.com>
>>
>> The following changes since commit f40ce3e1f4ceebc90b3c058dc82750829149c21d:
>>
>> package_rpm: Avoid duplicate package generation failures (2012-07-09 11:38:02 +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: perf scripting & unionfs fixes
>>
>> meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++++++-------
>> 2 files changed, 10 insertions(+), 10 deletions(-)
>>
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-09 17:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 14:59 [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Bruce Ashfield
2012-07-09 14:59 ` [PATCH 1/1] linux-yocto/3.4: perf scripting & unionfs fixes Bruce Ashfield
2012-07-09 16:30 ` [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix) Saul Wold
2012-07-09 17:08 ` Tom Zanussi
2012-07-09 17:20 ` Bruce Ashfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox