diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-12-07 12:16:43 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:11 +0000 |
| commit | 40660f40942bdbc421f148766067d66b5b9a755d (patch) | |
| tree | 0441d43c8d8da9af2d5f902c370a4adb14b11d5f | |
| parent | 921ef297604c78ad5c846f62cb27af69ee9b808e (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 1 |
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" |
| 126 | PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled" | 126 | PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled" |
| 127 | 127 | ||
| 128 | PACKAGECONFIG[broadcom] = "" | ||
| 128 | PACKAGECONFIG[etnaviv] = "" | 129 | PACKAGECONFIG[etnaviv] = "" |
| 129 | PACKAGECONFIG[freedreno] = "" | 130 | PACKAGECONFIG[freedreno] = "" |
| 130 | PACKAGECONFIG[kmsro] = "" | 131 | PACKAGECONFIG[kmsro] = "" |
