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
geoffhp has quit [Read error: Connection reset by peer]
lexano has quit [Ping timeout: 248 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
Ablu has quit [Ping timeout: 260 seconds]
Ablu has joined #yocto
Ablu has quit [Changing host]
Ablu has joined #yocto
sakoman has quit [Quit: Leaving.]
LocutusOfBorg has quit [Read error: Connection reset by peer]
LocutusOfBorg has joined #yocto
prabhakarlad has quit [Ping timeout: 246 seconds]
belgianguy has quit [Remote host closed the connection]
Starfoxxes has quit [Ping timeout: 256 seconds]
Starfoxxes has joined #yocto
davidinux has quit [Quit: WeeChat 3.5]
AKN has joined #yocto
kpo has quit [Ping timeout: 245 seconds]
Chaser has joined #yocto
frieder has joined #yocto
amitk has joined #yocto
florian_kc has joined #yocto
Schlumpf has joined #yocto
<Schlumpf> Good morning
florian_kc has quit [Ping timeout: 244 seconds]
zpfvo has joined #yocto
xmn has quit [Quit: ZZZzzz…]
<RP> dvergatal: the files will be gone by now but if we know the sstate hash those files are saved and accessible from the sstate mirror
zpfvo has quit [Ping timeout: 246 seconds]
zpfvo has joined #yocto
mrnuke has quit [Ping timeout: 244 seconds]
Chaser has quit [Quit: Chaser]
Chaser has joined #yocto
Chaser has quit [Client Quit]
mrnuke has joined #yocto
Chaser has joined #yocto
Chaser has quit [Client Quit]
florian has joined #yocto
prabhakarlad has joined #yocto
mvlad has joined #yocto
AKN_R has joined #yocto
Chaser has joined #yocto
Chaser has quit [Client Quit]
AKN has quit [Ping timeout: 256 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
dodoradio has joined #yocto
lamm has quit [Ping timeout: 246 seconds]
belgianguy has joined #yocto
florian_kc has joined #yocto
AKN_R has quit [Quit: Leaving]
goliath has joined #yocto
<JaMa> there is still something wrong with latest pressure regulation, I see very high cpu pressure fluctuation and often only a few bitbake tasks running when the load isn't so bad
<JaMa> NOTE: Pressure status changed to CPU: False, IO: None, Mem: None (CPU: 0.0/1000.0, IO: 0.0/None, Mem: 0.0/None)
<JaMa> NOTE: Running task 207 of 1315 (/OE/build/oe-core/openembedded-core/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_unpack)
<JaMa> NOTE: Pressure status changed to CPU: True, IO: None, Mem: None (CPU: 152474.1/1000.0, IO: 0.0/None, Mem: 0.0/None)
<JaMa> this is with Load average: 7.40 8.32 11.41 on 32c 64t CPU
<RP> JaMa: I'm not sure what to do with the pressure stuff. Something doesn't quite seem right but what...
Kubu_work has joined #yocto
<JaMa> I've sent small change to show the pressure numbers in the NOTE and will look at rust build with just oe-core, but the regulation kicks in like every second
<JaMa> I've started to use it when it was introduced, because it was preventing OOMKs, but now I'm doubting the build time increase is worth it (or adequate)
<JaMa> before "Pressure status changed" notes I was in sweet ignorance that something is wrong :)
<RP> JaMa: it was unclear if there was an issue!
<RP> JaMa: FWIW the numbers on the autobuilder don't look too bad. We see changes but only when they might make sense
<JaMa> maybe something else triggers these spikes as it's on my regular desktop with chrome and other stuff running on background, will be interesting to see the pressure fluctuations from our jenkins or from AB builds
<JaMa> and it's much more conventient than pressure graphs from buildstats as it shows the exact values bitbake was using
Guest62 has joined #yocto
lamm has joined #yocto
<Guest62> is there a set way to add actual docker containers to an image as our device uses docker containers to perform certain tasks
Bardon_ has joined #yocto
Bardon has quit [Ping timeout: 248 seconds]
AKN has joined #yocto
dodoradio has quit [Quit: dodoradio]
kpo has joined #yocto
dodoradio has joined #yocto
Chaser has joined #yocto
dodoradio has quit [Quit: dodoradio]
Chaser has quit [Quit: Chaser]
Chaser has joined #yocto
lexano has joined #yocto
ptsneves has joined #yocto
amitk_ has joined #yocto
ptsneves has quit [Ping timeout: 246 seconds]
<adrianf> Guest62: I think with docker or podman the best answer is docker pull. Pre-loading containers (which is probably what you are asking for) is more tricky. We did that with a multiconfig build (host + container distro) and systemd-nspawn. It's possible by extracting the container image tar file with a fakeroot task in the image recipe. If you have
<adrianf> containers with layers and Docker which is supposed to update the containers with docker pull later on, it's much more tricky. When I thought about all the possible corner cases (build-time and run-time), I decided not to implement something like this for our use cases.
amitk_ has quit [Ping timeout: 246 seconds]
Chaser has quit [Quit: Chaser]
<RP> "oe-selftest -j 1 -r fitimage.FitImageTests.test_initramfs_bundle runtime_test.TestImage.test_testimage_install" is the reproducer for https://bugzilla.yoctoproject.org/show_bug.cgi?id=15190
<RP> just run those two tests one after the other
zpfvo has quit [Ping timeout: 245 seconds]
zpfvo has joined #yocto
_whitelogger has joined #yocto
zpfvo has quit [Ping timeout: 245 seconds]
zpfvo has joined #yocto
Chaser has joined #yocto
xmn has joined #yocto
AKN has quit [Read error: Connection reset by peer]
goliath has quit [Quit: SIGSEGV]
sakoman has joined #yocto
florian_kc has quit [Ping timeout: 248 seconds]
dodoradio has joined #yocto
tepperson has joined #yocto
<tepperson> I am using devtool modify to do development of a package for my target. I am noticing that when i run bitbake on my recipe, the source files timestamps get modified (presumably by the bitbake process). is there a way to prevent this?
zpfvo has quit [Ping timeout: 250 seconds]
<RP> tepperson: it shouldn't be doing that unless it is changing them
zpfvo has joined #yocto
zpfvo has quit [Ping timeout: 245 seconds]
zpfvo has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
<tepperson> hmm, i've compared the source before and after a run and the only difference is the modified time on the file. I've noted the behaviour on both an autotools project and a cmake project
<RP> tepperson: all files, one file, some files with a common extension?
amitk_ has joined #yocto
dodoradio has quit [Quit: dodoradio]
<tepperson> RP: it appears to be just the source files that get modified
Chaser has quit [Quit: Chaser]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
<RP> tepperson: I don't think anything is doing it deliberately but am not sure...
dodoradio has joined #yocto
jclsn has joined #yocto
jclsn has quit [Client Quit]
dodoradio has quit [Quit: dodoradio]
belgianguy has quit [Quit: Leaving]
zpfvo has quit [Ping timeout: 240 seconds]
zpfvo has joined #yocto
Schlumpf has quit [Quit: Client closed]
zpfvo has quit [Ping timeout: 250 seconds]
zpfvo has joined #yocto
kpo has quit [Ping timeout: 250 seconds]
dodoradio has joined #yocto
kpo has joined #yocto
Guest62 has quit [Quit: Client closed]
zpfvo has quit [Ping timeout: 246 seconds]
zpfvo has joined #yocto
zpfvo has quit [Ping timeout: 246 seconds]
zpfvo has joined #yocto
zpfvo has quit [Client Quit]
prabhakarlad has quit [Quit: Client closed]
florian has quit [Quit: Ex-Chat]
frieder has quit [Remote host closed the connection]
vladest1 has joined #yocto
vladest has quit [Ping timeout: 246 seconds]
vladest has joined #yocto
vladest1 has quit [Ping timeout: 244 seconds]
tepperson has quit [Quit: Client closed]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
dodoradio has quit [Quit: dodoradio]
<dvergatal> RP: I do not know the sstate hash I know only the build id given by abelloni which is https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3349
pbsds has quit [Ping timeout: 246 seconds]
pbsds has joined #yocto
<dvergatal> RP: generally i need that file build/sstate-cache/ae/af/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:aeafd17808e42128668acce4c8ec443b2b34aede595f980243c246fac905d2b2_package.tar.zst to verify in what format the tar in it is - the hash is wrong because it is from my local machine
<dvergatal> RP: abelloni: If it is not possible to retrive it from the previous one, than is it possible for you to recreate the issue?
Chaser has joined #yocto
Chaser has quit [Remote host closed the connection]
Chaser has joined #yocto
dgriego has quit [Ping timeout: 248 seconds]
dodoradio has joined #yocto
dgriego has joined #yocto
dodoradio has quit [Client Quit]
yates_work has joined #yocto
<yates_work> this is an EXCELLENT guide! thanks to whoever wrote it. https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html
zkrx has quit [Ping timeout: 246 seconds]
<yates_work> i've taken a two-year hiatus from yocto and forgotten everything i knew :(
<yates_work> this is a great document to refresh the memory cells
<yates_work> i was pointed to the meta-qt5 layer. is this layer capable of generating qt as a single, static library? if not, is there a layer that does so?
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
zkrx has joined #yocto
dodoradio has joined #yocto
dodoradio has quit [Client Quit]
tepperson has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 250 seconds]
mvlad_ has joined #yocto
mvlad has quit [Ping timeout: 240 seconds]
dodoradio has joined #yocto
dodoradio has quit [Client Quit]
Chaser has quit [Quit: Chaser]
Kubu_work has quit [Quit: Leaving.]
florian_kc has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
flom_84 has joined #yocto
dodoradio has joined #yocto
<RP> dvergatal: the build is long gone now so I can't work out the hash for you
flom_84 has quit [Quit: Leaving]
flom_84 has joined #yocto
amitk_ has quit [Ping timeout: 246 seconds]
dodoradio has quit [Quit: dodoradio]
mvlad_ has quit [Remote host closed the connection]
dodoradio has joined #yocto
dodoradio has quit [Quit: dodoradio]
dodoradio has joined #yocto
dmoseley_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
flom_84 has quit [Quit: Leaving]
dmoseley has joined #yocto
dodoradio has quit [Quit: dodoradio]
<khem> yates_work: glad you are back tinkering with yocto again, a lot has changes in 2 years and hopefully you will find it helpful. meta-qt5 generates all kind qt5 base support libraries, I have not heard of single static library for qt maybe you are talking about qtbase ?
<dvergatal> RP: OK so what can we do now? Because I'm unable to reproduce it... the best option for me would be to start a run again but question is if you or abelloni can do this for me?
dodoradio has joined #yocto
<RP> dvergatal: I'm burning out with too many directions. I can't debug everyone's patches. The autobuilder is also struggling under the patch test load so this isn't a trivial thing to do
<RP> dvergatal: abelloni is on holiday atm so we just have me
<RP> dvergatal: I don't know what to recommend, I'm doing my best to help with pointers
<RP> dvergatal: for context your patches trigger full rebuilds and we likely need to run with them for a while to introduce the kinds of corruption we saw :/
dodoradio has quit [Quit: dodoradio]
<dvergatal> RP: sure thing, I feel your pain:D and I can wait so it's not a problem
<RP> khem: did you have that ABI comparison link?
<khem> RP: yeah but it does not yet list 2.38 see - https://abi-laboratory.pro/?view=timeline&l=glibc
<khem> this is another one - https://man7.org/tlpi/api_changes/#glibc
<khem> but again 2.38 is too new I guess
<RP> khem: shame! I guess we'll have to manually compare
belgianguy has joined #yocto
kpo has quit [Ping timeout: 245 seconds]
kpo has joined #yocto
florian_kc has quit [Ping timeout: 250 seconds]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
xmn has quit [Ping timeout: 245 seconds]
xmn has joined #yocto