summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-05 21:23:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-08 15:41:14 +0100
commit48823c65cf59248d6b3a7da94f9865c47de56f46 (patch)
tree56d7f91c394d14ce35bd39e763edf3db218f2b5b /meta/recipes-kernel/linux/linux-yocto_3.8.bb
parent076819194e6c4bc85a25b2a3e7915f32b832c6df (diff)
downloadpoky-48823c65cf59248d6b3a7da94f9865c47de56f46.tar.gz
linux-yocto/3.8: udpate to v3.8.11
Update the linux-yocto-3.8 SRCREVs to the korg 3.8.11 -stable release. (From OE-Core rev: b60d04331f84e06fae6c074acab045c3e003929b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index 4bf6bf4009..2fcadddccf 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -3,17 +3,17 @@ 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 ?= "1473dd2b4505109d45bd7099f63826a66b71103d" 6SRCREV_machine_qemuarm ?= "8fb1a478c9a05362e2e4e62fc30f5ef5d6c21f49"
7SRCREV_machine_qemumips ?= "1695c38d04855cc225bcc1968289770f0fa0ea64" 7SRCREV_machine_qemumips ?= "b8870f2b11f4c948ae90a19886335fa8b7fca487"
8SRCREV_machine_qemuppc ?= "8b39c0424704a40c740b1ac61449fdf190a8460a" 8SRCREV_machine_qemuppc ?= "e4c12f12e61a29b6605c4fcbcfd6dbe18bd7b4e4"
9SRCREV_machine_qemux86 ?= "d9a45e3325030f7bd6f37947a7a0b12da7f602c3" 9SRCREV_machine_qemux86 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d"
10SRCREV_machine_qemux86-64 ?= "d9a45e3325030f7bd6f37947a7a0b12da7f602c3" 10SRCREV_machine_qemux86-64 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d"
11SRCREV_machine ?= "d9a45e3325030f7bd6f37947a7a0b12da7f602c3" 11SRCREV_machine ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d"
12SRCREV_meta ?= "27b63fdbd25ad1a37bacc05f49a205c150d21779" 12SRCREV_meta ?= "8482dcdf68f9f7501118f4c01fdcb8f851882997"
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
16LINUX_VERSION ?= "3.8.4" 16LINUX_VERSION ?= "3.8.11"
17 17
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"