diff options
author | Paul Barker <paul.barker@sancloud.co.uk> | 2020-02-24 20:47:41 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-02-26 21:25:01 +0000 |
commit | 47580653229c4dc4f1f23a26299960f37b767ea6 (patch) | |
tree | 733a81cebadb3904c9f2438a7ddbad5a7fd33193 /meta-agl-profile-core/recipes-kernel/most/most.bbappend | |
parent | 75fb411c1a71c107d25adc620c79c3ac0bafbbae (diff) |
most: Fix build on 5.4 kernels
Add the new style CFLAGS assignments without removing the existing, old
style assignments which are needed for earlier kernels.
Bug-AGL: SPEC-3205
Change-Id: I64db9a8fb11e028eafbffcbee3e88694ce8e5d53
Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
Diffstat (limited to 'meta-agl-profile-core/recipes-kernel/most/most.bbappend')
-rw-r--r-- | meta-agl-profile-core/recipes-kernel/most/most.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-kernel/most/most.bbappend b/meta-agl-profile-core/recipes-kernel/most/most.bbappend index b96625229..ad422eb57 100644 --- a/meta-agl-profile-core/recipes-kernel/most/most.bbappend +++ b/meta-agl-profile-core/recipes-kernel/most/most.bbappend @@ -11,4 +11,5 @@ SRC_URI_append = " \ file://0009-dim2-use-device-for-coherent-memory-allocation.patch \ file://0010-backport-usb-setup-timer.patch \ file://0011-handle-snd_pcm_lib_mmap_vmalloc-removal.patch \ + file://0012-Fix-build-with-5.4-kernel.patch \ " |