summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-17 00:56:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:54 +0000
commit662f39e004327de6d81b788ef8193cf54bf95337 (patch)
tree976122a919c3d0bffad3a451b6f8c37c7c5adbe5 /meta/recipes-kernel/linux/linux-yocto_3.14.bb
parentbb9812799b9210ff559c6f5327cfc7ed5e8526a0 (diff)
downloadpoky-662f39e004327de6d81b788ef8193cf54bf95337.tar.gz
linux-yocto/3.14: update to v3.14.24
(From OE-Core rev: e2c2960ae79953b5ef69444d91f2e784a35bfefd) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.14.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index a2f4b4dccf..c30227e160 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"
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 ?= "127b621f2a4d3b1111e24423c12fac001e047c1c" 13SRCREV_machine_qemuarm ?= "b768ebfe28a20b65aba734b9f6646a3fa0adc89b"
14SRCREV_machine_qemumips ?= "c3b9f1b2397f0847ab4844d1cdb8e02574434d78" 14SRCREV_machine_qemumips ?= "c76146e6c8a015c1225141fc55d867a3e47453c6"
15SRCREV_machine_qemuppc ?= "73e2411cdd91764d0601c0869857f53381c2a177" 15SRCREV_machine_qemuppc ?= "e54ab8451c482b695ff7a0c580ef2fb1be605299"
16SRCREV_machine_qemux86 ?= "e19a1b40de44e756defdfb40349342d8037609bd" 16SRCREV_machine_qemux86 ?= "146fcb1dd7b3c5547d67f04d50b082f0723741e9"
17SRCREV_machine_qemux86-64 ?= "902f34d36102a4b2008b776ecae686f80d307e12" 17SRCREV_machine_qemux86-64 ?= "c100e8665052051487a17169748c457829d3f88c"
18SRCREV_machine_qemumips64 ?= "1c4d70272dde4b695697dd8705a031420480f712" 18SRCREV_machine_qemumips64 ?= "71621ee758600abd3cf7187d7a8e7d51f4052c53"
19SRCREV_machine ?= "902f34d36102a4b2008b776ecae686f80d307e12" 19SRCREV_machine ?= "c100e8665052051487a17169748c457829d3f88c"
20SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" 20SRCREV_meta ?= "fba2d0cdb745e0f807ce134fd9d1524b7bed9742"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23
24LINUX_VERSION ?= "3.14.19" 24LINUX_VERSION ?= "3.14.24"
25 25
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27 27