Monday, 2026-07-13

*** amit is now away: Auto-away00:32
*** amit is back00:42
*** amit is now away: Auto-away01:04
*** khem is now away: Auto-away01:09
*** tgamblin is now away: Auto-away01:11
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has quit IRC (Quit: Konversation terminated!)01:17
*** aardo is back01:26
*** ardo <ardo!~ardo@host-79-30-32-26.retail.telecomitalia.it> has joined #yocto01:29
*** ardo is now away: Auto away at Mon Jul 13 01:29:48 2026 UTC01:29
*** dkl is back01:30
*** aardo <aardo!~ardo@host-79-35-42-96.retail.telecomitalia.it> has quit IRC (Ping timeout: 264 seconds)01:32
*** ardo is back01:33
*** dkl is now away: Auto away at Mon Jul 13 01:42:32 2026 UTC01:42
*** amit is back01:43
*** amfern <amfern!~amfern@240b:10:c301:9100:79da:35db:e1e:9626> has joined #yocto02:00
*** ardo is now away: Auto away at Mon Jul 13 02:03:48 2026 UTC02:03
*** khem is back02:04
*** ardo is back02:04
*** amit is now away: Auto-away02:05
*** Danct12 is back02:30
*** amit is back02:35
*** amit is now away: Auto-away03:06
*** justache is now known as justache_03:18
*** aardo <aardo!~ardo@host-95-252-177-40.retail.telecomitalia.it> has joined #yocto03:39
*** aardo is now away: Auto away at Mon Jul 13 03:38:54 2026 UTC03:39
*** wmills_ <wmills_!~wmills@pool-108-48-78-67.washdc.fios.verizon.net> has quit IRC (Ping timeout: 245 seconds)03:39
*** ardo <ardo!~ardo@host-79-30-32-26.retail.telecomitalia.it> has quit IRC (Ping timeout: 252 seconds)03:41
*** aardo is back03:42
*** amit is back03:45
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has quit IRC (Remote host closed the connection)03:55
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has joined #yocto04:01
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto04:05
*** amit is now away: Auto-away04:07
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has quit IRC ()04:07
*** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has joined #yocto04:08
*** amit is back04:20
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto04:47
*** goliath <goliath!~goliath@user/goliath> has joined #yocto04:59
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 4.7.0)05:08
*** justache_ is now known as justache05:13
*** dkl is back05:14
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto05:23
*** Ermine is back05:23
*** Ermine is now away: Auto away05:25
jmdHow do I add qt6 to my image and sdk?05:34
*** khem is now away: Auto-away05:42
*** sfo is back05:49
*** sfo is now away: Auto away05:49
*** wmills_ <wmills_!~wmills@pool-108-48-78-67.washdc.fios.verizon.net> has joined #yocto05:53
*** Emantor is back05:58
*** KanjiMonster is back06:15
*** _lore_ is back06:20
*** Ermine is back06:21
*** khem is back06:25
*** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (Quit: WeeChat 4.7.2)06:26
*** neachdainn_ <neachdainn_!~nate@user/neachdainn> has quit IRC (Quit: WeeChat 4.7.2)06:26
*** khem is now away: Auto-away06:31
*** khem is back06:32
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto06:35
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Remote host closed the connection)06:41
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto06:42
*** silviu <silviu!~silviu@82.78.232.97> has joined #yocto06:56
*** mckoan|away is back07:07
*** mckoan|away is now known as mckoan07:07
*** khem is now away: Auto-away07:16
*** florian <florian!~florian@dynamic-093-131-079-235.93.131.pool.telefonica.de> has joined #yocto07:26
*** frieder <frieder!~frieder@91.191.179.247> has joined #yocto07:27
*** khem is back07:27
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:893a:bc4:12e4:8989> has joined #yocto07:27
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has quit IRC (Ping timeout: 253 seconds)07:29
*** patersonc is back07:38
*** RP is back07:39
*** florian <florian!~florian@dynamic-093-131-079-235.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 249 seconds)07:40
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has quit IRC (Remote host closed the connection)07:47
*** khem is now away: Auto-away07:48
alperak@jmd Looks like you need to add "inherit populate_sdk_qt6" to your image recipe to include Qt in the SDK and IMAGE_INSTALL:append = " packagegroup-qt6-modules" (or IMAGE_INSTALL += "packagegroup-qt6-modules") to include the Qt modules in the image.07:51
alperak@jmd As far as I can tell from what I read here:07:53
alperakhttps://code.qt.io/cgit/yocto/meta-qt6.git/tree/recipes-qt/packagegroups/packagegroup-qt6-modules.bb?h=6.1007:53
alperakhttps://code.qt.io/cgit/yocto/meta-qt6.git/tree/classes/populate_sdk_qt6.bbclass?h=6.1007:53
jmdThanks.  I was hoping to install qt6 and qt5 concurrently, but it looks as if that's not possible.07:53
*** Dracos-Carazza is back07:54
*** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has joined #yocto07:54
alperak@jmd Also, looks like by default, when cross-compiling, only the Qt libraries and tools that are supposed to run on the target device are built. Build related tools like moc and uic are not built. Building such tools can be enabled by setting QT_FORCE_BUILD_TOOLS to on. When QT_FORCE_BUILD_TOOLS is enabled, target binaries of tools like qmake will get installed to the staging location. Therefore, if qmake is used to build07:55
alperakapplications, call the host-qmake script instead.07:55
alperakIt might be needed while building an application.07:55
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has joined #yocto07:58
*** Dracos-Carazza is now away: Auto away at Mon Jul 13 07:58:37 2026 UTC07:58
jmdUhgg. Now we find where upstream never tested the layer...08:01
jmdFailed to fetch URL git://code.qt.io/qt/qtgraphs.git;name=qtgraphs;branch=6.8.4;nobranch=1;protocol=git;08:01
jmdThere is no branch "6.8.4"08:01
jmdHow can I force it to fetch branch "6.8" ?08:01
alperak@jmd Looks like 6.8.4 is a commercial LTS patch release -> https://www.qt.io/blog/commercial-lts-qt-6.8.4-released08:05
alperakIf you don't have a valid Qt commercial license, you can't legally download or use from the commercial LTS repo. So, it is available only to commercial license holders if i'm not wrong.08:05
jmdWhich is the next non-commercial one?08:07
alperak@jmd check out -> https://doc.qt.io/qt-6/qt-releases.html08:11
jmdIt's wierd that 6.8 is "commercial" but 6.10 is not.08:16
jmdAlso 6.8 is in the debian free repositories, so I don't think that can be the case.08:17
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto08:19
alperak@jmd https://code.qt.io/cgit/yocto/meta-qt6.git/refs/heads08:21
alperak6.8Update submodule refs to Qt 6.8.4 opensource release08:21
alperaklts-6.8.4Revert "qtwebengine: add chromium patch"08:21
alperakI don't think there will be any issues with fetching because surely someone would have noticed by now.08:21
*** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has quit IRC (Quit: Konversation terminated!)08:21
alperakAlso, check the tags you will find something "v6.8.4-lts-lgpl"08:24
*** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has joined #yocto08:28
*** PeterM <PeterM!~PeterM@165.225.200.167> has joined #yocto08:33
*** lihis is back08:35
PeterMThe docs say "The Qt Company provides commercial support for Qt. Under standard support conditions, each minor version of Qt is supported for one year, starting from the date of the minor release"08:37
PeterMPer https://wiki.qt.io/Qt_6.8_Release that should mean that 6.8.4 is the last free 6.8.x version, however it looks like it's commercial only per https://www.qt.io/blog/commercial-lts-qt-6.8.4-released08:37
jmdI think this is a misunderstanding "providing commercial support" is something completely orthogonal to "illegal to download or use".08:38
PeterMSources for commercial releases are in commercial repository, not the public one.08:42
jmdPresumably https://code.qt.io/qt/qtbase is the public one?08:44
PeterMYes, that's the public one.08:52
*** silviu <silviu!~silviu@82.78.232.97> has quit IRC (Remote host closed the connection)08:52
*** silviu <silviu!~silviu@82.78.232.97> has joined #yocto08:52
jmdWhat's the story behind the "nodistro.0" directory in which the sdk gets installed to?  Can I change that name?08:56
*** jmd` <jmd`!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto09:01
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Ping timeout: 252 seconds)09:02
*** amfern <amfern!~amfern@240b:10:c301:9100:79da:35db:e1e:9626> has quit IRC (Ping timeout: 260 seconds)09:10
*** rburton is back09:11
*** khem is back09:11
*** khem is now away: Auto-away09:16
*** amfern <amfern!~amfern@240b:10:c301:9100:79da:35db:e1e:9626> has joined #yocto09:19
*** khem is back09:29
*** neverpanic is back09:30
*** sudip <sudip!~sudipmukh@78.40.148.182> has quit IRC (Quit: ZNC - http://znc.in)09:33
*** sudip <sudip!~sudipmukh@78.40.148.182> has joined #yocto09:33
*** jmd` <jmd`!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Read error: Connection reset by peer)09:43
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto09:46
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Remote host closed the connection)09:50
*** khem is now away: Auto-away09:50
*** _lore_ is now away: Auto away at Mon Jul 13 09:55:28 2026 UTC09:55
*** micka <micka!~micka@reverse-177-98.fdn.fr> has quit IRC (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in)10:04
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto10:06
*** micka <micka!~micka@reverse-177-98.fdn.fr> has joined #yocto10:07
*** micka is now away: Auto away at Mon Jul 13 10:07:31 2026 UTC10:07
*** micka is now away: Auto away at Mon Jul 13 10:07:31 2026 UTC10:07
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto10:09
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Read error: Connection reset by peer)10:18
*** zeemate <zeemate!~chris@2001:16b8:b103:4900:821f:67b4:d7ab:e4c4> has joined #yocto10:20
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto10:21
*** frieder <frieder!~frieder@91.191.179.247> has quit IRC (Ping timeout: 248 seconds)10:29
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Ping timeout: 248 seconds)10:31
*** amfern <amfern!~amfern@240b:10:c301:9100:79da:35db:e1e:9626> has quit IRC (Ping timeout: 261 seconds)10:33
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto10:38
*** frieder <frieder!~frieder@91.191.179.247> has joined #yocto10:42
*** frieder <frieder!~frieder@91.191.179.247> has quit IRC (Ping timeout: 240 seconds)10:46
*** khem is back10:49
*** frieder <frieder!~frieder@91.191.179.247> has joined #yocto10:59
*** Ermine is now away: Auto away11:07
*** khem is now away: Auto-away11:11
*** flynn378 is back11:11
*** khem is back11:12
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Remote host closed the connection)11:20
*** Ermine is back11:21
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto11:24
*** madisox_ is back11:24
*** Sundeep is now away: Auto away11:32
*** Sundeep is back11:32
*** madisox_ is now away: Auto-away11:32
*** flynn378 is now away: Auto-away11:33
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 245 seconds)11:39
*** khem is now away: Auto-away11:39
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto11:40
*** aduskett_ <aduskett_!~aduskett@2001:1c00:8183:9900:f716:cf53:ca8e:277b> has joined #yocto11:42
*** PeterM <PeterM!~PeterM@165.225.200.167> has quit IRC (Quit: Client closed)11:44
*** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:893a:bc4:12e4:8989> has quit IRC (Ping timeout: 272 seconds)11:45
*** _lore_ is back11:57
*** sakoman is back12:15
*** sakoman is now away: I'm not here right now12:20
*** tgamblin is back12:23
*** khem is back12:23
*** Ermine is now away: Auto away12:25
*** Ermine is back12:25
*** Ermine is now away: Auto away12:31
*** Ermine is back12:32
*** Ermine is now away: Auto away12:33
*** Ermine is back12:35
*** Ermine is now away: Auto away12:35
*** Ermine is back12:36
*** Ermine is now away: Auto away12:37
LetoThe2ndjmd: probably by setting DISTRO and DISTRO_NAME, or something real similar. which might be a good idea anyways to have a place to collect your policy decisions and settings, because otherwise you're implicitly always building the provided defaults12:39
LetoThe2nd(-> creating your bistro, or choosing a suitable one)12:40
jmdLetoThe2nd: I've set both of those.12:40
*** Ermine is back12:41
LetoThe2ndjmd: where?12:41
jmdThe SDK gets installed to /opt/$DISTRO/nodistro.0/12:41
*** Ermine is now away: Auto away12:41
LetoThe2ndjmd: yeah but where did you set the variables?12:41
jmdIn the conf/distro config file.12:41
*** Ermine is back12:42
LetoThe2ndah wait, you mean the DISTRO name gets correctly applied, and then there's a subdirectory?12:42
jmdYes12:42
LetoThe2ndah ok, then I misunderstood. hm.12:42
RPLetoThe2nd: you have your own bistro?12:42
jmdI have a distro, not a bistro.12:43
LetoThe2ndRP: not yet. should I?12:43
LetoThe2ndclassic autocorrect fail indeed12:43
RPLetoThe2nd: not sure, the idea just made me smile, first time I've seen that typo :)12:43
LetoThe2ndIt would be a bad bistro. you can only get dry bread and beer.12:44
RPdry beer doesn't sound so good12:44
jmdSome years ago I was working for a company doing business with Phillips.  The spell checker alwasys insisted on changing "phillips" to "phallus".12:44
*** khem is now away: Auto-away12:45
*** Ermine is now away: Auto away12:45
RPjmd: that could end quite badly!12:45
* LetoThe2nd hides for a few minutes, and starts to create meta-bistro12:46
*** Ermine is back12:46
*** paulbarker is back12:51
*** Ermine is now away: Auto away12:52
*** Kubu_work <Kubu_work!~kubu@88-123-24-176.subs.proxad.net> has joined #yocto12:52
*** wooosaiiii <wooosaiiii!~wooo@89-212-21-243.static.t-2.net> has quit IRC (Remote host closed the connection)12:53
*** Ermine is back12:53
*** Ermine is now away: Auto away12:54
*** Ermine is back12:55
*** Ermine is now away: Auto away12:56
*** Ermine is back12:56
*** Ermine is now away: Auto away12:56
*** Ermine is back12:56
*** Ermine is now away: Auto away12:59
*** Ermine is back13:01
*** Ermine is now away: Auto away13:01
*** Ermine is back13:03
*** Ermine is now away: Auto away13:09
*** sakoman is back13:13
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)13:28
*** sakoman is now away: I'm not here right now13:32
jmdMy build has just halted due to lack of disk space.13:46
jmdHow can I clean my work directory without loosing the build I've just got 3/4 of the way through?13:46
RPsaving the downloads and sstate directories is usually the easiest way to go13:47
jmdBut there are hundreds. How do I know which ones to save?13:47
RPjmd: save DL_DIR and SSTATE_DIR, wherever those point to13:48
*** __lore__ <__lore__!~lorenzo@93.66.90.48> has joined #yocto13:48
RPthose are two directories, not hundreds13:48
jmdBut there are hundreds of subdirectories.  And that's where all my disk space has gone.13:49
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has joined #yocto13:49
*** _lore_ <_lore_!~lorenzo@93.66.90.48> has quit IRC (Ping timeout: 265 seconds)13:50
RPmost of a build's space usage is usually on TMPDIR13:50
*** amfern <amfern!~amfern@240b:10:c301:9100:79da:35db:e1e:9626> has joined #yocto13:52
*** aduskett_ <aduskett_!~aduskett@2001:1c00:8183:9900:f716:cf53:ca8e:277b> has quit IRC (Quit: Leaving)13:57
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has quit IRC (Remote host closed the connection)13:57
*** jmd <jmd!~user@aftr-82-135-83-64.dynamic.mnet-online.de> has joined #yocto13:58
*** Kubu_work <Kubu_work!~kubu@88-123-24-176.subs.proxad.net> has quit IRC (Quit: Leaving.)13:58
jmdYes the most space is consumed by kas-work/build/tmp/work/cortexa53-crypto-dornix-linux which is the thing I've just been building, so deleting that isn't going to help14:02
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)14:04
*** Ermine is back14:06
*** Ermine is now away: Auto away14:08
*** sarahn is back14:08
*** sarahn is now away: I'm not here right now14:08
RPbut that isn't an sstate directory14:09
RPit sounds like you have a very large kernel build unfortunately14:10
*** khem is back14:10
jmdI think its Qt6 which is the biggest thing.  It's a monster.14:11
*** khem is now away: Auto-away14:15
*** alimon is back14:18
*** JPEW is back14:18
rburtonjmd: inherit rm_work and it will delete recipe build trees once they've built14:19
*** amit is now away: Auto-away14:20
jmdThat might have been useful if I'd done it many months ago.14:22
RPrburton: https://autobuilder.yoctoproject.org/valkyrie/#/builders/20/builds/4069 - matchbox panel on systemd14:26
*** amit is back14:27
RPand another arm boot failure :(14:28
*** sarahn is now away: Auto-away14:28
*** sudip <sudip!~sudipmukh@78.40.148.182> has quit IRC (*.net *.split)14:34
*** aardo <aardo!~ardo@host-95-252-177-40.retail.telecomitalia.it> has quit IRC (*.net *.split)14:34
*** sugarbeet <sugarbeet!~barbas@81.4.123.134> has quit IRC (*.net *.split)14:34
*** khilman <khilman!sid134447@id-134447.tinside.irccloud.com> has quit IRC (*.net *.split)14:34
*** khem <khem!sid220931@id-220931.helmsley.irccloud.com> has quit IRC (*.net *.split)14:34
*** marka <marka!~marka@149.115.79.78> has quit IRC (*.net *.split)14:34
*** mithro <mithro!sid24875@id-24875.ilkley.irccloud.com> has quit IRC (*.net *.split)14:34
*** abelloni <abelloni!~abelloni@2001:41d0:305:1000::2a58> has quit IRC (*.net *.split)14:34
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has quit IRC (*.net *.split)14:34
*** khimaros <khimaros!~khimaros@2a01:4f9:c012:6c55::1> has quit IRC (*.net *.split)14:34
*** jwinarsk <jwinarsk!sid635699@helmsley.irccloud.com> has quit IRC (*.net *.split)14:34
*** tleb <tleb!6dbdd9ebc9@2a03:6000:1812:100::10cf> has quit IRC (*.net *.split)14:34
*** Sundeep <Sundeep!b0253ba444@2001:bc8:1210:2cd8::394> has quit IRC (*.net *.split)14:34
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has quit IRC (*.net *.split)14:34
*** samk <samk!dfced9787d@2001:bc8:1210:2cd8::78a> has quit IRC (*.net *.split)14:34
*** sdora <sdora!939aa3488f@2001:bc8:1210:2cd8::3d2> has quit IRC (*.net *.split)14:34
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has quit IRC (*.net *.split)14:34
*** adadad <adadad!~adadad@user/adadad> has quit IRC (*.net *.split)14:34
*** woky <woky!~woky@li1651-31.members.linode.com> has quit IRC (*.net *.split)14:34
jmdIt's a shame there's no bitbake -c garbage-collect command.14:34
*** tleb <tleb!6dbdd9ebc9@2a03:6000:1812:100::10cf> has joined #yocto14:34
*** tleb is now away: Auto away14:34
*** jwinarsk <jwinarsk!sid635699@id-635699.helmsley.irccloud.com> has joined #yocto14:34
*** khem <khem!sid220931@id-220931.helmsley.irccloud.com> has joined #yocto14:34
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto14:34
*** khimaros <khimaros!~khimaros@2a01:4f9:c012:6c55::1> has joined #yocto14:34
*** abelloni <abelloni!~abelloni@2001:41d0:305:1000::2a58> has joined #yocto14:34
*** samk <samk!dfced9787d@2001:bc8:1210:2cd8::78a> has joined #yocto14:34
*** samk is now away: Auto away14:34
*** ardo <ardo!~ardo@95.252.177.40> has joined #yocto14:34
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has joined #yocto14:34
*** khilman <khilman!sid134447@id-134447.tinside.irccloud.com> has joined #yocto14:34
*** adadad <adadad!~adadad@user/adadad> has joined #yocto14:34
*** adadad is now away: Auto away at Mon Jul 13 14:34:17 2026 UTC14:34
*** sudip <sudip!~sudipmukh@78.40.148.182> has joined #yocto14:34
*** sakoman is back14:34
*** mithro <mithro!sid24875@id-24875.ilkley.irccloud.com> has joined #yocto14:34
*** sugarbeet <sugarbeet!~barbas@81.4.123.134> has joined #yocto14:34
rburtonjmd: that's basically rm_work. once the build is successful, wipe the build14:34
*** woky <woky!~woky@li1651-31.members.linode.com> has joined #yocto14:34
*** marka <marka!~marka@149.115.79.78> has joined #yocto14:34
*** marka is now away: Auto away at Mon Jul 13 14:34:44 2026 UTC14:34
*** YS <YS!f1dba9ec6c@2001:bc8:1210:2cd8::69d> has joined #yocto14:35
*** YS is now away: Auto away14:35
*** Sundeep <Sundeep!b0253ba444@2001:bc8:1210:2cd8::394> has joined #yocto14:36
*** sdora <sdora!939aa3488f@2001:bc8:1210:2cd8::3d2> has joined #yocto14:36
*** sdora is now away: Auto away14:36
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has quit IRC (Ping timeout: 245 seconds)14:36
*** Ermine is back14:37
*** Deepesh <Deepesh!56117a7dbe@2001:bc8:1210:2cd8::433> has quit IRC (Ping timeout: 245 seconds)14:37
*** sotaoverride <sotaoverride!84d08ea8e3@2001:bc8:1210:2cd8::20a> has joined #yocto14:38
*** Ermine is now away: Auto away14:38
*** Deepesh <Deepesh!56117a7dbe@2001:bc8:1210:2cd8::433> has joined #yocto14:38
*** Deepesh is now away: Auto away14:38
jmdgarbage collection is something different to delete-after-build14:40
RPjmd: rm_work will try to clean up each workdir as the recipe completes14:41
*** sarahn is back14:45
*** sarahn is now away: I'm not here right now14:45
jmdBut what about recipes which ran 12 months ago?14:46
RPjmd: wiping TMPDIR is just easier for that14:48
RPkeep SSTATE_DIR, DL_DIR and wipe TMPDIR14:48
RPbut I said that already14:48
jmdI will try it, but I suspect I'll still not have enough...14:49
*** Ermine is back14:49
*** Ermine is now away: Auto away14:49
RPit depends what state your directories are in which I simply can't know. If you've been putting in sstate artefacts for years, prunning the sstate dir for files not accessed in 6 months might work. There is a command in the manual for that iirc14:50
RPif all the space is in the kernel build dir, that would be a different issue but the things you've said don't all quite add up to me14:50
*** sakoman is now away: I'm not here right now14:51
rburtonpersonally i rm_work to keep the build tree trim, and delete anything older than six months now and again from sstate with a simple find command)14:52
*** frieder <frieder!~frieder@91.191.179.247> has quit IRC (Remote host closed the connection)14:56
*** Ermine is back14:56
*** colin-pm is back14:56
*** Ermine is now away: Auto away14:57
jmdHow can I find the value of all these variables?14:57
*** khem is now away: Auto-away14:59
rburtonyou set them in your local.conf15:00
jmdI don't have one those.  So guess the default apply.15:01
*** colin-pm is now away: Auto-away15:02
*** colin-pm is back15:02
*** stephano <stephano!~stephano@71.238.14.13> has joined #yocto15:07
jmdHmm. deleting files older than 6 months got me only about 0.5GB15:16
jmdI might just have to bite the bullet and delete everything and run a new build overnight.15:16
*** rob_w <rob_w!~rob_w@2001:a61:60b7:e101:dcb8:8909:ff18:49c> has joined #yocto15:17
*** colin-pm is now away: Auto-away15:17
rburtonjmd: delete tmp/ as everythign in there is generated, and all files older than <pick a duration> in sstate.15:19
jmdI'm just in the process of deleting my entire build dir.  We will see what happens ...15:21
jmdyep.. Got back about 250GB15:22
jmdNow I start the build and wait 10 hours to see if it did any good :)15:23
rburtonremember to turn on rm_work15:27
rburtonif you're quibbling over 250gb and a build is 10 hours, i think you need a better machine for builds :)15:27
*** rob_w <rob_w!~rob_w@2001:a61:60b7:e101:dcb8:8909:ff18:49c> has quit IRC (Quit: Leaving)15:28
*** sarahn is back15:28
jmdI couldn't agree more.15:29
jmd... in my day 20MB was sufficient for the entire university ...15:30
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto15:32
*** sarahn is now away: Auto-away15:33
*** Ermine is back15:39
*** Ermine is now away: Auto away15:40
*** Ermine is back15:40
*** Ermine is now away: Auto away15:42
RPjmd: or 1k of ram which could run BASIC nicely :)15:46
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)15:59
*** mckoan is now away: mckoan16:05
*** mckoan is now known as mckoan|away16:05
jmdI used to have a perfectly functional word processor which fitted on a 260k floppy disk16:11
*** khem is back16:12
*** dankm <dankm!~dan@user/dankm> has quit IRC (Remote host closed the connection)16:15
*** dankm <dankm!~dan@user/dankm> has joined #yocto16:17
*** Ermine is back16:21
*** Ermine is now away: Auto away16:23
*** __lore__ is now away: Auto away at Mon Jul 13 16:26:42 2026 UTC16:26
*** alimon is now away: Auto-away16:29
jmdWhy does bitbake show a progress bar for some tasks, but not others?16:32
jmdWhat's the criterium?16:33
*** khem is now away: Auto-away16:34
*** alimon is back16:40
*** Ermine is back16:42
*** Ermine is now away: Auto away16:42
*** Emantor is now away: Auto away at Mon Jul 13 16:43:07 2026 UTC16:43
*** Ermine is back16:44
*** Ermine is now away: Auto away16:44
*** colin-pm is back16:44
rburtonjmd: whether we know how to get a progress measure from the output16:45
rburtonie automake doesn't have any meaning of a progress bar16:45
rburtonbut ninja does16:45
*** jimmyg <jimmyg!~jimmyg@pool-71-174-69-91.bstnma.fios.verizon.net> has joined #yocto16:47
*** goliath <goliath!~goliath@user/goliath> has joined #yocto16:49
*** RP is now away: Auto away at Mon Jul 13 17:07:23 2026 UTC17:07
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)17:08
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto17:11
*** Danct12 is now away: Auto away at Mon Jul 13 17:31:35 2026 UTC17:31
*** colin-pm is now away: Auto-away17:35
*** mathieum2048 <mathieum2048!~mathieum2@78.192.39.49> has quit IRC (Ping timeout: 248 seconds)17:37
*** khem is back17:39
*** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!)17:41
*** khem is now away: Auto-away17:44
*** mathieum2048 <mathieum2048!~mathieum2@78.192.39.49> has joined #yocto17:47
*** florian <florian!~florian@dynamic-093-131-079-235.93.131.pool.telefonica.de> has joined #yocto17:56
*** amieiro <amieiro!~irc_user@user/amieiro> has quit IRC (Quit: WeeChat 4.9.0)17:57
*** RP is back17:57
*** flynn378 is back18:06
*** neverpanic is now away: gone18:08
*** tgamblin is now away: Auto-away18:16
*** polprog is now away: afk18:22
*** khem is back18:23
*** amieiro <amieiro!~irc_user@user/amieiro> has joined #yocto18:24
JPEWmathieudb: Would you mind running oe-core-contrib/jpew/spdx-license through the AB? I think I got all the selftest stuff fixed, but if there is somewhere that I missed I would like to find out.18:31
*** RP is now away: Auto away at Mon Jul 13 18:36:02 2026 UTC18:36
*** khem is now away: Auto-away18:45
*** lihis is now away: I'm away..18:46
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 4.7.0)18:47
*** colin-pm is back18:50
mathieudbJPEW: sure, no problem! An a-full build?19:12
mathieudbOh wait, is maintenance pending halstead? Or can I start some build right now?19:13
*** colin-pm is now away: Auto-away19:15
JPEWmathieudb: a-full would be great thanks19:16
*** RP is back19:18
mathieudbhalstead: I haven't seen you today, I suspect there is no maintenance today. I'm launching a build, feel free to stop it if it's causing any issue19:24
*** halstead is back19:25
halsteadmathieudb: I'm on vacation today. My colleague Ryan was supposed to do maintenance. I think it should be complete already19:26
*** colin-pm is back19:26
mathieudbhalstead: ok, thanks. Sorry for the ping, you can go back on vacation :)19:27
halsteadNo worries.19:28
mathieudbJPEW: https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/420019:31
JPEWmathieudb: ty19:31
teknixjmd: it's possible to abort and nuke a build without losing the effort, if sstate, downloads, hashserve and kas-downloads are kept external to the build.19:32
teknixof course it still requires sufficient space.19:33
*** walter <walter!~ch@user/walter> has quit IRC (Quit: Konversation terminated!)19:33
*** walter <walter!~ch@81.196.204.10> has joined #yocto19:33
*** sakoman <sakoman!~sakoman@2602:feb4:3b:2100:441c:3efb:de16:d717> has quit IRC (Ping timeout: 268 seconds)19:33
*** halstead is now away: Auto-away19:36
*** sakoman <sakoman!~sakoman@2602:feb4:3b:2100:9e14:562a:2ce:b022> has joined #yocto19:46
*** sakoman is now away: I'm not here right now19:46
*** amfern <amfern!~amfern@240b:10:c301:9100:79da:35db:e1e:9626> has quit IRC (Ping timeout: 258 seconds)20:00
*** Emantor is back20:01
*** mathieum2048 is now away: Auto away20:04
*** rburton is now away: Auto-away20:05
*** khem is back20:11
*** flynn378 is now away: Auto-away20:12
*** Emantor is now away: Auto away at Mon Jul 13 20:14:14 2026 UTC20:14
*** zeemate <zeemate!~chris@2001:16b8:b103:4900:821f:67b4:d7ab:e4c4> has quit IRC (Ping timeout: 256 seconds)20:14
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)20:19
*** tgamblin is back20:47
*** colin-pm is now away: Auto-away20:58
*** khem is now away: Auto-away20:59
*** KanjiMonster is now away: disconnected21:04
*** KanjiMonster is back21:05
*** colin-pm is back21:06
*** RP is now away: Auto away at Mon Jul 13 21:11:20 2026 UTC21:11
*** halstead is back21:15
*** colin-pm is now away: Auto-away21:16
*** halstead is now away: Auto-away21:20
*** florian <florian!~florian@dynamic-093-131-079-235.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)21:57
*** khem is back22:21
*** denix is now away: Auto-away22:22
*** KanjiMonster is now away: disconnected22:26
*** dkl is now away: Auto away at Mon Jul 13 22:41:42 2026 UTC22:41
*** khem is now away: Auto-away22:43
*** RP <RP!~RP@user/RP> has quit IRC (Read error: Connection reset by peer)22:44
*** RP_ <RP_!~RP@user/RP> has joined #yocto22:44
*** RP_ is now away: Auto away at Mon Jul 13 22:44:24 2026 UTC22:44
*** RP_ is now away: Auto away at Mon Jul 13 22:44:24 2026 UTC22:44
*** RP_ is now away: Auto away at Mon Jul 13 22:44:24 2026 UTC22:44
*** RP_ <RP_!~RP@user/RP> has quit IRC (Quit: Exiting)22:49
*** RP_ <RP_!~RP@user/RP> has joined #yocto22:50
*** RP_ is now away: Auto away at Mon Jul 13 22:49:59 2026 UTC22:50
*** RP_ is now away: Auto away at Mon Jul 13 22:49:59 2026 UTC22:50
*** RP_ is now away: Auto away at Mon Jul 13 22:49:59 2026 UTC22:50
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto22:53
*** |Xagen <|Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 265 seconds)22:54
*** khem is back22:57
*** mronetwo <mronetwo!67e9dda044@user/mronetwo> has quit IRC (Read error: Connection reset by peer)23:01
*** mssdvd <mssdvd!10696cc16f@user/mssdvd> has quit IRC (Read error: Connection reset by peer)23:02
*** mssdvd <mssdvd!10696cc16f@user/mssdvd> has joined #yocto23:02
*** mssdvd is now away: Auto away23:02
*** mronetwo <mronetwo!67e9dda044@user/mronetwo> has joined #yocto23:06
*** mronetwo is now away: Auto away23:06
*** freebnc is now known as Guest47339823:08
*** Guest473398 is now known as Guest43995123:11
*** Guest439951 is now known as Guest30569423:11
*** Guest305694 is now known as Guest22996723:15
*** Guest229967 is now known as Guest33735423:16
*** RP_ is back23:17
*** RP_ is now away: Auto away at Mon Jul 13 23:19:07 2026 UTC23:19
*** Guest337354 is now known as Guest85598223:19
*** Guest855982 is now known as Guest75452923:20
*** Guest754529 is now known as Guest8937723:24
*** RP_ <RP_!~RP@user/RP> has quit IRC (Quit: Exiting)23:25
*** Guest89377 is now known as Guest45615923:31
*** sakoman is back23:44
*** RP_ <RP_!~RP@user/RP> has joined #yocto23:46
*** RP_ is now away: Auto away at Mon Jul 13 23:46:03 2026 UTC23:46
*** RP_ is now away: Auto away at Mon Jul 13 23:46:03 2026 UTC23:46
*** RP_ is now away: Auto away at Mon Jul 13 23:46:03 2026 UTC23:46
*** sakoman is now away: I'm not here right now23:49

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