For anyone with the same problem.
Make sure DISTRO_FEATURES contains opengl
Then add a bbappend
recipes-devtools/qemu/qemu_8.2.2.imx.bbappend (or current version)
Put one line in the file
DEPENDS += "virglrenderer"
Qemu (and sdk) should now properly build.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You recei
They have hardcoded the dependency for virglrenderer
https://github.com/nxp-imx/imx-qemu/commit/628105edbd816458dbf154a128cc3dd3ac809c7e
I am going to go yell at NXP now.
Thanks for helping with this annoyance!
/Freddy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
V
Doesn't actually look like it.
But i just realized that the version being built when it failed is NXPs version
of qemu which apparently is almost but not entirely the same.
I think it is easiest to simply ignore the problem for now and chalk it up to
NXPs QA.
Thank you so much for the assistance.
This is just weird.
Plain poky, works fine.
Copy entire qemu recipe from poky into our top layer, now it works.
I checked with -e for both recipe in our layer and in standard location.
In both cases virglrenderer is disabled (depends,extra_oeconf,packageconfig).
But a few other things do change.
On Wed, Oct 30, 2024 at 11:58 AM, Alexander Kanavin wrote:
>
> Is the header in the sysroot?
Nope, seems to be totally missing.
>
> Are you doing other tweaks to
> qemu recipe that break something?
No, and from what I can tell the only changes to qemu thats made is
meta-virtualization/recipes
Hello.
I've found where the config option comes from (it's in qemu.inc).
But I can't seem to find a way to add a :remove for the option that works.
I created a normal .bbappend for qemu but this does not seem to be applied when
making nativesdk-qemu.
Is the only option to clone the full qemu-recip
Hello everyone.
After updating our internal distro to scarthgap I am encountering the following
when trying to build the sdk.
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_vir