From 7e307482699af91c162fdb2c43f72c1b024b5341 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 1 May 2020 20:10:58 -0300 Subject: 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 Change-Id: I2b8e04c54644315401315c442a5e2cec8624c3f3 --- recipes-graphics/mesa/mesa_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics/mesa') 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 () { } # 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" -- cgit v1.2.3-54-g00ecf