mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Fetch the latest changes for kernel configurations as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
22 lines
744 B
BlitzBasic
22 lines
744 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.1/linux"
|
|
KMETA_BRANCH = "yocto-6.1"
|
|
|
|
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.1.46"
|
|
SRCREV_machine ?= "e13503e423ba533c6c4304fd242e8f001005706d"
|
|
SRCREV_meta ?= "8f554fa5dd4db2bd42d8a1b7c1c10d529c763d08"
|
|
|
|
# Functionality flags
|
|
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.1.(\d+)-linux-(\d+)T(\d+)Z)$"
|