summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-05-01 20:10:58 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-01 20:15:36 -0300
commit7e307482699af91c162fdb2c43f72c1b024b5341 (patch)
tree37aeeb977a7c766a7406cccf803d56e6de0c2097 /recipes-graphics/mesa
parent43c10afe533e10c11780ef461f5cae409dafe8e3 (diff)
downloadmeta-freescale-7e307482699af91c162fdb2c43f72c1b024b5341.tar.gz
mesa: Remove 'vc4' from PACKAGECONFIG for mainline BSP
The SoCs supported by meta-freescale does not use vc4 and then we can drop it from the features. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I2b8e04c54644315401315c442a5e2cec8624c3f3
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 6b0e4b1c..8d429abf 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -15,7 +15,7 @@ python () {
15} 15}
16 16
17# Enable Etnaviv and Freedreno support 17# Enable Etnaviv and Freedreno support
18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro vc4 freedreno" 18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno"
19 19
20USE_OSMESA_ONLY ?= "no" 20USE_OSMESA_ONLY ?= "no"
21 21