Thursday, 2026-05-14

*** halstead is now away: Auto-away00:02
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has quit IRC (Ping timeout: 246 seconds)00:21
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has joined #yocto00:24
*** sdora is now away: Auto away00:43
*** sdora is back00:43
*** jclsn <jclsn!~jclsn@45.157.101.44.dynamic-pppoe.dt.ipv4.wtnet.de> has quit IRC (Ping timeout: 252 seconds)01:21
*** jclsn <jclsn!~jclsn@46.59.197.64.dynamic-pppoe.dt.ipv4.wtnet.de> has joined #yocto01:24
*** _lore_ is now away: Auto away at Thu May 14 01:35:29 2026 UTC01:35
*** Danct12 is back01:44
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has quit IRC (Remote host closed the connection)01:58
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has joined #yocto02:06
*** Danct12 is now away: Auto away at Thu May 14 02:24:37 2026 UTC02:24
*** jmd <jmd!~user@216.238.27.189> has quit IRC (Remote host closed the connection)02:40
*** khem is now away: Auto-away02:46
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 264 seconds)02:51
*** khem is back02:51
khemroussinm: this is usually a crash. Do you have enough memory02:53
*** khem is now away: Auto-away02:58
*** Daanct12 <Daanct12!~danct12@user/danct12> has joined #yocto03:14
*** JPEW is now away: Auto-away03:40
*** lihis is back03:44
*** khem is back03:44
*** khem is now away: Auto-away03:51
*** RP is back04:06
*** RP is now away: Auto away at Thu May 14 04:07:41 2026 UTC04:07
*** khem is back04:23
*** khem is now away: Auto-away04:28
*** tammranil <tammranil!~tammranil@user/tammranil> has quit IRC (Remote host closed the connection)04:29
*** Deepesh is back04:38
*** smurray is now away: Auto-away04:59
*** Deepesh is now away: Auto away05:07
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto05:10
*** lihis is now away: I'm away..05:24
Guest77morning05:30
*** smurray is back05:32
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto05:33
*** lihis is back05:34
*** sarahn is now away: I'm not here right now05:39
*** _lore_ is back05:44
*** ehussain <ehussain!~Thunderbi@39.49.151.233> has quit IRC (Ping timeout: 264 seconds)05:46
*** sfo is back05:48
*** sfo is now away: Auto away05:48
*** Ermine is back05:52
*** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has joined #yocto05:59
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto06:00
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 265 seconds)06:03
*** kkoc <kkoc!~savolla@212.154.72.137> has joined #yocto06:04
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto06:06
*** ndec is back06:15
*** lihis is now away: I'm away..06:26
*** walter <walter!~ch@user/walter> has joined #yocto06:31
Guest77Hi,I’m trying to learn how application containers are usually handled in embedded Linux devices (for example drones).06:32
Guest77What is the common runtime architecture for containers on embedded linux devices?06:32
Guest77For example:06:32
Guest77- Do you usually embed Docker image archives into the root filesystem?06:32
Guest77- Or do you pre-populate the Docker storage directory (like /var/lib/docker) during build time?06:32
Guest77Which approach is considered more stable or better? Also, how are packages inside containers typically managed?06:32
Guest77Are they usually built by Yocto or are they installed through the Dockerfile and then deployed to the target device as container images?06:32
Guest77Id appreciate any explanations or useful documentation/resources. Thanks :)06:32
*** patersonc is back06:34
*** lihis is back06:34
*** ehussain <ehussain!~Thunderbi@39.49.151.233> has joined #yocto06:41
*** RP is back06:50
LetoThe2ndGuest77: it depends (TM)06:56
LetoThe2ndif you want to bake everything in, if you want to roll out containers later OTA, if you want/need orchestration, if you have technical requirements that force you into docker/podman/whatever and so on, and so on.06:57
LetoThe2ndsome build ahead of time, and inject the blobs, some use multiconfigs and build in chain, other just build the base image and deploy/pull later... there's no one size fits all.06:58
smurraynore that there's greatly improved container support in meta-virtualization for wrynose as well, e.g. building containers into images is now a first-class thing07:02
smurrayerr, note07:02
*** ndec is now away: Auto-away07:11
LetoThe2ndvery much so @smurray07:14
*** KanjiMonster is back07:30
Guest77LetoThe2nd It’s interesting that there are no standard architectures even in the drone field. OTA updates will probably be used anyway. So, putting Docker image archives inside the root filesystem seems like a good option but I’m not completely sure yet. I don't know pros and cons yet :/07:31
Guest77smurray I will check, thanks.07:37
*** halstead is back07:53
*** halstead is now away: Auto-away08:07
*** samk is back08:10
LetoThe2ndGuest77: "even in the drone field", well that space is rapidly evolving. I've seen everything from "huge all in one build including containers and sub controller firmware" to bare minimum OS, and later deploy the rest08:11
LetoThe2ndGuest77: full disclosure - I work for Mender (the OTA solution), and yes, I am seeing all of this in drones.08:12
*** halstead is back08:13
Guest77LetoThe2nd Thanks :)08:13
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has joined #yocto08:15
*** florian <florian!~florian@2a02:3100:4723:3c00:2709:e599:82a1:5ddc> has joined #yocto08:15
LetoThe2ndGuest77: after all, it really depends on the business and operational model. who manages the fleet, under which constraints? connectivity, downtime, safe states, docking, operator confirmation, or hands off? leased devices or sold? singular entities or largish fleets? this is the stuff you need to figure out first, because the software must reflect the project needs, not the other way around. if you want to discuss such in more08:20
LetoThe2nddetail depth, feel free to ping me (josef.holzmayr@northern.tech)08:20
Guest77LetoThe2nd Got it, THANKS A LOT!!!08:21
LetoThe2ndYW08:21
*** Kubu_work is now away: Je ne suis pas là pour l'instant.08:25
*** florian <florian!~florian@2a02:3100:4723:3c00:2709:e599:82a1:5ddc> has quit IRC (Ping timeout: 244 seconds)08:29
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has joined #yocto08:32
*** dr_kokobas is now away: I am currently away from the computer.08:32
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds)08:44
*** frezidok <frezidok!~frezidok@user/frezidok> has quit IRC (Read error: Connection reset by peer)08:44
*** frezidok <frezidok!~frezidok@user/frezidok> has joined #yocto08:44
*** halstead is now away: Auto-away08:44
*** Kubu_work is back08:49
*** Dvorkin|2 <Dvorkin|2!~kvirc@5.167.98.73> has joined #yocto08:53
Dvorkin|2my layer supports several OE branches. But one optional layer has the recipe that exists in Scarthgap, but not exists in Kirkstone. I have .bbappend in my layer for that recipe. When building for the Kirkstone I'm getting the error "No recipes in default available for: ... my_%.bbappend". Is there are any beautiful way except BB_DANGLINGAPPENDS_WARNONLY = "1" in local.conf ?08:56
*** dr_kokobas is back08:57
*** smurray is now away: Auto-away08:58
*** rburton is back08:59
*** awafaa is back08:59
*** alperak is now away: Auto-away09:01
*** dmoseley <dmoseley!~dmoseley@129.222.254.42> has quit IRC (Ping timeout: 245 seconds)09:11
*** dmoseley <dmoseley!~dmoseley@98.97.168.157> has joined #yocto09:12
*** dmoseley is now away: Auto away at Thu May 14 09:12:26 2026 UTC09:12
*** Kubu_work is now away: Je ne suis pas là pour l'instant.09:14
*** ehussain is now away: I am currently away from the computer.09:16
*** florian <florian!~florian@2a02:3100:4723:3c00:c9af:c5fe:8ef7:f676> has joined #yocto09:26
*** goliath <goliath!~goliath@user/goliath> has joined #yocto09:29
*** dr_kokobas is now away: I am currently away from the computer.09:37
*** florian <florian!~florian@2a02:3100:4723:3c00:c9af:c5fe:8ef7:f676> has quit IRC (Ping timeout: 244 seconds)09:43
*** awafaa is now away: Auto-away09:44
*** alperak is back09:47
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto09:48
*** _lore_ is now away: Auto away at Thu May 14 09:50:39 2026 UTC09:50
*** lihis is now away: I'm away..09:58
*** Kubu_work is back09:59
*** florian <florian!~florian@dynamic-093-133-077-015.93.133.pool.telefonica.de> has joined #yocto09:59
*** tammranil <tammranil!~tammranil@user/tammranil> has joined #yocto10:05
*** tammranil is now away: Auto away10:05
*** tammranil <tammranil!~tammranil@user/tammranil> has quit IRC (Remote host closed the connection)10:07
*** tammranil <tammranil!~tammranil@user/tammranil> has joined #yocto10:08
*** tammranil is now away: Auto away10:08
*** tammranil is back10:08
*** samk is now away: Auto away10:15
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Quit: Client closed)10:16
*** KanjiMonster is now away: disconnected10:17
*** KanjiMonster is back10:18
*** sdora is now away: Auto away10:19
*** sdora is back10:19
*** Kubu_work is now away: Je ne suis pas là pour l'instant.10:19
*** smurray is back10:21
*** kurz-m is now away: Auto-away10:22
*** Kubu_work is back10:24
rburtonDvorkin|2: dynamic layers might help10:24
*** dr_kokobas is back10:25
*** ehussain is back10:33
*** sdora is now away: Auto away10:39
*** sdora is back10:39
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto10:42
*** smurray is now away: Auto-away10:43
*** madisox_ is back10:44
*** awafaa is back10:49
*** madisox_ is now away: Auto-away10:49
*** flynn378 is back10:55
*** kurz-m is back10:57
*** dr_kokobas is now away: I am currently away from the computer.11:02
*** ehussain <ehussain!~Thunderbi@39.49.151.233> has quit IRC (Read error: Connection reset by peer)11:04
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto11:06
*** ehussain <ehussain!~Thunderbi@147.161.161.3> has joined #yocto11:07
*** zeemate <zeemate!~chris@2001:16b8:b131:a00:7415:628b:ec9d:26c3> has joined #yocto11:12
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)11:13
*** Dvorkin|2 <Dvorkin|2!~kvirc@5.167.98.73> has quit IRC (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)11:15
*** sarahn is now away: Auto-away11:15
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 265 seconds)11:19
*** smurray is back11:22
*** Guest85 <Guest85!~Guest85@2a0c:b381:ae6:f000:d776:d60d:50b1:949> has joined #yocto11:23
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 276 seconds)11:33
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto11:34
*** tammranil is now away: Auto away11:38
*** smurray is now away: Auto-away11:44
*** walter <walter!~ch@user/walter> has quit IRC (Read error: Connection reset by peer)11:44
*** walter <walter!~ch@84.232.135.182> has joined #yocto11:44
paulbarkermoto-timo: Do you have any opinions on https://lore.kernel.org/openembedded-core/20260513135633.3197130-1-daniel.turull@ericsson.com/? I know you mentioned looking at automatically finding changelogs11:45
RPWe're seeing a few interesting check-layer failures. https://autobuilder.yoctoproject.org/valkyrie/#/builders/27/builds/3814 and https://autobuilder.yoctoproject.org/valkyrie/#/builders/27/builds/381111:46
RPmemory resident bitbake I wonder? :/11:46
paulbarkerRP: I've seen formfactor:do_populate_lic change signature before, but I thought I'd fixed it :(11:48
paulbarkerAlso with busybox:do_populate_lic, we have seen the SRC_URI difference before and I thought we fixed the test11:49
*** jmd <jmd!~user@216.238.27.189> has joined #yocto11:49
*** jmd <jmd!~user@216.238.27.189> has quit IRC (Remote host closed the connection)11:51
*** ehussain <ehussain!~Thunderbi@147.161.161.3> has quit IRC (Ping timeout: 245 seconds)11:53
*** sdora is now away: Auto away11:53
*** ehussain <ehussain!~Thunderbi@147.161.161.3> has joined #yocto11:56
Guest85I ran into this issue when I was doing "bitbake core-image-sato", do_package() fails for some of the recipes11:57
Guest85```tar: ./usr/include/cxl/features.h: Cannot open: Function not implemented11:57
Guest85tar: Exiting with failure status due to previous errors11:57
Guest85```11:57
Guest85So I tried manually running the package command in my host and devshell, there are no issues from the host but  from  devsheel I got the same failure. Also  it seems to fail  for any tar  commands when I run from devshell, any pointers on this?11:57
Guest85```tar -cvf test.tar yocto_builds/build/tmp/work/x86-64-v3-oe-linux/linux-libc-headers/6.18/package/usr/include/asm/amd_hsmp.h11:57
Guest85tar: Removing leading `/' from member names11:57
Guest85tar: yocto_builds/build/tmp/work/x86-64-v3-oe-linux/linux-libc-headers/6.18/package/usr/include/asm/amd_hsmp.h: Cannot stat: Function not implemented11:57
Guest85tar: Exiting with failure status due to previous errors11:57
Guest85```11:57
Guest85I am running yocto-6.0_M311:57
*** Guest85 <Guest85!~Guest85@2a0c:b381:ae6:f000:d776:d60d:50b1:949> has quit IRC (Quit: Client closed)11:59
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds)12:06
*** _lore_ is back12:06
*** samk is back12:08
*** samk is now away: Auto away12:12
*** samk is back12:17
*** dr_kokobas is back12:18
*** samk is now away: Auto away12:22
paulbarkerGuest85 has gone, but my advice would have been to update to the release instead of M312:23
*** smurray is back12:23
*** samk is back12:24
RPpaulbarker: I'm wondering if the machine change isn't registering with memory resident bitbake somehow12:26
*** jmd <jmd!~user@50.238.158.12> has joined #yocto12:26
*** samk is now away: Auto away12:30
paulbarkerRP: What is very strange is running the bitbake-diffsigs command printed for the formfactor:do_populate_lic difference12:30
paulbarkerThe root cause is "Checksum for file machconfig changed from 63c815a6f3f7e3c09638670294674165 to d41d8cd98f00b204e9800998ecf8427e"12:31
paulbarker63c815a6f3f7e3c09638670294674165 is the md5sum of several of the machconfig files in oe-core12:31
paulbarkerd41d8cd98f00b204e9800998ecf8427e is not the md5sum of any machconfig file12:31
*** fullstop is back12:33
RPpaulbarker: the busybox one was a clear SRC_URI change...12:33
RPthe checksums are odd12:33
*** samk is back12:35
*** smurray is now away: Auto-away12:46
*** sarahn is back12:48
*** sakoman is back12:53
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto12:53
*** sarahn is now away: Auto-away12:55
*** Daanct12 <Daanct12!~danct12@user/danct12> has quit IRC (Quit: WeeChat 4.9.0)12:56
*** teknix <teknix!~unknown@user/hsv> has quit IRC (Ping timeout: 244 seconds)12:57
*** alperak is now away: Auto-away12:58
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds)13:00
*** samk is now away: Auto away13:00
*** teknix <teknix!~unknown@user/hsv> has joined #yocto13:04
*** Bardon <Bardon!~Bardon@user/Bardon> has quit IRC (Ping timeout: 245 seconds)13:11
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto13:11
roussinmkhem: it was easy to reproduce, I removed ccache from my inherits and it worked somehow. But I guess memory might be an issue also because I have changed the PARALLEL_MAKE and tasks to only 12 instead of 20.13:13
*** khem is back13:13
*** khem is now away: Auto-away13:19
*** smurray is back13:24
*** sakoman is now away: I'm not here right now13:24
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has joined #yocto13:28
*** Kubu_work is now away: Je ne suis pas là pour l'instant.13:29
*** Bardon <Bardon!~Bardon@user/Bardon> has joined #yocto13:31
*** Bardon is now away: Auto away at Thu May 14 13:31:32 2026 UTC13:31
*** nyadiia is back13:32
*** ahussain <ahussain!~Thunderbi@147.161.161.3> has joined #yocto13:36
*** ehussain <ehussain!~Thunderbi@147.161.161.3> has quit IRC (Ping timeout: 264 seconds)13:39
*** ahussain is now known as ehussain13:39
*** dr_kokobas is now away: I am currently away from the computer.13:40
*** dr_kokobas is back13:41
*** Crofton is now away: Auto-away13:43
*** smurray is now away: Auto-away13:46
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds)13:46
*** ahussain <ahussain!~Thunderbi@39.49.151.233> has joined #yocto13:46
*** Crofton is back13:47
moto-timopaulbarker: seems somewhat similar to the `changelogs` tool I am playing with https://github.com/moto-timo/changelogs/tree/dev-pyproject.toml13:48
*** ehussain <ehussain!~Thunderbi@147.161.161.3> has quit IRC (Ping timeout: 255 seconds)13:48
*** ahussain is now known as ehussain13:48
moto-timopaulbarker: I'll kick the tyres and comment on the ML13:48
*** khem is back13:52
*** sakoman is back13:54
*** dr_kokobas is now away: I am currently away from the computer.13:59
*** khem is now away: Auto-away14:00
*** sakoman is now away: I'm not here right now14:00
*** Danct12 is back14:02
*** jmd` <jmd`!~user@50.238.158.12> has joined #yocto14:05
*** jmd <jmd!~user@50.238.158.12> has quit IRC (Ping timeout: 255 seconds)14:06
*** dr_kokobas is back14:20
*** sarahn is back14:20
*** JPEW is back14:21
*** jmd`` <jmd``!~user@50.238.158.12> has joined #yocto14:21
*** jmd` <jmd`!~user@50.238.158.12> has quit IRC (Ping timeout: 244 seconds)14:23
roussinmLetoThe2nd: We have an arm64 platform where we deploy containers. Right now, everything runs on custom scripts and a custom Docker deployment setup (not ideal). We're slowly migrating to meta-tegra and meta-mender.14:24
roussinmFor the Docker Compose file, we currently generate a mender artifact using the gen_docker-compose script. For the rootfs build with yocto, my proposal is to bundle the container images directly into the rootfs (no Mender involvement at that layer), and then handle OTA updates for the Docker Compose file as a Mender artifact. First time playing with container and yocto.14:24
*** smurray is back14:25
*** sarahn is now away: Auto-away14:27
*** Ermine is now away: Auto away14:33
*** ehussain is now away: I am currently away from the computer.14:42
*** tammranil is back14:44
*** Ermine is back14:49
*** Ermine is now away: Auto away14:51
*** dr_kokobas is now away: I am currently away from the computer.14:52
*** Ermine is back14:53
*** Ermine is now away: Auto away14:55
*** Ermine is back14:57
*** dr_kokobas is back14:58
*** Ermine is now away: Auto away14:58
*** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)14:59
*** ndec is back15:01
*** dr_kokobas is now away: I am currently away from the computer.15:03
*** Ermine is back15:05
*** ehussain is back15:05
*** Ermine is now away: Auto away15:06
*** dr_kokobas is back15:08
*** jmd`` <jmd``!~user@50.238.158.12> has quit IRC (Remote host closed the connection)15:09
*** Kubu_work is back15:10
*** khem is back15:22
*** ndec is now away: Auto-away15:28
*** colin-pm is back15:31
*** ndec is back15:33
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has joined #yocto15:36
*** tammranil is now away: Auto away15:38
*** halstead is back15:46
*** colin-pm is now away: Auto-away15:49
*** KanjiMonster is now away: disconnected15:50
*** sakoman is back15:51
*** KanjiMonster is back15:53
*** Ermine is back16:09
*** Ermine is now away: Auto away16:10
*** dgriego_ <dgriego_!~textual@2600:8800:200:1d:840d:39f8:2e5a:8f74> has joined #yocto16:13
*** dgriego <dgriego!~textual@user/dgriego> has quit IRC (Ping timeout: 244 seconds)16:14
*** fray <fray!~fray@70.99.78.136> has quit IRC (Remote host closed the connection)16:16
*** Danct12 <Danct12!~danct12@user/danct12> has quit IRC (Quit: ZNC 1.10.1 - https://znc.in)16:22
*** Danct12 <Danct12!~danct12@user/danct12> has joined #yocto16:22
*** sakoman is now away: I'm not here right now16:23
*** ndec is now away: Auto-away16:23
*** fray <fray!~fray@70.99.78.136> has joined #yocto16:24
*** nyadiia is now away: Auto away16:26
*** _lore_ is now away: Auto away at Thu May 14 16:28:29 2026 UTC16:28
*** halstead is now away: Auto-away16:29
*** florian <florian!~florian@dynamic-093-133-077-015.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds)16:38
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto16:39
*** _lore_ is back16:44
*** dr_kokobas is now away: I am currently away from the computer.16:48
*** florian <florian!~florian@dynamic-093-133-077-015.93.133.pool.telefonica.de> has joined #yocto16:50
*** RP is now away: Auto away at Thu May 14 16:58:35 2026 UTC16:58
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Remote host closed the connection)16:58
*** dr_kokobas is back16:58
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto16:59
*** savolla <savolla!~savolla@212.154.72.137> has joined #yocto17:10
rfs613what might cause "bitbake -s" to show a different version for a recipe compared with "devtool find-recipe" or "devtool modify" ? (on scarthgap FWIW)17:11
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Ping timeout: 255 seconds)17:12
*** electricworry is now away: Auto away at Thu May 14 17:14:14 2026 UTC17:14
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 245 seconds)17:15
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Remote host closed the connection)17:21
*** kkoc <kkoc!~savolla@212.154.72.137> has quit IRC (Ping timeout: 264 seconds)17:22
*** Kubu_work is now away: Je ne suis pas là pour l'instant.17:22
*** kkoc <kkoc!~savolla@212.154.72.137> has joined #yocto17:24
*** awafaa is now away: Auto-away17:25
*** Danct12 is now away: Auto away at Thu May 14 17:29:46 2026 UTC17:29
*** zeemate <zeemate!~chris@2001:16b8:b131:a00:7415:628b:ec9d:26c3> has quit IRC (Ping timeout: 272 seconds)17:40
*** colin-pm is back17:42
*** colin-pm is now away: Auto-away17:47
*** Danct12 is back17:54
*** ad__ is back17:58
*** awafaa is back17:58
*** Kubu_work is back18:05
rfs613... looks like this was due to PV being modifed in a .bbappend18:08
*** ad__ is now away: Auto away at Thu May 14 18:09:43 2026 UTC18:09
*** awafaa is now away: Auto-away18:20
*** Ermine is back18:27
*** RP is back18:36
*** nyadiia is back18:40
*** RP is now away: Auto away at Thu May 14 18:47:20 2026 UTC18:47
*** colin-pm is back18:54
*** nyadiia is now away: Auto away18:57
*** awafaa is back18:59
*** ad__ is back19:02
*** tammranil is back19:02
*** awafaa is now away: Auto-away19:21
*** xtopher is back19:23
*** ad__ is now away: Auto away at Thu May 14 19:30:44 2026 UTC19:30
*** xtopher is now away: Auto-away19:36
*** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto19:38
*** druppy is now away: Jeg er ikke til stede i øjeblikket.19:38
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has joined #yocto19:38
*** dr_kokobas is now away: I am currently away from the computer.19:39
*** kkoc <kkoc!~savolla@212.154.72.137> has quit IRC (Ping timeout: 245 seconds)19:39
*** savolla <savolla!~savolla@212.154.72.137> has quit IRC (Read error: Connection reset by peer)19:39
*** savolla <savolla!~savolla@212.154.72.137> has joined #yocto19:40
*** RP is back19:40
*** dr_kokobas is back19:50
*** colin-pm is now away: Auto-away19:53
*** Kubu_work is now away: Je ne suis pas là pour l'instant.19:53
*** Kubu_work is back19:54
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (Ping timeout: 268 seconds)19:57
*** awafaa is back20:00
*** tammranil is now away: Auto away20:05
*** Kubu_work is now away: Je ne suis pas là pour l'instant.20:05
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has quit IRC (Quit: dr_kokobas)20:05
*** dankm <dankm!~dan@user/dankm> has quit IRC (Remote host closed the connection)20:09
*** khem is now away: Auto-away20:09
*** flynn378 is now away: Auto-away20:10
*** dankm <dankm!~dan@user/dankm> has joined #yocto20:11
*** Kubu_work is back20:14
*** halstead is back20:16
*** Kubu_work is now away: Je ne suis pas là pour l'instant.20:19
*** Kubu_work is back20:20
*** druppy is back20:21
*** awafaa is now away: Auto-away20:22
*** sarahn is back20:22
*** halstead is now away: Auto-away20:26
*** halstead is back20:27
*** zeemate <zeemate!~chris@2001:16b8:b131:a00:9359:b1d6:873e:68dc> has joined #yocto20:28
*** _lore_ is now away: Auto away at Thu May 14 20:29:32 2026 UTC20:29
*** druppy is now away: Jeg er ikke til stede i øjeblikket.20:30
*** sarahn is now away: I'm not here right now20:30
*** halstead is now away: Auto-away20:36
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)20:38
*** KanjiMonster is now away: disconnected20:44
*** u1106 <u1106!~quassel@ec2-3-125-33-192.eu-central-1.compute.amazonaws.com> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)20:56
*** u1106 <u1106!~quassel@3.125.33.192> has joined #yocto20:57
*** awafaa is back21:01
*** florian <florian!~florian@dynamic-093-133-077-015.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds)21:03
*** tammranil is back21:17
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)21:18
*** awafaa is now away: Auto-away21:24
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 264 seconds)21:33
*** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Ping timeout: 268 seconds)21:37
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has quit IRC (Ping timeout: 245 seconds)21:37
*** dkl <dkl!~dkl@prometheus.umask.eu> has quit IRC (Ping timeout: 248 seconds)21:38
*** nyadiia is back21:43
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto21:46
*** Danct12 is now away: Auto away at Thu May 14 21:46:40 2026 UTC21:46
*** Danct12 is back21:46
*** tammranil is now away: Auto away21:51
*** sakoman is back21:53
*** sakoman is now away: I'm not here right now21:59
*** nyadiia is now away: Auto away22:00
*** Danct12 is now away: Auto away at Thu May 14 22:21:19 2026 UTC22:21
*** zeemate <zeemate!~chris@2001:16b8:b131:a00:9359:b1d6:873e:68dc> has quit IRC (Ping timeout: 245 seconds)22:36
*** patersonc is now away: Auto-away22:40
*** RP is now away: Auto away at Thu May 14 22:43:59 2026 UTC22:43
*** flynn378 is back22:47
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)22:56
*** ehussain is now away: I am currently away from the computer.23:08
*** smurray is now away: Auto-away23:11
*** smurray is back23:17
*** smurray is now away: Auto-away23:23
*** nyadiia is back23:45
*** Ermine is now away: Auto away23:47
*** smurray is back23:51

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!