<rfs613>
vmeson: thanks for the suggestion (of commenting out patches), indeed that is workable solution for me
vvn has quit [Quit: WeeChat 4.6.3]
alperak has quit [Quit: Connection closed for inactivity]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
goliath has quit [Quit: SIGSEGV]
deribaucourt has joined #yocto
ederibaucourt has quit [Ping timeout: 252 seconds]
vvn has joined #yocto
dvergatal has quit [Ping timeout: 268 seconds]
sakman has quit [Quit: Leaving]
vvn has quit [Quit: WeeChat 4.6.3]
vvn has joined #yocto
<mcfrisk>
RP: qemu boot did not happen with KVM? qemu-system-aarch64 was given -enable-kvm but kernel did not detect KVM hypervisor services. Could this build machine have issues with KVM setup? Or it's a race condition in the running kernel inside qemu
sakoman has quit [Ping timeout: 248 seconds]
sakoman has joined #yocto
wCPO has quit [Read error: Connection reset by peer]
wCPO has joined #yocto
vvn has quit [Quit: WeeChat 4.6.3]
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
dvergatal has joined #yocto
ptsneves has joined #yocto
mckoan|away is now known as mckoan
zeemate has joined #yocto
rfuentess has joined #yocto
leon-anavi has joined #yocto
<Tyaku>
I found what was the problem with my U-boot receipe, insalling /usr/share/u-boot.dtb that was not acessible from recipes-sysroot of another recipe (linux-renesas) that depends on it. The variable SYSROOT_DIRS was good in linux-renesas receipe but not on U-Boot ! for some unknown reason, it was only set to "/boot" on U-Boot receipe. If I do 'SYSROOT_DIRS:append = " ${datadir}"' -> it's OK, if I do
<Tyaku>
'SYSROOT_DIRS += " ${datadir}" -> it's nok
<Tyaku>
with bitbake -e it seems that the original SYSROOT_DIRS are overrite by u-boot.inc. What they do in u-boot.inc is : SYSROOT_DIRS_rzg2l += "/boot"
<RP>
mcfrisk: That is what appeared to happen to me. I guess we need to work out if it can use KVM or not...
thomas_34 has joined #yocto
<mcfrisk>
RP: I can disable that test. The boot under KVM was setup and working correctly. Something in SMCCC thing did not work, kernel logs are partial. Which kernel is this machine running, Ubuntu 20.04 it OS at least? Are there different kernels and/or HW on the aarch64 build machines?
<mcfrisk>
RP: we think it's an issue between the host and guest kernels. would be nice to know the build host kernel version. I will send a patch asap
frgo has joined #yocto
frgo__ has joined #yocto
frgo_ has quit [Ping timeout: 272 seconds]
frgo has quit [Ping timeout: 244 seconds]
<mckoan>
Anyone has experience with Azure CLI with Yocto? In particular, is there any layer providing the 'az' command?
<mckoan>
Looks like meta-iot-cloud nor meta-iotedge are providing 'az' CLI
ptsneves has quit [Ping timeout: 252 seconds]
MarcWeDLM has joined #yocto
dmoseley has quit [Ping timeout: 248 seconds]
dmoseley has joined #yocto
dmoseley has quit [Remote host closed the connection]
<RP>
mcfrisk: it is running "Linux version 5.4.0-216-generic (buildd@bos03-arm64-091) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)) #236-Ubuntu SMP Fri Apr 11 19:55:34 UTC 2025"
<RP>
PRETTY_NAME="Ubuntu 20.04.6 LTS" from os-release
mihai has joined #yocto
<mcfrisk>
RP: thanks, I suspected that an older kernel. that could be the reason for the failure. Do all of the aarch64 build machines run this distro and kernel version?
<RP>
mcfrisk: we will probably drop the 20.04 soon
<RP>
mcfrisk: in fact it looks like that are paused pending rebuilding with something newer
<mcfrisk>
RP: I presume my u-boot KVM test was passing on newer machines but failing only on 20.04 then
<RP>
mcfrisk: Hopefully. I just saw the failure last night and wanted to flag it for investigation. If we think it is just 20.04, we can monitor things and check everything else is ok
<RP>
mcfrisk: this is one failure amongst many and I can only work on so many at a time :/
rfuentess has quit [Quit: CHELAS!]
<RP>
mcfrisk: thanks for looking into it. I'm relieved that we understand the probably cause and by luck, we're decommissioning those workers anyway
<mcfrisk>
RP: yes, I see your pain with so many different failures and will help where ever I can, especially if my changes trigger these. understandint autobuilder infra and limitations with tests is a bit harder, getting there I hope.
<RP>
mcfrisk: definitely, I try and help with that info! Thanks
<mcfrisk>
patch to disable this SMCCC KVM check is on the list since this is just an extra validation check that boot happened with KVM. I don't know how else to check if qemu guest runs with KVM on aarch64 :/
tgamblin__ has joined #yocto
tgamblin_ has quit [Ping timeout: 265 seconds]
florian_kc has joined #yocto
jclsn has quit [Quit: WeeChat 4.6.3]
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
ptsneves has joined #yocto
<RP>
mcfrisk: if that works everywhere else, I'm tempted to leave it as it is a nice check
dmoseley has joined #yocto
thomas_34 has quit [Quit: Client closed]
goliath has joined #yocto
<qschulz>
something's messed up with the new kernel-fit-image class I believe?