diff options
author | 2019-05-15 15:58:08 +0200 | |
---|---|---|
committer | 2019-05-15 15:58:08 +0200 | |
commit | d0a58e836444a7118acfc5a99d8cacaa5ae09f5c (patch) | |
tree | 527e7aea24de2242d595a0ae4f2f3b34806f856f /recipes-graphics/mesa/mesa_%.bbappend | |
parent | 380f0dbf389bdff88f7a7b8ff9c6f12a3a6592b7 (diff) | |
parent | b9279eb7514acfe9f4037be782796f44124d2b15 (diff) | |
download | meta-qcom-thud.tar.gz meta-qcom-thud.tar.bz2 meta-qcom-thud.zip |
Merge pull request #101 from petegriffin/thud-freedrino-dmabuf-modifiersthud
mesa: Add backport of freedreno dmabuf modifiers patch
Diffstat (limited to 'recipes-graphics/mesa/mesa_%.bbappend')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 18fc1dd..7ad44bd 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -3,6 +3,12 @@ GALLIUMDRIVERS_append_apq8064 = ",freedreno" GALLIUMDRIVERS_append_apq8016 = ",freedreno" GALLIUMDRIVERS_append_apq8096 = ",freedreno" +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append_apq8064 = " file://0001-freedreno-add-query-for-dmabuf-modifiers.patch" +SRC_URI_append_apq8016 = " file://0001-freedreno-add-query-for-dmabuf-modifiers.patch" +SRC_URI_append_apq8096 = " file://0001-freedreno-add-query-for-dmabuf-modifiers.patch" + PACKAGECONFIG_append_apq8064 = " \ gallium \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \ |