summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb14
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 3b6b4e7ff1..e42216bc9f 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"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "a35693b1287c0e50cdca33a1b95af0ff48b43cd0" 11SRCREV_machine ?= "dcecefa43e05f5450886648a93e2fda2ec35e2dc"
12SRCREV_machine_qemuppc ?= "85a1190530cb5749f5f831670976b163438dc301" 12SRCREV_machine_qemuppc ?= "5e8709c4777f07a12b0a05a22f0864f552ef9449"
13SRCREV_meta ?= "79947f1eb9f695c374ba63672f94deaa1de75561" 13SRCREV_meta ?= "7c50e572635d356f0b66d9ab90823f127f835744"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${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 0812cffa74..7c082e75ad 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH_DEFAULT = "standard/base" 3KBRANCH_DEFAULT = "standard/base"
4KBRANCH = "${KBRANCH_DEFAULT}" 4KBRANCH = "${KBRANCH_DEFAULT}"
5 5
6SRCREV_machine_qemuarm ?= "b15e7b1e9b58b9863bd87778775f86cd8d8880ea" 6SRCREV_machine_qemuarm ?= "679978b4fd1ef8cfea97d4ee4b4cd7c51bc62ee2"
7SRCREV_machine_qemumips ?= "8d5b98f263b5119af2dc30223f311be17173bab9" 7SRCREV_machine_qemumips ?= "9c7810609ff37a77e8d39680f98f1baefee18a80"
8SRCREV_machine_qemuppc ?= "b9a720ca38d298ed457f37d099c85771f9164b19" 8SRCREV_machine_qemuppc ?= "cf4bad14983753ad4b592c40fb36466b202b24a4"
9SRCREV_machine_qemux86 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" 9SRCREV_machine_qemux86 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
10SRCREV_machine_qemux86-64 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" 10SRCREV_machine_qemux86-64 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
11SRCREV_machine ?= "46d8c757b3be1953f30d6745505d24436e2d6844" 11SRCREV_machine ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
12SRCREV_meta ?= "79947f1eb9f695c374ba63672f94deaa1de75561" 12SRCREV_meta ?= "7c50e572635d356f0b66d9ab90823f127f835744"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
15 15