Skip to content

Commit

Permalink
Upgrade NXP BSP to LF6.6.36_2.1.0
Browse files Browse the repository at this point in the history
weston_12.0.4.imx: Bump to revision c3c1f9f

Signed-off-by: Valentin Jec <[email protected]>
(cherry picked from commit 556e5ac)
  • Loading branch information
valijec authored and github-actions[bot] committed Oct 28, 2024
1 parent 2c697df commit 6ab13e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes-graphics/wayland/weston_12.0.4.imx.bb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ SRC_URI:prepend = "${WESTON_SRC};branch=${SRCBRANCH} "
WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https"
SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch"
SRCBRANCH = "weston-imx-12.0.4"
SRCREV = "461c49d20677cfd36d01a95dafbd9eedf2a4b09c"
SRCREV = "c3c1f9ff7824123dd4808ace3c9476345cb84177"
S = "${WORKDIR}/git"

PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11"
Expand All @@ -186,6 +186,9 @@ PACKAGECONFIG_G2D:mx93-nxp-bsp ??= "imxg2d"
# Weston with i.MX G2D renderer
PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d"

# Weston on RDP, fix for base recipe
PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp,freerdp"

# links with imx-gpu libs which are pre-built for glibc
# gcompat will address it during runtime
LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
Expand Down

0 comments on commit 6ab13e4

Please sign in to comment.