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" KBRANCH = "yocto/standard/preempt-rt/base" KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" -LINUX_VERSION ?= "3.0.4" +LINUX_VERSION ?= "3.0.10" LINUX_KERNEL_TYPE = "preempt-rt" -SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" -SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" -SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" +SRCREV_machine ?= "6196e0087445a92edf3c250983c5d320c668ae7c" +SRCREV_machine_qemuppc ?= "5a1d026aeba3c34d2895a5aeda6a1479bbdf62fb" +SRCREV_meta ?= "d386e09f316e03061c088d2b13a48605c20fb3a6" PR = "r2" 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" KBRANCH = ${KMACHINE} -LINUX_VERSION ?= "3.0.4" +LINUX_VERSION ?= "3.0.10" + +SRCREV_machine_qemuarm ?= "cf6ee099f6de3a97968c052610f6e80a7efb6e55" +SRCREV_machine_qemumips ?= "ae0229025a5af8068fedb79e2a335ca35f8d9a6d" +SRCREV_machine_qemuppc ?= "8e792439aae9a95532f084badcb4574cb2d0818d" +SRCREV_machine_qemux86 ?= "5b48b18ce3055b5464f732ca0f9793a9ac596f7a" +SRCREV_machine_qemux86-64 ?= "050c0a7a6b1a412e75b907f0f61a125dea49af59" +SRCREV_machine ?= "030c87f1ffcbaecd0d06533fa1451c5333cd0bb0" +SRCREV_meta ?= "d386e09f316e03061c088d2b13a48605c20fb3a6" -SRCREV_machine_qemuarm ?= "7908f38ac44359d58c40b166dbb45e48fc58295c" -SRCREV_machine_qemumips ?= "7ea75f58d69293e6b1c2f904f8f5790521a7ccee" -SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae" -SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c" -SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1" -SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e" -SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" PR = "r3" PV = "${LINUX_VERSION}+git${SRCPV}"