ndec changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2022.05) May 17 - 19, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec"
Habbie has quit [Ping timeout: 244 seconds]
GregWildonLindbe has quit [Quit: Client closed]
goliath has quit [Quit: SIGSEGV]
Habbie has joined #yocto
GNUmoon2 has quit [Remote host closed the connection]
GNUmoon2 has joined #yocto
agupta1 has joined #yocto
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
agupta1_ has quit [Ping timeout: 245 seconds]
manuel1985 has joined #yocto
sakoman has quit [Quit: Leaving.]
starblue has quit [Ping timeout: 240 seconds]
starblue has joined #yocto
GNUmoon2 has quit [Remote host closed the connection]
marka has joined #yocto
manuel1985 has quit [Ping timeout: 240 seconds]
jclsn has quit [Ping timeout: 268 seconds]
jclsn has joined #yocto
sakoman has joined #yocto
seninha has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
rburton has quit [Ping timeout: 244 seconds]
shivamurthy has quit [Ping timeout: 244 seconds]
bradfa has quit [Read error: Connection reset by peer]
bradfa has joined #yocto
rburton has joined #yocto
shivamurthy has joined #yocto
sakoman has quit [Quit: Leaving.]
amitk has joined #yocto
agupta1 has quit [Ping timeout: 268 seconds]
brazuca has quit [Quit: Client closed]
nerdboy has quit [Ping timeout: 268 seconds]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
<LetoThe2nd> yo dudX
hcg has joined #yocto
davidinux has joined #yocto
ptsneves has joined #yocto
manuel1985 has joined #yocto
goliath has joined #yocto
camus has quit [Ping timeout: 252 seconds]
camus has joined #yocto
<qschulz> o/
prabhakarlad has joined #yocto
camus has quit [Remote host closed the connection]
camus has joined #yocto
wooosaiiii has joined #yocto
<wooosaiiii> Hi, I would like to install entire git repository on target. So not a git tool but a repository (folder with .git inside)... OK you get a point...
<wooosaiiii> For now I specify SRC_URI with the git repository and then just copy it in do_install() task
<wooosaiiii> All looks OK... but when on the target I try "git status" inside repository folder it fails because there are corrupted symlinks inside .git folder
<wooosaiiii> symlink actually point to my host PC directory...
<wooosaiiii> Does anyone have any idea how to clone git repo so git internals don't point to ${TOPDIR}/downloads/*.git
<qschulz> wooosaiiii: I think this was raised a few weeks/months ago and IIRC, the conclusion was to do a git clone directly in the recipe?
<wooosaiiii> qschulz: DEPENDS = "git-native" something and then do git clone in do install ?
<qschulz> if you're on a recent release, you might need to add do_task[network] = "1" (replace do_task with the name of the task where you do the git clone)
<qschulz> wooosaiiii: git is a requirement for building with bitbake, so no need for the DEPENDS IIRC
<wooosaiiii> qschulz: OK will try something like this...
<qschulz> wooosaiiii: any task would work I guess
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
mvlad has joined #yocto
vladest has quit [Quit: vladest]
vladest has joined #yocto
leon-anavi has joined #yocto
florian has joined #yocto
<jclsn[m]> qschulz: Is there automatic HABv4 signing in Yocto?
<jclsn[m]> Ah there is a varscite hab layer
kanavin has quit [Remote host closed the connection]
kanavin has joined #yocto
wkawka has joined #yocto
Johnny_Mucambo has joined #yocto
<Johnny_Mucambo> Hello there. Do you know if is possible create a recipe that clone files into my user directory on my yocto image?
Johnny_Mucambo has quit [Quit: Leaving]
sotaoverride has quit [Ping timeout: 252 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Guest14 has joined #yocto
Guest14 is now known as brazuca
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
kriive has joined #yocto
manuel1985 has quit [Ping timeout: 268 seconds]
vermaete has joined #yocto
<vermaete> quick question, and cry for help at a Friday.
<vermaete> My out-of-tree kernel module is compiled.  And is part of the image (under /lib/modules.../extra).
<vermaete> the /etc/modules-load/ltc2991.conf file exists.
<vermaete> En the content is 'ltc2991'.  Looks fine.
<vermaete> I can modprobe it.  And it's even working.
<vermaete> But the thing refuse to autoload.
<vermaete> in de machine conf file there is 'MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "ltc2991"
<vermaete> and KERNEL_MODULE_AUOTLOAD += "ltc2991"
<vermaete> I even tried KERNEL_MODULE_PROBECONF += "ltc2991" (what was a new variable for me).
<vermaete> But still, nothing.
<qschulz> vermaete: I am wondering if you don't need MODULE_DEVICE_TABLE in your driver?
<vermaete> well, it's working at Petalinux[Xilinx] 2021.2 and not in 2022.1.  So, same code.
<vermaete> But different platform and Yocto version.
<vermaete> what's between Gatesgarth and Honister.
<vermaete> systemd packageconfig kmod is disable?
<vermaete> waiting for compilation...
hcg has quit [Quit: Client closed]
<vermaete> yep, dammed I hate Fridays.   kmod was disabled (and all others) to have a smaller image.
brazuca has quit [Quit: Client closed]
prabhakarlad has quit [Quit: Client closed]
vermaete has quit [Quit: Client closed]
wooosaiiii has quit [Quit: Leaving]
<qschulz> oh the nightmare of building the same migration manuals from master branch on all old branches of the docs..
<qschulz> was just waiting for a build to finish, so wanted to give it a try
<qschulz> that was three hours ago
wkawka has quit [Quit: Client closed]
agupta1 has joined #yocto
<ptsneves> does anybody know Khem Raj on vacation?
Guest14 has joined #yocto
Guest14 is now known as brazuca
sotaoverride has joined #yocto
* RP wonders if he can quickly merge that rust series and move on
prabhakarlad has joined #yocto
<JaMa> impressive series, noticed one typo in subject s/top/to/g in 8/29
<JaMa> ptsneves: yes, he mentioned it in oe-devel
<RP> JaMa: thanks, I tweaked it
<ptsneves> JaMa: Thanks a lot. Wow he even gave a heads up to the community :)
<ptsneves> Johnny_Mucambo: Yes create a recipe which adds a user and creates a home dir where you put the files there. Otherwise just create a regular recipe and put things in the directory you wish. I think putting things in home is not very common though. At least i never did it, so this is just "guessing" advice.
<kanavin> RP: it's a very nice set, especially because it makes things simpler
pasherring has joined #yocto
<vmeson> pressure graphs: Raw time series added: https://photos.app.goo.gl/Y3ooTg36CB2Gcph69 -- full-scale, 2 zoom levels, the epoch graphs show the artifacts of the algorithm. the distribution of epoch times samples really show the odd 1/10th of a second artifact...
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
<pasherring> Hello, all. I am working on a recipe that has multiple SRC_URIs, with destsuffix on one of these, which is added by means of a bbappend. When using devtool, only the main SRC_URI appears. Is this the correct behavior?
<pasherring> multiple git urls on SRC_URI I meant.
<kanavin> pasherring, I suspect devtool can't handle this use case
<ptsneves> pasherring: that case is broken :(
<pasherring> kanavin, I see... Because of the behavior, I also suspected that. But, since this is a corner case, just wanted to verify.
<pasherring> Still, devtool rocks :)
nemik has quit [Ping timeout: 252 seconds]
<qschulz> RP: FYI I only got the cover letter and no other patch?
nemik has joined #yocto
<kanavin> pasherring, generally listing multiple repositories and doing non-standard stuff in the recipe with them is asking for trouble
<kanavin> pasherring, I would look into writing separate recipes for each, and installing required bits into sysroot as needed
brazuca has quit [Quit: Client closed]
<pasherring> kanavin, Sounds wiser
<pasherring> Will look into that... Thanks! =D
<JaMa> being overoptimistic from yesterdays tests with pressure regulation, I've triggered last night kirkstone update in 6 different builds at the same time with -l 40 and cpu regulation on 1000 and sofar it's better than expected, load "just" 120
<qschulz> RP: nevermind, didn't see the cover-letter is separate from the actual patch series (at least in my mail client)
prabhakarlad has quit [Quit: Client closed]
<JaMa> FWIW: for me the cover letter also arrived later than the patch series
SDes91 has joined #yocto
sakoman has joined #yocto
prabhakarlad has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
SDes91 has quit [Quit: Client closed]
xmn has joined #yocto
pasherring has quit [Quit: Leaving]
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
pasherring has joined #yocto
<mcfrisk_> in boost git repo, there is no differences in tools/build between kirkstone 1.78.0 and master 1.79.0 versions, but in the source tar balls used in bitbake recipes, there is a major bug fix update. lost a few hairs...
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
Guest14 has joined #yocto
Guest14 is now known as brazuca
mihai has joined #yocto
manuel1985 has joined #yocto
GregWildonLindbe has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<GregWildonLindbe> I had asked this question yesterday afternoon and then had to be off of the channel and may have missed a response, I would like to be able to create a login user for mariadb in my Yocto recipe, can someone tell me if it is possible and where I can find information how to do it? I have looked in both Yocto & mariadb docs and haven't been able to
<GregWildonLindbe> find anything other than creating a user through the local mysql client.
brazuca has quit [Quit: Client closed]
seninha has joined #yocto
manuel1985 has quit [Ping timeout: 240 seconds]
brazuca has joined #yocto
brazuca has quit [Quit: Client closed]
<JaMa> vmeson: Load average: 408.79 416.51 335.10, OOMK is on the run
<JaMa> [Fri Aug 5 17:03:13 2022] Out of memory: Killed process 2615943 ((sd-pam)) total-vm:169948kB, anon-rss:3236kB, file-rss:0kB, shmem-rss:0kB, UID:998 pgtables:96kB oom_score_adj:100
<JaMa> [Fri Aug 5 17:04:13 2022] Out of memory: Killed process 2615933 (systemd) total-vm:19752kB, anon-rss:1932kB, file-rss:0kB, shmem-rss:0kB, UID:998 pgtables:80kB oom_score_adj:100
<JaMa> [Fri Aug 5 17:04:27 2022] Out of memory: Killed process 2570850 (rustc) total-vm:3237192kB, anon-rss:2235480kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:4904kB oom_score_adj:0
<JaMa> [Fri Aug 5 17:07:31 2022] Out of memory: Killed process 2553896 (cc1plus) total-vm:2339092kB, anon-rss:2227252kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:4492kB oom_score_adj:0
<JaMa> [Fri Aug 5 17:10:08 2022] Out of memory: Killed process 2620326 ((sd-pam)) total-vm:169948kB, anon-rss:3236kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:96kB oom_score_adj:100
<JaMa> [Fri Aug 5 17:10:12 2022] Out of memory: Killed process 2620318 (systemd) total-vm:19760kB, anon-rss:1932kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:76kB oom_score_adj:100
<JaMa> [Fri Aug 5 17:10:24 2022] Out of memory: Killed process 2548189 (cc1plus) total-vm:2322144kB, anon-rss:2210456kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:4464kB oom_score_adj:0
<JaMa> [Fri Aug 5 17:10:40 2022] Out of memory: Killed process 2548478 (cc1plus) total-vm:2301564kB, anon-rss:2189992kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:4424kB oom_score_adj:0
<JaMa> [Fri Aug 5 17:10:51 2022] Out of memory: Killed process 2546184 (cc1plus) total-vm:2349444kB, anon-rss:2237580kB, file-rss:0kB, shmem-rss:0kB, UID:1026 pgtables:4504kB oom_score_adj:0
<mihai> rage against the machine
<GregWildonLindbe> pasherring, I have a user on the Yacto system, I need to add a login user to the mariadb database. There is information on this page on how to do that from the local mysql shell: https://phoenixnap.com/kb/how-to-create-mariadb-user-grant-privileges, I would like to do it with a mariadb .bbappend file. In looking at the database on our system I see
<GregWildonLindbe> that there is a mysql@localhost user, so knowing or setting that users password would solve the problem for me also.
camus has quit [Remote host closed the connection]
Estrella has joined #yocto
camus has joined #yocto
<qschulz> GregWildonLindbe: hardcoding a password that is identical to all devices is really a bad idea
Estrella__ has quit [Ping timeout: 268 seconds]
Estrella has quit [Ping timeout: 268 seconds]
Estrella__ has joined #yocto
<vmeson> gcc-11.x supports the c++20 features using -std=c++20, does anyone know what impact this flag will have when compiling boost? Adding the flag works but my c++ foo is a bit dated so I'm not sure how to test the change off-hand.
ptsneves has quit [Ping timeout: 240 seconds]
Guest23 has joined #yocto
Guest23 is now known as davez
<vmeson> JaMa: :-( - going to try again with say 500 for CPU regulation?
<vmeson> JaMa: and we can't work miracles yet but with patches to make/ninja/... we'll have a much nicer, less OOMK-ly system.
* vmeson glances at RP's 29 rust patches and feels bad for having so much fun making graphs of pressure regulation
<GregWildonLindbe> qschultz, I can't argue that, but if it isn't hardcoded, it's going to have to be saved in a file somewhere on the system. All of the variable stuff we save in the database, so a user and password for the database will have to be saved somewhere else.
Guest14 has joined #yocto
<JaMa> vmeson: yes, I didn't expect this to work well :)
Guest14 is now known as brazuca
<qschulz> GregWildonLindbe: create a temporary password on first boot or ask the user to create one on first boot?
<GregWildonLindbe> Maybe, I should say that this is for a piece of medical lab equipment, not something easily identifiable as a computer.
<JaMa> it's more test of -l (as 4 or these builds are kirkstone without regulation)
<qschulz> GregWildonLindbe: well.. this is worse then :)
<qschulz> GregWildonLindbe: if you want to go the hardcoded way, I think you could run a command on first boot via pkg_postinst callback
<GregWildonLindbe> qschultz, is it possible for the user to change the mariadb password? If so, I still get back to the problem of creating the user and a password in Yocto.
<qschulz> GregWildonLindbe: pkg_postinst_ontarget
seninha has quit [Ping timeout: 268 seconds]
<qschulz> is the task where you can put stuff to run on first boot on target
<GregWildonLindbe> qschultz, so then I just have to find out if the local mysql shell is scriptable.
<qschulz> GregWildonLindbe: mysql -e ?
ardo has joined #yocto
<qschulz> GregWildonLindbe: BTW, there should be nickname auto-completion in your IRC/matrix client, usually by entering the first few letters and then using tab
<qschulz> (I don't mind the typo to be clear, it's jsut that I don't get notified when it's not matching my nick ;) )
<GregWildonLindbe> qschulz, thanks for the info, I'm new to libera.
amitk has quit [Ping timeout: 240 seconds]
fennec has joined #yocto
<GregWildonLindbe> qschulz, I think that you have given me the solution, a one time script that creates a user and a unique password.
<fennec> hello. I was wondering what is the best way to make a splash screen for an image. I did read toradex docs but did not make much sense of it unfortunately, I then found psplash but I have some trouble with it as it switches back to the console before starting weston
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
pabigot has quit [Remote host closed the connection]
pabigot has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
pasherring has quit [Quit: Leaving]
pabigot has quit [Remote host closed the connection]
pabigot has joined #yocto
goliath has quit [Quit: SIGSEGV]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
seninha has joined #yocto
alejandrohs has quit [Ping timeout: 244 seconds]
<kanavin> halstead, https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/3323 seems very sluggish, can you take a look pls?
<halstead> Yes, looking now kanavin
<halstead> kanavin: There are bitbake processes looping waiting on resources and dmesg shows Pid 1095910(qemu-mips64) over core_pipe_limit.
alejandrohs has joined #yocto
<kanavin> halstead, but are you looking at the right host? it's running a world-alt job only, which is not mips64
<halstead> kanavin: I am on the right host but apparently looking into a crashed process from a different build.
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<halstead> kanavin: I forced that process to exit and interrupted the build. Not my goal.
<kanavin> halstead, that's ok, if it managed 3400/28000 tasks in 6 hours, I wouldn't wait anyway
alejandrohs has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
alejandrohs has joined #yocto
alejandrohs has quit [Ping timeout: 245 seconds]
kanavin has quit [Quit: Leaving]
<JaMa> anyone seen e.g. ERROR: Task (/OE/build/luneos-kirkstone/webos-ports/meta-webos-ports/meta-luneos/recipes-core/packagegroups/packagegroup-webos-extended.bb:do_package) failed with exit code '134' failing because of pseudo, but then not failing the task itself? Half hour later I see Bitbake still alive (no events for 600s). Active tasks:
<JaMa> /OE/build/luneos-kirkstone/webos-ports/meta-webos-ports/meta-luneos/recipes-core/packagegroups/packagegroup-webos-extended.bb:do_package
<JaMa> the load is still >60, but do_package in packagegroup shouldn't really take that long
<perdmann> Hi, i have a weird issue.
<perdmann> I created a recipe for a small C tool. The ELF is generated fine but during do_install (install -d and install -m 755) the ELF is gone and the sourcecode directory empty
<JaMa> vmeson: -l effect in this silly build is brutal, everything which respects -l switched to crawl speed, so I have 5 nodejs(-native) do_compile tasks, 2 llvm, 2 chromium, each using just a few processes and holding load around 60, it does what it's supposed to do, but watching tail -f chromium.*log.do_compile is less exciting than growing grass
manuel1985 has joined #yocto
brazuca has quit [Quit: Client closed]
florian has quit [Ping timeout: 244 seconds]
Guest14 has joined #yocto
Guest14 is now known as brazuca
florian has joined #yocto
kanavin has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
florian has quit [Ping timeout: 252 seconds]
alejandrohs has joined #yocto
<RP> JaMa: sounds odd that it wouldn't fail the task/build :(
<RP> JaMa: was there anything useful in the bitbake-cookerdaemon log?
<JaMa> it's still "running" after 4800s, https://pastebin.com/NJVtCyVA and repeats last 3 lines since then
manuel1985 has quit [Ping timeout: 268 seconds]
<RP> JaMa: those messages look "normal" :/
<JaMa> there are still 5 other builds running on the same host, maybe it will do something when it get quiet
<RP> JaMa: I'm not convinced but who knows
<JaMa> there was nodejs and chromium do_compile still running with the 3 stuck do_package from packagegroups
<JaMa> nodejs finished recenly
<JaMa> after 8400s :(
* RP isn't feeling great, best get an early night
<JaMa> gnight and get better
BobPungartnik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
fennec has quit [Quit: WeeChat 3.6]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
florian has joined #yocto
alejandrohs has quit [Ping timeout: 268 seconds]
alejandrohs has joined #yocto
goliath has joined #yocto
leon-anavi has quit [Quit: Leaving]
xmn has quit [Ping timeout: 268 seconds]
goliath has quit [Quit: SIGSEGV]
mvlad has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
MrFrank has quit [Remote host closed the connection]
nemik has joined #yocto
GNUmoon2 has joined #yocto
florian has quit [Ping timeout: 252 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
JaMa has quit [Read error: Connection reset by peer]
JaMa has joined #yocto
<JaMa> Bitbake still alive (no events for 16800s). Active tasks: chromium.do_compile ... FML haven't seen this long gap for a long time