From 13ae1339c24a5d431274bdd324048f1043045ae5 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.19.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-kernel/linux/linux-intel_4.19.bb (limited to 'recipes-kernel/linux/linux-intel_4.19.bb') diff --git a/recipes-kernel/linux/linux-intel_4.19.bb b/recipes-kernel/linux/linux-intel_4.19.bb new file mode 100644 index 00000000..02353d26 --- /dev/null +++ b/recipes-kernel/linux/linux-intel_4.19.bb @@ -0,0 +1,21 @@ +require linux-intel.inc + +KBRANCH = "4.19/base" +KMETA_BRANCH = "yocto-4.19" + +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" + +SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch" + +DEPENDS += "elfutils-native openssl-native util-linux-native" + +LINUX_VERSION ?= "4.19.0" +SRCREV_machine ?= "a13be70e5ba050d848fc4005add46ca89bb8e6e6" +SRCREV_meta ?= "26bfb042ebb6e4816c5a8ce85d97a55e763430c7" + +# For Crystalforest and Romley +KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" +KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio" + +# Functionality flags +KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" -- cgit v1.2.3-54-g00ecf