mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
linux-intel/6.8 : add recipe
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
430c6e6391
commit
b815f56c01
20
recipes-kernel/linux/linux-intel_6.8.bb
Normal file
20
recipes-kernel/linux/linux-intel_6.8.bb
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
require linux-intel.inc
|
||||||
|
|
||||||
|
SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||||
|
"
|
||||||
|
KMETA_BRANCH = "master"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||||
|
|
||||||
|
DEPENDS += "elfutils-native openssl-native util-linux-native"
|
||||||
|
|
||||||
|
LINUX_VERSION_EXTENSION ??= "-mainline-tracking-${LINUX_KERNEL_TYPE}"
|
||||||
|
|
||||||
|
LINUX_VERSION ?= "6.8"
|
||||||
|
SRCREV_machine ?= "efbae83db36abbbbdb946d4f7bbdfda174107cd2"
|
||||||
|
SRCREV_meta ?= "27907f391a4fc508da21358b13419c6e86926c34"
|
||||||
|
|
||||||
|
# Functionality flags
|
||||||
|
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-v6.7-rc3-linux-(?P<pver>(\d+)T(\d+)Z)$"
|
Loading…
Reference in New Issue
Block a user