diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-27 13:11:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 14:35:41 +0100 |
commit | 05371f426ed13f35675efbcbd63ac0dd929da2e0 (patch) | |
tree | 058728a1091d1331577ce48cc646ba2d0b4a0c30 /meta | |
parent | aeef310bf4276be388d186c81172097eff231126 (diff) | |
download | poky-05371f426ed13f35675efbcbd63ac0dd929da2e0.tar.gz |
linux-yocto/3.14: update to v3.14.17
Updating the 3.14 repository to the latest korg stable udpate.
(From OE-Core rev: 1bb73c05ff0304d5626d977d2751107bb23de48c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 16 |
3 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb index 4d26d3307c..406004f760 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |||
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH ?= "standard/preempt-rt/base" | 3 | KBRANCH ?= "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | SRCREV_machine ?= "21561a4c2865f79bd3489087eed19b26839e33f1" | 6 | SRCREV_machine ?= "12f9e966eb249c3bdcc935612e2a372e90bad950" |
7 | SRCREV_machine_qemuppc ?= "61cd09f76a3632ccc02a9e471220f7b5fcb61b93" | 7 | SRCREV_machine_qemuppc ?= "52ceb28926768c49f06db4e7e08d2226c2a473fd" |
8 | SRCREV_meta ?= "ccad961c4cb6be245ed198bd2c17c27ab33cfcd7" | 8 | SRCREV_meta ?= "ccad961c4cb6be245ed198bd2c17c27ab33cfcd7" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
12 | LINUX_VERSION ?= "3.14.13" | 12 | LINUX_VERSION ?= "3.14.17" |
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-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index ebb85058f3..2ab3e1c067 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | |||
@@ -4,11 +4,11 @@ KBRANCH ?= "standard/tiny/base" | |||
4 | LINUX_KERNEL_TYPE = "tiny" | 4 | LINUX_KERNEL_TYPE = "tiny" |
5 | KCONFIG_MODE = "--allnoconfig" | 5 | KCONFIG_MODE = "--allnoconfig" |
6 | 6 | ||
7 | LINUX_VERSION ?= "3.14.13" | 7 | LINUX_VERSION ?= "3.14.17" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "42477caf6bfda5ca7439121d348e474cff44ab5c" | 11 | SRCREV_machine ?= "5a47bbc4c3c2472f3746a8cf1485db7134cf9245" |
12 | SRCREV_meta ?= "ccad961c4cb6be245ed198bd2c17c27ab33cfcd7" | 12 | SRCREV_meta ?= "ccad961c4cb6be245ed198bd2c17c27ab33cfcd7" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index f78699db0f..2024d8e495 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb | |||
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base" | |||
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 ?= "65c9b3a3996f541eb26e5918de0ce02ec81a36e2" | 13 | SRCREV_machine_qemuarm ?= "5130b21b5ef3562c3cb03ad401bc9960fdedf49a" |
14 | SRCREV_machine_qemumips ?= "e6a4a3bd2e332e2d1b01b4008497775d1ccfea19" | 14 | SRCREV_machine_qemumips ?= "ef22686356ce614f4bb3637ce6ee0dab068ea5e7" |
15 | SRCREV_machine_qemuppc ?= "05e7be95eb9d48590cf7e8dea2538b927a8ba1c6" | 15 | SRCREV_machine_qemuppc ?= "c7fed96ea15a49706582d84866f6552a33b3cac4" |
16 | SRCREV_machine_qemux86 ?= "3270ea3cf75d58316913b42ea51ad85068a595de" | 16 | SRCREV_machine_qemux86 ?= "e0f04763abba7d487357f98f4267117fd5e79262" |
17 | SRCREV_machine_qemux86-64 ?= "42477caf6bfda5ca7439121d348e474cff44ab5c" | 17 | SRCREV_machine_qemux86-64 ?= "5a47bbc4c3c2472f3746a8cf1485db7134cf9245" |
18 | SRCREV_machine_qemumips64 ?= "f2317d326cce17a7a595e0c346e0f15b1a1df981" | 18 | SRCREV_machine_qemumips64 ?= "2af2cebe7e8c3755ac1f031c241b0cacad032d93" |
19 | SRCREV_machine ?= "42477caf6bfda5ca7439121d348e474cff44ab5c" | 19 | SRCREV_machine ?= "5a47bbc4c3c2472f3746a8cf1485db7134cf9245" |
20 | SRCREV_meta ?= "ccad961c4cb6be245ed198bd2c17c27ab33cfcd7" | 20 | SRCREV_meta ?= "ccad961c4cb6be245ed198bd2c17c27ab33cfcd7" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||
24 | LINUX_VERSION ?= "3.14.13" | 24 | LINUX_VERSION ?= "3.14.17" |
25 | 25 | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | 27 | ||