recipes-graphics: wayland: Update recipes to new BSP release imx_5.4.47_2.2.0

Includes:
Revert "weston-init: Fix being underrun with superTile format and video playing on i.mx8dxmek [YOCIMX-4227]"

    The setting has been merged into driver [MGS-5713]

    This reverts commit bfaf99da16df2b7fd56ec6454406d5a71e90aa9f.

Signed-off-by: Hector Bujanda <Hector.Bujanda@digi.com>
This commit is contained in:
Hector Bujanda 2020-10-28 12:12:48 +01:00
parent 8487909875
commit 7f120705a0
3 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,6 @@ SRC_URI += " \
file://profile \ file://profile \
" "
SRC_URI_append_mx8dx = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', ' file://weston.config', '', d)}"
# To customize weston.ini, start by setting the desired assignment in weston.ini, # To customize weston.ini, start by setting the desired assignment in weston.ini,
# commented out. For example: # commented out. For example:

View File

@ -1,2 +0,0 @@
#!/bin/sh
GBM_SET_FORMAT_MOD_LINEAR=1

View File

@ -3,7 +3,7 @@ require recipes-graphics/wayland/weston_7.0.0.bb
SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
WESTON_SRC ?= "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https" WESTON_SRC ?= "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https"
SRC_URI_prepend = "${WESTON_SRC};branch=weston-imx-8.0 " SRC_URI_prepend = "${WESTON_SRC};branch=weston-imx-8.0 "
SRCREV = "27cde5253235104c45b8ce72963e7ae159134f89" SRCREV = "f13d40a3a0504a00baf2f28abe83b65dab8b2e10"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
# Disable OpenGL for parts with GPU support for 2D but not 3D # Disable OpenGL for parts with GPU support for 2D but not 3D