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
vvn has quit [Quit: WeeChat 4.5.2]
_whitelogger has joined #yocto
npcomp has quit [Ping timeout: 245 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
paulg has quit [Ping timeout: 276 seconds]
tammranil has quit [Remote host closed the connection]
tammranil has joined #yocto
OnkelUlla has joined #yocto
dmoseley has joined #yocto
dmoseley_ has quit [Ping timeout: 276 seconds]
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 265 seconds]
alessio has joined #yocto
goliath has joined #yocto
frieder has joined #yocto
MarcWeDLM has joined #yocto
rob_w has joined #yocto
rfuentess has joined #yocto
PeterM has joined #yocto
bjdooks has quit [Ping timeout: 252 seconds]
bjdooks has joined #yocto
leon-anavi has joined #yocto
vthor_ has quit [Excess Flood]
vthor_ has joined #yocto
zeemate has joined #yocto
<khem> RP:I have approached the toolchain selection with another idea here - https://git.yoctoproject.org/poky-contrib/commit/?h=yoe/mut&id=984a102e978ddc9bbb480cc8244fad5ef2cc2bb7
<khem> I think its much better than prior approach. It builds upon clang.inc and gcc.inc we already have
<khem> it then uses include_all for including the file to pin toolchain selection. For core this file is added via - https://git.yoctoproject.org/poky-contrib/commit/?h=yoe/mut&id=84123d5cd2aabed0248bae654b6bbee085a31ae2
<khem> let me know your thoughts
jerrycash2 has quit [Ping timeout: 260 seconds]
wooosaiiii has quit [Remote host closed the connection]
jerrycash has joined #yocto
wooosaiiii has joined #yocto
<RP> khem: that does look more like the direction I think we want
wooosaiiii has quit [Remote host closed the connection]
berton has joined #yocto
wooosaiiii has joined #yocto
savolla has joined #yocto
savolla has quit [Client Quit]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
savolla has joined #yocto
savolla has quit [Client Quit]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
davidinux has joined #yocto
florian has joined #yocto
dvergatal has quit [Read error: Connection reset by peer]
olani- has joined #yocto
dvergatal has joined #yocto
davidinux has quit [Ping timeout: 260 seconds]
davidinux has joined #yocto
Articulus has joined #yocto
GillesM has joined #yocto
GillesM has quit [Remote host closed the connection]
olani- has quit [Remote host closed the connection]
olani- has joined #yocto
kpo has joined #yocto
MarcWeDLM has quit [Quit: Client closed]
dmoseley has joined #yocto
dmoseley_ has quit [Ping timeout: 252 seconds]
MarcWeDLM has joined #yocto
MarcWeDLM has quit [Client Quit]
vthor_ has quit [Excess Flood]
vthor_ has joined #yocto
MarcWeDLM has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
dvergatal has quit [Ping timeout: 268 seconds]
dvergatal has joined #yocto
alessio_ has joined #yocto
alessio has quit [Ping timeout: 244 seconds]
alessio_ is now known as alessio
ptatrai has joined #yocto
PeterM has quit [Ping timeout: 240 seconds]
<rburton> woop woop
ptsneves has joined #yocto
<rburton> khem: why does clang-cross do install -m 0755 ${STAGING_BINDIR_NATIVE}/clang ${D}${bindir}/${TARGET_PREFIX}clang and not just symlink those?
ptsneves has quit [Ping timeout: 260 seconds]
<RP> official riscv support has been a long time coming so this is significant :)
ptatrai has quit [Ping timeout: 240 seconds]
ablu has quit [Ping timeout: 265 seconds]
ablu has joined #yocto
<derRichard> good that i got myself a risc-v board lately :D
davidinux has quit [Ping timeout: 260 seconds]
rob_w has quit [Remote host closed the connection]
davidinux has joined #yocto
davidinux has quit [Quit: WeeChat 4.3.1]
davidinux has joined #yocto
<RP> kanavin: I have a patch for gst-examples btw, I think I can update that and drop libsoup-2.4
davidinux has quit [Ping timeout: 252 seconds]
davidinux has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cyxae has joined #yocto
Tyaku has joined #yocto
tammranil has quit [Remote host closed the connection]
tammranil has joined #yocto
<Tyaku> Hello, I am using hardknott and try to install the pkcs11 library for OpenSSL. I have installed 'libp11' then when I do this: 'openssl engine -t -c pkcs11' I get errors like '/usr/lib/engines-1.1/pkcs11.so: undefined symbol: EVP_PKEY_get_base_id' these error suggest that libp11 has been built using the wrong openssl version. I don't know how it's possible.
<Tyaku> Hum, I read here that this seems to be normal: https://github.com/openssl/openssl/issues/17962 (I have the same openssl version). I'm going to ignore this.
Xagen has joined #yocto
PeterM has joined #yocto
jmd has joined #yocto
kpo has quit [Ping timeout: 265 seconds]
davidinux has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
davidinux has joined #yocto
<LetoThe2nd> got a weird effect here. when doing SRC_URI += "mymodification.patch", then everything works. once I do SRC_URI:mymachine += "mymodification.patch", then mymodification ends up in the first place of the resulting SRC_URI, and other pieces go missing. I always thought overdue:append would basically come last?
davidinux has quit [Ping timeout: 265 seconds]
<rburton> LetoThe2nd: you didn't do :append
davidinux has joined #yocto
<rburton> SRC_URI:mymachine overwrites the exisitng value
<LetoThe2nd> rburton: SRC_URI:mymachine:append I mean. plus shouldn't it be equivalent to SRC_URI:mymachine +=?
<rburton> no
<LetoThe2nd> hm
<rburton> SRC_URI:append:mymachine = " file://mymodification" is the syntax you're after
<LetoThe2nd> GAH
<LetoThe2nd> rburton: thx, building now.
mbulut has joined #yocto
zeemate has quit [Ping timeout: 260 seconds]
PeterM has left #yocto [#yocto]
rfuentess has quit [Quit: Leaving]
florian has quit [Quit: Ex-Chat]
goliath has joined #yocto
frieder has quit [Remote host closed the connection]
alessio has quit [Quit: alessio]
florian has joined #yocto
dgriego has quit [Quit: Computer going to sleep]
goliath has quit [Quit: SIGSEGV]
davidinux has quit [Quit: WeeChat 4.3.1]
leon-anavi has quit [Remote host closed the connection]
Articulus has quit [Quit: Leaving]
sunkist has quit [Quit: leaving]
sunkist has joined #yocto
dgriego has joined #yocto
dgriego has quit [Ping timeout: 252 seconds]
dgriego has joined #yocto
goliath has joined #yocto
yocti has joined #yocto
yocti has quit [Remote host closed the connection]
ptsneves has joined #yocto
yocti has joined #yocto
yocti has quit [Remote host closed the connection]
yocti has joined #yocto
<Crofton> Working on your talk?
zeemate has joined #yocto
<khem> RP: yeah its looking promising now I have done few revisions I can build poky with clang
<khem> well as much as possible :)
goliath has quit [Quit: SIGSEGV]
berton has quit [Quit: Connection closed for inactivity]
goliath has joined #yocto
mbulut has quit [Ping timeout: 268 seconds]
dgriego has quit [Quit: Bye]
dgriego has joined #yocto
GillesM has joined #yocto
GillesM has quit [Remote host closed the connection]
dgriego has quit [Quit: Bye]
dgriego has joined #yocto
Kubu_work has quit [Quit: Leaving.]
ptsneves has quit [Ping timeout: 248 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_lore_ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
pilonsi has quit [Quit: ZNC 1.9.1 - https://znc.in]
pilonsi has joined #yocto
_lore_ has joined #yocto
druppy has joined #yocto
cyxae has quit [Quit: cyxae]
MarcWeDLM has quit [Quit: Client closed]
<tlwoerner> how can i (in python3-pygobject) depend on a package (cairo-gobject) from cairo?
zeemate has quit [Ping timeout: 260 seconds]
<tlwoerner> "nothing provides cairo-gobject... cairo rprovides cairo-gobject"
<khem> is it build time dep
<tlwoerner> this is part of my setting "--auto-features disabled" in meson globally
<tlwoerner> yes, needed at do_configure of python3-pygobject
<khem> something has to PROVIDE it, RPROVIDE wont do
druppy has quit [Ping timeout: 276 seconds]
<tlwoerner> so i would have to split the cairo recipe into cairo and cairo-gobject so i could have python3-pygobject depend on cairo-gobject?
<khem> or just add cairo to DEPENDS and ensure it brings cairo-gobject along
mbulut has joined #yocto
<tlwoerner> how would i do that? cairo-gobject is a separate package crated by cairo
<khem> you can add PROVIDES = "cairo-gobject" to cairo recipe
dankm has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
dankm has joined #yocto
mbulut has quit [Ping timeout: 265 seconds]
<tlwoerner> aha! that's it. thanks! :-)
mansandersson86 has quit [Quit: The Lounge - https://thelounge.chat]
mansandersson86 has joined #yocto
florian has quit [Ping timeout: 265 seconds]