summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2670.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2670.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloadqemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2670.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2670.toml52
1 files changed, 52 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2670.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2670.toml
new file mode 100644
index 000000000..6ba4c7758
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2670.toml
@@ -0,0 +1,52 @@
+id = 2670
+title = "The virglrenderer depency causes qemu native recipe building to fail for NXP QEMU"
+state = "closed"
+created_at = "2024-11-12T09:31:20.058Z"
+closed_at = "2024-11-12T10:53:36.454Z"
+labels = []
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2670"
+host-os = "Debian 5.10.226-1"
+host-arch = "x86_64"
+qemu-version = "8.2.2"
+guest-os = "- OS/kernel version:"
+guest-arch = "## Description of problem"
+description = """nativesdk-qemu-8.2.2.imx-r0 do_compile: oe_runmake failed
+...
+ [87/4472] Compiling C object libcommon.fa.p/hw_display_virtio-gpu.c.o
+| FAILED: libcommon.fa.p/hw_display_virtio-gpu.c.o
+...
+ ../hw/display/virtio-gpu.c:36:10: fatal error: virglrenderer.h: No such file or directory
+|    36 | #include <virglrenderer.h>
+|       |          ^~~~~~~~~~~~~~~~~
+| compilation terminated.
+
+This issue was originally exposed after updating Yocto release to Scarthgap
+
+https://lists.yoctoproject.org/g/yocto/topic/building_sdk_fails_after/109275322
+
+which seems to relate to commit https://github.com/nxp-imx/imx-qemu/commit/628105edbd816458dbf154a128cc3dd3ac809c7e that seemingly induces dependency to virglrenderer.h for virtio_gpu driver.
+
+Enabling opengl in our Distribution features is not a solution because that pulls in VGA graphics dependencies to our target binaries and we have no graphics hardware on our system. I have tried to disable the virglrenderer through QEMU build configuration but that does not fix the issue."""
+reproduce = """1. Clone NXP BSP Scarthgap
+```
+$ mkdir nxp-bsp
+$ cd nxp-bsp
+nxp-bsp$ repo init -u https://github.com/nxp-imx/imx-manifest -b scarthgap -m imx-6.6.36-2.1.0.xml
+nxp-bsp$ repo sync
+```
+
+2. Remove opengl from `fsl-imx-xwayland` DISTRO_FEATURES
+
+```
+sources/meta-imx/meta-imx-sdk/conf/distro/fsl-imx-wayland.conf:
+...
++DISTRO_FEATURES:remove = "opengl "
+...
+```
+
+3. Build qemu-native_8.2.2.imx
+
+```
+$ bitbake qemu-native_8.2.2.imx
+```"""
+additional = """"""