blob: ea8b5ca1677eded159f233fdfd561999ec453118 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
file://0001-Add-option-to-run-a-test-indefinitely.patch \
file://0001-omap-fix-omap_bo_size-for-tiled-buffers.patch \
file://0002-omap-add-OMAP_BO-flags-to-affect-buffer-allocation.patch \
file://0001-libsync-add-support-for-pre-v4.7-kernels.patch \
file://0002-Add-sync_fence_info-and-sync_pt_info.patch \
"
PR:append = ".arago4"
|