diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-11 19:34:53 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-03-14 12:52:23 -0400 |
commit | a6b1982599fa00fa241bf91a625d9822b941902c (patch) | |
tree | 93826b45332378efe3f2a84b71d2dbf55d68a411 /recipes-kernel/most/most.bbappend | |
parent | 77ece0379dc51e2045b61d5853ef01fcc0983d82 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I6004937adb7e3522b86f531da03ad67ea4512354
Diffstat (limited to 'recipes-kernel/most/most.bbappend')
-rw-r--r-- | recipes-kernel/most/most.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/most/most.bbappend b/recipes-kernel/most/most.bbappend index b5a140f25..85bae7496 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 \ " |