imx-digi-base: fix mx5 GPU library API support
The mx5 GPU libraries provide OpenGL ES1, OpenEGL and OpenGL ES2 only so we need to ajust the PREFERRED_PROVIDER. There is an equivalent commit in FSL layer. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
7dfc09b818
commit
257667225a
|
|
@ -1,12 +1,13 @@
|
|||
# Digi BSP default providers
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-imx"
|
||||
|
||||
# Digi BSP default settings
|
||||
PREFERRED_PROVIDER_virtual/egl_mx5 = "${@base_contains('DISTRO_FEATURES', 'x11', 'amd-gpu-x11-bin-mx51', 'amd-gpu-bin-mx51', d)}"
|
||||
PREFERRED_PROVIDER_virtual/libgles1_mx5 = "${@base_contains('DISTRO_FEATURES', 'x11', 'amd-gpu-x11-bin-mx51', 'amd-gpu-bin-mx51', d)}"
|
||||
PREFERRED_PROVIDER_virtual/libgles2_mx5 = "${@base_contains('DISTRO_FEATURES', 'x11', 'amd-gpu-x11-bin-mx51', 'amd-gpu-bin-mx51', d)}"
|
||||
|
||||
# Digi BSP default settings
|
||||
IMAGE_CLASSES += "image_types_digi"
|
||||
|
||||
# Digi BSP default versions
|
||||
|
||||
PREFERRED_VERSION_udev = "175"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,4 @@ include conf/machine/include/digi-defaults.inc
|
|||
UBOOT_MAKE_TARGET = "u-boot.bin"
|
||||
UBOOT_SUFFIX = "bin"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/libgl_ccxmx51js = "${@base_contains('DISTRO_FEATURES', 'x11', 'amd-gpu-x11-bin-mx51', 'amd-gpu-bin-mx51', d)}"
|
||||
PREFERRED_PROVIDER_virtual/libgl_ccxmx53js = "${@base_contains('DISTRO_FEATURES', 'x11', 'amd-gpu-x11-bin-mx51', 'amd-gpu-bin-mx51', d)}"
|
||||
|
||||
IMAGE_FSTYPES = "jffs2 tar.bz2 ext3 sdcard"
|
||||
|
|
|
|||
Loading…
Reference in New Issue