From 90a989acfcccd0543a0c8bb50273fef941de4537 Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Tue, 11 Apr 2023 14:52:43 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- .../0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch | 2 +- recipes-kernel/linux/linux-intel_5.15.bb | 6 +++--- 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 + exit 0 +fi + - if [ -n "$(command -v pkg-config)" ]; then + if [ -n "$(command -v ${HOSTPKG_CONFIG})" ]; then if pkg-config --exists $PKG; then echo cflags=\"$(pkg-config --cflags $PKG)\" -- 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" DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "5.15.85" -SRCREV_machine ?= "c256f934aefa78ec001067313a76a4a382ac59a6" -SRCREV_meta ?= "78c4410c172946903e35ba8cebf1cf90fad09b5a" +LINUX_VERSION ?= "5.15.94" +SRCREV_machine ?= "7ce2881abd1ef660899f85677a7303065ea9625e" +SRCREV_meta ?= "7d9ad29bc707e1eb341d95961941b2042f49e2b2" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" -- cgit v1.2.3-54-g00ecf