FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" require recipes-kernel/linux/linux-intel_5.10.bb require recipes-kernel/linux/linux-deploy-kconfig.inc require recipes-kernel/linux/linux-common-config.inc LINUX_VERSION = "5.10.32" SRCREV_machine = "387c8111b7a756797d8b3078fd9d7d7b2580e01a" # Intel patches already included into 5.10.32 kernel SRC_URI_remove = "file://objtool-fix-segfault-with-clang.patch" SRC_URI_remove = "file://x86-entry-Emit-a-symbol-for-register-restoring-thunk.patch" SRCREV_metaenea = "7f87afa1b049ea17f60f2b8c8bcd0895a5eb6df8" KENEABRANCH = "intel-5.10" SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" # KERNEL CONFIG CHECK LEVELS: # 0: no reporting # 1: report options that are specified, but not in the final config # 2: report options that are not hardware related, but set by a BSP KCONF_AUDIT_LEVEL = "0" KCONF_BSP_AUDIT_LEVEL = "0" KMETA_AUDIT = "no" KMETA_AUDIT_WERROR = "" KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" KERNEL_FEATURES_append = " features/apic/x2apic_y.scc" KERNEL_FEATURES_append = " features/udev/udev.scc" # NFS boot support KERNEL_FEATURES_append = " features/blkdev/net_blk_dev.scc" # Ramdisk boot support KERNEL_FEATURES_append = " features/blkdev/ramdisk_blk_dev.scc" # Intel 10G ports(SoC) KERNEL_FEATURES_append_corei7-64-intel-common = " features/dca/dca_y.scc" # NMVe SSD KERNEL_FEATURES_append = " features/nvme/nvme.scc" # IPMI support KERNEL_FEATURES_append = " features/ipmi/ipmi.scc" KERNEL_FEATURES_append = " features/ipmi/ipmi_ssif.scc" # IPv4 waiting for carrier on #KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" # Fixes for pci KERNEL_FEATURES_append = " patches/drivers/pci/quirks.scc"