summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb2
3 files changed, 3 insertions, 3 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 ef380adafe..dfe11e4925 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
10 10
11SRCREV_machine ?= "74369c14c79dbb546ce1e387b1363e808ea4f5b1" 11SRCREV_machine ?= "74369c14c79dbb546ce1e387b1363e808ea4f5b1"
12SRCREV_machine_qemuppc ?= "71694a302cda24cc8a7c5f772e8306111ffcfb6c" 12SRCREV_machine_qemuppc ?= "71694a302cda24cc8a7c5f772e8306111ffcfb6c"
13SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" 13SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 6ed19500e3..7db9099fec 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.4.82"
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 15SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
16SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" 16SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6"
17 17
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${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 1a3ccdd7bd..878422985b 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -17,7 +17,7 @@ SRCREV_machine_qemuppc ?= "85868d48f06911b7dddaf0180af96c8f2e874922"
17SRCREV_machine_qemux86 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 17SRCREV_machine_qemux86 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
18SRCREV_machine_qemux86-64 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 18SRCREV_machine_qemux86-64 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
19SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 19SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
20SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" 20SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23