diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 19 |
2 files changed, 14 insertions, 13 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 de3ac7e75d..99000e835f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -11,12 +11,12 @@ 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.4" | 14 | LINUX_VERSION ?= "3.0.10" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" | 17 | SRCREV_machine ?= "6196e0087445a92edf3c250983c5d320c668ae7c" |
18 | SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" | 18 | SRCREV_machine_qemuppc ?= "5a1d026aeba3c34d2895a5aeda6a1479bbdf62fb" |
19 | SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" | 19 | SRCREV_meta ?= "d386e09f316e03061c088d2b13a48605c20fb3a6" |
20 | 20 | ||
21 | PR = "r2" | 21 | PR = "r2" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 4a8396d39f..22c900da46 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -10,15 +10,16 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | |||
10 | 10 | ||
11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = ${KMACHINE} |
12 | 12 | ||
13 | LINUX_VERSION ?= "3.0.4" | 13 | LINUX_VERSION ?= "3.0.10" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "7908f38ac44359d58c40b166dbb45e48fc58295c" | 15 | SRCREV_machine_qemuarm ?= "cf6ee099f6de3a97968c052610f6e80a7efb6e55" |
16 | SRCREV_machine_qemumips ?= "7ea75f58d69293e6b1c2f904f8f5790521a7ccee" | 16 | SRCREV_machine_qemumips ?= "ae0229025a5af8068fedb79e2a335ca35f8d9a6d" |
17 | SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae" | 17 | SRCREV_machine_qemuppc ?= "8e792439aae9a95532f084badcb4574cb2d0818d" |
18 | SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c" | 18 | SRCREV_machine_qemux86 ?= "5b48b18ce3055b5464f732ca0f9793a9ac596f7a" |
19 | SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1" | 19 | SRCREV_machine_qemux86-64 ?= "050c0a7a6b1a412e75b907f0f61a125dea49af59" |
20 | SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e" | 20 | SRCREV_machine ?= "030c87f1ffcbaecd0d06533fa1451c5333cd0bb0" |
21 | SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" | 21 | SRCREV_meta ?= "d386e09f316e03061c088d2b13a48605c20fb3a6" |
22 | |||
22 | 23 | ||
23 | PR = "r3" | 24 | PR = "r3" |
24 | PV = "${LINUX_VERSION}+git${SRCPV}" | 25 | PV = "${LINUX_VERSION}+git${SRCPV}" |