summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.17.bb18
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
index eae08540e6..77855d956e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "3.17-rc7" 7LINUX_VERSION ?= "3.17"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" 11SRCREV_machine ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5"
12SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a" 12SRCREV_meta ?= "9ba007f8d0abf3cc5499e8eee13065b7f0713e81"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
index 02f10a3aaf..3838dbfa57 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc"
10KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" 10KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
11KBRANCH_qemumips64 ?= "standard/mti-malta64" 11KBRANCH_qemumips64 ?= "standard/mti-malta64"
12 12
13SRCREV_machine_qemuarm ?= "d156e4658a13349f7a30adafd436e32fb722d248" 13SRCREV_machine_qemuarm ?= "e86f70699655d1f5bf2518c8dcdb949a39161c86"
14SRCREV_machine_qemumips ?= "5aa58a6ca9d4efe79ddf66c9d09695b42c84a3b6" 14SRCREV_machine_qemumips ?= "0acaa5991a61fbab0d897157049ac2e638e9c7bf"
15SRCREV_machine_qemuppc ?= "cc4943bf3b93f9c424b63c357ab2c9f71384f3ac" 15SRCREV_machine_qemuppc ?= "50e33fec112527de12c2833cd8a283dd4a75ae33"
16SRCREV_machine_qemux86 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" 16SRCREV_machine_qemux86 ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5"
17SRCREV_machine_qemux86-64 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" 17SRCREV_machine_qemux86-64 ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5"
18SRCREV_machine_qemumips64 ?= "798c30525b1e0eacfa3ff97c4bb17c45b9b4b220" 18SRCREV_machine_qemumips64 ?= "c0558aaa8251a022447a4ac782d4e707401c52d3"
19SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" 19SRCREV_machine ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5"
20SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a" 20SRCREV_meta ?= "9ba007f8d0abf3cc5499e8eee13065b7f0713e81"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23
24LINUX_VERSION ?= "3.17-rc7" 24LINUX_VERSION ?= "3.17"
25 25
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27 27