summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel.inc
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-11-18 12:09:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-11-18 11:55:06 +0800
commit2ce9b55f99a30e810aed196888c0858f4996e26e (patch)
tree88de09e2d21504098b8ee6911f38b6928d6810ea /recipes-kernel/linux/linux-intel.inc
parent585655e5be85330fdbf105eb7e0370ba9af99f81 (diff)
downloadmeta-intel-2ce9b55f99a30e810aed196888c0858f4996e26e.tar.gz
linux-intel/5.19: add recipe
Build 5.19 kernel version from mainline-tracking tree at: https://github.com/intel/mainline-tracking This will track the mainline kernel and will be used to enable support for newer platforms. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel.inc')
-rw-r--r--recipes-kernel/linux/linux-intel.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index 7e2823f0..b54d634b 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -6,16 +6,12 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/linux-intel:"
6KERNEL_CONFIG_URI ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA}" 6KERNEL_CONFIG_URI ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA}"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
10 ${KERNEL_CONFIG_URI} \ 9 ${KERNEL_CONFIG_URI} \
11 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
12 file://0001-vt-conmakehash-improve-reproducibility.patch \ 10 file://0001-vt-conmakehash-improve-reproducibility.patch \
13 file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \ 11 file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \
14 file://fix-perf-reproducibility.patch \ 12 file://fix-perf-reproducibility.patch \
15 " 13 "
16 14
17LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
18
19PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
20 16
21KMETA = "kernel-meta" 17KMETA = "kernel-meta"