summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_5.15.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-11-18 12:09:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-11-18 11:55:06 +0800
commit2ce9b55f99a30e810aed196888c0858f4996e26e (patch)
tree88de09e2d21504098b8ee6911f38b6928d6810ea /recipes-kernel/linux/linux-intel-rt_5.15.bb
parent585655e5be85330fdbf105eb7e0370ba9af99f81 (diff)
downloadmeta-intel-2ce9b55f99a30e810aed196888c0858f4996e26e.tar.gz
linux-intel/5.19: add recipe
Build 5.19 kernel version from mainline-tracking tree at: https://github.com/intel/mainline-tracking This will track the mainline kernel and will be used to enable support for newer platforms. 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_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.15.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.15.bb b/recipes-kernel/linux/linux-intel-rt_5.15.bb
index d05214bc..b6e0e3e4 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.15.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.15.bb
@@ -1,5 +1,9 @@
1require linux-intel.inc 1require linux-intel.inc
2 2
3SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
4 "
5SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
6
3# Skip processing of this recipe if it is not explicitly specified as the 7# Skip processing of this recipe if it is not explicitly specified as the
4# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying 8# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying
5# to build multiple virtual/kernel providers, e.g. as dependency of 9# to build multiple virtual/kernel providers, e.g. as dependency of
@@ -16,6 +20,8 @@ KMETA_BRANCH = "yocto-5.15"
16 20
17DEPENDS += "elfutils-native openssl-native util-linux-native" 21DEPENDS += "elfutils-native openssl-native util-linux-native"
18 22
23LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
24
19LINUX_VERSION ?= "5.15.71" 25LINUX_VERSION ?= "5.15.71"
20SRCREV_machine ?= "e29405e36bfbda7ace776548de802b76f61b80d9" 26SRCREV_machine ?= "e29405e36bfbda7ace776548de802b76f61b80d9"
21SRCREV_meta ?= "50e12441b95837206d02d3ecfd17b1c562759d76" 27SRCREV_meta ?= "50e12441b95837206d02d3ecfd17b1c562759d76"