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-tiny_3.4.bb5
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb14
3 files changed, 12 insertions, 13 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 bbac3221fb..bdbecf4467 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 ?= "5705c8037d2c47938034ead87c70ae3ebef552f7" 11SRCREV_machine ?= "fb596148058bf5e7ef550a040d143bdfbf4146b0"
12SRCREV_machine_qemuppc ?= "c8b651aab5d2d5c0839cdedc0c0ec5dc09cf47c0" 12SRCREV_machine_qemuppc ?= "b24ede45575d58ace08633f0e8fd31b594c5c80e"
13SRCREV_meta ?= "0541ba5f98f31419e9bdfec895c18029bf424e7c" 13SRCREV_meta ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
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-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index e1d349d6ff..772cfef5a1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -12,9 +12,8 @@ LINUX_VERSION ?= "3.4.11"
12 12
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "449f7f520350700858f21a5554b81cc8ad23267d" 15SRCREV_machine ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
16SRCREV_meta ?= "0541ba5f98f31419e9bdfec895c18029bf424e7c" 16SRCREV_meta ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
17
18 17
19PR = "${INC_PR}.0" 18PR = "${INC_PR}.0"
20PV = "${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 904e79e0b1..22593c6408 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 ?= "8ee53c3b82ada3cdfd7d25f07d3975834ac9a9b2" 6SRCREV_machine_qemuarm ?= "cec289be595a5889740ad4f0a58d12579f528d5e"
7SRCREV_machine_qemumips ?= "caf99a20e3c3ba036ed1bb46875059a0d24e4fbd" 7SRCREV_machine_qemumips ?= "01ab58eb9dc64ceccb2d7be80ef4a511479fc899"
8SRCREV_machine_qemuppc ?= "7833f1549c3d44cce8aea38b65cd501229aad492" 8SRCREV_machine_qemuppc ?= "c820da3c7fa5176507c116352ee3bd1e682f36bd"
9SRCREV_machine_qemux86 ?= "449f7f520350700858f21a5554b81cc8ad23267d" 9SRCREV_machine_qemux86 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
10SRCREV_machine_qemux86-64 ?= "449f7f520350700858f21a5554b81cc8ad23267d" 10SRCREV_machine_qemux86-64 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
11SRCREV_machine ?= "449f7f520350700858f21a5554b81cc8ad23267d" 11SRCREV_machine ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
12SRCREV_meta ?= "0541ba5f98f31419e9bdfec895c18029bf424e7c" 12SRCREV_meta ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
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