diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-23 10:57:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 19:58:49 +0100 |
commit | 001db8407dc6cb7c4f3cb10b1da766264e627af2 (patch) | |
tree | 0c11d1cb0a0b5f158335bd9089f0cfe45a48f7c4 /meta/recipes-kernel | |
parent | 0243bcf6bc44fcb1a308575ca15fd72dfa95df2f (diff) | |
download | poky-001db8407dc6cb7c4f3cb10b1da766264e627af2.tar.gz |
linux-yocto/3.17: bump to v3.17-rc6
Updating the 3.17 recipe to -rc6. This is nearly the release kernel, and should
have very few changes aftert this point.
(From OE-Core rev: 845e01d906982c2147828b97129e95e8a79dce7c)
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-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 4da9c851e2..d1054c3abb 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-rc5" | 7 | LINUX_VERSION ?= "3.17-rc6" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e" | 11 | SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" |
12 | SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41" | 12 | SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19" |
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 af6b41e81f..6ce141d918 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 ?= "8aa46f1d04208040be52feb422f2aae48655b51f" | 13 | SRCREV_machine_qemuarm ?= "1d23a0b00164e5ba372988456090d95312f58083" |
14 | SRCREV_machine_qemumips ?= "b32a452b97972bcaba5a67383f209cec06dfe089" | 14 | SRCREV_machine_qemumips ?= "2f0e803b12728d7af5ab3967c50ef3342d946c65" |
15 | SRCREV_machine_qemuppc ?= "72b05f144a4d5331ae33bff0b6f4a70fb90d2b3a" | 15 | SRCREV_machine_qemuppc ?= "ad01ce94ff8ebaedfa470ee16890255cf6887cc4" |
16 | SRCREV_machine_qemux86 ?= "724ab25b085554741753709941e768cae1a2121e" | 16 | SRCREV_machine_qemux86 ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" |
17 | SRCREV_machine_qemux86-64 ?= "724ab25b085554741753709941e768cae1a2121e" | 17 | SRCREV_machine_qemux86-64 ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" |
18 | SRCREV_machine_qemumips64 ?= "6dabf96a2fe457e4cb8821721936e9fb72556494" | 18 | SRCREV_machine_qemumips64 ?= "823eecd78233f65582724ea1d9c8c6002518ecb0" |
19 | SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e" | 19 | SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" |
20 | SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41" | 20 | SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19" |
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-rc5" | 24 | LINUX_VERSION ?= "3.17-rc6" |
25 | 25 | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | 27 | ||