From 7f120705a0d583d104b0e7070422eedd2b6f0627 Mon Sep 17 00:00:00 2001 From: Hector Bujanda Date: Wed, 28 Oct 2020 12:12:48 +0100 Subject: [PATCH] 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 --- meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend | 1 - .../recipes-graphics/wayland/weston-init/mx8dx/weston.config | 2 -- meta-digi-dey/recipes-graphics/wayland/weston_8.0.0.imx.bb | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 meta-digi-dey/recipes-graphics/wayland/weston-init/mx8dx/weston.config diff --git a/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend b/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend index 0e885d562..74739dbf6 100644 --- a/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend @@ -7,7 +7,6 @@ SRC_URI += " \ 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, # commented out. For example: diff --git a/meta-digi-dey/recipes-graphics/wayland/weston-init/mx8dx/weston.config b/meta-digi-dey/recipes-graphics/wayland/weston-init/mx8dx/weston.config deleted file mode 100644 index 0b6119628..000000000 --- a/meta-digi-dey/recipes-graphics/wayland/weston-init/mx8dx/weston.config +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -GBM_SET_FORMAT_MOD_LINEAR=1 diff --git a/meta-digi-dey/recipes-graphics/wayland/weston_8.0.0.imx.bb b/meta-digi-dey/recipes-graphics/wayland/weston_8.0.0.imx.bb index 0430c2826..244651044 100644 --- a/meta-digi-dey/recipes-graphics/wayland/weston_8.0.0.imx.bb +++ b/meta-digi-dey/recipes-graphics/wayland/weston_8.0.0.imx.bb @@ -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" WESTON_SRC ?= "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https" SRC_URI_prepend = "${WESTON_SRC};branch=weston-imx-8.0 " -SRCREV = "27cde5253235104c45b8ce72963e7ae159134f89" +SRCREV = "f13d40a3a0504a00baf2f28abe83b65dab8b2e10" S = "${WORKDIR}/git" # Disable OpenGL for parts with GPU support for 2D but not 3D