diff options
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 \ + " + |