summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2017-04-19 12:10:37 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-04-19 14:19:36 +0200
commit9ee38b3a027470c98f7337dceac67ba06420c075 (patch)
tree599caf5b4fe36070065723974dcca4b3d895a1e7 /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parentdd5a3c0c80ac35b30b61296507bf5d3bd3a609d2 (diff)
downloadpoky-9ee38b3a027470c98f7337dceac67ba06420c075.tar.gz
linux-yocto/4.4: update to v4.4.60
The upgrade addresses following CVE: tty: n_hdlc: get rid of racy n_hdlc.tbuf (CVE-2017-2636) Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2636 Reference to upstream patch: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=63075fbddd5151d2e98fa7cf0608a2113e23607d Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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 e3a3d901d1..d0eed65594 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 ?= "187bcc13f3023c3ae0a3ba5c69ae85c4e5e693ac" 14SRCREV_machine_qemuarm ?= "7d2a3c70d62f1e7f4eba571c49ff299db2bb3829"
15SRCREV_machine_qemuarm64 ?= "ca6a08bd7f86ebef11f763d26f787f7d65270473" 15SRCREV_machine_qemuarm64 ?= "0298d3765a5c474ff5776284d49111276510d4b4"
16SRCREV_machine_qemumips ?= "2f273556495dd2871f08c73fc3f40d1ad546c638" 16SRCREV_machine_qemumips ?= "6100965a51cf6b99f57cf8234aa982beb79455c9"
17SRCREV_machine_qemuppc ?= "ca6a08bd7f86ebef11f763d26f787f7d65270473" 17SRCREV_machine_qemuppc ?= "0298d3765a5c474ff5776284d49111276510d4b4"
18SRCREV_machine_qemux86 ?= "ca6a08bd7f86ebef11f763d26f787f7d65270473" 18SRCREV_machine_qemux86 ?= "0298d3765a5c474ff5776284d49111276510d4b4"
19SRCREV_machine_qemux86-64 ?= "ca6a08bd7f86ebef11f763d26f787f7d65270473" 19SRCREV_machine_qemux86-64 ?= "0298d3765a5c474ff5776284d49111276510d4b4"
20SRCREV_machine_qemumips64 ?= "0a19cacf5738876666a4b530a9fa14f05b355299" 20SRCREV_machine_qemumips64 ?= "522e709fd7088e1a55e7a4708b1a07caa2ca4336"
21SRCREV_machine ?= "ca6a08bd7f86ebef11f763d26f787f7d65270473" 21SRCREV_machine ?= "0298d3765a5c474ff5776284d49111276510d4b4"
22SRCREV_meta ?= "3030330b066a33ce21164a8b30d0503cf9f68e5b" 22SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e"
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.26" 27LINUX_VERSION ?= "4.4.60"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30