summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-03-04 11:25:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-12 18:33:29 +0000
commit5aa490ba436bc5615ac478cf36404f220151a43d (patch)
tree513aa25aa075c20910339ebaa1dc5d724a8b2cac /meta/recipes-kernel/linux/linux-yocto_3.8.bb
parent62e5e3ec2c77b5ddf3136f55a556088bd3d17570 (diff)
downloadpoky-5aa490ba436bc5615ac478cf36404f220151a43d.tar.gz
linux-yocto/3.8: bump kver to v3.8.1
Updating the linux-yocto_3.8 SRCREVs to reflect the integration of the korg 3.8.1 -stable release. (From OE-Core rev: 75e247ed9a8a731480bef3ab0753fbad200469be) 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 7c1dff768f..d1e03080bd 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 ?= "351d133943b50a9dfeee07661d44254722a19f04" 6SRCREV_machine_qemuarm ?= "0bed12bdbdd7a2aa39d8390b7a802dd72244b963"
7SRCREV_machine_qemumips ?= "d529d082041142435587bd442b1235dbe1c72950" 7SRCREV_machine_qemumips ?= "4328dc8c1b73bdfe90656f217d99dc4ffa47da1f"
8SRCREV_machine_qemuppc ?= "8dcd155ad408658e9180d1630da2ac7e0ee70542" 8SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68"
9SRCREV_machine_qemux86 ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" 9SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
10SRCREV_machine_qemux86-64 ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" 10SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
11SRCREV_machine ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" 11SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
12SRCREV_meta ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" 12SRCREV_meta ?= "27988ba5eb2dd797a355e7d92fd78e78c7066757"
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" 16LINUX_VERSION ?= "3.8.1"
17 17
18PR = "${INC_PR}.0" 18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"