From 0da0b5f8a9c2eef2f5c882dc26bf5532c1a7ddbf Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 21 Dec 2021 16:46:14 +0800 Subject: linux-intel/5.10: update to v5.10.78 Update kernel config as well. Backported patch to fix 32-bit compilation failure. 32-bit compilation failure log: build/tmp/work-shared/intel-core2-32/kernel-source/include/linux/io-mapping.h:88:16: error: implicit declaration of function '__iomap_local_pfn_prot'; did you mean '__kmap_local_pfn_prot'? [-Werror=implicit-function-declaration] | 88 | return __iomap_local_pfn_prot(PHYS_PFN(phys_addr), mapping->prot); | | ^~~~~~~~~~~~~~~~~~~~~~ | | __kmap_local_pfn_prot | build/tmp/work-shared/intel-core2-32/kernel-source/include/linux/io-mapping.h:88:16: warning: returning 'int' from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion] | 88 | return __iomap_local_pfn_prot(PHYS_PFN(phys_addr), mapping->prot); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel_5.10.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes-kernel/linux/linux-intel_5.10.bb') diff --git a/recipes-kernel/linux/linux-intel_5.10.bb b/recipes-kernel/linux/linux-intel_5.10.bb index 90a95db2..9264c22a 100644 --- a/recipes-kernel/linux/linux-intel_5.10.bb +++ b/recipes-kernel/linux/linux-intel_5.10.bb @@ -6,13 +6,14 @@ KMETA_BRANCH = "yocto-5.10" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ + file://0001-io-mapping-Cleanup-atomic-iomap.patch \ " DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "5.10.59" -SRCREV_machine ?= "9efba09f984bb30bd3ea01a811c500eb26356a15" -SRCREV_meta ?= "f8afd84b117f336477846b9e22178ebefb26c08d" +LINUX_VERSION ?= "5.10.78" +SRCREV_machine ?= "4e8162d8163c74e46a9f0bafb860f42249702791" +SRCREV_meta ?= "64fb693a6c11f21bab3ff9bb8dcb65a70abe05e3" # For Crystalforest and Romley KERNEL_MODULE_AUTOLOAD:append:core2-32-intel-common = " uio" -- cgit v1.2.3-54-g00ecf