mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
23 lines
732 B
PHP
23 lines
732 B
PHP
require recipes-kernel/linux/linux-yocto.inc
|
|
require recipes-kernel/linux/meta-intel-compat-kernel.inc
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-intel:"
|
|
|
|
KERNEL_CONFIG_URI ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA}"
|
|
|
|
SRC_URI = " \
|
|
${KERNEL_CONFIG_URI} \
|
|
file://0001-vt-conmakehash-improve-reproducibility.patch \
|
|
file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
|
file://fix-perf-reproducibility.patch \
|
|
"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
COMPATIBLE_MACHINE ?= "(intel-corei7-64)"
|
|
|
|
KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}"
|