diff options
author | 2015-05-05 12:11:38 -0700 | |
---|---|---|
committer | 2015-05-05 22:24:26 +0200 | |
commit | 8f07185175dd2171692b8b90cfaad1d7f8655549 (patch) | |
tree | c25b9557ee9c4176699d3dadd004c7ffad233d79 /recipes-graphics/mesa | |
parent | ffbcdf0cfc07347ac4c560014d1ae41cd00db3cb (diff) | |
download | meta-qcom-8f07185175dd2171692b8b90cfaad1d7f8655549.tar.gz meta-qcom-8f07185175dd2171692b8b90cfaad1d7f8655549.tar.bz2 meta-qcom-8f07185175dd2171692b8b90cfaad1d7f8655549.zip |
mesa: Enable freedreno for armv7 only
angstrom also builds x86 images and freedreno
is not ported for it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 3f9d906..3f9bc03 100644 --- a/recipes-graphics/mesa/mesa_10.%.bbappend +++ b/recipes-graphics/mesa/mesa_10.%.bbappend @@ -1,6 +1,6 @@ -# Enable freedreno driver -GALLIUMDRIVERS_append = ",freedreno" +# Enable freedreno driver ( arm only ) +GALLIUMDRIVERS_append_armv7a = ",freedreno" -PACKAGECONFIG_append = " gallium gallium-egl \ +PACKAGECONFIG_append_armv7a = " gallium gallium-egl \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \ " |