diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 |
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 9c33985fab..eae08540e6 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 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "3.17-rc6" | 7 | LINUX_VERSION ?= "3.17-rc7" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" | 11 | SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" |
12 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" | 12 | SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${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 68208ebeb9..02f10a3aaf 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" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "787dbffa74ebb7e0f3d8ade959623c69c9c066a0" | 13 | SRCREV_machine_qemuarm ?= "d156e4658a13349f7a30adafd436e32fb722d248" |
14 | SRCREV_machine_qemumips ?= "417faf05188f982bb1d47709f7c152a5cf116a0d" | 14 | SRCREV_machine_qemumips ?= "5aa58a6ca9d4efe79ddf66c9d09695b42c84a3b6" |
15 | SRCREV_machine_qemuppc ?= "975512c7f6caa812869c4fa0ed1788072bf383f6" | 15 | SRCREV_machine_qemuppc ?= "cc4943bf3b93f9c424b63c357ab2c9f71384f3ac" |
16 | SRCREV_machine_qemux86 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" | 16 | SRCREV_machine_qemux86 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" |
17 | SRCREV_machine_qemux86-64 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" | 17 | SRCREV_machine_qemux86-64 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" |
18 | SRCREV_machine_qemumips64 ?= "39878abc7e56c23cd4bc87b2c5d812d489903dee" | 18 | SRCREV_machine_qemumips64 ?= "798c30525b1e0eacfa3ff97c4bb17c45b9b4b220" |
19 | SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" | 19 | SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" |
20 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" | 20 | SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||
24 | LINUX_VERSION ?= "3.17-rc6" | 24 | LINUX_VERSION ?= "3.17-rc7" |
25 | 25 | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | 27 | ||