summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_4.14.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-12-20 15:24:38 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-01-02 14:54:10 +0800
commit86b5fea26a0f868bf348d130cb915c758584e930 (patch)
tree1fe2ea4aeda7c9427e1ceb273b714960a701b042 /recipes-kernel/linux/linux-intel-rt_4.14.bb
parent230dd4552f924e03bcbe62ea579353daa91b245f (diff)
downloadmeta-intel-86b5fea26a0f868bf348d130cb915c758584e930.tar.gz
linux-intel: remove 4.14 kernel and related patch
Remove support for building with 4.14 kernel as new lts kernel v5.4 alreay introduced. 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/linux-intel-rt_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_4.14.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bb b/recipes-kernel/linux/linux-intel-rt_4.14.bb
deleted file mode 100644
index ddf3a1bc..00000000
--- a/recipes-kernel/linux/linux-intel-rt_4.14.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1require linux-intel.inc
2
3# Skip processing of this recipe if it is not explicitly specified as the
4# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying
5# to build multiple virtual/kernel providers, e.g. as dependency of
6# core-image-rt-sdk, core-image-rt.
7python () {
8 if d.getVar("KERNEL_PACKAGE_NAME", True) == "kernel" and d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-intel-rt":
9 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it")
10}
11
12KBRANCH = "4.14/preempt-rt"
13KMETA_BRANCH = "yocto-4.14"
14
15# Fix for 32-bit perf issue. Remove when patch is backported to 4.14.
16SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \
17 file://0001-perf-tools-Add-Python-3-support.patch"
18
19DEPENDS += "elfutils-native openssl-native util-linux-native"
20
21LINUX_VERSION ?= "4.14.146"
22SRCREV_machine ?= "f8e35039bf37038f1cba7b125e3c4fa49745072b"
23SRCREV_meta ?= "c8f030fdbf6046dede4b7ce6c94b5b24221c250e"
24
25LINUX_KERNEL_TYPE = "preempt-rt"