mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
3ccb7aafda
commit
c7c8ed43e0
|
@ -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)$"
|
||||||
|
|
|
@ -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)$"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user