]> 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)
committerFrieder Schrempf <frieder.schrempf@kontron.de>
Thu, 13 Feb 2020 11:52:06 +0000 (12:52 +0100)
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>
recipes-graphics/mesa/mesa_%.bbappend

index dbaab89e80e2def1ecbe061cf3fa9d273f2b40d0..e8a9b9a3c4f60c4808fdd816aebb40d8c5554f70 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