summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index b6d9eaecbb..1d29f6bc2f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -3,18 +3,18 @@ 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 ?= "d8c48090a1272c69e009c4ef5fa675fc8db178cc" 6SRCREV_machine_qemuarm ?= "6a38a13d2aa6058d7e7d88c3dc44b0bdfc4fe551"
7SRCREV_machine_qemumips ?= "181188440e96896fbc69fa2c5ea5d2ee43304da0" 7SRCREV_machine_qemumips ?= "ad273773bee951fc63ab54f9fda672263bf919b4"
8SRCREV_machine_qemuppc ?= "c0a23bc4b4d6be3d2f09a81dfeb3456f51b8d439" 8SRCREV_machine_qemuppc ?= "677afd6cdbfb5c23a9e5479acafb7ba484789837"
9SRCREV_machine_qemux86 ?= "b76f4452b72080a538406abc9b290a5d811d61f8" 9SRCREV_machine_qemux86 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
10SRCREV_machine_qemux86-64 ?= "b76f4452b72080a538406abc9b290a5d811d61f8" 10SRCREV_machine_qemux86-64 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
11SRCREV_machine_qemumips64 ?= "3a0d015e9908b69666c7f7780502aed4d115de1d" 11SRCREV_machine_qemumips64 ?= "6fdcd396b40373a63f57aeaf4fd59b4b4da05f8a"
12SRCREV_machine ?= "b76f4452b72080a538406abc9b290a5d811d61f8" 12SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16
17LINUX_VERSION ?= "3.10.9" 17LINUX_VERSION ?= "3.10.10"
18 18
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20