00:22
tangofoxtrot has quit [Remote host closed the connection]
00:23
tangofoxtrot has joined #yocto
01:11
Articulus has joined #yocto
01:27
jclsn has quit [Ping timeout: 272 seconds]
01:29
jclsn has joined #yocto
02:27
dvergatal has quit [Read error: Connection reset by peer]
02:30
dvergatal has joined #yocto
03:48
Xagen has joined #yocto
03:49
Xagen has quit [Client Quit]
04:09
ardo has quit [Ping timeout: 272 seconds]
04:13
ardo has joined #yocto
04:21
geoff__ has joined #yocto
04:24
geoffhp has quit [Ping timeout: 276 seconds]
04:45
khem has quit [Quit: WeeChat 4.6.2]
04:46
khem has joined #yocto
04:52
khem has quit [Quit: WeeChat 4.6.3]
05:32
LDericher has joined #yocto
05:59
PeterM has joined #yocto
06:02
rob_w has joined #yocto
06:05
wooosaiiii has joined #yocto
06:41
ptsneves has joined #yocto
07:02
kpo has joined #yocto
07:06
mckoan|away is now known as mckoan
07:12
rfuentess has joined #yocto
07:16
MarcWeDLM has joined #yocto
07:16
PeterM has quit [Quit: Client closed]
07:29
PeterM has joined #yocto
07:37
mbulut has joined #yocto
07:53
florian_kc has joined #yocto
08:00
florian_kc has quit [Ping timeout: 265 seconds]
08:00
rob_w has quit [Remote host closed the connection]
08:02
Articulus has quit [Quit: Leaving]
08:12
florian_kc has joined #yocto
08:14
PeterM has quit [Quit: Client closed]
08:24
ptsneves has quit [Ping timeout: 252 seconds]
08:29
davidinux has joined #yocto
08:48
florian_kc has quit [Ping timeout: 252 seconds]
08:50
davidinux has quit [Ping timeout: 244 seconds]
08:52
davidinux has joined #yocto
09:04
florian_kc has joined #yocto
09:05
MarcWeDLM has quit [Quit: Client closed]
09:07
rob_w has joined #yocto
09:18
florian_kc is now known as florian
09:25
davidinux has quit [Ping timeout: 245 seconds]
09:36
PeterM has joined #yocto
09:45
davidinux has joined #yocto
09:52
davidinux has quit [Ping timeout: 244 seconds]
10:12
kpo has quit [Ping timeout: 252 seconds]
10:14
mckoan is now known as mckoan|away
10:16
berton has joined #yocto
10:34
kpo has joined #yocto
10:38
ablu has quit [Ping timeout: 245 seconds]
10:39
ablu has joined #yocto
10:48
alessio has joined #yocto
10:53
alessio has quit [Quit: alessio]
10:57
<
rburton >
patersonc: typically bug reports are mails to the list
10:59
<
patersonc >
rburton: Okay. Thanks
11:02
<
patersonc >
rburton: openembedded-issues or openembedded-devel?
11:10
<
rburton >
patersonc: openembedded-devel@lists.openembedded.org
11:11
<
rburton >
last post to issues was 2023, didn't even know that list existed :)
11:26
alessio has joined #yocto
11:49
<
usvi >
hmm. libpwquality installs /usr/lib/security/pam_pwquality.so which should of course be /lib/security/pam_pwquality.so
11:50
<
usvi >
is this again the autorenaming thingy of "lib" packages or what?
11:51
<
usvi >
FILES:${PN} += "${libdir}/security/pam_pwquality.so"
11:57
<
PeterM >
old yocto release? It should be base_libdir...
11:57
<
usvi >
so yes I think
12:08
rob_w has quit [Remote host closed the connection]
12:19
<
usvi >
nothing the good old bbappend couldn't solve :)
12:30
prabhakalad has quit [Ping timeout: 244 seconds]
12:31
prabhakalad has joined #yocto
12:34
goliath has joined #yocto
12:37
RP has quit [Quit: Exiting]
12:38
RP has joined #yocto
12:49
savolla has joined #yocto
12:51
kpo has quit [Ping timeout: 244 seconds]
12:53
Tyaku has joined #yocto
12:57
paulg has joined #yocto
13:01
PeterM has left #yocto [#yocto]
13:05
savolla has quit [Quit: WeeChat 4.4.3]
13:16
savolla has joined #yocto
13:19
<
rburton >
usvi: sent a patch too please
13:20
savolla has quit [Client Quit]
13:44
cyxae has joined #yocto
13:55
Xagen has joined #yocto
14:00
khem has joined #yocto
14:01
davidinux has joined #yocto
14:04
<
khem >
RP: you might want to drop "libcxx: remove compiler-rt from PACKAGECONFIG for armv5" from master-next its not needed anymore
14:08
savolla has joined #yocto
14:09
<
RP >
khem: it isn't in master-next anymore, I already dropped it?
14:10
<
khem >
rebase.... yes you did sorry for noise :)
14:11
<
RP >
khem: it is good to know the review call earlier realised and got that right though :)
14:13
<
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
14:14
<
RP >
khem: I am happy to take patches to figure that stuff out
14:14
<
khem >
yeah I am going to send some improvements
14:15
<
khem >
We should perhaps default to rva23 profile as default which means rvv is must have
14:15
<
rburton >
tlwoerner: did you investigate why python needs to skip test_types?
14:15
<
khem >
lot of packages already want it
14:18
<
khem >
RP: re. opensbi patch, I am confused a bit, v1 fails but v2 works for me on AB so I wonder
14:18
<
khem >
I looked at rebased master-next you have v2 now in there
14:19
<
khem >
I used HOST_SYS whereas it should have been HOST_SYS- which is what HOST_PREFIX
14:21
<
tlwoerner >
rburton: is that something i was investigating?
14:22
<
tlwoerner >
perhaps i need more context
14:26
<
rburton >
ffs sorry wrong trevor :)
14:27
mbulut has quit [Quit: Leaving]
14:27
<
rburton >
next conference you can both fight to the death to avoid this name overloading
14:30
<
khem >
rburton: hash collision :)
14:37
<
tlwoerner >
rburton: no worries :-)
14:43
savolla has quit [Quit: WeeChat 4.4.3]
14:43
<
khem >
I see, fips and docs are packageconfigs and disabled by default thats why
14:44
<
rburton >
khem: depends on how high it needs to be, we cap at -j64
14:44
<
khem >
if some poor soul enabled these options they will see it I guess
14:44
<
khem >
-j64 is decent enought to run into sequencing problems I think
14:45
<
khem >
but we avoid it by disabling fips and docs
14:53
savolla has joined #yocto
14:58
savolla has quit [Client Quit]
14:59
jbo has left #yocto [Leaving]
15:03
davidinux has quit [Ping timeout: 248 seconds]
15:10
jclsn has quit [Ping timeout: 272 seconds]
15:10
fredcl has quit [Ping timeout: 252 seconds]
15:11
fredcl has joined #yocto
15:21
zkrx has quit [Ping timeout: 252 seconds]
15:22
rcw has joined #yocto
15:23
Ch^W_ has quit [Ping timeout: 248 seconds]
15:25
zeddii has quit [Ping timeout: 252 seconds]
15:25
agodard has quit [Ping timeout: 248 seconds]
15:25
hoyes has quit [Ping timeout: 248 seconds]
15:26
goliath has quit [Ping timeout: 272 seconds]
15:26
dankm has quit [Ping timeout: 272 seconds]
15:29
kilobyte_ch has quit [Ping timeout: 248 seconds]
15:30
deribaucourt has quit [Ping timeout: 272 seconds]
15:35
simond472227 has quit [Ping timeout: 272 seconds]
15:36
goliath has joined #yocto
15:36
agodard has joined #yocto
15:36
agodard has joined #yocto
15:36
agodard has quit [Changing host]
15:36
simond472227 has joined #yocto
15:37
zkrx has joined #yocto
15:38
ederibaucourt has joined #yocto
15:38
zeddii has joined #yocto
15:39
jclsn has joined #yocto
15:39
kilobyte_ch has joined #yocto
15:43
Ch^W has joined #yocto
15:53
<
khem >
RP:do we have max timeout for ptests encoded somewhere ?
15:55
<
khem >
meta/classes-recipe/testimage.bbclass has TEST_OVERALL_TIMEOUT ?= "" so it should be not capped by default I guess ?
15:58
florian has quit [Quit: Ex-Chat]
16:08
alessio has quit [Quit: alessio]
16:17
<
usvi >
rburton: are patches still accepted against kirkstone?
16:22
<
usvi >
ok thanks, I'll try
16:27
rfuentess has quit [Remote host closed the connection]
16:28
ptsneves has joined #yocto
16:30
hoyes has joined #yocto
16:31
dankm has joined #yocto
16:35
ptsneves has quit [Ping timeout: 252 seconds]
16:52
florian_kc has joined #yocto
16:59
rcw has quit [Ping timeout: 240 seconds]
17:13
jonzephyr has joined #yocto
17:18
alessio has joined #yocto
17:18
alessio has quit [Remote host closed the connection]
17:36
jjrh has joined #yocto
17:57
<
RP >
khem: I think we pass a parameter to the runner and the runner has a default timeout
17:57
jonzephyr has quit [Remote host closed the connection]
17:57
<
RP >
khem: the issue opensbi is a warning so rebuilds won't see it, only the first build
17:58
<
RP >
won't show from sstate
18:17
<
usvi >
(uhh it is a bit of a hassle for a newbie to set up patch contribution, I need a dedicated day for this)
18:37
berton has quit [Quit: Connection closed for inactivity]
18:37
florian_kc has quit [Ping timeout: 245 seconds]
18:41
rcw has joined #yocto
18:50
florian_kc has joined #yocto
18:55
ptsneves has joined #yocto
19:08
olani- has joined #yocto
19:15
<
khem >
RP:what is the error on opensbi ? can you point to the build
19:17
dvergatal has quit [Ping timeout: 276 seconds]
19:17
<
khem >
RP: full test run on my machine for numpy ran for 4+ hrs on qemuriscv64
19:17
<
khem >
it reported 111 fails
19:18
dvergatal has joined #yocto
19:27
zeemate has joined #yocto
19:39
<
RP >
khem: I did reply with that on list :)
19:44
<
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
19:44
<
khem >
I will look into it
19:45
rcw has quit [Quit: Client closed]
19:46
<
khem >
RP:another things I saw in numpy runs on rv64 is that top memory consumption was 4.1 GB
19:46
<
khem >
so we need to bump up the ram
19:55
mario-go` has joined #yocto
19:56
wCPO8 has joined #yocto
19:56
wCPO has quit [Read error: Connection reset by peer]
19:56
wCPO8 is now known as wCPO
19:56
mario-goulart has quit [Read error: Connection reset by peer]
20:09
ptsneves has quit [Ping timeout: 276 seconds]
20:18
rcw has joined #yocto
20:18
rcw has quit [Client Quit]
20:58
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:15
cyxae has quit [Quit: cyxae]
21:17
druppy has joined #yocto
21:46
Xagen has joined #yocto
22:01
paulg has quit [Ping timeout: 252 seconds]
22:09
druppy has quit [Ping timeout: 272 seconds]
22:18
martin_97 has joined #yocto
22:35
paulg has joined #yocto
22:45
dvergatal has quit [Ping timeout: 276 seconds]
22:53
florian_kc has quit [Ping timeout: 265 seconds]
23:07
mansandersson86 has joined #yocto
23:36
AtleoS has joined #yocto