diff options
Diffstat (limited to 'conf/machine/include/rpi-default-providers.inc')
-rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc new file mode 100644 index 0000000..5231a84 --- /dev/null +++ b/conf/machine/include/rpi-default-providers.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | # RaspberryPi BSP default providers | ||
2 | |||
3 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-raspberrypi" | ||
4 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
5 | PREFERRED_PROVIDER_virtual/egl ?= "${@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)}" | ||
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)}" | ||
10 | PREFERRED_PROVIDER_jpeg ?= "jpeg" | ||