summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-07 12:16:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:22:11 +0000
commit40660f40942bdbc421f148766067d66b5b9a755d (patch)
tree0441d43c8d8da9af2d5f902c370a4adb14b11d5f /meta
parent921ef297604c78ad5c846f62cb27af69ee9b808e (diff)
downloadpoky-40660f40942bdbc421f148766067d66b5b9a755d.tar.gz
mesa: Define broadcom packageconfig knob
Fixes ERROR: mesa-2_21.3.0-r0 do_configure: QA Issue: mesa: invalid PACKAGECONFIG: broadcom [invalid-packageconfig] (From OE-Core rev: 6add96e4af46eaabb6c70e3ce3a27a4b198d7cb6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 31ff38dfdc..e601eac581 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -125,6 +125,7 @@ PACKAGECONFIG[gles] = "-Dgles1=enabled -Dgles2=enabled, -Dgles1=disabled -Dgles2
125# "egl" requires "dri", "opengl" 125# "egl" requires "dri", "opengl"
126PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled" 126PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled"
127 127
128PACKAGECONFIG[broadcom] = ""
128PACKAGECONFIG[etnaviv] = "" 129PACKAGECONFIG[etnaviv] = ""
129PACKAGECONFIG[freedreno] = "" 130PACKAGECONFIG[freedreno] = ""
130PACKAGECONFIG[kmsro] = "" 131PACKAGECONFIG[kmsro] = ""