From: Otavio Salvador Date: Fri, 1 May 2020 05:19:15 +0000 (-0300) Subject: mesa: Simplify PACKAGECONFIG for mainline BSP X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=43c10afe533e10c11780ef461f5cae409dafe8e3;p=meta-freescale.git mesa: Simplify PACKAGECONFIG for mainline BSP The mainline BSP can use same settings for all SoCs reducing the complexity. Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 36702a00..6b0e4b1c 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -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"