diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2024-10-25 14:01:08 +0300 |
---|---|---|
committer | Valentin Jec <valentin.jec@nxp.com> | 2024-10-25 14:01:08 +0300 |
commit | 556e5ac31d51fe5ebdb14231e244368429751bbc (patch) | |
tree | 437ec26dd8e57edec554f9b92fd59d41a6671c78 /recipes-graphics | |
parent | 01ce79a25c068652a07738d48a2895ead6147b3d (diff) | |
download | meta-freescale-556e5ac31d51fe5ebdb14231e244368429751bbc.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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston_12.0.4.imx.bb | 5 |
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 87593e4b..8003da07 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} " | |||
172 | WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https" | 172 | WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https" |
173 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" | 173 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" |
174 | SRCBRANCH = "weston-imx-12.0.4" | 174 | SRCBRANCH = "weston-imx-12.0.4" |
175 | SRCREV = "461c49d20677cfd36d01a95dafbd9eedf2a4b09c" | 175 | SRCREV = "c3c1f9ff7824123dd4808ace3c9476345cb84177" |
176 | S = "${WORKDIR}/git" | 176 | S = "${WORKDIR}/git" |
177 | 177 | ||
178 | PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" | 178 | PACKAGECONFIG_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 |
187 | PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" | 187 | PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" |
188 | 188 | ||
189 | # Weston on RDP, fix for base recipe | ||
190 | PACKAGECONFIG[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 |
191 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | 194 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" |