summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-05-11 19:38:02 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-05-14 15:34:03 +0200
commit1822df02380c5b4df5bb0313cc2639a7287fd75f (patch)
tree02b509f2f3a47ec86209121a559acd7b11818f43
parent00ff2b6c1abde5c9c132121bdd0b96ef17113e1a (diff)
downloadmeta-nfv-access-bsp-x86-1822df02380c5b4df5bb0313cc2639a7287fd75f.tar.gz
linux-intel: bump kernel version to 5.10.32
This change helped us to properly select the patches from clearlinux and get the implementation for RPMB [1]. [1] https://github.com/intel/linux-intel-lts/commit/a990c931 Change-Id: Iec7c637ae66ee62951afc517c23462cdfb7c7ec7 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--recipes-kernel/linux/linux-intel.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index abcbc3f..788a5a8 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -1,12 +1,18 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
2
2require recipes-kernel/linux/linux-intel_5.10.bb 3require recipes-kernel/linux/linux-intel_5.10.bb
3require recipes-kernel/linux/linux-deploy-kconfig.inc 4require recipes-kernel/linux/linux-deploy-kconfig.inc
4require recipes-kernel/linux/linux-common-config.inc 5require recipes-kernel/linux/linux-common-config.inc
5 6
6LINUX_VERSION = "5.10.8" 7LINUX_VERSION = "5.10.32"
8SRCREV_machine = "387c8111b7a756797d8b3078fd9d7d7b2580e01a"
9
10# Intel patches already included into 5.10.32 kernel
11SRC_URI_remove = "file://objtool-fix-segfault-with-clang.patch"
12SRC_URI_remove = "file://x86-entry-Emit-a-symbol-for-register-restoring-thunk.patch"
7 13
8SRCREV_metaenea = "7a93e54032bb148a92e16b59736a1b76fedae319" 14SRCREV_metaenea = "7f87afa1b049ea17f60f2b8c8bcd0895a5eb6df8"
9KENEABRANCH = "intel-4.14" 15KENEABRANCH = "intel-5.10"
10SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 16SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
11 17
12# KERNEL CONFIG CHECK LEVELS: 18# KERNEL CONFIG CHECK LEVELS: