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