From 43c10afe533e10c11780ef461f5cae409dafe8e3 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 1 May 2020 02:19:15 -0300 Subject: mesa: Simplify PACKAGECONFIG for mainline BSP The mainline BSP can use same settings for all SoCs reducing the complexity. Signed-off-by: Otavio Salvador --- recipes-graphics/mesa/mesa_%.bbappend | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'recipes-graphics/mesa') 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" -- cgit v1.2.3-54-g00ecf