diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-15 18:57:06 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-18 11:10:08 +0100 |
commit | 8114b55995e4e73c19dab6670adc8d7ec633f8af (patch) | |
tree | 5bd9be2a5b01eccc088f6478e24b6853e0062358 | |
parent | 5e6003bf5add83d67cd8f704d1512ebf5ee18b6f (diff) | |
download | meta-freescale-8114b55995e4e73c19dab6670adc8d7ec633f8af.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>
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
-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" | |||
473 | PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv" | 473 | PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv" |
474 | PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv" | 474 | PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv" |
475 | 475 | ||
476 | PREFERRED_VERSION_weston:imx-nxp-bsp ??= "10.0.0.imx" | 476 | PREFERRED_VERSION_weston:imx-nxp-bsp ??= "10.0.1.imx" |
477 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" | 477 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" |
478 | 478 | ||
479 | PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.25.imx" | 479 | PREFERRED_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" | |||
160 | DEFAULT_PREFERENCE = "-1" | 160 | DEFAULT_PREFERENCE = "-1" |
161 | 161 | ||
162 | SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 162 | SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
163 | SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " | 163 | SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " |
164 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \ | 164 | SRC_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 | " |
168 | SRCBRANCH = "weston-imx-10.0" | 168 | SRCBRANCH = "weston-imx-10.0.1" |
169 | SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d" | 169 | SRCREV = "3f8f336b5d2cf7ea7aa4e047d669d093fc46dfe6" |
170 | 170 | ||
171 | S = "${WORKDIR}/git" | 171 | S = "${WORKDIR}/git" |
172 | 172 | ||