summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-07-27 12:57:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:12 +0100
commitec31f30a6ef14203d035d4a0da395f7dced1afc6 (patch)
treebbffa08f018d77a7996512fd8da366f40d7aa638 /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parent6d2987cc866b0a9b981d36df2891ec5625be07b5 (diff)
downloadpoky-ec31f30a6ef14203d035d4a0da395f7dced1afc6.tar.gz
linux-yocto/4.4: bump to v4.4.15
Updating the 4.4 kernel to take the korg -stable release. (From OE-Core rev: 605e7b4bfa766fb9db187586a06542e8af44a4c5) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 23fdc2f8cb..f68fdfa0f7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "d1fcd96376a6ef0e8003914ea5df043ede813f92" 14SRCREV_machine_qemuarm ?= "75b02cc20216b6a068e1757a997f4e0d405d6ded"
15SRCREV_machine_qemuarm64 ?= "8361321fec015bc3823d01dad25db7f3af31b6d5" 15SRCREV_machine_qemuarm64 ?= "1238684aa5173dc6f431ad1b3c85a37830244824"
16SRCREV_machine_qemumips ?= "55be46bf1e4c5452a01a3e1f72a6408f38a57fc0" 16SRCREV_machine_qemumips ?= "e656b69259deb08cfe6d606fb126b4c0810abf64"
17SRCREV_machine_qemuppc ?= "8361321fec015bc3823d01dad25db7f3af31b6d5" 17SRCREV_machine_qemuppc ?= "1238684aa5173dc6f431ad1b3c85a37830244824"
18SRCREV_machine_qemux86 ?= "8361321fec015bc3823d01dad25db7f3af31b6d5" 18SRCREV_machine_qemux86 ?= "1238684aa5173dc6f431ad1b3c85a37830244824"
19SRCREV_machine_qemux86-64 ?= "8361321fec015bc3823d01dad25db7f3af31b6d5" 19SRCREV_machine_qemux86-64 ?= "1238684aa5173dc6f431ad1b3c85a37830244824"
20SRCREV_machine_qemumips64 ?= "f9bf508ee3fdccebe3554b968b43675cafe0a5a1" 20SRCREV_machine_qemumips64 ?= "8c40a1bc5e4ece3f72d4ade764087bd0fcc01c38"
21SRCREV_machine ?= "8361321fec015bc3823d01dad25db7f3af31b6d5" 21SRCREV_machine ?= "1238684aa5173dc6f431ad1b3c85a37830244824"
22SRCREV_meta ?= "4800a400d5ace1d4332ee18b01ac1c680e454457" 22SRCREV_meta ?= "8c6158ec5e43a4cae59058af49f70e0406d18091"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
26 26
27LINUX_VERSION ?= "4.4.14" 27LINUX_VERSION ?= "4.4.15"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30