From 549a520fd6f6eedd6195740099f03c98ab444dc1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Sat, 24 Nov 2018 11:30:46 +0800 Subject: 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 --- recipes-kernel/linux/linux-intel_4.14.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/linux/linux-intel_4.14.bb') 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" KMETA_BRANCH = "yocto-4.14" # Fix for 32-bit perf issue. Remove when patch is backported to 4.14. -SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch" +SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \ + file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ + " DEPENDS += "elfutils-native openssl-native util-linux-native" -- cgit v1.2.3-54-g00ecf