linux-intel/5.15: fix upstream release checking

Fix upstream release checking for linux-intel-rt/5.15 too.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Naveen Saini 2022-12-13 14:01:29 +08:00 committed by Anuj Mittal
parent 3ccb7aafda
commit c7c8ed43e0
2 changed files with 4 additions and 0 deletions

View File

@ -33,3 +33,5 @@ LINUX_KERNEL_TYPE = "preempt-rt"
# It drops 'CONFIG_FB_BOOT_VESA_SUPPORT' config option which would result in a warning with 5.15 y-k-c. # It drops 'CONFIG_FB_BOOT_VESA_SUPPORT' config option which would result in a warning with 5.15 y-k-c.
# Suppress the harmless warning for now. # Suppress the harmless warning for now.
KCONF_BSP_AUDIT_LEVEL = "0" KCONF_BSP_AUDIT_LEVEL = "0"
UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v5.15.(\d+)-rt(\d+)-preempt-rt-(\d+)T(\d+)Z)$"

View File

@ -25,3 +25,5 @@ KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/sec
# It drops 'CONFIG_FB_BOOT_VESA_SUPPORT' config option which would result in a warning with 5.15 y-k-c. # It drops 'CONFIG_FB_BOOT_VESA_SUPPORT' config option which would result in a warning with 5.15 y-k-c.
# Suppress the harmless warning for now. # Suppress the harmless warning for now.
KCONF_BSP_AUDIT_LEVEL = "0" KCONF_BSP_AUDIT_LEVEL = "0"
UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v5.15.(\d+)-linux-(\d+)T(\d+)Z)$"