]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Remove 'vc4' from PACKAGECONFIG for mainline BSP
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 May 2020 23:10:58 +0000 (20:10 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 May 2020 23:15:36 +0000 (20:15 -0300)
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

recipes-graphics/mesa/mesa_%.bbappend

index 6b0e4b1c51b4ba6af67b3b328d9684191ae93429..8d429abf2f60603c7217e5dc58d3e70b76e908bd 100644 (file)
@@ -15,7 +15,7 @@ python () {
 }
 
 # Enable Etnaviv and Freedreno support
-PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro vc4 freedreno"
+PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno"
 
 USE_OSMESA_ONLY ?= "no"