summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-10-25 14:01:08 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-28 11:23:35 +0000
commit6ab13e4a3bed4eeb67af95e948cf81292b3e88ed (patch)
tree9c1c9b43bc54f7b28931277510a82b0ebd47539d
parent2c697df4d3d1ee26dc786c9905b8c28cc89d822d (diff)
downloadmeta-freescale-6ab13e4a3bed4eeb67af95e948cf81292b3e88ed.tar.gz
Upgrade NXP BSP to LF6.6.36_2.1.0
weston_12.0.4.imx: Bump to revision c3c1f9f Signed-off-by: Valentin Jec <valentin.jec@nxp.com> (cherry picked from commit 556e5ac31d51fe5ebdb14231e244368429751bbc)
-rw-r--r--recipes-graphics/wayland/weston_12.0.4.imx.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_12.0.4.imx.bb b/recipes-graphics/wayland/weston_12.0.4.imx.bb
index e24c0d152..89331dfe0 100644
--- a/recipes-graphics/wayland/weston_12.0.4.imx.bb
+++ b/recipes-graphics/wayland/weston_12.0.4.imx.bb
@@ -172,7 +172,7 @@ SRC_URI:prepend = "${WESTON_SRC};branch=${SRCBRANCH} "
172WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https" 172WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https"
173SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" 173SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch"
174SRCBRANCH = "weston-imx-12.0.4" 174SRCBRANCH = "weston-imx-12.0.4"
175SRCREV = "461c49d20677cfd36d01a95dafbd9eedf2a4b09c" 175SRCREV = "c3c1f9ff7824123dd4808ace3c9476345cb84177"
176S = "${WORKDIR}/git" 176S = "${WORKDIR}/git"
177 177
178PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" 178PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11"
@@ -186,6 +186,9 @@ PACKAGECONFIG_G2D:mx93-nxp-bsp ??= "imxg2d"
186# Weston with i.MX G2D renderer 186# Weston with i.MX G2D renderer
187PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" 187PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d"
188 188
189# Weston on RDP, fix for base recipe
190PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp,freerdp"
191
189# links with imx-gpu libs which are pre-built for glibc 192# links with imx-gpu libs which are pre-built for glibc
190# gcompat will address it during runtime 193# gcompat will address it during runtime
191LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" 194LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"