diff options
author | 2015-07-28 17:40:05 +0100 | |
---|---|---|
committer | 2015-07-28 17:40:05 +0100 | |
commit | a8609dc6c6925ad67c87de6dd5e17478478f4e80 (patch) | |
tree | 2a6f4f5c66425e785f3e451aaccd8a112c01b36a /recipes-graphics/mesa | |
parent | 881cddd54a3eedff760830ce29fbb353c590de20 (diff) | |
download | meta-qcom-a8609dc6c6925ad67c87de6dd5e17478478f4e80.tar.gz meta-qcom-a8609dc6c6925ad67c87de6dd5e17478478f4e80.tar.bz2 meta-qcom-a8609dc6c6925ad67c87de6dd5e17478478f4e80.zip |
mesa: enable freedreno on selected machine only
Instead of enabling for armv7a, try to be a better citizen for other BSP layers,
and only enable freedreno on machines that have Adreno GPU.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_10.%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_10.%.bbappend b/recipes-graphics/mesa/mesa_10.%.bbappend index 3f9bc03..c3fce44 100644 --- a/recipes-graphics/mesa/mesa_10.%.bbappend +++ b/recipes-graphics/mesa/mesa_10.%.bbappend @@ -1,6 +1,6 @@ -# Enable freedreno driver ( arm only ) -GALLIUMDRIVERS_append_armv7a = ",freedreno" +# Enable freedreno driver +GALLIUMDRIVERS_append_ifc6410 = ",freedreno" -PACKAGECONFIG_append_armv7a = " gallium gallium-egl \ +PACKAGECONFIG_append_ifc6410 = " gallium gallium-egl \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \ " |