From e3253ac2cbc5fb9df6fcc6df6b0de1db34490abf Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Mon, 4 Sep 2017 17:21:29 +0200 Subject: recipes-kernel: most: add most.bbappend file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jan-Simon Möller --- recipes-kernel/most/most.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-kernel/most/most.bbappend (limited to 'recipes-kernel/most/most.bbappend') diff --git a/recipes-kernel/most/most.bbappend b/recipes-kernel/most/most.bbappend new file mode 100644 index 00000000..ed94d34b --- /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 \ + " + -- cgit 1.2.3-korg