From cae3b19148365136d0f333c9b51d34b753ba021d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 1 Nov 2017 17:19:28 -0400 Subject: linux-yocto_4.8.bbappend: Drop this We move to a version of poky that uses v4.8.25 and that release includes the fix for CVE-2017-1000364 so we do not need to patch it manually. Bug-AGL: SPEC-1017 Change-Id: Ie57f0d628ac2b817d7383e2a0a5a3383d6d06094 Signed-off-by: Tom Rini Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11663 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend deleted file mode 100644 index 39b651faa..000000000 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" - -# Backported fix for CVE-2017-1000364 -SRC_URI_append = " file://4.8-0001-SEC-Backport-Fix-CVE-2017-1000364-through-backport.patch " -- cgit 1.2.3-korg