summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_4.14.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-11-24 11:30:46 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-12-06 10:21:16 +0800
commit549a520fd6f6eedd6195740099f03c98ab444dc1 (patch)
tree2b0e0bbd62863f508db73e4b37f1c0743dbbbbab /recipes-kernel/linux/linux-intel_4.14.bb
parent190d99f09e99d8f81e54d9443fa1b5b4697ebec3 (diff)
downloadmeta-intel-549a520fd6f6eedd6195740099f03c98ab444dc1.tar.gz
linux-intel/4.19: add recipe
Builds 4.19/base from linux-intel-lts. Include a patch from linux-yocto 4.18 to detect ncurses correctly when cross-compiling and move the older patch to version specific recipes from inc. In addition to intel-common kernel configs from yocto-kernel-cache, this also includes security.scc feature which enables a set of configs with the aim of reducing the kernel attack surface and/or of performing additional checks and validation of commonly used structures in kernel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_4.14.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb
index c678e955..d371c1ee 100644
--- a/recipes-kernel/linux/linux-intel_4.14.bb
+++ b/recipes-kernel/linux/linux-intel_4.14.bb
@@ -4,7 +4,9 @@ KBRANCH = "4.14/base"
4KMETA_BRANCH = "yocto-4.14" 4KMETA_BRANCH = "yocto-4.14"
5 5
6# Fix for 32-bit perf issue. Remove when patch is backported to 4.14. 6# Fix for 32-bit perf issue. Remove when patch is backported to 4.14.
7SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch" 7SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \
8 file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
9 "
8 10
9DEPENDS += "elfutils-native openssl-native util-linux-native" 11DEPENDS += "elfutils-native openssl-native util-linux-native"
10 12