summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb14
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index c156be76be..a3001ac34d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -8,9 +8,9 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "e0ac9992f1bf4830de49df884a3d2f273d02637b" 11SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56"
12SRCREV_machine_qemuppc ?= "ea4de76a916dd3620e74e565ff42fafb5bb40843" 12SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337"
13SRCREV_meta ?= "edd6461602f6c2fc27bc72997e4437f422a9dccd" 13SRCREV_meta ?= "c0851dfb8535635e1e31d4a5146d3f021e30506c"
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.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
index 2073ee3234..d9cc82a204 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -12,8 +12,8 @@ LINUX_VERSION ?= "3.8.13"
12 12
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" 15SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
16SRCREV_meta ?= "edd6461602f6c2fc27bc72997e4437f422a9dccd" 16SRCREV_meta ?= "c0851dfb8535635e1e31d4a5146d3f021e30506c"
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.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index 1517f4007c..0c21f7b25f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.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 ?= "e267fe88798892416828d89bde7f778380b87a90" 6SRCREV_machine_qemuarm ?= "aa76cc28408376814752bd36fb0dcf0e25aa5ba3"
7SRCREV_machine_qemumips ?= "813bae2e17db9310f220935e87d168c8e52fafaf" 7SRCREV_machine_qemumips ?= "aa0affda03c955678b26b2fb586f1d9505127871"
8SRCREV_machine_qemuppc ?= "f90923775f9bcec3ce23246e8fb59d8f9551e566" 8SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b"
9SRCREV_machine_qemux86 ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" 9SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
10SRCREV_machine_qemux86-64 ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" 10SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
11SRCREV_machine ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" 11SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
12SRCREV_meta ?= "edd6461602f6c2fc27bc72997e4437f422a9dccd" 12SRCREV_meta ?= "c0851dfb8535635e1e31d4a5146d3f021e30506c"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15