summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeoh Suh Haw <suh.haw.teoh@intel.com>2023-04-11 14:52:43 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-04-11 15:28:10 +0800
commit90a989acfcccd0543a0c8bb50273fef941de4537 (patch)
tree8b9f9db81d85e45f2803c53d733c8ac2e58e1cc4
parent45033baadf4405616ad5c221c11fd67ee1152144 (diff)
downloadmeta-intel-90a989acfcccd0543a0c8bb50273fef941de4537.tar.gz
linux-intel/5.15: update to tag lts-v5.15.94-linux-230314T093338Z
Update kernel cache. Adapt 0001-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/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch2
-rw-r--r--recipes-kernel/linux/linux-intel_5.15.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-intel/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch b/recipes-kernel/linux/linux-intel/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch
index 3dc71ff2..1ca58b06 100644
--- a/recipes-kernel/linux/linux-intel/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch
+++ b/recipes-kernel/linux/linux-intel/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch
@@ -40,7 +40,7 @@ index c812872d7f9d..42d20819025c 100755
40+ exit 0 40+ exit 0
41+fi 41+fi
42+ 42+
43 if [ -n "$(command -v pkg-config)" ]; then 43 if [ -n "$(command -v ${HOSTPKG_CONFIG})" ]; then
44 if pkg-config --exists $PKG; then 44 if pkg-config --exists $PKG; then
45 echo cflags=\"$(pkg-config --cflags $PKG)\" 45 echo cflags=\"$(pkg-config --cflags $PKG)\"
46-- 46--
diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb
index d186a66c..de67c002 100644
--- a/recipes-kernel/linux/linux-intel_5.15.bb
+++ b/recipes-kernel/linux/linux-intel_5.15.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
7 7
8DEPENDS += "elfutils-native openssl-native util-linux-native" 8DEPENDS += "elfutils-native openssl-native util-linux-native"
9 9
10LINUX_VERSION ?= "5.15.85" 10LINUX_VERSION ?= "5.15.94"
11SRCREV_machine ?= "c256f934aefa78ec001067313a76a4a382ac59a6" 11SRCREV_machine ?= "7ce2881abd1ef660899f85677a7303065ea9625e"
12SRCREV_meta ?= "78c4410c172946903e35ba8cebf1cf90fad09b5a" 12SRCREV_meta ?= "7d9ad29bc707e1eb341d95961941b2042f49e2b2"
13 13
14# Functionality flags 14# Functionality flags
15KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" 15KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"