diff options
-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 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 | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "0bed12bdbdd7a2aa39d8390b7a802dd72244b963" | 6 | SRCREV_machine_qemuarm ?= "358940bfd596167b6ed03caa4113944c7845a855" |
7 | SRCREV_machine_qemumips ?= "4328dc8c1b73bdfe90656f217d99dc4ffa47da1f" | 7 | SRCREV_machine_qemumips ?= "7d995e09dfb21185442d37f62db0a5655b1adba3" |
8 | SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68" | 8 | SRCREV_machine_qemuppc ?= "1c65b040e7952d177ac4c83df5551efd90fc29f2" |
9 | SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" | 9 | SRCREV_machine_qemux86 ?= "c753c612377f08f5172b528b9b07715f2b3b5735" |
10 | SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" | 10 | SRCREV_machine_qemux86-64 ?= "c753c612377f08f5172b528b9b07715f2b3b5735" |
11 | SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d" | 11 | SRCREV_machine ?= "c753c612377f08f5172b528b9b07715f2b3b5735" |
12 | SRCREV_meta ?= "cc572ff970662c844c0a8dd2dab93cc10b8b2a3f" | 12 | SRCREV_meta ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda" |
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.1" | 16 | LINUX_VERSION ?= "3.8.4" |
17 | 17 | ||
18 | PR = "${INC_PR}.0" | 18 | PR = "${INC_PR}.0" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |