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
tangofoxtrot has quit [Remote host closed the connection]
tangofoxtrot has joined #yocto
Articulus has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
dvergatal has quit [Read error: Connection reset by peer]
dvergatal has joined #yocto
Xagen has joined #yocto
Xagen has quit [Client Quit]
ardo has quit [Ping timeout: 272 seconds]
ardo has joined #yocto
geoff__ has joined #yocto
geoffhp has quit [Ping timeout: 276 seconds]
khem has quit [Quit: WeeChat 4.6.2]
khem has joined #yocto
khem has quit [Quit: WeeChat 4.6.3]
LDericher has quit [Quit: ZNC 1.9.1 - https://znc.in]
LDericher has joined #yocto
PeterM has joined #yocto
rob_w has joined #yocto
wooosaiiii has joined #yocto
ptsneves has joined #yocto
kpo has joined #yocto
mckoan|away is now known as mckoan
rfuentess has joined #yocto
MarcWeDLM has joined #yocto
PeterM has quit [Quit: Client closed]
PeterM has joined #yocto
mbulut has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 265 seconds]
rob_w has quit [Remote host closed the connection]
Articulus has quit [Quit: Leaving]
florian_kc has joined #yocto
PeterM has quit [Quit: Client closed]
ptsneves has quit [Ping timeout: 252 seconds]
davidinux has joined #yocto
florian_kc has quit [Ping timeout: 252 seconds]
davidinux has quit [Ping timeout: 244 seconds]
davidinux has joined #yocto
florian_kc has joined #yocto
MarcWeDLM has quit [Quit: Client closed]
rob_w has joined #yocto
florian_kc is now known as florian
davidinux has quit [Ping timeout: 245 seconds]
PeterM has joined #yocto
davidinux has joined #yocto
davidinux has quit [Ping timeout: 244 seconds]
kpo has quit [Ping timeout: 252 seconds]
mckoan is now known as mckoan|away
berton has joined #yocto
<patersonc> Hi khem, should bugs for meta-openembedded be raised as GitHub issues on https://github.com/openembedded/meta-openembedded? I couldn't see a suitable place on the Yocto Bugzilla
kpo has joined #yocto
ablu has quit [Ping timeout: 245 seconds]
ablu has joined #yocto
alessio has joined #yocto
alessio has quit [Quit: alessio]
<rburton> patersonc: typically bug reports are mails to the list
<patersonc> rburton: Okay. Thanks
<patersonc> rburton: openembedded-issues or openembedded-devel?
<rburton> patersonc: openembedded-devel@lists.openembedded.org
<rburton> last post to issues was 2023, didn't even know that list existed :)
alessio has joined #yocto
<usvi> hmm. libpwquality installs /usr/lib/security/pam_pwquality.so which should of course be /lib/security/pam_pwquality.so
<usvi> is this again the autorenaming thingy of "lib" packages or what?
<usvi> FILES:${PN} += "${libdir}/security/pam_pwquality.so"
<PeterM> old yocto release? It should be base_libdir...
<usvi> kirkstone
<usvi> so yes I think
<usvi> thanks!
rob_w has quit [Remote host closed the connection]
<usvi> nothing the good old bbappend couldn't solve :)
prabhakalad has quit [Ping timeout: 244 seconds]
prabhakalad has joined #yocto
goliath has joined #yocto
RP has quit [Quit: Exiting]
RP has joined #yocto
savolla has joined #yocto
kpo has quit [Ping timeout: 244 seconds]
Tyaku has joined #yocto
paulg has joined #yocto
PeterM has left #yocto [#yocto]
savolla has quit [Quit: WeeChat 4.4.3]
savolla has joined #yocto
<rburton> usvi: sent a patch too please
savolla has quit [Client Quit]
cyxae has joined #yocto
Xagen has joined #yocto
khem has joined #yocto
davidinux has joined #yocto
<khem> RP: you might want to drop "libcxx: remove compiler-rt from PACKAGECONFIG for armv5" from master-next its not needed anymore
savolla has joined #yocto
<RP> khem: it isn't in master-next anymore, I already dropped it?
<khem> rebase.... yes you did sorry for noise :)
<RP> khem: it is good to know the review call earlier realised and got that right though :)
<khem> RP: I ran riscv64 ptest job with my branch with numpy ptest enabled, it did not work but I think we need to change the base CPU for qemuriscv64, it seems we need rvv 1.0 support enabled for numpy which means we need -march=rv64gcv and we default to -march=rv64gc
<RP> khem: I am happy to take patches to figure that stuff out
<khem> yeah I am going to send some improvements
<khem> We should perhaps default to rva23 profile as default which means rvv is must have
<rburton> tlwoerner: did you investigate why python needs to skip test_types?
<khem> lot of packages already want it
<khem> RP: re. opensbi patch, I am confused a bit, v1 fails but v2 works for me on AB so I wonder
<khem> I looked at rebased master-next you have v2 now in there
<khem> I used HOST_SYS whereas it should have been HOST_SYS- which is what HOST_PREFIX
<tlwoerner> rburton: is that something i was investigating?
<tlwoerner> perhaps i need more context
<rburton> ffs sorry wrong trevor :)
mbulut has quit [Quit: Leaving]
<rburton> next conference you can both fight to the death to avoid this name overloading
<khem> rburton: hash collision :)
<tlwoerner> rburton: no worries :-)
<khem> I wonder why we do not run into the issue fixed by - https://github.com/openssl/openssl/commit/29eb7e0689b9c4231d9603a7d19475bed216d779
savolla has quit [Quit: WeeChat 4.4.3]
<khem> I see, fips and docs are packageconfigs and disabled by default thats why
<rburton> khem: depends on how high it needs to be, we cap at -j64
<khem> if some poor soul enabled these options they will see it I guess
<khem> -j64 is decent enought to run into sequencing problems I think
<khem> but we avoid it by disabling fips and docs
savolla has joined #yocto
savolla has quit [Client Quit]
jbo has left #yocto [Leaving]
davidinux has quit [Ping timeout: 248 seconds]
jclsn has quit [Ping timeout: 272 seconds]
fredcl has quit [Ping timeout: 252 seconds]
fredcl has joined #yocto
zkrx has quit [Ping timeout: 252 seconds]
rcw has joined #yocto
Ch^W_ has quit [Ping timeout: 248 seconds]
zeddii has quit [Ping timeout: 252 seconds]
agodard has quit [Ping timeout: 248 seconds]
hoyes has quit [Ping timeout: 248 seconds]
goliath has quit [Ping timeout: 272 seconds]
dankm has quit [Ping timeout: 272 seconds]
kilobyte_ch has quit [Ping timeout: 248 seconds]
deribaucourt has quit [Ping timeout: 272 seconds]
simond472227 has quit [Ping timeout: 272 seconds]
goliath has joined #yocto
agodard has joined #yocto
agodard has joined #yocto
agodard has quit [Changing host]
simond472227 has joined #yocto
zkrx has joined #yocto
ederibaucourt has joined #yocto
zeddii has joined #yocto
jclsn has joined #yocto
kilobyte_ch has joined #yocto
Ch^W has joined #yocto
<khem> RP:do we have max timeout for ptests encoded somewhere ?
<khem> meta/classes-recipe/testimage.bbclass has TEST_OVERALL_TIMEOUT ?= "" so it should be not capped by default I guess ?
florian has quit [Quit: Ex-Chat]
alessio has quit [Quit: alessio]
<usvi> rburton: are patches still accepted against kirkstone?
<rburton> usvi: as per https://www.yoctoproject.org/development/releases/, kirkstone is maintained until april 2026
<usvi> ok thanks, I'll try
rfuentess has quit [Remote host closed the connection]
ptsneves has joined #yocto
hoyes has joined #yocto
dankm has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
florian_kc has joined #yocto
rcw has quit [Ping timeout: 240 seconds]
jonzephyr has joined #yocto
alessio has joined #yocto
alessio has quit [Remote host closed the connection]
jjrh has joined #yocto
<RP> khem: I think we pass a parameter to the runner and the runner has a default timeout
jonzephyr has quit [Remote host closed the connection]
<RP> khem: the issue opensbi is a warning so rebuilds won't see it, only the first build
<RP> won't show from sstate
<usvi> (uhh it is a bit of a hassle for a newbie to set up patch contribution, I need a dedicated day for this)
berton has quit [Quit: Connection closed for inactivity]
florian_kc has quit [Ping timeout: 245 seconds]
rcw has joined #yocto
florian_kc has joined #yocto
ptsneves has joined #yocto
olani- has joined #yocto
<khem> RP:what is the error on opensbi ? can you point to the build
dvergatal has quit [Ping timeout: 276 seconds]
<khem> RP: full test run on my machine for numpy ran for 4+ hrs on qemuriscv64
<khem> it reported 111 fails
dvergatal has joined #yocto
zeemate has joined #yocto
<RP> khem: I did reply with that on list :)
<khem> RP: ah I see, yeah I have been not reading it carefully enough today - the issue is perhaps something to ignore, its a baremetal binary
<khem> I will look into it
rcw has quit [Quit: Client closed]
<khem> RP:another things I saw in numpy runs on rv64 is that top memory consumption was 4.1 GB
<khem> so we need to bump up the ram
<khem> this is how I ran it - http://0x0.st/8vSV.diff
mario-go` has joined #yocto
wCPO8 has joined #yocto
wCPO has quit [Read error: Connection reset by peer]
wCPO8 is now known as wCPO
mario-goulart has quit [Read error: Connection reset by peer]
ptsneves has quit [Ping timeout: 276 seconds]
rcw has joined #yocto
rcw has quit [Client Quit]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cyxae has quit [Quit: cyxae]
druppy has joined #yocto
Xagen has joined #yocto
paulg has quit [Ping timeout: 252 seconds]
druppy has quit [Ping timeout: 272 seconds]
martin_97 has joined #yocto
paulg has joined #yocto
dvergatal has quit [Ping timeout: 276 seconds]
florian_kc has quit [Ping timeout: 265 seconds]
mansandersson86 has quit [Quit: The Lounge - https://thelounge.chat]
mansandersson86 has joined #yocto
AtleoS has joined #yocto