LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
khem has quit [Quit: WeeChat 4.7.0]
khem has joined #yocto
pita has quit [Remote host closed the connection]
dankm has quit [Ping timeout: 252 seconds]
dankm has joined #yocto
electricworry_ has joined #yocto
electricworry has quit [Ping timeout: 252 seconds]
georgem has quit [Server closed connection]
georgem has joined #yocto
halstead has quit [Server closed connection]
halstead has joined #yocto
rhadye has quit [Server closed connection]
rhadye has joined #yocto
wmills has quit [Server closed connection]
wmills has joined #yocto
elfenix|cloud has quit [Server closed connection]
elfenix|cloud has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
vthor has quit [Quit: kill -9 $pid]
Articulus5 has quit [Remote host closed the connection]
Articulus5 has joined #yocto
Articulus5 has quit [Remote host closed the connection]
Articulus5 has joined #yocto
ak77 has quit [Remote host closed the connection]
ak77 has joined #yocto
jmd has joined #yocto
goliath has joined #yocto
Jones42 has joined #yocto
savolla has joined #yocto
florian has joined #yocto
adadad has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
adadad has joined #yocto
adadad has quit [Remote host closed the connection]
savolla has quit [Quit: WeeChat 4.7.0]
adadad has joined #yocto
frieder has joined #yocto
sudip has quit [Quit: ZNC - http://znc.in]
beneth has quit [Quit: Gateway shutdown]
sudip has joined #yocto
bjdooks has quit [Quit: No Ping reply in 180 seconds.]
bjdooks has joined #yocto
Kubu_work has joined #yocto
<dvergatal> his all, have any of you built yocto on macos in docker/podman container on macos?
<dvergatal> hi*
alperak has joined #yocto
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
<dvergatal> LetoThe2nd: i'm running it but the problem i'm facing is that during parsing recipes it hangs
<dvergatal> meaning bitbake hangs for me
<dvergatal> ERROR: ParseError in None: Not all recipes parsed, parser thread killed/died? Exiting.
wmills_ has quit [Ping timeout: 252 seconds]
<LetoThe2nd> dvergatal: are you using a bind mounted volume or something like that?
<dvergatal> yes
<dvergatal> hmmm maybe i will try first without mounting
prabhakalad has joined #yocto
frieder has quit [Ping timeout: 260 seconds]
leon-anavi has joined #yocto
frieder has joined #yocto
<dvergatal> LetoThe2nd: running now without mounted volume
<LetoThe2nd> dvergatal: k
<dvergatal> we will see if it is the issue
<dvergatal> i think it hangs ;/
<LetoThe2nd> :-(
<LetoThe2nd> you can always look at CROPS for inspiration, I think that works on MaCOS
<dvergatal> CROPS?
<dvergatal> what is it?
Articulus5 has quit [Quit: Leaving]
mckoan|away has quit [Quit: Quitting irssi IRC Client, bye.]
mckoan has joined #yocto
<mckoan> good morning
vladest has quit [Quit: vladest]
litb has joined #yocto
beneth has joined #yocto
vladest has joined #yocto
Guest14 has joined #yocto
Guest14 has quit [Client Quit]
wmills_ has joined #yocto
Scorpi has quit [Server closed connection]
Scorpi has joined #yocto
fredcl has quit [Server closed connection]
fredcl has joined #yocto
mckoan is now known as mckoan|away
Bardon has quit [Quit: ZNC - https://znc.in]
Bardon has joined #yocto
savolla has joined #yocto
florian_kc has joined #yocto
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
<dvergatal> LetoThe2nd: ok on docker it is working but not on podman :/
<LetoThe2nd> dvergatal: well then you know where to go digging
<dvergatal> for sure but i dunno what can cause it in podman :|
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
paulg has joined #yocto
RyanEatmon has quit [Remote host closed the connection]
RyanEatmon has joined #yocto
jmiehe has joined #yocto
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 255 seconds]
jmiehe has quit [Remote host closed the connection]
pidge_ has joined #yocto
pidge has quit [Ping timeout: 252 seconds]
Xagen has quit [Ping timeout: 248 seconds]
Xagen has joined #yocto
goliath has quit [Quit: SIGSEGV]
frieder has quit [Remote host closed the connection]
<jwinarsk> question about using core vs meta-clang. Prior I was using `dynamic-layers/clang-layer`. How do I switch between gcc, core clang, and meta-clang? I haven't seen this documented anywhere; likely just missed it.
<jwinarsk> this is using master
vladest has quit [Quit: vladest]
<jwinarsk> looks like I'm missing `TOOLCHAIN_NATIVE` definition for non dynamic-layers. Is that it?
<jwinarsk> that was it
vladest has joined #yocto
starblue has joined #yocto
goliath has joined #yocto
litb has quit [Quit: Client closed]
<jwinarsk> I am having trouble linking with core libc++.a. Links fine with meta-clang
<jwinarsk> looks like core libc++ needs `-D CMAKE_POSITION_INDEPENDENT_CODE=ON`
<jwinarsk> the current recipe only sets it for target. It should also be defined for native case.
<jwinarsk> this is required
dgriego has quit [Quit: Bye]
florian has joined #yocto
chep has quit [Ping timeout: 276 seconds]
<mrc3> hey, sakoman! do we have tags for kirkstone 4.0.29?
<sakoman> mrc3: No, not until QA is complete and 4.0.29 is released
<mrc3> sakoman, cool! thanks for confirming
savolla has quit [Ping timeout: 255 seconds]
savolla has joined #yocto
florian has quit [Ping timeout: 255 seconds]
Jones42 has quit [Ping timeout: 255 seconds]
florian has joined #yocto
chep has joined #yocto
leon-anavi has quit [Quit: Leaving]
<khem> jwinarsk: yes, send a patch for libcxx recipe
<jwinarsk> khem: copy that
<khem> core to meta-clang migration is _almost_ there, there are few patches needed which are floating on mls
<khem> hopefully in soon
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
<khem> one big wrench is for rpi4 where tunes need nocrypto otherwise meta-clang is just a simple addon now with zero recipes, only few classes to add clang-scan and some bbappends
<khem> you might not need to put things in clang specific dynamic layers anymore
jwinarsk has quit [Server closed connection]
jwinarsk has joined #yocto
<jwinarsk> that's great!
<jwinarsk> I'm seeing `spirv-tools` get implicitly pulled in. I don't want the default version (old), as my stack has a custom version integrated (new). Looks like it's being included by default via `LLVM_TARGETS_TO_BUILD="AArch64;BPF;AMDGPU;NVPTX;SPIRV"`
<fullstop> I have one build tree which I build for different machines with the same image / recipe. Let's say hwrev1 and hwrev2 -- this is mostly for kernel config differences, but usually device tree. If I change a resource for hwrev1 whenever I build for hwrev2 yocto rebuilds the kernel, even though none of the files for that variant have not changed.
<fullstop> Is there a way to avoid this?
alperak has quit [Quit: Connection closed for inactivity]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jmd has quit [Remote host closed the connection]
Xagen has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goliath has quit [Quit: SIGSEGV]
Xagen has joined #yocto
pita has joined #yocto
bq has quit [Server closed connection]
bq has joined #yocto
Kubu_work has quit [Ping timeout: 252 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
druppy has joined #yocto
Wouter0100 has quit [Ping timeout: 248 seconds]
Wouter0100 has joined #yocto
druppy has quit [Ping timeout: 252 seconds]
Xagen has joined #yocto
<jwinarsk> khem: What do I need to enable lld in core? `| aarch64-poky-linux-clang++: error: invalid linker name in argument '-fuse-ld=lld'`
<jwinarsk> Adding `lld-native` as a build dependency resolved it.
steelswords94361 has quit [Quit: The Lounge - https://thelounge.chat]
steelswords94361 has joined #yocto
ablu has quit [Remote host closed the connection]
ablu has joined #yocto
Xagen has quit [Ping timeout: 260 seconds]
Xagen has joined #yocto
agodard has quit [Ping timeout: 276 seconds]
agodard has joined #yocto
florian has quit [Ping timeout: 255 seconds]
Guest79 has joined #yocto
<JaMa> jwinarsk: have you tried ld-is-lld in DISTRO_FEATURES?
Guest79 has quit [Quit: Client closed]
TheOneCurly has quit [Remote host closed the connection]