summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-12-20 15:24:36 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-12-22 16:17:53 +0800
commit639d4b76e009270450b4a0e20895ed9b1a595446 (patch)
treec13ac758a40994266b81796d951a85c5cf552c15 /recipes-kernel/linux
parent7b742972dbe6f06e3ed0437af618efd61bd89ae7 (diff)
downloadmeta-intel-639d4b76e009270450b4a0e20895ed9b1a595446.tar.gz
linux-intel_5.4: Add latest LTS kernel
Builds 5.4/yocto from linux-intel-lts. Using intel-common kernel configs from yocto-kernel-cache. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-intel_5.4.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb
new file mode 100644
index 00000000..a3a43da9
--- /dev/null
+++ b/recipes-kernel/linux/linux-intel_5.4.bb
@@ -0,0 +1,21 @@
1require linux-intel.inc
2
3KBRANCH = "5.4/yocto"
4KMETA_BRANCH = "master"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
7
8SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
9
10DEPENDS += "elfutils-native openssl-native util-linux-native"
11
12LINUX_VERSION ?= "5.4.2"
13SRCREV_machine ?= "dafda1446f5af2f71c97a41f279bde06acda37c5"
14SRCREV_meta ?= "0a2379e9aa2bf7ac86f0b83cd4e016d6139e7384"
15
16# For Crystalforest and Romley
17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
18KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
19
20# Functionality flags
21KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"