summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-02-18 21:25:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-19 23:48:33 +0000
commit438372592df440a8f1b0ede63685db2b6a6203cb (patch)
tree633e56c8e9f9260606acf207eb6ae38fd420a04a /meta/recipes-kernel/linux
parent3de07043a472e8e908e7c4894163706000e008d0 (diff)
downloadpoky-438372592df440a8f1b0ede63685db2b6a6203cb.tar.gz
linux-yocto/4.14: update to v4.14.19
Integrating the korg -stable release with the following change summary: 1722fe372784 Linux 4.14.19 d2aeb4e2bd8d Revert "x86/alternative: Print unadorned pointers" 22f16a74c474 scsi: storvsc: missing error code in storvsc_probe() f18046f7a50a kernel/exit.c: export abort() to modules c5c91d830507 arch: define weak abort() 3a570cfe785a crypto: tcrypt - fix S/G table for test_aead_speed() 68a9f19264fd media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 1bf81cff1bad media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION 981f20bc7595 soreuseport: fix mem leak in reuseport_add_sock() 456add4c9bd3 ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only c04818abad46 tcp_bbr: fix pacing_gain to always be unity when using lt_bw 1da27118f419 rocker: fix possible null pointer dereference in rocker_router_fib_event_work 07ca93e3176b net: ipv6: send unsolicited NA after DAD 799a34d5b048 Revert "defer call to mem_cgroup_sk_alloc()" b9b70c876a7a vhost_net: stop device during reset owner 6d35430fdaf4 tcp: release sk_frag.page in tcp_disconnect e8513f250d1b r8169: fix RTL8168EP take too long to complete driver initialization. a7c2cf702a40 qmi_wwan: Add support for Quectel EP06 fcee7812ea05 qlcnic: fix deadlock bug 166f27322f8c net: igmp: add a missing rcu locking section 2726946dfcd2 ip6mr: fix stale iterator 806d61d66900 kbuild: rpm-pkg: keep spec file until make mrproper abc5896b7785 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore bafda5d37527 .gitignore: sort normal pattern rules alphabetically (From OE-Core rev: 15032fc79149a62d68120be67478ea47ba8ca117) 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')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.14.bb20
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index 841d5f03b8..d1f338f52c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "b91765955a6403e4b68b9e0735b439b7fea5e1b7" 14SRCREV_machine ?= "801d947020635762ac9af9ddf2edfaa1b2858414"
15SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842" 15SRCREV_meta ?= "b4468b54b2a7e7fbdf207ead7ca925bc24976d1b"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.14.18" 20LINUX_VERSION ?= "4.14.19"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
index 3bfd0b6c93..62d6a34fb0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "4.14.18" 7LINUX_VERSION ?= "4.14.19"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "47cfdc0923bd6af61cea53e7bd6d9a23761efd32" 12SRCREV_machine ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
13SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842" 13SRCREV_meta ?= "b4468b54b2a7e7fbdf207ead7ca925bc24976d1b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
index 6608075559..070d08e010 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "v4.14/standard/base"
11KBRANCH_qemux86-64 ?= "v4.14/standard/base" 11KBRANCH_qemux86-64 ?= "v4.14/standard/base"
12KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64" 12KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "3144baf8ff07651b13bc2043266eac713aafb965" 14SRCREV_machine_qemuarm ?= "773cb1d2d59644bf9574abed9803f8ec12bbabe1"
15SRCREV_machine_qemuarm64 ?= "47cfdc0923bd6af61cea53e7bd6d9a23761efd32" 15SRCREV_machine_qemuarm64 ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
16SRCREV_machine_qemumips ?= "bbb7ba114946c2aa95d86ccbf543dede7f147470" 16SRCREV_machine_qemumips ?= "5fad9fa9377a7badd71ae4c1f1b1108d8cfcb047"
17SRCREV_machine_qemuppc ?= "47cfdc0923bd6af61cea53e7bd6d9a23761efd32" 17SRCREV_machine_qemuppc ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
18SRCREV_machine_qemux86 ?= "47cfdc0923bd6af61cea53e7bd6d9a23761efd32" 18SRCREV_machine_qemux86 ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
19SRCREV_machine_qemux86-64 ?= "47cfdc0923bd6af61cea53e7bd6d9a23761efd32" 19SRCREV_machine_qemux86-64 ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
20SRCREV_machine_qemumips64 ?= "74e50a115b86a392c610e73193b49dd029391cb4" 20SRCREV_machine_qemumips64 ?= "141cd6a1644eade83d4d43675a9ab11824ea01ea"
21SRCREV_machine ?= "47cfdc0923bd6af61cea53e7bd6d9a23761efd32" 21SRCREV_machine ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
22SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842" 22SRCREV_meta ?= "b4468b54b2a7e7fbdf207ead7ca925bc24976d1b"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"
26 26
27LINUX_VERSION ?= "4.14.18" 27LINUX_VERSION ?= "4.14.19"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30