mm_x_ has quit [Read error: Connection reset by peer]
mm_x_ has joined #yocto
Jones42 has joined #yocto
<rburton>
mathieudb: argh reprod again argh argh
<mathieudb>
rburton: yes :(
florian__ is now known as florian
demirok has quit [Ping timeout: 276 seconds]
florian_kc has joined #yocto
florian has quit [Ping timeout: 276 seconds]
florian_kc is now known as florian
alperak has joined #yocto
Jones42 has quit [Ping timeout: 276 seconds]
dmoseley has quit [Ping timeout: 245 seconds]
dmoseley has joined #yocto
mm_x_ has quit [Quit: Konversation terminated!]
mm_x_ has joined #yocto
savolla has joined #yocto
mm_x_ has quit [Quit: Konversation terminated!]
mm_x_ has joined #yocto
tec4 has quit [Quit: bye!]
Jones42 has joined #yocto
tec4 has joined #yocto
demirok has joined #yocto
<LetoThe2nd>
was there an obvious change in the go fetcher/checkout process between scarthgap and walnascar?
tec4 has quit [Client Quit]
<LetoThe2nd>
it seems that on scarthgap the go-mod path seems to be checked out, whereas on walnascar the sources directly end up in S
tec4 has joined #yocto
mckoan is now known as mckoan|away
mm_x_ has quit [Quit: Konversation terminated!]
mm_x_ has joined #yocto
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
mm_x_ has quit [Quit: Konversation terminated!]
mm_x_ has joined #yocto
mm_x_ has quit [Quit: Konversation terminated!]
mm_x_ has joined #yocto
Wouter01003 has joined #yocto
<mathieudb>
rburton: I missed that at first, but some of the reproduce errors are related to spirv, so this is another of your series
Wouter0100 has quit [Ping timeout: 252 seconds]
Wouter01003 is now known as Wouter0100
mm_x_ has quit [Quit: Konversation terminated!]
mm_x_ has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
Deepesh has quit [Quit: Client closed]
LainIwakura has quit [Ping timeout: 272 seconds]
LainIwakura has joined #yocto
Jones42 has quit [Ping timeout: 240 seconds]
Wouter01002 has joined #yocto
Jones42 has joined #yocto
Wouter0100 has quit [Ping timeout: 252 seconds]
Wouter01002 is now known as Wouter0100
Wouter01001 has joined #yocto
RyanEatmon has quit [Remote host closed the connection]
Wouter0100 has quit [Ping timeout: 248 seconds]
Wouter01001 is now known as Wouter0100
RyanEatmon has joined #yocto
zeemate has quit [Ping timeout: 248 seconds]
makurz has joined #yocto
<makurz>
Hej,
<makurz>
I would like to find out how to properly contribute to the NEWCOMER bugs presented on bugzilla. E.g. Bug 14852 sounds like something I want to contribute. However, where would I need to start look for that feature? Any tips or hints for the direction would be much appreciated:) Thanks!
Jones42 has quit [Ping timeout: 248 seconds]
Xagen has quit [Ping timeout: 260 seconds]
LainIwakura has quit [Ping timeout: 272 seconds]
LainIwakura has joined #yocto
jclsn has joined #yocto
<rburton>
makurz: that's mine. the starting point would be do_testimage in testimage.bbclass, and follow the logic where it reads TEST_SUITES
om has joined #yocto
LainIwakura has quit [Ping timeout: 272 seconds]
om82 has joined #yocto
Xagen has joined #yocto
om82 has quit [Client Quit]
om has quit [Ping timeout: 272 seconds]
golledge has joined #yocto
LainIwakura has joined #yocto
makurz has quit [Quit: Client closed]
ray-san has quit [Ping timeout: 276 seconds]
rob_w has quit [Remote host closed the connection]
makurz has joined #yocto
goliath has quit [Quit: SIGSEGV]
<makurz>
rburton: Thanks! I will try to figure out how to do it. Thanks for pointing me into the right direction.
tlwoerner has quit [Ping timeout: 260 seconds]
<rburton>
moto-timo: have you looked at uv for yocto yet? i just noticed python3-cryptography has moved to uv from maturin...
<golledge>
Hello, I have having fun/stress with creatig a signed uboot fitimage. The u-boot.its created uboot-sign.bbclass does hold the atf parts it is present in the one created uboot but not by yocto when UBOOT_FITIMAGE_ENABLE=1. I see a commit in walna which looks like it might fix my error but i looking to use and LTS so i am stuck on scarthgap. Is something that is likely to be back ported to scarthgap
<golledge>
or will i be carrying patches until Wrynose ?
<rburton>
golledge: depends on the commit and how invasive it is, what one in particular?
<rburton>
golledge: try backporting it and seeing if it applies cleanly and helps. if it does, post it to the list and see
tlwoerner has joined #yocto
<golledge>
thanks rburton, it applies clean i think just need to see how plays with rockchip
rfuentess has quit [Remote host closed the connection]
druppy has joined #yocto
LainIwakura has quit [Ping timeout: 272 seconds]
dgriego has quit [Quit: Bye]
Articulus has quit [Quit: Leaving]
LainIwakura has joined #yocto
goliath has joined #yocto
<khem>
rburton: One usecase that bothers me with out-of-clang lld is that, when ld-is-lld in not in DISTRO_FEATURES, -fuse-ld=lld will cease to work as well
dgriego has joined #yocto
<rburton>
khem: if a recipe does that then it should just depend on lld-native
<khem>
yeah I guess, we had it differently for gold linker but that is now gone so we can relearn
<rburton>
yeah, gold was special as it was integrated into binutils. my total WIP mold branch had the same problem: no easy way to say "and this is the linker"
<rburton>
(i have a branch adding virtual/cross-linker but its not ready yet)
<khem>
then there is nativesdk and target as well :(
<khem>
with current set, if someone sets ld-is-lld in DFs they do not get lld pulled into image just by doing that, it has to be added to image via other means
<rburton>
i _really_ want to split clang into llvm/clang/lld/lldb because at the moment we build all of those for target even if just llvm is needed
<rburton>
which is about 15 minutes on my altra
<rburton>
ld-is-lld was putting in lld via clang RDEPENDS, which seems right
<khem>
yeah if we split clang and llvm that might solve this catch-22
<khem>
rburton: rdepends is logically right but it gets resolved during build and it tried to add it to build queue lld needs llvm(provided by clang) which needs lld at runtime if ld-is-lld
<rburton>
i probably tested that path with the split recipes
<khem>
but its ok to push it down to distros to set the scaffolding
<rburton>
once i've fixed the reprod fail i'll post again
<moto-timo>
tgamblin has looked at uv, I haven’t yet
florian has joined #yocto
undermine has quit [Quit: Bye]
zeemate has joined #yocto
makurz has quit [Quit: Client closed]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
frieder has quit [Remote host closed the connection]
kergoth has joined #yocto
kergoth has quit [Client Quit]
frgo_ has quit [Ping timeout: 240 seconds]
kergoth has joined #yocto
frgo has joined #yocto
<kergoth>
Welp, now that I'm no longer working at Siemens in a position that didn't use Yocto projects, I can finally take the time to catch up on things and refresh the skillset a bit while I look elsewhere. Time to check the open bugs and set up a build.
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
frgo_ has quit [Remote host closed the connection]
frgo has joined #yocto
leon-anavi has quit [Remote host closed the connection]
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
frgo_ has quit [Read error: Connection reset by peer]
frgo has joined #yocto
alperak has quit [Quit: Connection closed for inactivity]
ray-san has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
berton has quit [Quit: Connection closed for inactivity]
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
vthor_ has joined #yocto
vthor has quit [Ping timeout: 260 seconds]
<rburton>
kergoth: welcome back :)
<kergoth>
Thanks! The restructuring was certainly a surprise, but I'm sure it'll be a blessing in the end. Hopefully my next position, once I find it, will let me work with this again, rather than just on my own time.
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
frgo has quit [Ping timeout: 248 seconds]
<RP>
kergoth: sorry it is under those circumstances but glad to have you around!
<kergoth>
👍
<RP>
kergoth: there is the bitbake-setup topic if you want something tricky and a bit controversial :)
florian has quit [Ping timeout: 252 seconds]
frgo has joined #yocto
druppy has joined #yocto
frgo has quit [Ping timeout: 240 seconds]
<kergoth>
Oof, got me jumping in the deep end there eh? :)
florian has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 240 seconds]
goliath has quit [Quit: SIGSEGV]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
druppy has quit [Ping timeout: 265 seconds]
<RP>
kergoth: pros and cons to that :)
<khem>
kergoth: good to see you here after a long time !