<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]
<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.
<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