summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-03-26 07:46:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-26 17:50:09 +0000
commit86c59b102857d345c904c9360f3419b4b004085a (patch)
treee9d111c4b66812c4347f427cc50adb32bcb601c1
parentec9210718e8cd28ef5cddaa2a148e30cd9a21601 (diff)
downloadpoky-86c59b102857d345c904c9360f3419b4b004085a.tar.gz
linux/yocto-3.4: update to v3.8.4
Updating the base v3.8 kernel to the 3.8.4 -stable version. (From OE-Core rev: 81e599c9f24c0a8937694c66ae349fcb8f618f38) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 f29675aab2..2b46c3d84c 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 ?= "0bed12bdbdd7a2aa39d8390b7a802dd72244b963" 6SRCREV_machine_qemuarm ?= "358940bfd596167b6ed03caa4113944c7845a855"
7SRCREV_machine_qemumips ?= "4328dc8c1b73bdfe90656f217d99dc4ffa47da1f" 7SRCREV_machine_qemumips ?= "7d995e09dfb21185442d37f62db0a5655b1adba3"
8SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68" 8SRCREV_machine_qemuppc ?= "1c65b040e7952d177ac4c83df5551efd90fc29f2"
9SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" 9SRCREV_machine_qemux86 ?= "c753c612377f08f5172b528b9b07715f2b3b5735"
10SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" 10SRCREV_machine_qemux86-64 ?= "c753c612377f08f5172b528b9b07715f2b3b5735"
11SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" 11SRCREV_machine ?= "c753c612377f08f5172b528b9b07715f2b3b5735"
12SRCREV_meta ?= "cc572ff970662c844c0a8dd2dab93cc10b8b2a3f" 12SRCREV_meta ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda"
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.1" 16LINUX_VERSION ?= "3.8.4"
17 17
18PR = "${INC_PR}.0" 18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"