diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-18 09:55:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 09:55:20 -0300 |
| commit | 671eccefdc2ee9d35d259d037a28c23a4edf5e43 (patch) | |
| tree | 903d93ad9c949a4aa17b77f610dd2ed5ce18b2eb /conf/machine/include | |
| parent | cb365fdc9b2740508bac95e13a0f91d70fbbea45 (diff) | |
| parent | 016e9bcbf71218a210c7173c33cdbff1ec3d8d2f (diff) | |
| download | meta-freescale-671eccefdc2ee9d35d259d037a28c23a4edf5e43.tar.gz | |
Merge pull request #1537 from thochstein/xwayland
weston upgrade, xwayland compatibility update
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/imx-base.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 6ba779cc8..cd6a077a3 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -515,7 +515,10 @@ PREFERRED_PROVIDER_opencl-headers:imxgpu ?= "imx-gpu-viv" | |||
| 515 | PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv" | 515 | PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv" |
| 516 | PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv" | 516 | PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv" |
| 517 | 517 | ||
| 518 | PREFERRED_VERSION_weston:imx-nxp-bsp ??= "10.0.1.imx" | 518 | PREFERRED_VERSION_weston:imx-nxp-bsp ??= "11.0.1.imx" |
| 519 | # i.MX 6 & 7 stay on weston 10.0 for fbdev | ||
| 520 | PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.3.imx" | ||
| 521 | PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.3.imx" | ||
| 519 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" | 522 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" |
| 520 | 523 | ||
| 521 | PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.31.imx" | 524 | PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.31.imx" |
| @@ -523,6 +526,8 @@ PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.31.imx" | |||
| 523 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.31.imx" | 526 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.31.imx" |
| 524 | PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.31.imx" | 527 | PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.31.imx" |
| 525 | 528 | ||
| 529 | PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "23.1.1.imx" | ||
| 530 | |||
| 526 | # Use i.MX libdrm Version | 531 | # Use i.MX libdrm Version |
| 527 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ??= "2.4.114.imx" | 532 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ??= "2.4.114.imx" |
| 528 | PREFERRED_VERSION_libdrm:mx7-nxp-bsp ??= "2.4.114.imx" | 533 | PREFERRED_VERSION_libdrm:mx7-nxp-bsp ??= "2.4.114.imx" |
