]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Use PACKAGECONFIG to enable Gallium drivers
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Thu, 13 Feb 2020 11:29:29 +0000 (12:29 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Feb 2020 14:38:09 +0000 (11:38 -0300)
We don't need to manipulate the GALLIUMDRIVERS variable. Setting the
correct PACKAGECONFIG options is enough as the main recipe handles
the rest.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
(cherry picked from commit 494ed8c9b7b211397ce621a36345539a23433ecc)

recipes-graphics/mesa/mesa_%.bbappend

index c522315a566a29990b7d076c5df74ac9d034aaf8..0d0098dd2c20bca20d158bbeaa80c452b18601bf 100644 (file)
@@ -16,8 +16,8 @@ python () {
 
 # Enable Etnaviv and Freedreno support
 PACKAGECONFIG_append_use-mainline-bsp = " gallium"
-GALLIUMDRIVERS_append_use-mainline-bsp_armv7a = ",etnaviv,freedreno,kmsro,vc4"
-GALLIUMDRIVERS_append_use-mainline-bsp_armv7ve = ",etnaviv,freedreno,kmsro,vc4"
+PACKAGECONFIG_append_use-mainline-bsp_armv7a = " etnaviv freedreno kmsro vc4"
+PACKAGECONFIG_append_use-mainline-bsp_armv7ve = " etnaviv freedreno kmsro vc4"
 
 # Define the osmesa block in PACKAGECONFIG for target, this block is
 # not defined in the master recipe, effectively causing the osmesa