diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-03-20 11:46:45 +0530 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-03-21 09:29:59 +0800 |
| commit | b815f56c01bdb8b77c5fae0b7efac302badbb02e (patch) | |
| tree | af8b01a08ccfe38746f8b73a44abfea969712b7b /recipes-kernel | |
| parent | 430c6e63911dfdc69a2b98fbec40efcf302a66e3 (diff) | |
| download | meta-intel-b815f56c01bdb8b77c5fae0b7efac302badbb02e.tar.gz | |
linux-intel/6.8 : add recipe
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-intel_6.8.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel_6.8.bb b/recipes-kernel/linux/linux-intel_6.8.bb new file mode 100644 index 00000000..036879db --- /dev/null +++ b/recipes-kernel/linux/linux-intel_6.8.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | require linux-intel.inc | ||
| 2 | |||
| 3 | SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \ | ||
| 4 | " | ||
| 5 | KMETA_BRANCH = "master" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
| 8 | |||
| 9 | DEPENDS += "elfutils-native openssl-native util-linux-native" | ||
| 10 | |||
| 11 | LINUX_VERSION_EXTENSION ??= "-mainline-tracking-${LINUX_KERNEL_TYPE}" | ||
| 12 | |||
| 13 | LINUX_VERSION ?= "6.8" | ||
| 14 | SRCREV_machine ?= "efbae83db36abbbbdb946d4f7bbdfda174107cd2" | ||
| 15 | SRCREV_meta ?= "27907f391a4fc508da21358b13419c6e86926c34" | ||
| 16 | |||
| 17 | # Functionality flags | ||
| 18 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" | ||
| 19 | |||
| 20 | UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-v6.7-rc3-linux-(?P<pver>(\d+)T(\d+)Z)$" | ||
