diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-12-19 11:54:40 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-12-30 19:33:06 +0000 |
commit | 1e6e6d23e5ad37e742cce522628d8f61d472d508 (patch) | |
tree | a9430245edbdc707b9e39698b7398505c8bb1438 /meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend | |
parent | 88b17ad07b6401b725eb0b84764dd6c04d4a6c1e (diff) |
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 <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28300
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend')
-rw-r--r-- | meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa_22.%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
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" |