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

Move the patches specific to kernel 6.6 to 6.6 recipe Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
23 lines
737 B
PHP
23 lines
737 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://fix-perf-reproducibility.patch \
|
|
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
|
file://0002-mconf-fix-output-of-cflags-and-libraries.patch \
|
|
"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "0"
|
|
|
|
COMPATIBLE_MACHINE ?= "(intel-corei7-64)"
|
|
|
|
KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}"
|