diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2018-12-17 09:23:03 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-19 18:16:40 +0000 |
| commit | 6c5e9d45f35d3d275258dbe1a76febfc061e9aba (patch) | |
| tree | a629b12d8cc9ac7c2d8dc4ec3c514545bd6257d6 | |
| parent | 84d3561c744385c8f28eb1880b52d84fda05da69 (diff) | |
| download | meta-raspberrypi-6c5e9d45f35d3d275258dbe1a76febfc061e9aba.tar.gz | |
rpi-default-providers.inc: use virtual/libgbm instead of libgbm
This is to be consistent with the latest OE.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
| -rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 5b2658b..5231a84 100644 --- a/conf/machine/include/rpi-default-providers.inc +++ b/conf/machine/include/rpi-default-providers.inc | |||
| @@ -6,5 +6,5 @@ PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4 | |||
| 6 | PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" | 6 | PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" |
| 7 | PREFERRED_PROVIDER_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" | 7 | PREFERRED_PROVIDER_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" |
| 8 | PREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" | 8 | PREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" |
| 9 | PREFERRED_PROVIDER_libgbm ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" | 9 | PREFERRED_PROVIDER_virtual/libgbm ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" |
| 10 | PREFERRED_PROVIDER_jpeg ?= "jpeg" | 10 | PREFERRED_PROVIDER_jpeg ?= "jpeg" |
