summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_5.15.bb
diff options
context:
space:
mode:
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"