meta-intel/recipes-kernel/linux/linux-intel_6.12.bb
Shruti Raj Vansh Singh af904290f5 linux-intel/6.12: update to tag lts-v6.12.55-linux-251024T074402Z
Updated kernel cache too.

Signed-off-by: Shruti Raj Vansh Singh <shruti.raj.vansh.singh@intel.com>
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
2025-11-03 22:50:24 +05:30

24 lines
841 B
BlitzBasic

require linux-intel.inc
SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
"
KBRANCH = "6.12/linux"
KMETA_BRANCH = "yocto-6.12"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "elfutils-native openssl-native util-linux-native"
LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
LINUX_VERSION ?= "6.12.55"
SRCREV_machine ?= "c3bbfd2c597887277403965361c99642001d7439"
SRCREV_meta ?= "3f0dcb29edf14029f130bc493a939b67ea27852e"
# Functionality flags
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc \
features/security/security.scc \
features/intel-npu/intel-npu.scc"
UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.12.(\d+)-linux-(\d+)T(\d+)Z)$"