diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-18 11:34:21 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-24 12:09:42 +0000 |
| commit | 2faf9cab726d1c11ec3bc70159fe7a5f45705b36 (patch) | |
| tree | bd97ec954df74ddf66351f1e67334d238d75efa9 /conf/machine/include | |
| parent | 51bb38b728a1f7805620b518014eb21456e6751e (diff) | |
| download | meta-raspberrypi-2faf9cab726d1c11ec3bc70159fe7a5f45705b36.tar.gz | |
gstreamer1.0-omx: let virtual/libomxil dependency to pull userland
* and adjust VIRTUAL-RUNTIME_libomxil to pull runtime provider for libomxil
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 5231a84..d5785fa 100644 --- a/conf/machine/include/rpi-default-providers.inc +++ b/conf/machine/include/rpi-default-providers.inc | |||
| @@ -8,3 +8,6 @@ PREFERRED_PROVIDER_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "v | |||
| 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_virtual/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" |
| 11 | |||
| 12 | PREFERRED_PROVIDER_virtual/libomxil ?= "userland" | ||
| 13 | VIRTUAL-RUNTIME_libomxil = "userland" | ||
