blob: 6801722be553f82bc664060cb4505e01f2066895 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
include agl_imx8mqevk-common.inc
# NOTE: currently not using IMX_DEFAULT_BSP = "mainline", as it
# requires more changes than this approach of disabling
# Vivante.
# Add our own over-ride for use in a few recipes where there is
# conflicting Vivante vs etnaviv configuration.
MACHINEOVERRIDES .= ":etnaviv"
# Knock out Vivante overrides
MACHINEOVERRIDES_EXTENDER:mx8mq:forcevariable = ""
PREFERRED_VERSION_weston_mx8 = "8.0.0"
PREFERRED_VERSION_wayland-protocols_mx8 = "1.20"
PREFERRED_VERSION_libdrm_mx8 = "2.4.101"
CORE_IMAGE_EXTRA_INSTALL += "libdrm-etnaviv"
PREFERRED_VERSION_gstreamer1.0_mx8 = "1.16.3"
PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 = "1.16.3"
PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 = "1.16.3"
PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 = "1.16.3"
PREFERRED_VERSION_gstreamer1.0-plugins-ugly_mx8 = "1.16.3"
|