diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-01 02:19:15 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-01 20:15:36 -0300 |
| commit | 43c10afe533e10c11780ef461f5cae409dafe8e3 (patch) | |
| tree | d395f1fe182e996c25b1578e53bbe1a06a6d38b7 | |
| parent | 623594087f648e95b4b59770214bf7febda03d19 (diff) | |
| download | meta-freescale-43c10afe533e10c11780ef461f5cae409dafe8e3.tar.gz | |
mesa: Simplify PACKAGECONFIG for mainline BSP
The mainline BSP can use same settings for all SoCs reducing the
complexity.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 36702a002..6b0e4b1c5 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -15,10 +15,7 @@ python () { | |||
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | # Enable Etnaviv and Freedreno support | 17 | # Enable Etnaviv and Freedreno support |
| 18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium" | 18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro vc4 freedreno" |
| 19 | PACKAGECONFIG_append_use-mainline-bsp_armv7a = " etnaviv freedreno kmsro vc4" | ||
| 20 | PACKAGECONFIG_append_use-mainline-bsp_armv7ve = " etnaviv freedreno kmsro vc4" | ||
| 21 | PACKAGECONFIG_append_use-mainline-bsp_mx8 = " etnaviv kmsro vc4" | ||
| 22 | 19 | ||
| 23 | USE_OSMESA_ONLY ?= "no" | 20 | USE_OSMESA_ONLY ?= "no" |
| 24 | 21 | ||
