]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Simplify PACKAGECONFIG for mainline BSP
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 May 2020 05:19:15 +0000 (02:19 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 May 2020 23:15:36 +0000 (20:15 -0300)
The mainline BSP can use same settings for all SoCs reducing the
complexity.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/mesa/mesa_%.bbappend

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