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
marka has quit [Ping timeout: 240 seconds]
marka has joined #yocto
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?
<JaMa> JPEW: ^^
mckoan|away is now known as mckoan
Kubu_work has joined #yocto
florian has joined #yocto
jmd has quit [Remote host closed the connection]
Jones42 has joined #yocto
ablu has quit [Ping timeout: 264 seconds]
altru has joined #yocto
ablu has joined #yocto
<JaMa> or FileNotFoundError cooker log shows it's from siggen.py called from bb.parse.siggen.get_unihashes (while ConnectionError are caught in report_unihash and report_unihash_equiv) https://bpa.st/RXMA https://git.openembedded.org/bitbake/tree/lib/bb/siggen.py
Jones42_ has joined #yocto
ablu has quit [Read error: Connection reset by peer]
Jones42 has quit [Ping timeout: 268 seconds]
Jones42__ has joined #yocto
ablu has joined #yocto
Jones42_ has quit [Ping timeout: 264 seconds]
Jones42__ is now known as Jones42
Jones42_ has joined #yocto
Jones42 has quit [Ping timeout: 268 seconds]
qschulz has quit [Ping timeout: 240 seconds]
jmd has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 264 seconds]
ahussain is now known as ehussain
Vonter has joined #yocto
<RP> JaMa: that is something we need to improve
<JaMa> RP: RFC patch sent
<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
<RP> JaMa: since you're around, do you have a feel for how much https://git.yoctoproject.org/poky/commit/?h=master-next&id=db15119e81a10e3f8be02583d5b41081c34c1cd6 might break?
<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 :/
* RP back in a bit
<JaMa> I would hope that not that much (as usually it's the oposite issue, I had the same issue in db-native https://git.openembedded.org/openembedded-core/commit/?id=6108da955e7c553247ff5356cf1c990b3d334edf so I've used += for BUILD_CFLAGS as well)
<JaMa> but hard to estimate without unleashing on world build (as many components are really creative in handling these)
bixivs has joined #yocto
Saur_Home23 has quit [Quit: Client closed]
Saur_Home23 has joined #yocto
Vonter has quit [Ping timeout: 252 seconds]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
Saur_Home39 has joined #yocto
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sng has joined #yocto
Saur_Home23 has quit [Ping timeout: 250 seconds]
Vonter has joined #yocto
alessioigor has quit [Ping timeout: 250 seconds]
alessioigor has joined #yocto
Jones42_ is now known as Jones42
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.3.2]
sakoman has quit [Ping timeout: 256 seconds]
sakoman has joined #yocto
enok71 has joined #yocto
enok has quit [Ping timeout: 264 seconds]
enok71 is now known as enok
<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]
hcg has joined #yocto
<JaMa> would it make sense to implement something like DISTRO_FEATURES_FILTER_NATIVE from https://git.openembedded.org/openembedded-core/commit/?id=731744d5538e315702be828e6f2bd556309dee07 but for ERROR_QA and WARN_QA? I have DISTROs with different ERROR_QA and they don's share -native sstate, because do_recipe_qa is different
<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...
BhsTalel has quit [Quit: Client closed]
<qschulz> PSA: Denx is considering removing git protocol support for source.denx.de, c.f. https://lore.kernel.org/u-boot/323dbb9c-42bd-4664-b660-0ba24c819bec@denx.de/
<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:
<jonmason> kasa --host $PM_HOST --type plug emeter --erase
<jonmason> <test>
<jonmason> kasa --host $PM_HOST --type plug emeter >> $DATA
<jonmason> If you want my scripts (which are terrible) for collecting and processing the data, let me know
<RP> jonmason: I worked that out, I just didn't know what you wanted to profile
Jookia has quit [Read error: Connection reset by peer]
tgamblin has quit [Remote host closed the connection]
<RP> jonmason: as for the scripts, not sure. I can at least capture the data now
<jonmason> essentially the time and amount of electric used while running the test
<jonmason> I think clean and sstate-full are interesting
<jonmason> the one with the YP sstate mirror is there and roughly matches the electric of local sstate
<jonmason> this is with qemuarm and minimal
<RP> jonmason: presumably you have a revision and target to build?
<RP> ah, right. That is the key thing
<jonmason> I was building off meta-arm, which at the time was scarthgap
<jonmason> well, it still is scarthgap...but I'm sure rburton is about to yell at me about that
tgamblin has joined #yocto
Jookia has joined #yocto
<JaMa> jonmason: 32 docker instances do 3192 builds per day or how should I read that last line?
<RP> jonmason: so core-image-minimal with qemuarm ?
<jonmason> JaMa: I got excited too, until I looked at the output. OOMs and killed dockers galore
<jonmason> RP: yes
goliath has quit [Quit: SIGSEGV]
<jonmason> ssh $HOST 'sudo docker run -d --rm --volume /mnt/yocto/:/builds/persist ghcr.io/siemens/kas/kas:4.3.2 /bin/bash -c "git clone http://git.yoctoproject.org/meta-arm && cd meta-arm/ && SSTATE_DIR=/builds/persist/sstate DL_DIR=/builds/persist/downloads kas checkout ci/qemuarm.yml && source poky/oe-init-build-env && echo -e \"\nDL_DIR=\\\"/builds/persist/downloads\\\"\n\" >> conf/local.conf && bitbake core-image-minimal --runall=fetch &&
<jonmason> time bitbake core-image-minimal" >> /tmp/foo'
<RP> jonmason: oh, and scarthgap
<jonmason> gotta love all my escapes there :)
<jonmason> (thus why I said my script is terrible)
<JaMa> jonmason: so the "Time Clean Build" in this case was just Time to OOMK? and the script doesn't distinguis between failed and successful builds?
<jonmason> JaMa: my script is dumb. It needs to be smarter, but not sure it's worth the effort
<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> jonmason: https://grid.iamkate.com
* rburton looks out of window and confirms no solar
<JaMa> looks windy :)
<jonmason> 15% gas, not bad
<RP> The Norway interconnect lands about 10 miles away from me so that is probably where my power is coming frm
<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]
ecdhe has joined #yocto
joekale has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
dankm has quit [Read error: Connection reset by peer]
alperak has quit [Quit: Connection closed for inactivity]
Saur_Home69 has joined #yocto
florian has quit [Ping timeout: 264 seconds]
dankm has joined #yocto
Saur_Home44 has quit [Ping timeout: 250 seconds]
florian has joined #yocto
alessioigor has quit [Quit: Client closed]
Kubu_work has quit [Quit: Leaving.]
jmd has quit [Remote host closed the connection]
prabhakalad has quit [Ping timeout: 264 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 256 seconds]
prabhakalad has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has quit [Ping timeout: 268 seconds]
mvlad has quit [Remote host closed the connection]
Clayton has joined #yocto
florian has quit [Ping timeout: 255 seconds]
Clayton has quit [Quit: Client closed]
xmn has quit [Ping timeout: 268 seconds]
vthor has quit [Ping timeout: 240 seconds]
marka has quit [Quit: ZNC 1.8.2 - https://znc.in]
marka has joined #yocto
goliath has quit [Quit: SIGSEGV]