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

Include following fixes from linux-yocto to fix buildpaths warnings:
2fca0fd71981 lib/build_OID_registry: fix reproducibility issues
0f586f4ee8ad vt/conmakehash: improve reproducibility
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
(cherry picked from commit de5851890f
)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
29 lines
1.1 KiB
C++
29 lines
1.1 KiB
C++
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 = " \
|
|
git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
|
${KERNEL_CONFIG_URI} \
|
|
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
|
file://0001-vt-conmakehash-improve-reproducibility.patch \
|
|
file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
|
"
|
|
|
|
SRC_URI:append:core2-32-intel-common = " file://disable_skylake_sound.cfg"
|
|
|
|
LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
COMPATIBLE_MACHINE ?= "(intel-corei7-64|intel-core2-32)"
|
|
|
|
KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}"
|
|
KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
|