diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-03-26 07:46:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 17:48:23 +0000 |
commit | 81e599c9f24c0a8937694c66ae349fcb8f618f38 (patch) | |
tree | 6e1dfabb0b5ba1ae38ac15a02d5c153d934fa012 /meta/recipes-kernel | |
parent | 779cb6e51fab87e00784bd97ec4771e69a79cf82 (diff) | |
download | openembedded-core-contrib-81e599c9f24c0a8937694c66ae349fcb8f618f38.tar.gz |
linux/yocto-3.4: update to v3.8.4
Updating the base v3.8 kernel to the 3.8.4 -stable version.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 f29675aab26..2b46c3d84c5 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 KBRANCH_DEFAULT = "standard/base" KBRANCH = "${KBRANCH_DEFAULT}" -SRCREV_machine_qemuarm ?= "0bed12bdbdd7a2aa39d8390b7a802dd72244b963" -SRCREV_machine_qemumips ?= "4328dc8c1b73bdfe90656f217d99dc4ffa47da1f" -SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68" -SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" -SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" -SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" -SRCREV_meta ?= "cc572ff970662c844c0a8dd2dab93cc10b8b2a3f" +SRCREV_machine_qemuarm ?= "358940bfd596167b6ed03caa4113944c7845a855" +SRCREV_machine_qemumips ?= "7d995e09dfb21185442d37f62db0a5655b1adba3" +SRCREV_machine_qemuppc ?= "1c65b040e7952d177ac4c83df5551efd90fc29f2" +SRCREV_machine_qemux86 ?= "c753c612377f08f5172b528b9b07715f2b3b5735" +SRCREV_machine_qemux86-64 ?= "c753c612377f08f5172b528b9b07715f2b3b5735" +SRCREV_machine ?= "c753c612377f08f5172b528b9b07715f2b3b5735" +SRCREV_meta ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -LINUX_VERSION ?= "3.8.1" +LINUX_VERSION ?= "3.8.4" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" |