From dd691a76052b761b44832c153a5740d420ffde1d Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Thu, 13 Feb 2020 12:29:29 +0100 Subject: mesa: Use PACKAGECONFIG to enable Gallium drivers 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 --- recipes-graphics/mesa/mesa_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index dbaab89e..e8a9b9a3 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -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 -- cgit v1.2.3-54-g00ecf