On Thu, 2024-10-31 at 15:13 -0700, email via lists.yoctoproject.org
wrote:
> Hi everyone,
>
> I have stumbled upon a build error when trying to build qemu-system-
> native when using buildtools.
> I first saw it on an Arch Linux (I know, not supported architecture),
> but I have also been able to
Hi everyone,
I have stumbled upon a build error when trying to build qemu-system-native when
using buildtools.
I first saw it on an Arch Linux (I know, not supported architecture), but I
have also been able to reproduce it on Debian Bookworm, but only if the
following packages have been install
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.
Le mer. 30 oct. 2024 à 20:01, Yishai Jaffe via lists.yoctoproject.org
a écrit :
> Hi Quentin,
>
> On Wed, Oct 30, 2024 at 5:01 PM Quentin Schulz
> wrote:
>
>> Hi Yishai,
>>
>> On 10/30/24 3:54 PM, Yishai Jaffe via Lists.Yoctoproject.Org wrote:
>> > You don't often get email from yishai1999=
>> g