Wednesday, 2026-05-20

*** sakoman is back00:00
*** sakoman is now away: I'm not here right now00:08
*** RP is back00:10
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has quit IRC (Server closed connection)00:10
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has joined #yocto00:10
*** RP is now away: Auto away at Wed May 20 00:11:48 2026 UTC00:11
*** halstead is now away: Auto-away00:12
*** sakoman is back00:13
*** flynn378 is back00:17
*** sakoman is now away: I'm not here right now00:18
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection)00:32
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto00:35
*** Crofton is back00:36
*** vvn <vvn!~vivien@bras-base-mtrlpq02huw-grc-03-174-88-247-116.dsl.bell.ca> has quit IRC (Quit: WeeChat 4.8.1)00:40
*** sdora is now away: Auto away00:50
*** sdora is back00:51
*** flynn378 is now away: Auto-away00:51
*** sdora is now away: Auto away00:55
*** colin-pm is back01:07
*** colin-pm is now away: Auto-away01:12
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 245 seconds)01:12
*** jclsn <jclsn!~jclsn@31.29.50.23.dynamic-pppoe.dt.ipv4.wtnet.de> has quit IRC (Ping timeout: 252 seconds)01:15
*** jclsn <jclsn!~jclsn@95.163.175.199.dynamic-pppoe.dt.ipv4.wtnet.de> has joined #yocto01:17
*** mansandersson868 <mansandersson868!~mansander@user/mansandersson> has quit IRC (Quit: Ping timeout (120 seconds))01:22
*** mansandersson868 <mansandersson868!~mansander@user/mansandersson> has joined #yocto01:22
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (Quit: quit)01:23
*** shoragan <shoragan!~shoragan@user/shoragan> has joined #yocto01:23
*** bjdooks <bjdooks!bendooks@78.40.148.174> has quit IRC (Remote host closed the connection)01:24
*** bjdooks <bjdooks!bendooks@78.40.148.174> has joined #yocto01:25
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto01:26
*** colin-pm is back01:29
*** dkl is back01:30
*** colin-pm is now away: Auto-away01:35
*** dkl is now away: Auto away at Wed May 20 01:41:41 2026 UTC01:41
*** jmd <jmd!~user@aftr-82-135-83-163.dynamic.mnet-online.de> has quit IRC (Ping timeout: 265 seconds)01:59
*** RP is back01:59
*** RP is now away: Auto away at Wed May 20 02:00:55 2026 UTC02:00
*** nyadiia is back02:03
*** tokamak is now away: Auto away at Wed May 20 02:16:33 2026 UTC02:16
*** nyadiia is now away: Auto away02:21
*** tgamblin is now away: Auto-away02:30
*** colin-pm is back02:38
*** ericst <ericst!~ericst@213.144.147.209> has quit IRC (Server closed connection)02:45
*** ericst <ericst!~ericst@213.144.147.209> has joined #yocto02:45
*** ericst is now away: Auto away02:45
*** colin-pm is now away: Auto-away02:46
*** colin-pm is back02:48
*** colin-pm is now away: Auto-away02:56
*** nyadiia <nyadiia!~nyadiia@user/nyadiia> has quit IRC (Ping timeout: 246 seconds)03:07
*** colin-pm is back03:24
*** colin-pm is now away: Auto-away03:29
*** dgriego <dgriego!~textual@user/dgriego> has joined #yocto03:33
*** colin-pm is back03:37
*** JPEW is now away: Auto-away03:43
*** colin-pm is now away: Auto-away03:43
*** khem is back03:48
khemroussinm: you can integrate an OTA like swupdate to do the field upgrades. For an example look at yoe distro03:52
*** khem is now away: Auto-away03:58
*** teknix <teknix!~unknown@user/hsv> has quit IRC (Ping timeout: 245 seconds)03:59
*** colin-pm is back03:59
*** silviu <silviu!~silviu@49.231.190.2> has joined #yocto04:01
*** lihis is back04:04
*** silviu_ <silviu_!~silviu@49.231.190.2> has joined #yocto04:05
*** colin-pm is now away: Auto-away04:05
*** RP is back04:05
*** silviu <silviu!~silviu@49.231.190.2> has quit IRC (Read error: Connection reset by peer)04:05
*** RP is now away: Auto away at Wed May 20 04:06:44 2026 UTC04:06
*** colin-pm is back04:10
*** colin-pm is now away: Auto-away04:15
*** piie <piie!~piie@piie.net> has quit IRC (Server closed connection)04:16
*** piie <piie!~piie@piie.net> has joined #yocto04:17
*** piie is now away: Detached from screen since 2026-05-19 22:57:30+020004:17
*** PhoenixMage <PhoenixMage!~phoenix@103.214.222.146.v4.dyn.launtel.au> has joined #yocto04:28
*** rburton is now away: Auto-away04:36
*** Danct12 is back04:40
*** ehussain <ehussain!~Thunderbi@39.49.175.42> has joined #yocto04:41
PhoenixMageWhats the best way to go about compiling some 3rd party device tree overlays in a yocto recipe? Just create a new layer and recipe or is there something I should inherit to help me along the way04:41
*** lihis <lihis!~lihis@2001:41d0:e:f34::1> has quit IRC (Quit: Quitting)04:44
*** lihis <lihis!~lihis@2001:41d0:e:f34::1> has joined #yocto04:44
*** rburton is back04:48
*** mathieum2048 is now away: Auto away04:52
*** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto04:55
rber|res@PhoenixMage you might want to have a look at the devicetree.bbclass  https://git.openembedded.org/openembedded-core/tree/meta/classes-recipe/devicetree.bbclass05:21
PhoenixMageThanks rber|res thats exactly the direction I was after05:24
*** aardo is now away: Auto away at Wed May 20 05:25:32 2026 UTC05:25
*** ehussain is now away: I am currently away from the computer.05:27
*** mathieum2048 is back05:29
*** kkoc <kkoc!~savolla@212.125.19.16> has joined #yocto05:30
*** Boucman is now away: Auto-away05:31
*** florian_kc <florian_kc!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto05:34
*** rburton is now away: Auto-away05:37
*** kkoc <kkoc!~savolla@212.125.19.16> has quit IRC (Quit: WeeChat 4.8.1)05:39
*** kkoc <kkoc!~savolla@212.125.19.16> has joined #yocto05:39
*** florian_kc <florian_kc!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)05:45
*** rburton is back05:51
*** goliath <goliath!~goliath@user/goliath> has joined #yocto05:52
*** ndec is back05:53
*** teknix <teknix!~unknown@user/hsv> has joined #yocto06:00
*** hoyes3 <hoyes3!~hoyes@user/hoyes> has quit IRC (Quit: The Lounge - https://thelounge.chat)06:00
*** hoyes3 <hoyes3!~hoyes@user/hoyes> has joined #yocto06:01
*** dkl is back06:01
*** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (Ping timeout: 272 seconds)06:01
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto06:03
*** frezidok <frezidok!~frezidok@user/frezidok> has quit IRC (Ping timeout: 268 seconds)06:05
*** RP is back06:06
*** RP is now away: Auto away at Wed May 20 06:07:37 2026 UTC06:07
*** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto06:20
*** KanjiMonster is back06:23
*** Ermine is back06:23
*** druppy is now away: Jeg er ikke til stede i øjeblikket.06:24
*** sarahn is back06:29
*** RP is back06:30
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto06:30
*** Boucman is back06:31
*** dkl is now away: Auto away at Wed May 20 06:32:11 2026 UTC06:32
*** druppy is back06:33
*** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Quit: druppy)06:34
*** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto06:34
*** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Ping timeout: 248 seconds)06:39
*** halstead is back06:40
*** samk is now away: Auto away06:41
*** halstead is now away: Auto-away06:47
*** halstead is back06:48
*** sarahn is now away: I'm not here right now06:48
*** aardo is back06:49
*** zeemate <zeemate!~chris@2001:16b8:b111:4700:a213:620c:f57f:2e52> has joined #yocto06:52
*** halstead is now away: Auto-away06:57
*** patersonc is back06:57
*** halstead is back06:59
*** ndec is now away: Auto-away07:00
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto07:01
*** sarahn is back07:01
*** halstead is now away: Auto-away07:07
*** sarahn is now away: I'm not here right now07:08
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has joined #yocto07:14
*** frieder <frieder!~frieder@88.130.219.86> has joined #yocto07:15
*** ederibaucourt is back07:15
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto07:16
*** fatho is back07:17
*** ederibaucourt is now away: Auto away at Wed May 20 07:16:26 2026 UTC07:18
*** neachdainn <neachdainn!~nate@user/neachdainn> has joined #yocto07:18
*** KanjiMonster is now away: disconnected07:19
*** KanjiMonster is back07:20
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has joined #yocto07:26
*** aardo is now away: Auto away at Wed May 20 07:26:47 2026 UTC07:26
*** aardo is back07:28
*** bl1tz <bl1tz!~bl1tz@user/bl1tz> has quit IRC (Server closed connection)07:29
*** bl1tz <bl1tz!~bl1tz@user/bl1tz> has joined #yocto07:29
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto07:36
*** ndec is back07:38
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has joined #yocto07:50
*** Saur is now away: ♫ Kim Wilde - You Came ♫07:51
*** Saur is now away: ♫ Koto - Rambo I Theme ♫07:52
*** Saur is now away: ♫ U2 - Sweetest Thing [The Single Mix] ♫07:55
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has quit IRC (Remote host closed the connection)07:56
*** silviu_ <silviu_!~silviu@49.231.190.2> has quit IRC (Ping timeout: 255 seconds)07:57
*** mathieum2048 is now away: Auto away07:57
*** mathieum2048 is back07:57
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫07:58
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has joined #yocto07:58
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has quit IRC (Quit: rage quit)08:00
*** rfuentess <rfuentess!~rfuentess@147.161.183.14> has joined #yocto08:03
*** belsirk <belsirk!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has joined #yocto08:04
*** jmd <jmd!~user@aftr-82-135-83-240.dynamic.mnet-online.de> has joined #yocto08:04
*** rfuentess <rfuentess!~rfuentess@147.161.183.14> has quit IRC (Read error: Connection reset by peer)08:06
*** Kubu_work is now away: Je ne suis pas là pour l'instant.08:09
*** belsirk is now known as rfuentess08:09
*** mathieum2048 is now away: Auto away08:16
*** mathieum2048 is back08:16
*** mathieum2048 is now away: Auto away08:20
*** mathieum2048 is back08:20
*** silviu <silviu!~silviu@49.231.190.2> has joined #yocto08:24
*** mathieum2048 is now away: Auto away08:25
*** mathieum2048 is back08:25
*** mathieum2048 is now away: Auto away08:26
*** mathieum2048 is back08:26
*** frezidok <frezidok!~frezidok@user/frezidok> has joined #yocto08:26
*** Saur is now away: ♫ U2 - Sweetest Thing [The Single Mix] ♫08:28
*** Saur is now away: ♫ Era - The Mass ♫08:28
*** Saur is now away: ♫ Fastloaders - The Mansion ♫08:32
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫08:35
neachdainnMy board vendor provides me with a BSP that applies a key driver as part of a _demo_ image rather than the machine. Is there any way to access that image's `files/` directory from my layer so I can properly make it a part of the machine or do I have to vendor it?08:48
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)08:50
*** fatho is now away: Auto-away08:55
*** Saur is now away: ♫ Fastloaders - The Mansion ♫08:58
*** Saur is now away: ♫ "Weird Al" Yankovic - Livin' La Vida Yoda ♫08:59
*** dmoseley <dmoseley!~dmoseley@129.222.254.121> has joined #yocto09:02
*** dmoseley is now away: Auto away at Wed May 20 09:01:59 2026 UTC09:02
*** dmoseley_ <dmoseley_!~dmoseley@98.97.175.127> has quit IRC (Ping timeout: 244 seconds)09:03
*** Saur is now away: ♫ Fastloaders - Lost Patrol ♫09:03
*** khem is back09:04
*** fatho is back09:06
*** Saur is now away: ♫ Enya - Oriel Window ♫09:06
*** Saur is now away: ♫ Randy Newman - Mr. President (Have Pity on th ♫09:09
*** ptsneves is now away: I am currently away from the computer.09:10
*** khem is now away: Auto-away09:10
*** Saur is now away: ♫ Depeche Mode - Master and Servant ♫09:12
*** aardo is now away: Auto away at Wed May 20 09:13:09 2026 UTC09:13
*** aardo is back09:15
*** Saur is now away: ♫ Matt Gray - Kentilla Main Theme ♫09:16
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto09:22
*** mathieum2048 is now away: Auto away09:22
*** mathieum2048 is back09:22
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)09:23
*** aardo is now away: Auto away at Wed May 20 09:25:22 2026 UTC09:25
*** aardo is back09:27
*** Saur is now away: ♫ Gregorian - Brothers in Arms ♫09:29
*** Saur is now away: ♫ Midnight Oil - Outside World ♫09:35
SaurRP: The third of my five patches is missing from master-next (the one adding USERMOD_PARAM to PACKAGEVARS). Was that intentional?09:37
*** Saur is now away: ♫ Gregorian - Heaven Can Wait ♫09:39
*** Saur is now away: ♫ Hanne Boel - (I Wanna) Make Love to You ♫09:45
*** madisox_ is back09:47
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has joined #yocto09:48
*** Saur is now away: ♫ Unknown - Microsoft Jingle Bells Spoof.mp3 ♫09:50
*** Saur is now away: ♫ Camouflage - Winner Takes Nothing ♫09:50
*** jmd <jmd!~user@aftr-82-135-83-240.dynamic.mnet-online.de> has quit IRC (Ping timeout: 245 seconds)09:50
kanavinpaulbarker, I do not remember saying anything about that patch09:50
RPSaur: I squashed it into the second09:52
RPSaur: those two should be together09:52
*** madisox_ is now away: Auto-away09:52
SaurRP: Ah, ok. :)09:52
*** Saur is now away: ♫ Czech Studio Orchestra with Robin Tait - Lair Of The Lizard King ♫09:56
*** Saur is now away: ♫ Yazoo - Mr Blue ♫10:02
*** Saur is now away: ♫ Beethoven - Finalen ur Symfoni nr 9 ♫10:05
*** Saur is now away: ♫ Unknown - It Must Have Been Love ♫10:19
*** KanjiMonster is now away: disconnected10:20
*** sugarbeet <sugarbeet!~barbas@81.4.123.134> has quit IRC (Ping timeout: 245 seconds)10:21
*** sugarbeet <sugarbeet!~barbas@81.4.123.134> has joined #yocto10:22
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)10:24
*** Saur is now away: ♫ Man 2 Man meet Man Parrish - Male Stripper ♫10:24
*** Saur is now away: ♫ Jean Michel Jarre - Digi Sequencer ♫10:27
*** tec42 <tec42!~tec@217.115.15.70> has quit IRC (Server closed connection)10:32
*** tec42 <tec42!~tec@217.115.15.70> has joined #yocto10:33
*** tec42 is now away: away...10:33
*** Saur is now away: ♫ Pet Shop Boys - Love Comes Quickly ♫10:33
*** ehussain is back10:35
*** Saur is now away: ♫ Enya - No Holly for Miss Quinn ♫10:40
*** Saur is now away: ♫ S.P.O.C.K - Answering Machine ♫10:42
*** Saur is now away: ♫ Mike Oldfield - Family Man ♫10:43
*** Saur is now away: ♫ Paula Abdul - Straight Up ♫10:46
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫10:50
*** tgamblin is back10:54
*** sarahn is now away: Auto-away11:01
*** KanjiMonster is back11:02
*** silviu <silviu!~silviu@49.231.190.2> has quit IRC (Ping timeout: 255 seconds)11:20
PhoenixMageIf I am using an external repo for dtbo am I supposed to set PREFERRED_PROVIDER_virtual/dtb to the name of the recipe that provides it? (Inherits devicetree)11:21
*** Saur is now away: ♫ Paula Abdul - Straight Up ♫11:25
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫11:26
*** ehussain is now away: I am currently away from the computer.11:26
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has quit IRC (Remote host closed the connection)11:26
*** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (*.net *.split)11:31
*** frieder <frieder!~frieder@88.130.219.86> has quit IRC (*.net *.split)11:31
*** kkoc <kkoc!~savolla@212.125.19.16> has quit IRC (*.net *.split)11:31
*** lihis <lihis!~lihis@2001:41d0:e:f34::1> has quit IRC (*.net *.split)11:31
*** PhoenixMage <PhoenixMage!~phoenix@103.214.222.146.v4.dyn.launtel.au> has quit IRC (*.net *.split)11:31
*** piie <piie!~piie@piie.net> has quit IRC (*.net *.split)11:31
*** bjdooks <bjdooks!bendooks@78.40.148.174> has quit IRC (*.net *.split)11:31
*** mansandersson868 <mansandersson868!~mansander@user/mansandersson> has quit IRC (*.net *.split)11:31
*** lihis <lihis!~lihis@2001:41d0:e:f34::1> has joined #yocto11:31
*** PhoenixMage <PhoenixMage!~phoenix@2404-e80-567c-6f-2e0-4cff-fe88-8163.v6.dyn.launtel.au> has joined #yocto11:31
*** neachdainn <neachdainn!~nate@user/neachdainn> has joined #yocto11:31
*** kkoc <kkoc!~savolla@212.125.19.16> has joined #yocto11:31
*** frieder <frieder!~frieder@88.130.219.86> has joined #yocto11:31
*** piie <piie!~piie@piie.net> has joined #yocto11:31
*** piie is now away: Detached from screen since 2026-05-19 22:57:30+020011:31
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 276 seconds)11:32
*** bjdooks <bjdooks!bendooks@78.40.148.174> has joined #yocto11:32
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto11:33
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto11:33
*** mansandersson868 <mansandersson868!~mansander@user/mansandersson> has joined #yocto11:34
*** colin-pm is back11:45
aduskettStill not sure what to do about dnf5. I can patch the commit that causes the Yocto test failure11:48
aduskettRP, what do you think?11:48
*** colin-pm is now away: Auto-away11:51
*** lihis is now away: I'm away..11:58
*** Saur is now away: ♫ Paula Abdul - Straight Up ♫12:03
*** Saur is now away: ♫ Vogon Poetry - In Darkness Lost Again ♫12:03
RPaduskett: that might need to be the way forward. I'm not remembering all the details though12:03
aduskettRP, basically, with DNF5, if RPM reports a command not found error, it keeps going12:04
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed)12:06
RPaduskett: and it used to fail?12:06
aduskettRP, https://github.com/rpm-software-management/dnf5/pull/58412:07
*** Saur is now away: ♫ Eurythmics - Miracle of Love ♫12:07
aduskettThe logic is sound, and perhaps the implementation of RPM in Yocto is wrong?12:08
RPaduskett: what would we need to change in OE to adapt to that?12:10
aduskettRP, probably RPM? Making the command not found a fatal error?12:10
PhoenixMagehmmm, ok, think I got that worked out but looks like there is no support for multiple dtbo in a single fitimage configuration :/12:10
RPaduskett: and why is rpm thinking "command not found" isn't a critical error?12:11
RPaduskett: we follow upstream rpm's behaviour in general so I'm just a bit puzzled on why this isn't seen as a problem12:11
aduskettRP, that's the million dollar question :)12:11
*** Saur is now away: ♫ Gary Moore - Wishing Well ♫12:12
aduskettOf which I do not have an answer for12:12
*** Kubu_work is back12:12
RPaduskett: do you have a pointer to what was failing? Was this just some of the selftests?12:14
RPaduskett: sorry, I seem to have paged out this info :/12:15
RPit is hard for me to provide advice when I can't remember the details :(12:15
*** Saur is now away: ♫ Di Leva - Dansa din djävul ♫12:16
*** dr_kokobas is now away: I am currently away from the computer.12:16
*** florian_kc <florian_kc!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto12:16
aduskettRP, no worries12:16
aduskettIt's the ./meta-selftest/recipes-test/postinst/postinst_1.0.bb:68 line12:17
aduskettIt could be as simple as `set -e` or exit 1 if the command fails?12:18
*** Saur is now away: ♫ Unknown - Five Millenia Later ♫12:19
RPaduskett: I can't help think that should be detected and fail12:22
aduskettRP, I don't disagree with you :P12:22
RPaduskett: perhaps revert that bit of dnf for now to unblock the upgrade12:22
*** Saur is now away: ♫ U2 - So Cruel ♫12:22
RPaduskett: we had a period of time where postinsts were silently failing and that was really bad, hence the test12:23
aduskettRP,  I can do that to see if it falls over and catches on fire12:23
*** Saur is now away: ♫ Unknown - Winters on Subway ♫12:28
*** dr_kokobas is back12:29
*** Saur is now away: ♫ Czech Studio Orchestra - Imagine Ocean ♫12:30
*** Saur is now away: ♫ Sibelius - Finlandia ♫12:35
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has joined #yocto12:38
*** Saur is now away: ♫ Phil Collins - Another Day in Paradise ♫12:43
*** Saur is now away: ♫ Eurythmics - Sisters Are Doin' It for Thems ♫12:49
*** Saur is now away: ♫ Vladimir Ashkenazy - Pn Son No.23 in f, Op.57 'Appassionata': I. Allegro assai ♫12:54
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫12:59
*** sakoman is back13:03
*** sakoman is now away: I'm not here right now13:14
*** _lore_ is back13:18
*** dr_kokobas is now away: I am currently away from the computer.13:19
*** ndec is now away: Auto-away13:19
*** florian_kc <florian_kc!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 265 seconds)13:26
*** Saur is now away: ♫ Vladimir Ashkenazy - Pn Son No.23 in f, Op.57 'Appassionata': I. Allegro assai ♫13:30
*** ndec is back13:32
*** Saur is now away: ♫ Unknown - Barbarian Horde ♫13:35
*** colin-pm is back13:35
*** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds)13:41
*** Kubu_work is now away: Je ne suis pas là pour l'instant.13:43
*** Saur is now away: ♫ Depeche Mode - The Landscape Is Changing ♫13:45
*** Kubu_work is back13:46
*** Saur is now away: ♫ The Cardigans - My Favourite Game ♫13:50
*** Saur is now away: ♫ The Alan Parsons Project - Standing on Higher Ground ♫13:54
*** Kubu_work is now away: Je ne suis pas là pour l'instant.13:56
*** Kubu_work is back13:59
*** Saur is now away: ♫ Dire Straits - Tunnel of Love ♫13:59
*** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (Ping timeout: 255 seconds)14:03
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (Remote host closed the connection)14:05
*** ptsneves1 <ptsneves1!~Thunderbi@178235027209.wroclaw.vectranet.pl> has joined #yocto14:06
*** ptsneves1 is now away: I am currently away from the computer.14:06
*** ptsneves1 is now away: I am currently away from the computer.14:06
*** Kubu_work is now away: Je ne suis pas là pour l'instant.14:06
*** Kubu_work is back14:07
*** Saur is now away: ♫ Clannad - Oúlamán (Seaweed) ♫14:07
*** ptsneves1 is now known as ptsneves14:08
*** halstead is back14:09
*** Saur is now away: ♫ Camouflage - Handsome ♫14:12
*** florian_kc <florian_kc!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto14:12
*** Saur is now away: ♫ Alison Moyet - And I Know ♫14:16
*** halstead is now away: Auto-away14:16
*** dr_kokobas is back14:20
*** Saur is now away: ♫ Ronan Keating - The Way You Make Me Feel ♫14:20
*** Saur is now away: ♫ Simple Minds - Sanctify Yourself ♫14:24
*** Kubu_work is now away: Je ne suis pas là pour l'instant.14:26
*** colin-pm is now away: Auto-away14:27
*** Saur is now away: ♫ Unknown - The Incredible Hulk ♫14:28
*** Saur is now away: ♫ Howard Shore - The Riders of Rohan ♫14:31
*** colin-pm is back14:35
*** sakoman is back14:35
*** Saur is now away: ♫ Andersson, Rice, Ulvaeus - I Know Him So Well ♫14:35
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has quit IRC (Read error: Connection reset by peer)14:37
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has quit IRC (Read error: Connection reset by peer)14:37
*** sdora <sdora!939aa3488f@2001:bc8:1210:2cd8::3d2> has quit IRC (Read error: Connection reset by peer)14:37
*** HarishSadineni <HarishSadineni!a1aae26696@user/HarishSadineni> has quit IRC (Read error: Connection reset by peer)14:37
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has joined #yocto14:38
*** YS is now away: Auto away14:38
*** sdora <sdora!939aa3488f@2001:bc8:1210:2cd8::3d2> has joined #yocto14:38
*** sdora is now away: Auto away14:38
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has joined #yocto14:38
*** HarishSadineni <HarishSadineni!a1aae26696@user/HarishSadineni> has joined #yocto14:38
*** HarishSadineni is now away: Auto away14:38
*** Saur is now away: ♫ Pink Floyd - Get Your Filthy Hands Off My D ♫14:39
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto14:40
*** nyadiia <nyadiia!~nyadiia@user/nyadiia> has joined #yocto14:40
*** nyadiia is now away: Auto away14:40
*** nyadiia is back14:40
*** sakoman is now away: I'm not here right now14:40
*** Saur is now away: ♫ Sting & Anoushka Shankar - The Book of My Life ♫14:41
*** Kubu_work is back14:43
*** florian_kc <florian_kc!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)14:43
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has quit IRC (Quit: Leaving)14:43
*** aurele <aurele!~aurele@static-qvn-qvs-187081.business.bouyguestelecom.com> has joined #yocto14:45
*** Saur is now away: ♫ Gregorian - Child in Time ♫14:47
*** dkl is back14:51
*** agodard <agodard!~agodard@user/agodard> has quit IRC (Quit: The Lounge - https://thelounge.chat)14:52
*** agodard <agodard!~agodard@19.14.80.79.rev.sfr.net> has joined #yocto14:52
*** Saur is now away: ♫ Unknown - Rock House Jail ♫14:52
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 265 seconds)14:54
*** halstead is back14:56
*** agodard <agodard!~agodard@user/agodard> has quit IRC (Quit: The Lounge - https://thelounge.chat)15:00
*** agodard <agodard!~agodard@19.14.80.79.rev.sfr.net> has joined #yocto15:01
*** Saur is now away: ♫ Wagner - Ride of the Valkyries ♫15:02
*** Kubu_work is now away: Je ne suis pas là pour l'instant.15:04
*** Kubu_work is back15:06
*** tec42 <tec42!~tec@217.115.15.70> has quit IRC (Quit: bye!)15:06
*** Saur is now away: ♫ Mike Oldfield - Part Two ♫15:07
*** tec42 <tec42!~tec@217.115.15.70> has joined #yocto15:11
*** tec42 is now away: away...15:11
*** kkoc <kkoc!~savolla@212.125.19.16> has quit IRC (Ping timeout: 272 seconds)15:16
*** Saur is now away: ♫ Pink Floyd - Terminal Frost ♫15:23
*** Kubu_work is now away: Je ne suis pas là pour l'instant.15:24
*** neverpanic is back15:25
*** Danct12 is now away: Auto away at Wed May 20 15:26:27 2026 UTC15:26
*** rob_w <rob_w!~rob_w@2001:a61:61f0:e001:9040:7803:6ffa:dc94> has joined #yocto15:27
*** dr_kokobas is now away: I am currently away from the computer.15:28
*** Danct12 is back15:29
*** nyadiia is now away: Auto away15:29
*** Kubu_work is back15:35
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has joined #yocto15:39
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has quit IRC (Remote host closed the connection)15:40
*** dr_kokobas is back15:43
*** frieder <frieder!~frieder@88.130.219.86> has quit IRC (Remote host closed the connection)15:43
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)15:44
*** fatho is now away: Auto-away15:46
*** colin-pm is now away: Auto-away15:52
*** colin-pm is back15:53
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)15:53
*** itrsea <itrsea!~itrsea@user/itrsea> has joined #yocto16:00
*** zeemate <zeemate!~chris@2001:16b8:b111:4700:a213:620c:f57f:2e52> has quit IRC (Remote host closed the connection)16:01
*** Kubu_work is now away: Je ne suis pas là pour l'instant.16:02
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)16:03
*** zeemate <zeemate!~chris@2001:16b8:b111:4700:f50b:1eac:9559:5ccf> has joined #yocto16:03
*** colin-pm is now away: Auto-away16:04
*** nyadiia is back16:06
*** mathieum2048 is now away: Auto away16:07
*** mathieum2048 is back16:07
*** aardo is now away: Auto away at Wed May 20 16:09:01 2026 UTC16:09
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Ping timeout: 276 seconds)16:11
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto16:15
*** itrsea is now away: AFK16:15
*** walter <walter!~ch@user/walter> has quit IRC (Quit: Konversation terminated!)16:22
*** walter <walter!~ch@user/walter> has joined #yocto16:22
*** nyadiia is now away: Auto away16:24
*** neachdainn <neachdainn!~nate@user/neachdainn> has joined #yocto16:24
*** aurele <aurele!~aurele@static-qvn-qvs-187081.business.bouyguestelecom.com> has quit IRC (Quit: Leaving)16:32
*** _lore_ is now away: Auto away at Wed May 20 16:32:37 2026 UTC16:32
*** neachdainn_ <neachdainn_!~nate@user/neachdainn> has joined #yocto16:33
*** dr_kokobas is now away: I am currently away from the computer.16:39
*** grma_ <grma_!~gruberm@94-24-60-237.static.kufnet.at> has joined #yocto16:39
*** halstead is now away: Auto-away16:39
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has quit IRC (Ping timeout: 248 seconds)16:39
*** colin-pm is back16:41
*** walter <walter!~ch@user/walter> has quit IRC (Quit: Konversation terminated!)16:42
*** walter <walter!~ch@84.232.135.182> has joined #yocto16:43
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has joined #yocto16:45
*** Kubu_work is now away: Je ne suis pas là pour l'instant.16:45
*** colin-pm is now away: Auto-away16:47
*** dr_kokobas is back16:52
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)16:56
*** RobertBerger <RobertBerger!~rber|res@2001:871:20c:35:65ff:3a49:b2a6:96f9> has joined #yocto16:58
*** rber|res <rber|res!~rber|res@2001:871:20c:35:65ff:3a49:b2a6:96f9> has quit IRC (Ping timeout: 272 seconds)16:58
*** Boucman is now away: Auto-away17:01
*** neachdainn_ <neachdainn_!~nate@user/neachdainn> has quit IRC (Ping timeout: 255 seconds)17:03
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 248 seconds)17:03
*** colin-pm is back17:10
*** dr_kokobas is now away: I am currently away from the computer.17:11
*** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto17:15
*** colin-pm is now away: Auto-away17:17
*** bjdooks <bjdooks!bendooks@78.40.148.174> has quit IRC (Remote host closed the connection)17:19
*** dankm <dankm!~dan@user/dankm> has quit IRC (Remote host closed the connection)17:19
*** Kubu_work is back17:20
*** dankm <dankm!~dan@user/dankm> has joined #yocto17:21
*** bjdooks <bjdooks!bendooks@78.40.148.174> has joined #yocto17:22
*** colin-pm is back17:22
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds)17:24
*** Kubu_work is now away: Je ne suis pas là pour l'instant.17:26
*** colin-pm is now away: Auto-away17:28
*** aardo is back17:30
*** ndec is now away: Auto-away17:32
*** Boucman is back17:35
*** paulbarker is now away: Auto-away17:39
*** paulbarker is back17:48
*** dr_kokobas is back17:50
*** sdora is back17:51
*** sdora is now away: Auto away17:54
*** ndec is back17:55
*** sudip <sudip!~sudipmukh@78.40.148.182> has quit IRC (Quit: ZNC - http://znc.in)17:56
*** bjdooks <bjdooks!bendooks@78.40.148.174> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)17:56
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto17:59
*** bjdooks <bjdooks!bendooks@78.40.148.174> has joined #yocto18:00
*** sudip <sudip!~sudipmukh@78.40.148.182> has joined #yocto18:01
*** jclsn <jclsn!~jclsn@95.163.175.199.dynamic-pppoe.dt.ipv4.wtnet.de> has quit IRC (Ping timeout: 252 seconds)18:02
*** jclsn <jclsn!~jclsn@95.163.175.199.dynamic-pppoe.dt.ipv4.wtnet.de> has joined #yocto18:03
*** roussinm <roussinm!~roussinm@qubcpq14-1279665571.sdsl.bell.ca> has quit IRC (Remote host closed the connection)18:22
*** rob_w <rob_w!~rob_w@2001:a61:61f0:e001:9040:7803:6ffa:dc94> has quit IRC (Quit: Leaving)18:23
*** sarahn is back18:24
*** bjdooks <bjdooks!bendooks@78.40.148.174> has quit IRC (Ping timeout: 255 seconds)18:24
*** bjdooks <bjdooks!bendooks@78.40.148.174> has joined #yocto18:25
*** micka <micka!~micka@reverse-177-98.fdn.fr> has quit IRC (Ping timeout: 272 seconds)18:29
*** jmd <jmd!~user@aftr-82-135-83-240.dynamic.mnet-online.de> has joined #yocto18:30
*** dr_kokobas is now away: I am currently away from the computer.18:31
*** micka_ <micka_!~micka@reverse-177-98.fdn.fr> has joined #yocto18:35
*** micka_ is now away: Auto away at Wed May 20 18:35:39 2026 UTC18:35
*** micka_ is now away: Auto away at Wed May 20 18:35:39 2026 UTC18:35
*** sarahn is now away: I'm not here right now18:39
*** sarahn is back18:39
*** ndec is now away: Auto-away18:44
*** dr_kokobas is back18:45
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has quit IRC (Remote host closed the connection)18:46
*** ndec is back18:48
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has joined #yocto18:53
*** colin-pm is back19:02
*** colin-pm is now away: Auto-away19:08
*** neverpanic is now away: gone19:08
*** ndec is now away: Auto-away19:10
*** nyadiia is back19:20
*** colin-pm is back19:27
*** Danct12 is now away: Auto away at Wed May 20 19:31:33 2026 UTC19:31
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds)19:34
*** nyadiia is now away: Auto away19:37
*** nyadiia is back19:39
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has joined #yocto19:47
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has quit IRC (*.net *.split)19:53
*** grma_ <grma_!~gruberm@94-24-60-237.static.kufnet.at> has quit IRC (*.net *.split)19:53
*** HarishSadineni <HarishSadineni!a1aae26696@user/HarishSadineni> has quit IRC (*.net *.split)19:53
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has quit IRC (*.net *.split)19:53
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has quit IRC (*.net *.split)19:53
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (*.net *.split)19:53
*** mansandersson868 <mansandersson868!~mansander@user/mansandersson> has quit IRC (*.net *.split)19:53
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (*.net *.split)19:53
*** PhoenixMage <PhoenixMage!~phoenix@2404-e80-567c-6f-2e0-4cff-fe88-8163.v6.dyn.launtel.au> has quit IRC (*.net *.split)19:53
*** ehussain <ehussain!~Thunderbi@39.49.175.42> has quit IRC (*.net *.split)19:53
*** dgriego <dgriego!~textual@user/dgriego> has quit IRC (*.net *.split)19:53
*** ericst <ericst!~ericst@213.144.147.209> has quit IRC (*.net *.split)19:53
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (*.net *.split)19:53
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (*.net *.split)19:53
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has joined #yocto19:53
*** HarishSadineni <HarishSadineni!a1aae26696@user/HarishSadineni> has joined #yocto19:53
*** HarishSadineni is now away: Auto away19:53
*** ericst <ericst!~ericst@213.144.147.209> has joined #yocto19:53
*** ericst is now away: Auto away19:53
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has joined #yocto19:53
*** ptsneves is now away: I am currently away from the computer.19:53
*** ptsneves is now away: I am currently away from the computer.19:53
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto19:53
*** mansandersson868 <mansandersson868!~mansander@user/mansandersson> has joined #yocto19:53
*** PhoenixMage <PhoenixMage!~phoenix@103.214.222.146.v4.dyn.launtel.au> has joined #yocto19:54
*** ehussain <ehussain!~Thunderbi@39.49.175.42> has joined #yocto19:54
*** ehussain is now away: I am currently away from the computer.19:54
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has joined #yocto19:54
*** YS is now away: Auto away19:54
*** sakoman is back19:54
*** shoragan <shoragan!~shoragan@user/shoragan> has joined #yocto19:54
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has joined #yocto19:55
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto19:56
*** dgriego <dgriego!~textual@user/dgriego> has joined #yocto19:57
*** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (Ping timeout: 272 seconds)19:59
*** neachdainn <neachdainn!~nate@user/neachdainn> has joined #yocto20:00
*** frezidok6 <frezidok6!~frezidok@user/frezidok> has joined #yocto20:04
*** frezidok <frezidok!~frezidok@user/frezidok> has quit IRC (Ping timeout: 244 seconds)20:06
*** frezidok6 is now known as frezidok20:06
*** sarahn is now away: I'm not here right now20:07
*** sarahn is back20:10
*** flynn378 is back20:16
*** itrsea is back20:20
*** sarahn is now away: I'm not here right now20:21
*** sarahn is back20:24
*** sakoman is now away: I'm not here right now20:28
*** sarahn is now away: I'm not here right now20:29
*** sarahn is back20:30
*** florian__ <florian__!~florian@dynamic-002-243-170-155.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 272 seconds)20:30
*** halstead is back20:31
*** sarahn is now away: I'm not here right now20:36
*** KanjiMonster is now away: disconnected20:38
*** sarahn is back20:43
*** Dracos-Carazza is back20:44
*** dr_kokobas is now away: I am currently away from the computer.20:47
*** sarahn is now away: I'm not here right now20:49
*** roussinm <roussinm!~roussinm@qubcpq14-1279665571.sdsl.bell.ca> has joined #yocto20:50
roussinmAnyone has ran yocto on arm64 machine?20:50
rburtonroussinm: i haven't done a yocto build on anything but arm64 for about five years now20:56
smoogeI am guessing you are meaning running `bitbake` to compile a yocto tree on an aarch64 system? I have tried it a couple of times. Depending on the base version of the release and the meta-recipes used it will work or fail spectaculalry20:56
rburtonsmooge: the release has to be very old to not work, and the failures were very contained to recipes like syslinux which really doesn't want to cross-compile (that was fun to fix)20:57
smoogeThe ones I have had it fail were mainly for 'oh that is why they said it only works on Ubuntu 2018.04 in 2026'20:57
roussinmrburton: What platform? Native arm64, right?20:57
smoogerburton: yeah.. I should have been clearer versus putting it in a separate sentence20:58
rburtonroussinm: graviton, ampere altra, marvel thunderx2, honeycomb lx2k. i think jonmason was briefly crazy and had some rpi4 in his local gitlab runner cluster.20:58
*** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto20:59
roussinmbut that's CI machines? do you not use yocto locally on your workstation?21:01
rburton<cough> the altra is my workstation21:01
rburtononly the graviton was CI21:01
rburton(the altra is a team-wide machine)21:01
rburtonhonestly i've not even _had_ an x86 machine for five years21:02
jonmasonI have a mac mini m1 and rk35xx21:03
jonmason(orange pi 5 plus)21:03
jonmasonand 2 honeycomb lx2ks21:03
rburtondid you swap the fan on the lx2k? i spent my own cash to replace the stock cpu fan :)21:04
jonmasonI have other arm64 systems but not enough RAM for them to build and test images in a timely manner, so I have them doing zephyr21:04
RProussinm: put another way, there are native aarch64 systems in the autobuilder21:04
jonmasonI have replaced both and they are much better but are super tall21:04
jonmasonIIRC, RasPi5 was like 4h to do a scratch build and testimage21:05
*** druppy is now away: Jeg er ikke til stede i øjeblikket.21:05
rburtonroussinm: if the question is "can i do yocto builds on arm64" then the answer has been "absolutely yes" since 2020. it's a supported, tested, and very heavily used platform.21:05
jonmasonroussinm: and there are very accessible systems you can purchase to do so21:06
jonmasonthe mac mini m1 is very good21:06
roussinmrburton: that's amazing, I imagine the builds are "faster" since we don't have to "cross-compile"21:06
rburtonneed a volunteer to benchmark that orion board21:06
rburtonroussinm: nope21:06
jonmasonprobably as good a builder as a 10 year old x86 machine :)21:06
rburtonyou're still cross-compiling, and cross-compilation isn't any slower than native21:07
RProussinm: we always cross compile for isolation between host and target21:07
rburtonyocto _always_ cross compiles, even if the host and target happen to align21:07
RPrburton: technically you have to build the cross compiler21:07
RPrburton: but details :)21:07
rburtonok, i'll rephase that: cross-compilation is the same speed as native compilation21:07
roussinmFair.21:07
roussinmWhat's are the advantages?21:08
* RP hides from rburton throwing things at him21:08
rburtongraviton is cheaper than x86 in AWS?21:08
roussinmWhat about locally servers self-hosted?21:08
rburtonthen its a more interesting question and depends on what you buy21:08
jonmasonarm64 is much lower power.  the mac mini m1 uses much less power to do a scratch build than x86....I need to do that spreadsheet again21:08
roussinmSo for our CI if we would want to use cloud runner it would be best to use arm64 for costs.21:09
rburtonan AMD EPYC workstation will be faster to do a build than our shared altra for less money. but the altra will scale better as it has _two hundred cores_.21:09
*** amieiro <amieiro!~irc_user@user/amieiro> has quit IRC (Quit: WeeChat 4.9.0)21:09
roussinmbut for self-hosted, EPYC seems to scale better21:09
jonmasonit's all in how you setup your ci21:09
rburtonlast time i looked, threadripper was the sweet spot for "a powerful workstation"21:10
jonmasondoing a ton of containers, assuming you have enough RAM, is the best way21:10
rburtonbut yes if you've CI in AWS, switching to graviton is just a discount for the cost of changing the machine request21:10
*** halstead is now away: Auto-away21:10
roussinmWe are going to be deploying containers, right now it's painful to setup container from x86 to arm64 with binfmts21:10
rburtonanother pro of arm hosts is if you do tests in qemu and deploy arm then you can use KVM21:11
*** Kubu_work is back21:11
roussinm(not setup in yocto yet)21:11
rburtonroussinm: have a look at the latest container work in meta-virt21:11
jonmasonI'm selfhosting gitlab CI and it's working for me....21:11
roussinmI just started a green field repo yocto on wrynode, and just started to look at meta-virt.21:11
jonmasonif you look at meta-arm, it works inside corp aws based CI and selfhosted21:12
roussinmwrynose*21:12
roussinmjonmason: I was using gitlab-ci before also with self-hosted runner on amd EPYC host and target were x86 tho.21:12
rburtonthere's definitely value in aligning host/target arch if you're doing qemu tests, for the speed increase of kvm21:13
roussinmNow our target is meta-tegra nvidia jetson orin platform.21:13
jonmasonroussinm: everything should work regardless of arch, but I do tag the runners as arm64 or x86, and then use the tags in gitlab CI if there is x86 only stuff21:13
roussinmjonmason: I didn't think about tagging but yes makes sense.21:13
roussinmrburton: have not setup any qemu tests yet. that's with ptest, right?21:14
jonmasonwe had some FVPs that were x86 only, and that was limiting21:14
rburtonroussinm: testimage (which can run ptests)21:14
* rburton -> sofa, it's late21:15
rburtonRP, get off irc ;)21:15
roussinmrburton: I haven't really used testimage/ptest since most of the test I would like to run should be run on device to test hardware components.21:15
*** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has quit IRC (Ping timeout: 248 seconds)21:15
rburtonroussinm: that's fair21:15
roussinmWhat do you use ptest for if not on device?21:15
jonmasonlabgrid FTW21:15
roussinmjonmason: never used labgrid, integrates well with yocto?21:16
jonmasonyes, lots of people using it21:17
jonmasonthe setup the the hurdle to overcome21:17
roussinmjonmason: can I remotely shutdown and bring a board with remote relays?21:18
roussinmThat's usually how I setup shutdown and power on, with relays like sr20121:18
jonmasonnot the expert, but you can configure it to do all the combinations of off the slef and home made stuff21:18
jonmasonI've set it up but not integrated into CI21:19
jonmasonlots of youtube tutorials on it, and the penguitronix guys who maintain it are very active in our community21:19
jonmasoni'd tag but its too late for them in germany21:20
*** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has quit IRC (Read error: Connection reset by peer)21:20
RPrburton: how rude  :)21:22
jonmasonRP: well, it is his way21:23
jonmasonRP: I'd say be happy you don't have to work with him directly, but...21:24
RPjonmason: I have more timezone overlap too!21:25
jonmasonlmao21:26
*** halstead is back21:29
*** Kubu_work <Kubu_work!~kubu@2a01cb0594a2a2002ad9827a59cb148a.ipv6.abo.wanadoo.fr> has joined #yocto21:30
*** Kubu_work is now away: Je ne suis pas là pour l'instant.21:31
*** Dracos-Carazza is now away: Auto away at Wed May 20 21:33:01 2026 UTC21:33
*** patersonc is now away: Auto-away21:35
*** jmd <jmd!~user@aftr-82-135-83-240.dynamic.mnet-online.de> has quit IRC (Read error: Connection reset by peer)21:35
*** rburton is now away: Auto-away21:38
*** halstead is now away: Auto-away21:40
*** itrsea is now away: AFK21:40
*** undermine <undermine!~user@user/undermine> has joined #yocto21:42
*** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (Ping timeout: 265 seconds)21:51
*** RP is now away: Auto away at Wed May 20 21:55:08 2026 UTC21:55
*** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)22:04
*** amieiro <amieiro!~irc_user@user/amieiro> has joined #yocto22:04
*** druppy is back22:06
*** druppy is now away: Jeg er ikke til stede i øjeblikket.22:11
*** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Quit: druppy)22:11
*** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto22:11
*** druppy is now away: Jeg er ikke til stede i øjeblikket.22:11
*** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Ping timeout: 252 seconds)22:16
*** RP is back22:22
*** sdora <sdora!939aa3488f@2001:bc8:1210:2cd8::3d2> has quit IRC (Remote host closed the connection)22:23
*** samk <samk!dfced9787d@2001:bc8:1210:2cd8::78a> has quit IRC (Remote host closed the connection)22:23
*** hemanth <hemanth!34b3b83d70@2001:bc8:1210:2cd8::3ae> has quit IRC (Remote host closed the connection)22:23
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has quit IRC (Remote host closed the connection)22:23
*** Sundeep <Sundeep!b0253ba444@2001:bc8:1210:2cd8::394> has quit IRC (Remote host closed the connection)22:23
*** HarishSadineni <HarishSadineni!a1aae26696@user/HarishSadineni> has quit IRC (Remote host closed the connection)22:23
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has quit IRC (Remote host closed the connection)22:23
*** Deepesh <Deepesh!56117a7dbe@2001:bc8:1210:2cd8::433> has quit IRC (Remote host closed the connection)22:23
*** jsydll <jsydll!cf366b6f3a@2001:bc8:1210:2cd8::2ef> has quit IRC (Remote host closed the connection)22:23
*** RP is now away: Auto away at Wed May 20 22:24:09 2026 UTC22:24
*** colin-pm is now away: Auto-away22:25
*** hemanth <hemanth!34b3b83d70@2001:bc8:1210:2cd8::3ae> has joined #yocto22:26
*** hemanth is now away: Auto away22:26
*** samk <samk!dfced9787d@2001:bc8:1210:2cd8::78a> has joined #yocto22:26
*** samk is now away: Auto away22:26
*** Sundeep <Sundeep!b0253ba444@2001:bc8:1210:2cd8::394> has joined #yocto22:27
*** Sundeep is now away: Auto away22:27
*** sdora <sdora!939aa3488f@2001:bc8:1210:2cd8::3d2> has joined #yocto22:27
*** sdora is now away: Auto away22:27
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has joined #yocto22:27
*** YS is now away: Auto away22:27
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has joined #yocto22:28
*** jsydll <jsydll!cf366b6f3a@2001:bc8:1210:2cd8::2ef> has joined #yocto22:29
*** jsydll is now away: Auto away22:29
*** HarishSadineni <HarishSadineni!a1aae26696@user/HarishSadineni> has joined #yocto22:29
*** HarishSadineni is now away: Auto away22:29
*** Deepesh <Deepesh!56117a7dbe@2001:bc8:1210:2cd8::433> has joined #yocto22:31
*** Deepesh is now away: Auto away22:31
*** zeemate <zeemate!~chris@2001:16b8:b111:4700:f50b:1eac:9559:5ccf> has quit IRC (Ping timeout: 256 seconds)22:34
*** Fr4nk7 <Fr4nk7!~mrfr4nk@user/mrfr4nk> has joined #yocto22:38
*** Fr4nk <Fr4nk!~mrfr4nk@user/mrfr4nk> has quit IRC (Ping timeout: 246 seconds)22:40
*** Fr4nk7 is now known as Fr4nk22:40
*** RobertBerger <RobertBerger!~rber|res@2001:871:20c:35:65ff:3a49:b2a6:96f9> has quit IRC (Ping timeout: 248 seconds)23:03
*** rber|res <rber|res!~rber|res@2001:871:20c:81e0:65ff:3a49:b2a6:96f9> has joined #yocto23:03
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has quit IRC (Remote host closed the connection)23:32
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has joined #yocto23:35
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto23:40
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 246 seconds)23:44
*** itrsea <itrsea!~itrsea@user/itrsea> has quit IRC (Remote host closed the connection)23:51
*** itrsea <itrsea!~itrsea@user/itrsea> has joined #yocto23:52

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