From a6b1982599fa00fa241bf91a625d9822b941902c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 11 Mar 2021 19:34:53 -0500 Subject: most: add patch to enable building against >= 5.9 kernels Add patch to enable building the standalone MOST driver against kernels 5.9 or newer. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I6004937adb7e3522b86f531da03ad67ea4512354 --- recipes-kernel/most/most.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/most/most.bbappend') diff --git a/recipes-kernel/most/most.bbappend b/recipes-kernel/most/most.bbappend index b5a140f2..85bae749 100644 --- a/recipes-kernel/most/most.bbappend +++ b/recipes-kernel/most/most.bbappend @@ -13,4 +13,5 @@ SRC_URI_append = " \ file://0011-handle-snd_pcm_lib_mmap_vmalloc-removal.patch \ file://0012-Fix-build-with-5.4-kernel.patch \ file://0013-Fix-build-with-5.7-kernel.patch \ + file://0014-Fix-build-with-5.9-kernel.patch \ " -- cgit 1.2.3-korg