diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-13 11:23:55 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:01:59 +0100 |
commit | 8b6137f46f677e19940d6b5f257bf04dbb723f32 (patch) | |
tree | 95a4511bf27834c8eb010247e6e7cc6a37da1278 /meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | |
parent | c36cbb946f71e4bfa5c6f03e86d34b702010c3d6 (diff) |
linux-yocto_4.4: Remove the bbappend
rocko (Yocto 2.4) is not supported linux-yocto-4.4 and those commits are already
applied in upstream 4.12.
Bug-AGL: SPEC-1181
Change-Id: Ic3c39c919cc488e5eb1ef3f4cd3c3db653c3c0f7
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend deleted file mode 100644 index 45c170661..000000000 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ /dev/null @@ -1,14 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" - -# Backported fix for CVE-2017-1000364 -SRC_URI_append_core2-32-intel-common = "\ - file://4.4-0001-mm-larger-stack-guard-gap-between-vmas.patch \ - file://4.4-0002-Allow-stack-to-grow-up-to-address-space-limit.patch \ - file://4.4-0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \ -" - -SRC_URI_append_corei7-64-intel-common = "\ - file://4.4-0001-mm-larger-stack-guard-gap-between-vmas.patch \ - file://4.4-0002-Allow-stack-to-grow-up-to-address-space-limit.patch \ - file://4.4-0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \ -" |