summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeoh Suh Haw <suh.haw.teoh@intel.com>2023-04-14 11:01:53 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-04-14 12:10:34 +0800
commit178d4eea0a8998d1fb55087b99b21d0553289926 (patch)
tree1485af7af16a1e5b1109a4068fa46e2d6076cce4
parent1fd9cb5feb9a3ee351be6239d21fd637c78c9249 (diff)
downloadmeta-intel-178d4eea0a8998d1fb55087b99b21d0553289926.tar.gz
linux-intel-rt/5.15: update to tag lts-v5.15.94-rt59-preempt-rt-230324T024610Z
* Updated kernel cache * Use the refreshed patch: 0001-v5.15-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.15.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.15.bb b/recipes-kernel/linux/linux-intel-rt_5.15.bb
index b35971e4..c894f061 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.15.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.15.bb
@@ -10,15 +10,17 @@ python () {
10} 10}
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 12LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
13SRC_URI:append = " file://0001-v5.15-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
14 "
13 15
14KBRANCH = "5.15/preempt-rt" 16KBRANCH = "5.15/preempt-rt"
15KMETA_BRANCH = "yocto-5.15" 17KMETA_BRANCH = "yocto-5.15"
16 18
17DEPENDS += "elfutils-native openssl-native util-linux-native" 19DEPENDS += "elfutils-native openssl-native util-linux-native"
18 20
19LINUX_VERSION ?= "5.15.85" 21LINUX_VERSION ?= "5.15.94"
20SRCREV_machine ?= "a2fb1a92fb6e734b2253cde6b6ef5f203cf0fefc" 22SRCREV_machine ?= "4b62a4cbfd7e1790092005805011b1f11300f65e"
21SRCREV_meta ?= "78c4410c172946903e35ba8cebf1cf90fad09b5a" 23SRCREV_meta ?= "7d9ad29bc707e1eb341d95961941b2042f49e2b2"
22 24
23LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"
24 26