diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-25 12:03:34 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-25 12:36:46 -0500 |
commit | 13106b8b13c1fff3fddf1f3a63f6d81372f49e2f (patch) | |
tree | 1802286d655b173ffffec050e7896cbadeb775f3 /conf | |
parent | 2d0ef3e83549f39d9298b3e5449aae0e57cbc9e9 (diff) | |
download | meta-freescale-13106b8b13c1fff3fddf1f3a63f6d81372f49e2f.tar.gz |
libdrm: Upgrade 2.4.207.imx -> 2.4.109.imx
This is a pre-release version from upcoming NXP Q2 release added to
kirkstone to fix mesa compatibility problems. The patch
0001-meson-add-libdrm-vivante-to-the-meson-meta-data.patch is dropped
as it is now upstream.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index c3c1604f..46726f53 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -425,9 +425,9 @@ PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ?= "1.22.imx" | |||
425 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ?= "1.22.imx" | 425 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ?= "1.22.imx" |
426 | 426 | ||
427 | # Use i.MX libdrm Version | 427 | # Use i.MX libdrm Version |
428 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ?= "2.4.107.imx" | 428 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ?= "2.4.109.imx" |
429 | PREFERRED_VERSION_libdrm:mx7-nxp-bsp ?= "2.4.107.imx" | 429 | PREFERRED_VERSION_libdrm:mx7-nxp-bsp ?= "2.4.109.imx" |
430 | PREFERRED_VERSION_libdrm:mx8-nxp-bsp ?= "2.4.107.imx" | 430 | PREFERRED_VERSION_libdrm:mx8-nxp-bsp ?= "2.4.109.imx" |
431 | 431 | ||
432 | # Use i.MX optee Version | 432 | # Use i.MX optee Version |
433 | PREFERRED_VERSION_optee-os:mx8-nxp-bsp ?= "3.15.0.imx" | 433 | PREFERRED_VERSION_optee-os:mx8-nxp-bsp ?= "3.15.0.imx" |