* [PATCH 0/1] linux-yocto: consoliated pull request
@ 2011-08-11 16:35 Bruce Ashfield
2011-08-11 16:35 ` [PATCH 1/1] linux-yocto: update SRCREVs for preempt-rt support + build fixes Bruce Ashfield
2011-08-12 17:53 ` [PATCH 0/1] linux-yocto: consoliated pull request Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-08-11 16:35 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold
Richard/Saul,
Here's the latest linux-yocto pull request. It includes updates
for rt support (from Darren) as well as some build fixes for
various issues we've met along the way.
Once this is in place, we are in a position to change the defaults
for the qemu machines. Speak now if there's a problem with this!
cc: Darren Hart <dvhart@linux.intel.com>
The following changes since commit 786033f53cad2a196ae6f3a05574148578ea3894:
bb/cooker: only emit ConfigFilePathFound for files which were parsed (2011-08-10 13:38:20 +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: update SRCREVs for preempt-rt support + build fixes
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] linux-yocto: update SRCREVs for preempt-rt support + build fixes
2011-08-11 16:35 [PATCH 0/1] linux-yocto: consoliated pull request Bruce Ashfield
@ 2011-08-11 16:35 ` Bruce Ashfield
2011-08-12 17:53 ` [PATCH 0/1] linux-yocto: consoliated pull request Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-08-11 16:35 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold
Updating the SRCREVs for linux-yocto to pickup a series of changes
that were made to support the build/boot of preempt-rt on 3.0.x.
7782fc6 routerstationpro: remove CONFIG_PREEMPT* definitions
b51300c meta/rt: sugarbay preempt-rt support
735711e meta/rt: common-pc[-64] preempt-rt no branch fix
53026bf meta/rt: jasperforest preempt-rt support
99bc260 meta/rt: fri2 preempt-rt support
e746ab8 meta/rt: fishriver preempt-rt support
fa1b73f meta/rt: emenlow preempt-rt support
1f686ab meta/rt: crownbay preempt-rt support
64a5069 meta/rt: arm-versatile-926ejs preempt-rt support
7f827a1 meta/rt: mti-malta32-be preempt-rt support
930a983 meta/rt: qemu-ppc32 preempt-rt support
367fc55 meta-rt: rsp preempt-rt support
b8a62ea meta/rt: mpc8315 preempt-rt support
b5f9daa meta/rt: beagleboard preempt-rt support
1e6e9eb meta/rt: use CONFIG_PREEMPT_RT_FULL for 3.0 kernels
eb5a06b boot: move -Os patch to standard branch
c692a23 meta/rt: remove explicit patch references
8a2ac6b meta/rt: updating to rt8
76b3679 meta: atom-pc update definition to re-use preempt-rt
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index a7bd67a..ba352e2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -14,13 +14,13 @@ KMETA = meta
LINUX_VERSION ?= "3.0"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
-SRCREV_machine_qemuarm = "30a2cec4e9d7048681c1d239f49cc935287a7012"
-SRCREV_machine_qemumips = "f9b9688cefaa87d898394902acfb858d6b0f1e28"
-SRCREV_machine_qemuppc = "a46a4c356f8bcf7a30d967a1b43633b824cd07a1"
-SRCREV_machine_qemux86 = "efaab1f75dbc577922c862fa19d45c3f31cb99cb"
-SRCREV_machine_qemux86-64 = "c30a56850c73c74af2d056d803081a0d829ce35c"
-SRCREV_machine = "318b059a472128f67119f367f51f11893ee60269"
-SRCREV_meta = "76b3679beff6c640388a609ccf87f46bb7bf0f2b"
+SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2"
+SRCREV_machine_qemumips = "2db2aacc589a518a74e8a8543e80403f09de8134"
+SRCREV_machine_qemuppc = "c0f5dd4ef37b445d8ac73b11dd93e0ffdb7e9f6d"
+SRCREV_machine_qemux86 = "c29beadfd4364aca9358ac0fdb8356c1dbbdacb2"
+SRCREV_machine_qemux86-64 = "d0b814813bce09971c5cbb0d22bacb8842146fa0"
+SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a"
+SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8"
PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] linux-yocto: consoliated pull request
2011-08-11 16:35 [PATCH 0/1] linux-yocto: consoliated pull request Bruce Ashfield
2011-08-11 16:35 ` [PATCH 1/1] linux-yocto: update SRCREVs for preempt-rt support + build fixes Bruce Ashfield
@ 2011-08-12 17:53 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-08-12 17:53 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: dvhart
On 08/11/2011 09:35 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here's the latest linux-yocto pull request. It includes updates
> for rt support (from Darren) as well as some build fixes for
> various issues we've met along the way.
>
> Once this is in place, we are in a position to change the defaults
> for the qemu machines. Speak now if there's a problem with this!
>
> cc: Darren Hart<dvhart@linux.intel.com>
>
> The following changes since commit 786033f53cad2a196ae6f3a05574148578ea3894:
>
> bb/cooker: only emit ConfigFilePathFound for files which were parsed (2011-08-10 13:38:20 +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: update SRCREVs for preempt-rt support + build fixes
>
> meta/recipes-kernel/linux/linux-yocto_3.0.bb | 14 +++++++-------
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-12 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 16:35 [PATCH 0/1] linux-yocto: consoliated pull request Bruce Ashfield
2011-08-11 16:35 ` [PATCH 1/1] linux-yocto: update SRCREVs for preempt-rt support + build fixes Bruce Ashfield
2011-08-12 17:53 ` [PATCH 0/1] linux-yocto: consoliated pull request Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox