diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-09-02 23:03:25 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-05 20:25:46 +0100 |
commit | b45e5a3ee227b76c83b942e997a86326960bd612 (patch) | |
tree | abe26745680a0f9e1d8e9d6bfbd69966defba3fb | |
parent | 593b2e277bd23980a5612613c3538e14dfc9cc47 (diff) | |
download | poky-b45e5a3ee227b76c83b942e997a86326960bd612.tar.gz |
linux-yocto: update to v3.0.4
The v3.0.4 stable kernel is available and it can now be merged
into linux-yocto. Build and boot tested on all qemu* machines.
(From OE-Core rev: 0f3750ee83b8fe012cced2e376ec780a6e7f189b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb index 2bee5435a9..e8e251d03c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -11,11 +11,11 @@ KMACHINE_qemumips = "mti-malta32-be" | |||
11 | KBRANCH = "yocto/standard/preempt-rt/base" | 11 | KBRANCH = "yocto/standard/preempt-rt/base" |
12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" | 12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" |
13 | 13 | ||
14 | LINUX_VERSION ?= "3.0.3" | 14 | LINUX_VERSION ?= "3.0.4" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "c86423d29c94525d18ef1c9b6c025f733c1e8252" | 17 | SRCREV_machine ?= "0b805cce57f61a244eb3b8fce460b14f1be442b3" |
18 | SRCREV_machine_qemuppc ?= "ccb47c9e8d85dc00ccd28bc6819d7769e2c11cb3" | 18 | SRCREV_machine_qemuppc ?= "48207085609f2b73a54e3c1ef4139894eef627af" |
19 | SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" | 19 | SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" |
20 | 20 | ||
21 | PR = "r0" | 21 | PR = "r0" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index e39be0d803..221f81bdb5 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -10,14 +10,14 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | |||
10 | 10 | ||
11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = ${KMACHINE} |
12 | 12 | ||
13 | LINUX_VERSION ?= "3.0.3" | 13 | LINUX_VERSION ?= "3.0.4" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "eecaa32095ab63e0a73f161cf48fd02251eb6c88" | 15 | SRCREV_machine_qemuarm ?= "b18f5c601ccc90b4c94d1d29282cf7c53fcb6e22" |
16 | SRCREV_machine_qemumips ?= "eee3cb2066bb6aae5b3869083cb477b03eb87c79" | 16 | SRCREV_machine_qemumips ?= "0696ab4056ddc1b4504e8636e47a918bdff5b257" |
17 | SRCREV_machine_qemuppc ?= "c0da1d35dee9fb63ba6bfc7907a77b0feb89766e" | 17 | SRCREV_machine_qemuppc ?= "af58047d79790a06e5ac5ba09837c6e65220d7aa" |
18 | SRCREV_machine_qemux86 ?= "8b51ddba0f85a6bb8e105b37a9ac03fb58b9de20" | 18 | SRCREV_machine_qemux86 ?= "515e039eeb316494955e46d38c164e56999511ae" |
19 | SRCREV_machine_qemux86-64 ?= "965dd365cf3652347960f7145ac188c86c323070" | 19 | SRCREV_machine_qemux86-64 ?= "d19118d19d5f95e83d6fbe1268fe6b84f67de6d3" |
20 | SRCREV_machine ?= "49d93fb0c9e1645ba0bb8951be23e56ea227a5bd" | 20 | SRCREV_machine ?= "6fcf6f1bca9323fa2e9a5ea15fa84153cccbc28b" |
21 | SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" | 21 | SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" |
22 | 22 | ||
23 | PR = "r1" | 23 | PR = "r1" |