diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-09-04 17:21:29 +0200 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2017-09-26 12:24:27 +0200 |
commit | d66de47398e0644f2177dc9f1a8ee081c533fd7a (patch) | |
tree | 869979e56f367bc8104287e91570c64ac3f63386 /recipes-kernel/most/most.bbappend | |
parent | 1c2105900332ae31a622131598780cf58c7028c3 (diff) |
recipes-kernel: most: add most.bbappend file
This patch adds a patch queue to eliminate problems DMA coherent
memory allocation on aarch64 architecture, prevents the driver
from printing warning, due to bad video driver capabilities and
passes a valid parent device to the sound subsystem when
registering a new sound card.
---
v2 (jsmoeller): use _append everywhere
v3 (christian gromm): fix path in patch files
Change-Id: Idceefee7855445481eeb4940d5c5f632e27feb73
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-kernel/most/most.bbappend')
-rw-r--r-- | recipes-kernel/most/most.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/most/most.bbappend b/recipes-kernel/most/most.bbappend new file mode 100644 index 000000000..ed94d34b1 --- /dev/null +++ b/recipes-kernel/most/most.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append = " \ + file://0001-let-HDMs-do-the-coherent-memory-allocation.patch \ + file://0005-most-video-set-V4L2_CAP_DEVICE_CAPS-flag.patch \ + file://0004-most-video-set-device_caps.patch \ + file://0003-core-remove-kernel-log-for-MBO-status.patch \ + file://0002-most-pass-parent-devcie-to-snd_card_new.patch \ + " + |