<mcfrisk>
rburton: are you aware that kvm on aarch64 is currently broken with qemu and u-boot? I was checking some of the genericarm64 selftest failures and noticed that kvm boot is failing. root cause discussed upstream already in https://lists.denx.de/pipermail/u-boot/2025-May/590103.html
<rburton>
argh, no
<rburton>
thanks
<mcfrisk>
do the autobuilder aarch64 hosts have kvm working? "kvm-ok" reporting true. If yes, I could check that tests have this covered. qemu boot directly to kernel is working.
sotaoverride has quit [Quit: Lost terminal]
sotaoverride_ is now known as sotaoverride
<rburton>
they're altras so yes in theory
savolla has quit [Ping timeout: 244 seconds]
savolla has joined #yocto
<mcfrisk>
this was warning with u-boot 2025.01 and earlier, but then broken with 2025.04. I do have a workaround but was there some other issues with kvm on aarch64 hosts? With uki.bbclass tests there was something, possibly different issue or boot hang.
frieder has quit [Remote host closed the connection]
alperak has joined #yocto
goliath has quit [Quit: SIGSEGV]
jclsn has quit [Quit: WeeChat 4.6.1]
florian has quit [Quit: Ex-Chat]
Tartarus has quit [Read error: Connection reset by peer]
Tartarus has joined #yocto
jerrycash has joined #yocto
druppy has joined #yocto
rfuentess has quit [Remote host closed the connection]
MarcWeDLM has quit [Quit: Client closed]
<tgamblin>
rburton: a while back you filed: https://github.com/pypa/setuptools/issues/4735 . Do you have an easy test for that in oe-core? setuptools has updated to all-but remove the easy_install module (it's a compatibility stub as of v80.8.0), and I'm trying to make sure the upgrade still works
<tgamblin>
I've tried building diffoscope and python3-cython, which both inherit setuptools3, and they seem OK
<tgamblin>
but I don't recall running into that issue prior to our patching
<tgamblin>
I can't see anything obvious that is still using this, but I have a feeling it'll blow-up meta-python...
<Dvorkin>
I extended tinycdb recipe with .bbappend, where I have BBCLASSEXTEND = "native". But when building myrecipe-native it did not installed into sysroot. How can I debug that?