diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-03-04 11:25:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-12 18:33:29 +0000 |
commit | 5aa490ba436bc5615ac478cf36404f220151a43d (patch) | |
tree | 513aa25aa075c20910339ebaa1dc5d724a8b2cac /meta/recipes-kernel | |
parent | 62e5e3ec2c77b5ddf3136f55a556088bd3d17570 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 16 |
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 | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "351d133943b50a9dfeee07661d44254722a19f04" | 6 | SRCREV_machine_qemuarm ?= "0bed12bdbdd7a2aa39d8390b7a802dd72244b963" |
7 | SRCREV_machine_qemumips ?= "d529d082041142435587bd442b1235dbe1c72950" | 7 | SRCREV_machine_qemumips ?= "4328dc8c1b73bdfe90656f217d99dc4ffa47da1f" |
8 | SRCREV_machine_qemuppc ?= "8dcd155ad408658e9180d1630da2ac7e0ee70542" | 8 | SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68" |
9 | SRCREV_machine_qemux86 ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" | 9 | SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" |
10 | SRCREV_machine_qemux86-64 ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" | 10 | SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" |
11 | SRCREV_machine ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" | 11 | SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" |
12 | SRCREV_meta ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" | 12 | SRCREV_meta ?= "27988ba5eb2dd797a355e7d92fd78e78c7066757" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
15 | 15 | ||
16 | LINUX_VERSION ?= "3.8" | 16 | LINUX_VERSION ?= "3.8.1" |
17 | 17 | ||
18 | PR = "${INC_PR}.0" | 18 | PR = "${INC_PR}.0" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |