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.
On Thu, 31 Oct 2024 at 10:38, freddy.boman via Lists.Yoctoproject.Org
wrote:
> In both cases virglrenderer is disabled (depends,extra_oeconf,packageconfig).
> But a few other things do change.
> Working
> PACKAGECONFIG="fdt sdl kvm pie slirp "
> Not working
> PACKAGECONFIG="fdt sdl kvm pie sl
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, 30 Oct 2024 at 12:34, freddy.boman via Lists.Yoctoproject.Org
wrote:
> I tried building nativesdk-qemu directly without doing the whole populate_sdk
> based on our distro.
> Same result. Looks like nativesdk-virglrenderer is not built or installed.
> Looking in the recipe for qemu I can
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
On Wed, 30 Oct 2024 at 11:49, freddy.boman via Lists.Yoctoproject.Org
wrote:
> 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
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
You first need to find out why it is enabled in qemu build config, as
it's an option that can be switched on or off.
Alex
On Tue, 29 Oct 2024 at 12:48, freddy.boman via lists.yoctoproject.org
wrote:
>
> Hello everyone.
> After updating our internal distro to scarthgap I am encountering the
> fo
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
11 matches
Mail list logo