Thursday, 2026-05-07

*** sanbeam <sanbeam!~Sanjeev@142.3.202.54> has quit IRC (Read error: Connection reset by peer)00:13
*** colin-pm is back00:24
*** colin-pm is now away: Auto-away00:30
*** sgw <sgw!~swold@user/sgw> has quit IRC (Ping timeout: 246 seconds)00:31
*** colin-pm is back00:39
*** sgw <sgw!~swold@user/sgw> has joined #yocto00:44
*** sgw is now away: I'm not here right now00:44
*** colin-pm is now away: Auto-away00:46
*** JPEW is now away: Auto-away00:47
*** tec42 is now away: away...00:52
*** tec42 is back00:52
*** tec42 is now away: away...00:52
*** tec42 is back00:53
*** tec42 is now away: away...00:54
*** rburton is now away: Auto-away00:54
*** tec42 is back00:55
*** sgw is back00:56
*** tec42 is now away: away...00:57
*** tec42 is back01:01
*** tec42 is now away: away...01:02
*** tec42 is back01:03
*** tec42 is now away: away...01:05
*** rburton is back01:06
*** sgw is now away: I'm not here right now01:10
*** tec42 is back01:19
*** tec42 is now away: away...01:21
*** tec42 is back01:29
*** dkl is back01:30
*** jclsn <jclsn!~jclsn@45.159.176.175.dynamic-pppoe.dt.ipv4.wtnet.de> has quit IRC (Ping timeout: 252 seconds)01:30
*** tec42 is now away: away...01:30
*** jclsn <jclsn!~jclsn@149.233.167.48.dynamic-pppoe.dt.ipv4.wtnet.de> has joined #yocto01:32
*** tec42 is back01:33
*** tec42 is now away: away...01:35
*** tec42 is back01:37
*** tgamblin is now away: Auto-away02:35
*** Jemy <Jemy!~Jemy@118-163-133-174.hinet-ip.hinet.net> has joined #yocto02:38
*** Danct12 is now away: Auto away at Thu May 7 02:41:02 2026 UTC02:41
*** tec42 is now away: away...02:44
*** lukma <lukma!~lukma@095160158229.dynamic-2-waw-k-4-2-0.vectranet.pl> has quit IRC (Ping timeout: 244 seconds)02:48
*** colin-pm is back02:48
*** lukma <lukma!~lukma@095160158229.dynamic-2-waw-k-4-2-0.vectranet.pl> has joined #yocto02:49
JemyI noticed a behavior difference between Yocto 4.x (kirkstone) and Yocto 5/6.x regarding recipe selection with meta-gplv2 and INCOMPATIBLE_LICENSE.02:51
JemyI added meta-gplv2 into a Yocto 6.0 build and expected GPLv2 recipes to be preferred when newer recipes are excluded by INCOMPATIBLE_LICENSE.02:51
JemyExample:02:51
Jemy* meta-gplv2: coreutils_6.9.bb02:51
Jemy* oe-core: coreutils_9.10.bb02:51
JemyWith:02:51
JemyINCOMPATIBLE_LICENSE = "GPL-3.0-only GPL-3.0-or-later LGPL-3.0-only LGPL-3.0-or-later"02:51
JemyIn Yocto 4.x, bitbake selects coreutils_6.9.bb, and coreutils_9.x is skipped due to incompatible license.02:51
JemyBut in Yocto 6.0, the provider sorting only considers coreutils_9.10.bb, while coreutils_6.9.bb does not appear in the sorted provider list.02:51
JemyFrom bitbake -DDD logs, it looks like the higher PV is selected before incompatible license filtering happens.02:51
JemyWas the provider/version resolution logic changed after Yocto 5.0, or is this unexpected behavior?02:51
JemyIs there any documentation or commit explaining this change?02:51
*** tec42 is back02:54
*** kkoc <kkoc!~savolla@212.154.72.137> has quit IRC (Ping timeout: 265 seconds)02:56
*** kkoc <kkoc!~savolla@212.154.72.137> has joined #yocto02:58
*** colin-pm is now away: Auto-away03:10
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)03:17
*** Xagen <Xagen!~Xagen@67.48.61.106> has joined #yocto03:20
*** Daanct12 <Daanct12!~danct12@user/danct12> has joined #yocto03:20
*** Xagen <Xagen!~Xagen@67.48.61.106> has quit IRC (Client Quit)03:20
*** lihis is back03:47
*** tec42 is now away: away...04:03
*** RP is back04:06
*** RP is now away: Auto away at Thu May 7 04:07:41 2026 UTC04:07
*** colin-pm is back04:08
*** sgw is back04:14
*** tec42 is back04:18
*** sgw is now away: I'm not here right now04:20
*** sgw is back04:20
*** Sundeep is back04:25
*** colin-pm is now away: Auto-away04:26
*** pvogelaar <pvogelaar!~pvogelaar@p508ec2e9.dip0.t-ipconnect.de> has joined #yocto04:37
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto04:49
yoctonJemy: did you notice that meta-gplv2 is unmaintained https://git.yoctoproject.org/meta-gplv2/commit/?id=43bf0e8d5985945d19d01f94bfbbda420c4435f3 ? Or maybe you use a fork?04:52
*** sgw is now away: I'm not here right now04:54
yoctonJemy: oh, it may just be the fact that the removed layer.conf prevent your build to consider  the meta-gplv2/coreutils_6.9.bb05:01
*** florian <florian!~florian@dynamic-002-243-026-077.2.243.pool.telefonica.de> has joined #yocto05:15
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto05:20
*** tec42 is now away: away...05:27
*** ray-san <ray-san!~Username@2a02:778:777f:8930:f034:2c29:ee20:9eb1> has joined #yocto05:32
*** KanjiMonster is back05:33
Jemyyocton: In fact I'm using fixed revision of meta-gplv2. But I'm curious about why yocto now not preventing incompatible license?05:33
*** vladest is back05:34
*** tec42 is back05:42
*** rfuentess <rfuentess!~rfuentess@154.45.232.215> has joined #yocto05:59
*** vladest is now away: I am currently away from the computer.06:00
*** Ermine is back06:00
*** vladest is back06:01
Guest77Is anyone using SPSDK tool with i.MX boards in Yocto environment? I mean, looks like CST is very easy to use and more documented. But it's a bit old as far as I understand.06:03
Guest77I need an example.06:04
*** vladest is now away: I am currently away from the computer.06:07
*** _lore_ is back06:10
*** RP is back06:21
RPJemy: the provides are probably different between the recipe versions and something in the newer one is being pulled in.06:23
RPJemy: meta-gplv2 is not supported any more. We didn't intentionally break anything but we do not test and do not support it, it is a really bad idea at this point06:24
*** zeemate <zeemate!~chris@2001:16b8:b132:e600:1d9d:2e34:dfdb:a2cc> has joined #yocto06:26
JemyRP: I see, thanks for the clarification.06:29
JemyPutting meta-gplv2 support aside for a moment, does this mean the behavior of INCOMPATIBLE_LICENSE during provider/version selection has changed in Yocto?06:29
JemyIn Yocto kirkstone, recipes excluded by incompatible license seemed to be filtered out before provider selection, while in Yocto 6.0 the higher PV recipe still appears to win during provider sorting.06:29
*** patersonc is back06:30
*** PiotrBulinski is back06:30
mcfriskJemy: in latest yocto builds INCOMPATIBLE_LICENSES is preferred to be set per images so that the GPLv3 build time tooling still works but is not shipped in images06:36
mcfriskJemy: https://docs.yoctoproject.org/ref-manual/variables.html#term-INCOMPATIBLE_LICENSE06:36
mcfriskJemy: meta-gplv2 is not maintained, please do not use it in products06:36
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto06:39
Jemymcfrisk: got it, it's not build time check now, but deliver time check. Thanks for you all, yocton RP mcfrisk06:42
*** tec42 is now away: away...06:44
*** Boucman is back06:45
*** mckoan|away is back06:46
*** mckoan|away is now known as mckoan06:46
*** dkl is now away: Auto away at Thu May 7 06:46:29 2026 UTC06:46
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has quit IRC (Ping timeout: 245 seconds)06:51
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto06:51
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto06:53
*** tec42 is back06:55
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has joined #yocto06:57
*** ptsneves <ptsneves!~Thunderbi@095160232254.business.static.vectranet.pl> has joined #yocto07:00
*** mrpelotazo is back07:02
*** ptsneves1 <ptsneves1!~Thunderbi@public-gprs221496.centertel.pl> has joined #yocto07:02
*** ptsneves <ptsneves!~Thunderbi@095160232254.business.static.vectranet.pl> has quit IRC (Ping timeout: 245 seconds)07:04
*** ptsneves1 is now known as ptsneves07:04
KanjiMonsterdoes it still make sense sending in (security) patches for kirkstone, or would they just get ignored anyway?07:04
*** mrpelotazo is now away: Auto away at Thu May 7 07:06:44 2026 UTC07:06
yoctonKanjiMonster: I would ignore them, the maintenance period for kirkstone is over (at least from my point of view)07:08
mcfriskKanjiMonster: I bet there are a lot of users still stuck with it so some collaboration with interested parties could happen, not sure where though07:09
paulbarkerKanjiMonster: There was a meta-lts-collab repo setup: https://git.yoctoproject.org/meta-lts-collab/07:11
*** dmoseley_ <dmoseley_!~dmoseley@98.97.172.155> has quit IRC (Remote host closed the connection)07:11
paulbarkerWe can't provide any more testing or official support under Yocto Project, but we're happy to host a repo for folks who want to collect patches07:12
KanjiMonsteryocton: I am aware, that's why I was asking. Might have been a "we won't actively do anything for it anymore, but if users do the effort we can apply simple/trivial patches", or a "it's dead, jim"07:14
*** ehussain is back07:14
KanjiMonstermcfrisk: paulbarker: that one looks promising, thanks07:14
*** deribaucourt is back07:20
*** ptsneves <ptsneves!~Thunderbi@public-gprs221496.centertel.pl> has quit IRC (Read error: Connection reset by peer)07:21
*** deribaucourt is now away: Auto away at Thu May 7 07:22:17 2026 UTC07:23
*** ndec is back07:25
*** frieder <frieder!~frieder@i59F664F1.versanet.de> has joined #yocto07:44
*** Saur is now away: ♫ Phil Collins - Colours ♫07:50
RPKanjiMonster: we're encouraging people to group together and collaborate, we just can't do it in the main repo07:52
KanjiMonsterRP: makes sense (just opened my first PR for meta-lts-collab)07:55
*** Saur is now away: ♫ Reo Speedwagon - Take It On the Run ♫07:56
*** tec42 is now away: away...07:57
*** tec42 is back08:00
*** Saur is now away: ♫ Fleetwood Mac - Family Man ♫08:00
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has quit IRC (Remote host closed the connection)08:03
*** Saur is now away: ♫ Yes - Owner of a Lonly Heart ♫08:05
*** Saur is now away: ♫ Simon and Garfunkel - Keep the Customer Satisfied ♫08:08
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:cf61:f7e6:4bb9:ea56> has joined #yocto08:08
*** Saur is now away: ♫ Matt Gray - Flash Gordon Main Theme ♫08:11
*** samk is back08:16
*** ehussain is now away: I am currently away from the computer.08:17
*** Saur is now away: ♫ Gershwin - Rhapsody in Blue ♫08:18
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has joined #yocto08:22
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has quit IRC (Read error: Connection reset by peer)08:23
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has joined #yocto08:23
*** Saur is now away: ♫ Kraftwerk - The Model ♫08:34
*** florian <florian!~florian@dynamic-002-243-026-077.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 265 seconds)08:38
*** Saur is now away: ♫ Alphaville - Big in Japan ♫08:38
*** Saur is now away: ♫ The Alan Parsons Project - I Wouldn't Want to Be like You ♫08:42
*** dr_kokobas is now away: I am currently away from the computer.08:43
*** dr_kokobas is back08:44
*** Saur is now away: ♫ The Pretenders - Don´t Get Me Wrong ♫08:45
*** Saur is now away: ♫ Unknown - Sorrow in Desert ♫08:49
*** Saur is now away: ♫ Unknown - Ett rum med utsikt - O Mio Babbino Caro ♫08:52
*** Saur is now away: ♫ Phil Collins - Something Happened on the Way ♫08:54
*** Saur is now away: ♫ Howard Shore - Helm's Deep ♫08:59
*** Saur is now away: ♫ Dire Straits - Calling Elvis ♫09:03
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto09:05
*** jmd <jmd!~user@216.238.27.189> has joined #yocto09:06
*** Saur is now away: ♫ Lustans lakejer - Diamanter ♫09:09
*** Saur is now away: ♫ The Blues Brothers - Sweet Home Chicago ♫09:13
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has quit IRC (Quit: dr_kokobas)09:16
*** smurray is back09:19
*** Saur is now away: ♫ Yazoo - Goodbye 70's ♫09:21
*** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has quit IRC (Remote host closed the connection)09:23
*** Saur is now away: ♫ Enya - On My Way Home ♫09:23
*** Saur is now away: ♫ Living in a Box - Living in a Box ♫09:29
*** dgx55 <dgx55!~kaitsh@user/kaitsh> has quit IRC (Quit: The Lounge - https://thelounge.chat)09:29
*** Saur is now away: ♫ Enya - S Fagaim Mo Bhaile ♫09:32
*** dgx55 <dgx55!~kaitsh@user/kaitsh> has joined #yocto09:34
*** Saur is now away: ♫ Matt Gray - Turbo Outrun ♫09:35
*** sarahn is back09:39
*** Saur is now away: ♫ Kool & The Gang - Cherish ♫09:44
*** flynn378 is back09:46
*** sarahn is now away: I'm not here right now09:46
*** sarahn is back09:48
*** Saur is now away: ♫ Original Broadway Cast - Frank Mills ♫09:48
*** Saur is now away: ♫ Era - The Champions ♫09:50
*** Saur is now away: ♫ Howard Shore - Out of the Frying-Pan ♫09:54
*** tec42 is now away: away...09:58
*** tec42 is back09:58
*** Saur is now away: ♫ Vladimir Ashkenazy - Pn Son No.14 quasi una fantasia in c sharp, Op.27 No.2 'Moonlight': I. Adagio sostenuto ♫10:00
*** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has joined #yocto10:06
*** Saur is now away: ♫ Gregorian - The First Time Ever I Saw Your Face ♫10:06
*** Saur is now away: ♫ Ben Daglish/Rob Hubbard - Auf Wiedersehen Monty ♫10:12
*** _lore_ is now away: Auto away at Thu May 7 10:12:37 2026 UTC10:12
*** sakoman <sakoman!~sakoman@199.58.102.16> has quit IRC (Read error: Connection reset by peer)10:12
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has joined #yocto10:13
*** sarahn is now away: I'm not here right now10:17
*** Saur is now away: ♫ Porno for Pyros - Pets ♫10:18
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)10:18
*** Saur is now away: ♫ Gianna Nannini - I Maschi ♫10:22
*** sakoman <sakoman!~sakoman@199.58.102.16> has joined #yocto10:27
*** sakoman is now away: I'm not here right now10:27
*** Saur is now away: ♫ Matt Gray - Arkanoid ♫10:28
*** sarahn is back10:29
SchlumpfIs there a way to find the recipe, which pulls another recipe into the rootfs? I know depends.dot, but these are build dependencies, aren't they? I'm interested in runtime dependencies.10:29
*** Saur is now away: ♫ Melanie C - Why? ♫10:32
*** sakoman <sakoman!~sakoman@199.58.102.16> has quit IRC (Ping timeout: 256 seconds)10:33
RPkanavin: https://git.openembedded.org/openembedded-core/commit/?id=bddc141e7cec18744902787ab53c21bf28e71f78 is where libc_cv_ssp=no appears10:34
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 255 seconds)10:34
RPhttps://git.openembedded.org/openembedded-core/commit/meta/recipes-core/glibc/glibc.inc?id=271831133358b3231808e8fe7aa2817e41d98e2f is another piece10:35
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto10:36
RPand https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/glibc/glibc.inc?id=9c3d461c4d54d684b38ec4c038a1c3c2fb9923f0 is the other10:36
*** Saur is now away: ♫ R.E.M. - The Sidewinder Sleeps Tonight ♫10:37
*** _lore_ is back10:40
*** Saur is now away: ♫ FastLoaders - Commando ♫10:41
mcfriskSchlumpf: enable buildhistory, then check the resulting RDEPENDS. Then check image specific "depends.dot" file for what pulls in the dependency. Same data for non-image binary packages is also available in package metadata. https://docs.yoctoproject.org/dev-manual/build-quality.html#enabling-and-disabling-build-history10:42
rburtonSchlumpf: i hacked up https://gitlab.com/rossburton/pkgexp some time ago but no idea if it still works, but it should answer that question10:42
rburtonmcfrisk: how did i not know that buildhistory has a runtime depends.dot!10:43
*** Kubu_work is now away: Je ne suis pas là pour l'instant.10:44
*** sarahn is now away: I'm not here right now10:44
*** sarahn is back10:44
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto10:45
*** smurray is now away: Auto-away10:45
*** Saur is now away: ♫ Chris Rea - Loving You Again ♫10:46
*** sakoman <sakoman!~sakoman@199.58.102.16> has joined #yocto10:47
*** sakoman is now away: I'm not here right now10:47
*** smurray is back10:48
*** sarahn is now away: I'm not here right now10:50
*** Saur is now away: ♫ Sophie Zelmani - So Long ♫10:51
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)10:54
Schlumpfmcfrisk Many thanks!10:55
*** Saur is now away: ♫ Enigma 2 - I Love You... I'll Kill You ♫10:55
*** dmoseley <dmoseley!~dmoseley@98.97.172.155> has joined #yocto10:57
*** dmoseley is now away: Auto away at Thu May 7 10:57:05 2026 UTC10:57
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫11:00
*** tgamblin is back11:04
*** dmoseley <dmoseley!~dmoseley@98.97.172.155> has quit IRC (Quit: ZNC 1.9.1 - https://znc.in)11:04
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto11:05
*** dmoseley <dmoseley!~dmoseley@98.97.172.155> has joined #yocto11:07
*** dmoseley is now away: Auto away at Thu May 7 11:07:31 2026 UTC11:07
*** smurray is now away: Auto-away11:09
*** samk is now away: Auto away11:16
*** samk is back11:17
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 264 seconds)11:30
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto11:32
*** flynn378 is now away: Auto-away11:35
*** Saur is now away: ♫ Enigma 2 - I Love You... I'll Kill You ♫11:37
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto11:41
*** Saur is now away: ♫ U2 - Stay (Faraway, So Close!) ♫11:41
*** Kubu_work is back11:42
*** vladest is back11:46
*** Saur is now away: ♫ Beatles - Rocky Racoon ♫11:46
*** Saur is now away: ♫ U2 - Until the End of the World ♫11:50
*** vladest is now away: I am currently away from the computer.11:54
*** Saur is now away: ♫ Enya - Aldebaran ♫11:55
*** Saur is now away: ♫ Enya - Oíche Chiún ♫11:58
*** Saur is now away: ♫ Fastloaders - Palace Gardens ♫12:02
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫12:02
*** moto-timo is now away: Auto-away12:06
*** moto-timo is back12:07
*** halstead is back12:09
*** tec42 is now away: away...12:09
*** goliath <goliath!~goliath@user/goliath> has joined #yocto12:13
*** halstead is now away: Auto-away12:14
*** jmd <jmd!~user@216.238.27.189> has quit IRC (Remote host closed the connection)12:17
*** Daanct12 <Daanct12!~danct12@user/danct12> has quit IRC (Quit: WeeChat 4.9.0)12:28
*** smurray is back12:31
*** lihis is now away: I'm away..12:31
*** neverpanic is back12:31
*** jmd <jmd!~user@50.238.158.12> has joined #yocto12:32
*** Saur is now away: ♫ Fastloaders - Palace Gardens ♫12:43
*** rfuentess <rfuentess!~rfuentess@154.45.232.215> has quit IRC (Remote host closed the connection)12:43
*** rfuentess <rfuentess!~rfuentess@154.45.232.215> has joined #yocto12:44
*** flynn378 is back12:44
*** Saur is now away: ♫ Dan Hartman - I Can Dream About You ♫12:47
*** Saur is now away: ♫ Simon and Garfunkel - Song For The Asking ♫12:51
*** Saur is now away: ♫ Cyndi Lauper - All Through the Night ♫12:53
*** jonmason is now away: Auto-away12:55
*** Saur is now away: ♫ Jean Michel Jarre - Équinoxe, Pt. 5 ♫12:57
*** Kubu_work is now away: Je ne suis pas là pour l'instant.12:58
*** Kubu_work is back12:59
*** sarahn is back13:01
*** Saur is now away: ♫ Vogon Poetry - Tomorrow (Glenn Main Remix) ♫13:01
*** Saur is now away: ♫ Melanie C - Feel the Sun ♫13:05
*** Saur is now away: ♫ Bruce Springsteen - My Hometown ♫13:10
*** smurray is now away: Auto-away13:10
*** Saur is now away: ♫ Pink Floyd - Bring the boys back home ♫13:14
*** jonmason is back13:15
*** Saur is now away: ♫ Modern Talking - Angie's Heart ♫13:15
*** sarahn is now away: I'm not here right now13:17
*** Saur is now away: ♫ Instant Remedy - C64 Theme (Commando) ♫13:19
*** rburton is now away: Auto-away13:20
*** sarahn is back13:21
*** Saur is now away: ♫ Dire Straits - Down to the Waterline ♫13:23
*** Saur is now away: ♫ John Carpenter - The President Is Gone ♫13:28
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Quit: Leaving)13:29
*** dgx55 <dgx55!~kaitsh@user/kaitsh> has quit IRC (Ping timeout: 246 seconds)13:29
*** dgx55 <dgx55!~kaitsh@user/kaitsh> has joined #yocto13:30
*** Saur is now away: ♫ Depeche Mode - Personal Jesus ♫13:30
*** PiotrBulinski is now away: Auto-away13:31
*** smurray is back13:32
*** sarahn is now away: I'm not here right now13:32
*** Kubu_work is now away: Je ne suis pas là pour l'instant.13:33
*** Kubu_work is back13:33
*** sarahn is back13:33
*** Saur is now away: ♫ Infinite Mass - Area Turns Red ♫13:35
*** dgriego_ <dgriego_!~textual@2600:8800:200:1d:a9ed:c543:4e9e:b580> has joined #yocto13:36
*** dgriego <dgriego!~textual@user/dgriego> has quit IRC (Ping timeout: 246 seconds)13:37
*** Saur is now away: ♫ Händel - La Rejouissance ♫13:39
*** Danct12 is back13:40
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫13:41
*** colin-pm is back13:46
*** sarahn is now away: I'm not here right now13:49
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has joined #yocto13:50
*** colin-pm is now away: Auto-away13:51
*** sarahn is back13:51
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds)13:52
*** smurray is now away: Auto-away13:53
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has joined #yocto13:54
*** sarahn is now away: I'm not here right now13:56
*** sarahn is back14:03
*** flynn378 is now away: Auto-away14:07
*** flynn378 is back14:08
*** rfuentess <rfuentess!~rfuentess@154.45.232.215> has quit IRC (Remote host closed the connection)14:08
*** sarahn is now away: I'm not here right now14:10
*** smurray is back14:11
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 244 seconds)14:12
*** sarahn is back14:15
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)14:16
*** Sundeep is now away: Auto away14:21
*** sarahn is now away: I'm not here right now14:23
*** neverpanic is now away: gone14:35
*** Sundeep is back14:35
*** _lore_ is now away: Auto away at Thu May 7 14:39:45 2026 UTC14:39
*** JPEW is back14:46
*** _lore_ is back14:51
*** sarahn is back14:57
*** PiotrBulinski is back14:57
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed)15:00
vmesonAn interesting, annoying bug that RP would llike someone to try to work on, perhaps with his help: Bug 14218 - Recipe rebuilds can contaminate builds  https://bugzilla.yoctoproject.org/show_bug.cgi?id=1421815:02
*** sarahn is now away: I'm not here right now15:02
*** PiotrBulinski is now away: Auto-away15:02
*** PiotrBulinski is back15:03
yoctonvmeson: you should note that it has a reproducer ! :)15:04
vmesonyocton: good point, anyone interested ?15:12
*** PiotrBulinski is now away: Auto-away15:12
*** sarahn is back15:13
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has quit IRC (Ping timeout: 245 seconds)15:15
*** sarahn is now away: I'm not here right now15:18
*** sarahn is back15:21
*** sarahn is now away: I'm not here right now15:27
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has joined #yocto15:31
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)15:33
*** sarahn is back15:33
*** rob_w <rob_w!~rob_w@2001:a61:6109:9e01:5143:863b:27ea:5797> has joined #yocto15:34
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)15:36
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has joined #yocto15:40
*** kergoth is back15:40
*** jmd <jmd!~user@50.238.158.12> has quit IRC (Remote host closed the connection)15:47
*** sarahn is now away: I'm not here right now15:49
*** patersonc is now away: Auto-away16:02
*** halstead is back16:04
*** sarahn is back16:04
*** jmd <jmd!~user@50.238.158.12> has joined #yocto16:07
*** pvogelaar <pvogelaar!~pvogelaar@p508ec2e9.dip0.t-ipconnect.de> has quit IRC (Quit: Client closed)16:13
*** sarahn is now away: I'm not here right now16:20
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:cf61:f7e6:4bb9:ea56> has quit IRC (Remote host closed the connection)16:20
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has quit IRC (Ping timeout: 245 seconds)16:22
*** xtopher is now away: Auto-away16:23
*** dkl is back16:24
*** Boucman is now away: Auto-away16:25
*** sarahn is back16:27
*** sarahn is now away: I'm not here right now16:32
*** sarahn is back16:33
*** smurray is now away: Auto-away16:34
*** mathieum2048 is now away: Auto away16:36
*** sarahn is now away: I'm not here right now16:39
kanavinRP: yes, one of those old school commits which doesn't fully justify the tweaks :) I sent a msg to oe-core with the same link.16:40
*** mckoan is now away: mckoan16:41
*** mckoan is now known as mckoan|away16:41
*** sarahn is back16:46
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Remote host closed the connection)16:46
*** smurray is back16:46
*** jmd` <jmd`!~user@50.238.158.12> has joined #yocto16:48
*** jmd <jmd!~user@50.238.158.12> has quit IRC (Ping timeout: 265 seconds)16:51
*** vladest is back16:51
*** Jemy <Jemy!~Jemy@118-163-133-174.hinet-ip.hinet.net> has quit IRC (Quit: Client closed)16:53
*** sarahn is now away: I'm not here right now16:53
*** zeemate <zeemate!~chris@2001:16b8:b132:e600:1d9d:2e34:dfdb:a2cc> has quit IRC (Ping timeout: 245 seconds)16:56
*** Sundeep is now away: Auto away16:57
*** sdora is now away: Auto away16:57
*** Sundeep is back16:57
*** sdora is back16:57
*** sgw is back16:59
*** sarahn is back16:59
*** _lore_ is now away: Auto away at Thu May 7 17:01:09 2026 UTC17:01
*** vladest is now away: I am currently away from the computer.17:03
*** sarahn is now away: I'm not here right now17:04
*** halstead is now away: Auto-away17:05
*** RP is now away: Auto away at Thu May 7 17:06:12 2026 UTC17:06
*** smurray is now away: Auto-away17:07
*** Kubu_work is now away: Je ne suis pas là pour l'instant.17:13
*** Sundeep is now away: Auto away17:16
*** smurray is back17:18
*** sgw is now away: I'm not here right now17:20
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has joined #yocto17:23
*** smurray is now away: Auto-away17:31
*** halstead is back17:34
*** frezidok <frezidok!~frezidok@user/frezidok> has quit IRC (Quit: Ping timeout (120 seconds))17:36
*** frezidok <frezidok!~frezidok@user/frezidok> has joined #yocto17:37
*** sgw is back17:39
*** jmd`` <jmd``!~user@50.238.158.12> has joined #yocto17:48
*** jmd` <jmd`!~user@50.238.158.12> has quit IRC (Ping timeout: 264 seconds)17:50
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 276 seconds)17:52
*** sgw is now away: I'm not here right now17:53
*** paulbarker is now away: Auto-away17:54
*** flynn378 is now away: Auto-away17:55
*** halstead is now away: Auto-away17:56
*** jmd <jmd!~user@50.238.158.12> has joined #yocto17:56
*** jmd <jmd!~user@50.238.158.12> has quit IRC (Remote host closed the connection)17:57
*** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto18:00
*** sgw is back18:03
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto18:04
*** paulbarker is back18:04
*** druppy is now away: Jeg er ikke til stede i øjeblikket.18:05
*** sarahn is back18:07
*** druppy is back18:08
*** jmd``` <jmd```!~user@50.238.158.12> has joined #yocto18:12
*** jmd`` <jmd``!~user@50.238.158.12> has quit IRC (Ping timeout: 244 seconds)18:14
*** smurray is back18:14
*** druppy is now away: Jeg er ikke til stede i øjeblikket.18:14
*** sarahn is now away: I'm not here right now18:14
*** sarahn is back18:19
*** druppy is back18:20
*** flynn378 is back18:22
*** RP is back18:24
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has quit IRC (Ping timeout: 272 seconds)18:24
*** druppy is now away: Jeg er ikke til stede i øjeblikket.18:25
*** RP is now away: Auto away at Thu May 7 18:29:15 2026 UTC18:29
*** _lore_ is back18:31
*** _lore_ is now away: Auto away at Thu May 7 18:33:30 2026 UTC18:33
*** smurray is now away: Auto-away18:35
*** jmd```` <jmd````!~user@50.238.158.12> has joined #yocto18:42
*** vladest is back18:44
*** jmd``` <jmd```!~user@50.238.158.12> has quit IRC (Ping timeout: 255 seconds)18:44
*** Danct12 is now away: Auto away at Thu May 7 18:45:15 2026 UTC18:45
*** flynn378 is now away: Auto-away18:50
*** rob_w <rob_w!~rob_w@2001:a61:6109:9e01:5143:863b:27ea:5797> has quit IRC (Quit: Leaving)18:53
*** PiotrBulinski is back18:54
*** vladest is now away: I am currently away from the computer.18:55
*** smurray is back19:02
*** sgw is now away: I'm not here right now19:04
*** RP is back19:07
*** vladest is back19:08
*** patersonc is back19:10
*** RP is now away: Auto away at Thu May 7 19:16:06 2026 UTC19:16
*** PiotrBulinski is now away: Auto-away19:16
*** smurray is now away: Auto-away19:24
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has joined #yocto19:34
*** kergoth is now away: Away19:37
*** colin-pm is back19:40
*** PiotrBulinski is back19:41
*** druppy is back19:42
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has joined #yocto19:42
*** colin-pm is now away: Auto-away19:45
*** druppy is now away: Jeg er ikke til stede i øjeblikket.19:47
*** vladest is now away: I am currently away from the computer.19:48
*** druppy is back19:49
*** PiotrBulinski is now away: Auto-away19:49
*** florian <florian!~florian@dynamic-002-243-026-077.2.243.pool.telefonica.de> has joined #yocto19:51
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has quit IRC (Ping timeout: 255 seconds)19:52
*** dgx55 <dgx55!~kaitsh@user/kaitsh> has quit IRC (Quit: The Lounge - https://thelounge.chat)19:52
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has quit IRC (Ping timeout: 245 seconds)19:52
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has joined #yocto19:53
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has joined #yocto19:53
*** druppy is now away: Jeg er ikke til stede i øjeblikket.19:54
*** Kubu_work is back19:56
*** patersonc is now away: Auto-away20:00
*** kergoth is back20:07
*** kergoth is now away: Away20:09
*** zeemate <zeemate!~chris@2001:16b8:b132:e600:46e8:c56e:fec2:7f1c> has joined #yocto20:11
*** patersonc is back20:13
*** NishanthMenon is now away: Auto-away20:15
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (Ping timeout: 255 seconds)20:18
*** patersonc is now away: Auto-away20:19
*** jmd````` <jmd`````!~user@50.238.158.12> has joined #yocto20:25
*** jmd```` <jmd````!~user@50.238.158.12> has quit IRC (Ping timeout: 248 seconds)20:26
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has quit IRC (Ping timeout: 252 seconds)20:29
*** druppy is back20:29
*** dgx55 <dgx55!~kaitsh@user/kaitsh> has joined #yocto20:32
*** jmd`````` <jmd``````!~user@50.238.158.12> has joined #yocto20:32
*** jmd````` <jmd`````!~user@50.238.158.12> has quit IRC (Ping timeout: 244 seconds)20:34
*** druppy is now away: Jeg er ikke til stede i øjeblikket.20:36
*** kergoth is back20:39
*** sgw is back20:40
*** kergoth is now away: Away20:40
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has quit IRC (Quit: Leaving)20:41
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has joined #yocto20:41
*** druppy is back20:42
*** _lore_ is back20:42
*** ndec is now away: Auto-away20:43
*** _lore_ is now away: Auto away at Thu May 7 20:43:43 2026 UTC20:43
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto20:45
*** druppy is now away: Jeg er ikke til stede i øjeblikket.20:47
*** druppy is back20:47
*** sgw is now away: I'm not here right now20:47
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Remote host closed the connection)20:48
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto20:49
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Remote host closed the connection)20:50
*** druppy is now away: Jeg er ikke til stede i øjeblikket.20:52
*** halstead is back20:54
*** KanjiMonster is now away: disconnected20:55
*** kergoth is back20:55
*** paulbarker is now away: Auto-away21:00
*** smurray is back21:01
*** druppy is back21:04
*** _lore_ is back21:07
*** RP is back21:07
*** druppy is now away: Jeg er ikke til stede i øjeblikket.21:09
*** druppy is back21:13
*** frieder <frieder!~frieder@i59F664F1.versanet.de> has quit IRC (Ping timeout: 256 seconds)21:15
*** jmd`````` <jmd``````!~user@50.238.158.12> has quit IRC (Remote host closed the connection)21:16
*** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Ping timeout: 245 seconds)21:17
*** smurray is now away: Auto-away21:23
*** nyadiia <nyadiia!~nyadiia@user/nyadiia> has quit IRC (Remote host closed the connection)21:25
*** alejandrohs <alejandrohs!~alejandro@user/alejandrohs> has joined #yocto21:29
*** nyadiia <nyadiia!~nyadiia@user/nyadiia> has joined #yocto21:30
*** nyadiia is now away: Auto away21:30
*** halstead is now away: Auto-away21:34
*** _lore_ is now away: Auto away at Thu May 7 21:38:58 2026 UTC21:38
*** jmd <jmd!~user@216.238.27.189> has joined #yocto21:41
*** flynn378 is back21:46
*** smurray is back21:52
*** florian <florian!~florian@dynamic-002-243-026-077.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 246 seconds)21:54
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Remote host closed the connection)21:56
*** RP is now away: Auto away at Thu May 7 22:00:16 2026 UTC22:00
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)22:10
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)22:23
*** PiotrBulinski is back22:25
*** RP is back22:26
*** flynn378 is now away: Auto-away22:26
*** RP is now away: Auto away at Thu May 7 22:27:26 2026 UTC22:27
*** PiotrBulinski is now away: Auto-away22:30
*** zeemate <zeemate!~chris@2001:16b8:b132:e600:46e8:c56e:fec2:7f1c> has quit IRC (Ping timeout: 272 seconds)22:33
*** paulbarker is back22:37
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has joined #yocto22:38
*** dkl is now away: Auto away at Thu May 7 22:42:28 2026 UTC22:42
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has quit IRC (Ping timeout: 276 seconds)22:47
*** sgw is back23:31
*** jmd <jmd!~user@216.238.27.189> has quit IRC (Ping timeout: 255 seconds)23:35
*** RP is back23:42
*** RP is now away: Auto away at Thu May 7 23:44:09 2026 UTC23:44
*** smurray is now away: Auto-away23:53
*** Ermine is now away: Auto away23:57

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