xref: /openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-providers.inc (revision 8460358c3d24c71d9d38fd126c745854a6301564)
1eb8dc403SDave Cobbley# RaspberryPi BSP default providers
2eb8dc403SDave Cobbley
3*11105217SAndrew GeisslerPREFERRED_PROVIDER_virtual/kernel ??= "linux-raspberrypi"
4eb8dc403SDave CobbleyPREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
5eb8dc403SDave CobbleyPREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}"
6eb8dc403SDave CobbleyPREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}"
7eb8dc403SDave CobbleyPREFERRED_PROVIDER_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
8eb8dc403SDave CobbleyPREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
91c349149SAndrew GeisslerPREFERRED_PROVIDER_virtual/libgbm ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
10eb8dc403SDave CobbleyPREFERRED_PROVIDER_jpeg ?= "jpeg"
11062316f1SAndrew Geissler
12062316f1SAndrew GeisslerPREFERRED_PROVIDER_virtual/libomxil ?= "userland"
13062316f1SAndrew GeisslerVIRTUAL-RUNTIME_libomxil = "userland"
14062316f1SAndrew Geissler
15062316f1SAndrew GeisslerPREFERRED_PROVIDER_u-boot-default-script ??= "rpi-u-boot-scr"
16