From: Otavio Salvador Date: Fri, 1 May 2020 23:10:58 +0000 (-0300) Subject: mesa: Remove 'vc4' from PACKAGECONFIG for mainline BSP X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7e307482699af91c162fdb2c43f72c1b024b5341;p=meta-freescale.git 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 --- 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"