summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-15 18:57:06 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-18 11:38:56 +0000
commit09f140816b52a1f8aefcf156affac452b3274a45 (patch)
tree21c06cce11f0ce0539679a46e8056e39e3d48cb2
parent8c9d19330198166fdcf3dde0d0a1efd5308b1865 (diff)
downloadmeta-freescale-09f140816b52a1f8aefcf156affac452b3274a45.tar.gz
weston imx: update from 10.0.0.imx to 10.0.1.imx
Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 8114b55995e4e73c19dab6670adc8d7ec633f8af)
-rw-r--r--conf/machine/include/imx-base.inc2
-rw-r--r--recipes-graphics/wayland/weston_10.0.1.imx.bb (renamed from recipes-graphics/wayland/weston_10.0.0.imx.bb)6
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index e9b751e0..b32267ce 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -473,7 +473,7 @@ PREFERRED_PROVIDER_opencl-headers:imxgpu ?= "imx-gpu-viv"
473PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv" 473PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv"
474PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv" 474PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv"
475 475
476PREFERRED_VERSION_weston:imx-nxp-bsp ??= "10.0.0.imx" 476PREFERRED_VERSION_weston:imx-nxp-bsp ??= "10.0.1.imx"
477PREFERRED_VERSION_weston:imx-mainline-bsp = "" 477PREFERRED_VERSION_weston:imx-mainline-bsp = ""
478 478
479PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.25.imx" 479PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.25.imx"
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.1.imx.bb
index effef386..84cd9fd8 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.1.imx.bb
@@ -160,13 +160,13 @@ SUMMARY = "Weston, a Wayland compositor, i.MX fork"
160DEFAULT_PREFERENCE = "-1" 160DEFAULT_PREFERENCE = "-1"
161 161
162SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 162SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
163SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 163SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
164SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \ 164SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \
165 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \ 165 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \
166 file://0001-tests-Add-dependency-on-screenshooter-client-protoco.patch \ 166 file://0001-tests-Add-dependency-on-screenshooter-client-protoco.patch \
167 " 167 "
168SRCBRANCH = "weston-imx-10.0" 168SRCBRANCH = "weston-imx-10.0.1"
169SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d" 169SRCREV = "3f8f336b5d2cf7ea7aa4e047d669d093fc46dfe6"
170 170
171S = "${WORKDIR}/git" 171S = "${WORKDIR}/git"
172 172