summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSathishkumar Duraisamy <sathishkumar.d.cbe@gmail.com>2025-05-16 10:33:58 +0530
committerSathishkumar Duraisamy <sathishkumar.d.cbe@gmail.com>2025-05-17 11:26:19 +0530
commit63661cd18eb12a28f9fc728bd13d0a8fe32b20d2 (patch)
treeac2d74425590e34375298e0be46ad7ec58c0921e
parent6bf60e1c07b37959d3d9cde311e8c7bdb8679663 (diff)
downloadmeta-freescale-63661cd18eb12a28f9fc728bd13d0a8fe32b20d2.tar.gz
conf/machine/include/imx-base: Default version for weston wayland
Updated default version for weston to 14.0.1 and wayland protocol to 1.37 based on BSP LF6.12.3_1.1.0 Signed-off-by: Sathishkumar Duraisamy <sathishkumar.d.cbe@gmail.com>
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 28a79014..3df72769 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -584,13 +584,13 @@ PREFERRED_PROVIDER_virtual/libg2d ?= "imx-gpu-g2d"
584PREFERRED_PROVIDER_virtual/libg2d:imxdpu ?= "imx-dpu-g2d" 584PREFERRED_PROVIDER_virtual/libg2d:imxdpu ?= "imx-dpu-g2d"
585PREFERRED_PROVIDER_virtual/libg2d:mx93-nxp-bsp ?= "imx-pxp-g2d" 585PREFERRED_PROVIDER_virtual/libg2d:mx93-nxp-bsp ?= "imx-pxp-g2d"
586 586
587PREFERRED_VERSION_weston:imx-nxp-bsp ??= "12.0.4.imx" 587PREFERRED_VERSION_weston:imx-nxp-bsp ??= "14.0.1.imx"
588# i.MX 6 & 7 stay on weston 10.0 for fbdev 588# i.MX 6 & 7 stay on weston 10.0 for fbdev
589PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.5.imx" 589PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.5.imx"
590PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx" 590PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx"
591PREFERRED_VERSION_weston:imx-mainline-bsp = "" 591PREFERRED_VERSION_weston:imx-mainline-bsp = ""
592 592
593PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.32.imx" 593PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.37.imx"
594 594
595PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "23.2.5.imx" 595PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "23.2.5.imx"
596 596