merit has quit [Read error: Connection reset by peer]
vthor has quit [Ping timeout: 268 seconds]
merit has joined #yocto
Saur_Home23 has quit [Quit: Client closed]
lexano has quit [Ping timeout: 264 seconds]
Saur_Home23 has joined #yocto
xmn has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
Saur_Home23 has quit [Quit: Client closed]
Saur_Home23 has joined #yocto
davidinux has quit [Ping timeout: 264 seconds]
khem has quit [Quit: WeeChat 4.3.2]
Daanct12 has joined #yocto
davidinux has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
vthor has quit [Ping timeout: 260 seconds]
sukbeom has quit [Read error: Connection reset by peer]
sukbeom has joined #yocto
vthor has joined #yocto
khem has joined #yocto
dankm has quit [Read error: Connection reset by peer]
vthor has quit [Ping timeout: 264 seconds]
dankm has joined #yocto
amitk has joined #yocto
dankm has quit [Remote host closed the connection]
amitk has quit [Remote host closed the connection]
dankm has joined #yocto
Vonter has quit [Ping timeout: 246 seconds]
Vonter has joined #yocto
jmd has joined #yocto
xmn has quit [Ping timeout: 268 seconds]
leon-anavi has joined #yocto
alessioigor has joined #yocto
rob_w has joined #yocto
Vonter has quit [Ping timeout: 264 seconds]
ehussain has joined #yocto
gsalazar has joined #yocto
enok has joined #yocto
enok has quit [Ping timeout: 240 seconds]
alessioigor has quit [Quit: Client closed]
alessioigor has joined #yocto
alperak has joined #yocto
enok has joined #yocto
linfax has joined #yocto
zpfvo has joined #yocto
frieder has joined #yocto
BhsTalel has joined #yocto
rfuentess has joined #yocto
<JaMa>
is it known that failing to connect to hashserv in styhead causes not only the warning shown in kirkstone already "WARNING: Error contacting Hash Equivalence Server unix:///OE/lge/build/hashserv/hashserve.sock: [Errno 111] Connection refused" but also a bit ugly trace from ConnectionRefusedError?
<RP>
JaMa: I just wish you hadn't re-indented all that code!
<JaMa>
I hope that diff -w helps you, was there any point of enumerating query_pids without query_pids?
<JaMa>
I had this whole section in try-catch, but then it fails elsewhere when the self.unihash[tid] aren't set
<JaMa>
s/query_pids/query_tids/g
<RP>
JaMa: if query_tids is empty it won't loop anyway and it just avoids some extra indentation. The way the patch is it just makes it harder to see the real changes
<JaMa>
that's why -w is handy: https://bpa.st/GFJA do you want me to resend?
<RP>
JaMa: it might help others review too
<RP>
the above patch is still in very early testing atm, I'm trying to decide if I like the idea. The current use of append everywhere is getting to me a bit :/
<rburton>
Has anyone built bare-metal rust code in yocto? It moans that it can't find eg the core crate built for aarch64-unknown-none-softfloat. How can I get rust to build that too?
Saur_Home22 has joined #yocto
Saur_Home39 has quit [Ping timeout: 250 seconds]
enok has quit [Read error: Connection reset by peer]
enok has joined #yocto
lexano has joined #yocto
Saur_Home95 has joined #yocto
qschulz has joined #yocto
Saur_Home22 has quit [Ping timeout: 250 seconds]
<JaMa>
rburton: I'm sure our Jester will find some thematic song about it :)
<RP>
JaMa: thanks, that one is much easier to review!
paulg has quit [Read error: Connection reset by peer]
<JaMa>
when it was only used in do_package_qa then it was fine (as it didn't affect -native), but now with meta/classes-global/insane.bbclass:addtask do_recipe_qa before do_fetch do_package_qa do_build it affects everything
goliath has joined #yocto
<JaMa>
or change it similarly as DISTRO_FEATURES that it changes signature only when one of the currently used ones is or isn't in ERROR_QA (currently it uses missing-metadata, missing-maintainer, src-uri-bad)
<RP>
JaMa: the latter sounds more attractive
<JaMa>
if error_class in (d.getVar("ERROR_QA") or "").split() replacing this with contains might help, right?
<JaMa>
in meta/lib/oe/qa.py handle_error
<RP>
JaMa: yes, that would be the right direction
<JaMa>
ok, will add it to my TODO list
Jones42_ has joined #yocto
Jones42 has quit [Read error: Connection reset by peer]
<rburton>
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/builds/persist/sstate/universal/0e/35/sstate:python3-referencing-native:aarch64linux:0.35.1:r0:aarch64:12:0e35a644c82ad08a0eb27d18f96f3c15a552c4f146f13b10fb257b63aa55f65d_create_runtime_spdx.tar.zstftrl8ami'
<rburton>
that filename doesn't look right
davidinux has quit [Ping timeout: 264 seconds]
davidinux has joined #yocto
Jones42_ is now known as Jones42
<shoragan>
Jones42, regarding root hash signatures: for root filesystems it's not useful, as they would allow mix and match attacks (besides increasing complexity in areas that should be simple :)
enok has quit [Ping timeout: 240 seconds]
enok has joined #yocto
<Jones42>
shoragan: thanks for the reminder. this project is really giving me a headache.
mckoan is now known as mckoan|away
sotaoverride has quit [Killed (calcium.libera.chat (Nickname regained by services))]
ctraven is now known as sotaoverride
sotaover1ide has joined #yocto
<Jones42>
i thought all that verified boot stuff should be easy by now, but it really still is a very moving target...
<qschulz>
It was broken for a while, they fixed it now but are considering not fixing it next time it happens
<qschulz>
OE-Core isn't impacted, because we use HTTPS now, but some 3rd party layers are still using git protocol, so you may want to update SRC_URI to use protocol=https to anticipate the day it happens :)
<JaMa>
I fear that if they didn't notice it was broken, they won't notice your message here, but thanks anyway :)
<JaMa>
hey should break it on purpose regularly like github did 1-2 years back
<RP>
qschulz: it also broke our fetcher tests but I tweaked those to resolve it
<CrazyGecko>
hey guys, I have the issue, when using subpath in a recipe, the SRCREV is ignored not respected and the latest commit of the branch is used for the build. we're using yocto-4.0.18. does anyone know that this is an issue or have already a patch? i did not find any commit in the git regarding that issue
<qschulz>
RP: I admittedly only looked into the recipe and not the tests :) but thanks for the hint
<qschulz>
JaMa: DL_DIR sharing is nice, but it sometimes hide those issues :)
<jonmason>
RP: sorry for the delay in this. If you got a kasa plug, I run:
<JaMa>
jonmason: would you mind running https://github.com/shr-project/test-oe-build-time on your winner M1 or anything with enough ram to finish the build? I've already asked Ross as he tempted me with Altra :)
<JaMa>
and if you think that my build is too crazy, than it was created as dumb script for someone (wendel) with Dual Epyc asking for the hardest task to run on them (and it's not that far from what we're regularly building)
enok has quit [Ping timeout: 240 seconds]
<JaMa>
beefiest machines can run test.sh twice per day :)
<JaMa>
and might eat 20kWh while doing that :)
<jonmason>
JaMa: do you care about power or only time?
<JaMa>
I didn't measure power during the build yet, I can use my revogi meter next time I run it or track it from the PSU with lm_sensors
<RP>
jonmason: it may be a week before I get to timing this now, I'm going to run out of time
<landgraf>
either power or time cost money :-/
<JaMa>
but I'm idling at 160W so I guess I'll be in different category :)
<JaMa>
landgraf: and our world builds are causing global heating
xmn has joined #yocto
rob_w has quit [Remote host closed the connection]
jmd has quit [Remote host closed the connection]
mvlad has joined #yocto
<jonmason>
RP: no rush on this. I'm aiming for the YP Summit at the end of the year to present, and it might be interesting as something the community can contribute to
<jonmason>
I'm also generally interested in other tests that can be measured that would be interesting data points
<jonmason>
I was doing minimal and qemuarm to get 100% out of the YP sstate mirror
<JaMa>
and my electricity (the same whole day) is as expensive as Ross's daytime :/
<RP>
my electricity is about 18% cheaper than ross' rate...
<rburton>
my night rate is awesome though!
<rburton>
7.5p/kWh
<JaMa>
4000+ kWh per year for 4-person household (no electric heating nor water nor AC), power efficient washing machine doesn't help when it runs next to non-stop building threadripper :/
<RP>
ah, you're dual rate
<rburton>
dual rate is cool again with EVs
enok has joined #yocto
<JaMa>
I would need to install electric heating to get dual rate here (or possibly EV charger now would work as well)
<RP>
rburton: electric storage heaters will be next? :)
<rburton>
get solar and batteries, charge up your batteries overnight when the power is super cheap
<JaMa>
and is it the final price for you or just the rate for power itself (I count mine as price on invoice/kWh because about 1/3 is for transfer and connection)
<rburton>
(or negative cost as happens sometimes)
<rburton>
UK bills are split between a daily flat rate and then per-kWh
<RP>
rburton: solar is tempting but it would meant cutting into the roof and my location makes me worry a lot about that
<JaMa>
aha, then my per-kWh would be 166p/kWh
<rburton>
my EV rates are 7.5p/kWh at night or 28p/kWh at day, and 48p/day on top of that
<JaMa>
and 262p/kWh together
<jonmason>
sorry, didn't mean to out rburton electric rate
<rburton>
its interesting to compare. i had to triple check my sums because Norway's unit cost is basically orders of magnitude less than UK.
xmn has quit [Ping timeout: 264 seconds]
<rburton>
something something vast amounts of hydropower something
<JaMa>
I'm more interested in his Altra than his rate :)
<jonmason>
I was just trying to find rates that were more than cheap-o US rates
<rburton>
jonmason: lots of nice cheap coal to burn in the us of a! :)
<RP>
rburton: I get Norwegian hydro power here now and we swap it for north east wind power
<rburton>
fair trade
<jonmason>
rburton: are you familiar with coal ash? If not, it's even worse than you think
<JaMa>
wait for us to build 4 more nuclear blocks and pay for it in next 30 years, then we'll have cheap electricity !
<jonmason>
JaMa: I'm on nuclear here
<jonmason>
with probably natural gas peaker plans
<jonmason>
err..plants
* RP
can see wind farms out the window sitting at my desk
<rburton>
poland appears to be just burning anything they can find :)
<jonmason>
looks like france wins
<rburton>
they rolled out a load of nuclear plants in the past, but appear to be not refreshing them as fast as they need to
bixivs has quit [Remote host closed the connection]
goliath has joined #yocto
Xagen has joined #yocto
enok has quit [Ping timeout: 240 seconds]
frieder has quit [Remote host closed the connection]
<fray>
In my part of the midwest, there is little to no coal being burned anymore.. it's all wind, solar, nuclear and natural gas.. (a _LOT_ of coal burners were converted to natural gas to meet emissions standards)
<fray>
with that said I pay about 12 cents/kWh.. regional average about 16..
<qschulz>
rburton: yeah, they are trying to shutdown nuclear plants now. It's a very big disagreement between left parties right now.
<rburton>
personally, it seems like a bad idea
<fray>
where I am, residential rates are semi-fixed. I don't pay time-of-use, but instead pay an average for the utility costs +- 12 cents/kWh (base rate)
<qschulz>
rburton: some wants to push for more, some wants to stop building more and just maintaining, some wants to close them. It's such a big topic among lefties that it's a deciding factor for who to vote
<rburton>
qschulz: i'm enjoying the chaos from the surprise election, its making UK politics look normal again :)
<qschulz>
which is one (of many) reasons of the fragmentation of left voters in France and why parties never join for elections
<fray>
(last month I used 784 kWh, month before 448, 564, 562, 700, 650, ....)
<qschulz>
rburton: it can become MUCH worse in about three weeks
<fray>
but I've got a poorly insulated house in a cold AND hot part of the country.. so my usage is a bit higher then it probably should be..
<qschulz>
well, it's already gone sideways, the question is how far the "sideways" is gonna go :)
<fray>
lol
<qschulz>
but we'll have the US elections in 4 months to relativise
<qschulz>
what a shit-show :)
enok has joined #yocto
<fray>
I just checked my power consumption for this money. With air conditioning now being needed.. I'm forcasted to use 1.16 mWh this month.. whee
<fray>
Ohh I found the breakdown on current power generation (right now) for my area of the midwest.. 33% NG, 28% coal, 16% wind, 14% nuclear, 7% solar, and 2% "other"
<fray>
coal is about 8% higher then I would have guessed.. but it's overcast so solar might be reduced currently
linfax has quit [Ping timeout: 256 seconds]
ehussain has quit [Quit: ehussain]
rfuentess has quit [Remote host closed the connection]
altru has quit [Quit: Client closed]
jmd has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
enok has quit [Ping timeout: 240 seconds]
xmn has joined #yocto
CrazyGecko has quit [Quit: Konversation terminated!]
enok has joined #yocto
joekale has joined #yocto
Vonter has quit [Ping timeout: 268 seconds]
hcg has quit [Quit: Client closed]
enok has joined #yocto
enok has quit [Read error: Connection reset by peer]
wooosaiiii has quit [Ping timeout: 264 seconds]
wooosaiiii has joined #yocto
ak77 has quit [Read error: Connection reset by peer]
ak77 has joined #yocto
jmd has quit [Ping timeout: 240 seconds]
jmd has joined #yocto
khem has quit [Quit: WeeChat 4.3.2]
ak77 has quit [Quit: No Ping reply in 180 seconds.]
khem has joined #yocto
ak77 has joined #yocto
zpfvo has quit [Remote host closed the connection]
yudjinn_ has joined #yocto
yudjinn has quit [Ping timeout: 272 seconds]
gsalazar has quit [Ping timeout: 256 seconds]
florian has quit [Ping timeout: 264 seconds]
leon-anavi has quit [Quit: Leaving]
enok has joined #yocto
florian has joined #yocto
enok has quit [Ping timeout: 240 seconds]
florian has quit [Ping timeout: 272 seconds]
enok has joined #yocto
vthor has quit [Quit: kill -9 $pid]
florian has joined #yocto
sotaoverride is now known as Guest3517
Guest3517 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
sotaover1ide is now known as sotaoverride
ctraven has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
Saur_Home44 has joined #yocto
Saur_Home95 has quit [Ping timeout: 250 seconds]
ecdhe has quit [Remote host closed the connection]