From 0959dc5496364ef3b3af9605b58d1d00f330d299 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 19 Dec 2022 11:54:40 +0200 Subject: virtualization-layer/recipes-graphics/mesa: Workaround for virgl This is a just a workaround for the time being, to avoid some graphical artefacts seen only when booting up for the first time the image. Introduced with https://gitlab.freedesktop.org/mesa/mesa/-/commit/6f68cacf619f7f13bc870355709224c1f3e9bbd8. Bug-AGL: SPEC-4651 Change-Id: Ie2ac5d170790293dc5860d5f27f26ee811f4a4b5 Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28337 Reviewed-by: Scott Murray Tested-by: Scott Murray --- .../virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend (limited to 'meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend') diff --git a/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend b/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend new file mode 100644 index 000000000..0a6606ebf --- /dev/null +++ b/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0001-virgl-virgl_driinfo.h.in-Disable-by-default-emulated.patch" -- cgit 1.2.3-korg