Monday, 2022-06-06

*** vladest <vladest!~Thunderbi@2a02:1210:76b7:7100:c5dd:647e:e7ca:8abd> has quit IRC (Quit: vladest)00:10
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 240 seconds)00:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto00:19
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)00:20
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 246 seconds)00:23
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto00:24
*** camus <camus!~Instantbi@2409:8a1e:9115:40b0:7827:aeaa:6abf:50dc> has quit IRC (Quit: camus)00:51
*** camus <camus!~Instantbi@2409:8a1e:9115:40b0:5d5b:896f:23ba:a68b> has joined #yocto00:53
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 258 seconds)00:54
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto00:54
*** argonautx <argonautx!~argonautx@muedsl-82-207-240-115.citykom.de> has quit IRC (Quit: Leaving)00:54
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 246 seconds)00:58
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto00:59
*** seninha <seninha!~seninha@user/seninha> has joined #yocto01:16
*** bps <bps!~bps@user/bps> has quit IRC (Ping timeout: 240 seconds)01:26
*** Wouter0100 <Wouter0100!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Read error: Connection reset by peer)01:34
*** Wouter0100 <Wouter0100!~Wouter010@entry.nbg.netvos.nl> has joined #yocto01:34
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)01:36
*** Tokamak <Tokamak!~Tokamak@172.58.189.198> has quit IRC (Ping timeout: 246 seconds)01:36
*** Tokamak <Tokamak!~Tokamak@mobile-166-170-30-122.mycingular.net> has joined #yocto01:39
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)01:41
*** starblue <starblue!~juergen@dslb-188-109-100-236.188.109.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)01:46
*** starblue <starblue!~juergen@dslb-088-078-100-223.088.078.pools.vodafone-ip.de> has joined #yocto01:48
*** jpuhlman <jpuhlman!~jpuhlman@99-14-97-149.lightspeed.frokca.sbcglobal.net> has quit IRC (Ping timeout: 240 seconds)01:48
*** jpuhlman <jpuhlman!~jpuhlman@99-14-97-149.lightspeed.frokca.sbcglobal.net> has joined #yocto01:48
*** camus <camus!~Instantbi@2409:8a1e:9115:40b0:5d5b:896f:23ba:a68b> has quit IRC (Ping timeout: 250 seconds)01:54
*** camus <camus!~Instantbi@222.65.23.63> has joined #yocto02:09
*** camus <camus!~Instantbi@222.65.23.63> has quit IRC (Ping timeout: 240 seconds)02:13
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto02:14
*** jclsn <jclsn!~jclsn@2a04:4540:6505:cc00:862b:1f22:d640:5bed> has quit IRC (Ping timeout: 260 seconds)02:49
*** jclsn <jclsn!~jclsn@2a04:4540:6517:9300:7791:99a2:b72f:7992> has joined #yocto02:51
*** Tokamak <Tokamak!~Tokamak@mobile-166-170-30-122.mycingular.net> has quit IRC (Ping timeout: 256 seconds)03:08
*** Tokamak <Tokamak!~Tokamak@mobile-166-170-30-122.mycingular.net> has joined #yocto03:13
*** Tokamak <Tokamak!~Tokamak@mobile-166-170-30-122.mycingular.net> has quit IRC (Ping timeout: 255 seconds)03:25
*** Tokamak_ <Tokamak_!~Tokamak@mobile-166-170-30-122.mycingular.net> has joined #yocto03:26
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto03:51
*** deuteron <deuteron!~deuteron@180.150.112.168> has joined #yocto04:04
deuteronHey all, I've got a yocto recipe that builds fine for target and native, but fails with an 'installed-vs-shipped' error when I try to build the nativesdk version.04:06
*** Tokamak_ <Tokamak_!~Tokamak@mobile-166-170-30-122.mycingular.net> has quit IRC (Ping timeout: 256 seconds)04:06
deuteronI do FILES:${PN}:append to get a few extra files in the package, but the nativesdk-${PN} package is missing everything.  Even a binary under /usr/bin.04:09
deuteronThis recipe is using qt6-qmake.bbclass, btw.04:10
*** Tokamak <Tokamak!~Tokamak@mobile-166-170-30-122.mycingular.net> has joined #yocto04:10
*** peoliye <peoliye!~peoliye@2601:641:500:29f0:80ab:a41c:63f5:e7a2> has joined #yocto04:12
deuteronIs it expected that I have to do something special for nativesdk?  Or should this just work?04:12
*** xmn_ <xmn_!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto04:23
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Read error: Connection reset by peer)04:23
deuteronIt seems that where the files are being installed is wrong, actually.04:23
deuteronIf I override do_install for class-nativesdk and do `oe_runmake install INSTALL_ROOT=${D}/${SDKPATHNATIVE}` it works.04:24
*** amitk <amitk!~amit@103.208.69.154> has joined #yocto04:40
*** Tokamak <Tokamak!~Tokamak@mobile-166-170-30-122.mycingular.net> has quit IRC (Ping timeout: 246 seconds)05:07
*** Tokamak <Tokamak!~Tokamak@172.58.191.211> has joined #yocto05:10
*** xmn_ <xmn_!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: xmn_)05:12
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto05:23
*** davidinux <davidinux!~davidinux@178.249.211.15> has quit IRC (Ping timeout: 246 seconds)05:45
*** davidinux <davidinux!~davidinux@net-188-216-125-25.cust.vodafonedsl.it> has joined #yocto05:47
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds)05:49
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto05:49
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 255 seconds)05:54
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto05:54
*** paulg <paulg!~paulg@24-212-160-219.cable.teksavvy.com> has quit IRC (Ping timeout: 244 seconds)06:05
*** zeddii <zeddii!~zeddii@173.34.88.218> has quit IRC (Ping timeout: 246 seconds)06:09
*** paulg <paulg!~paulg@24-212-160-219.cable.teksavvy.com> has joined #yocto06:18
*** zeddii <zeddii!~zeddii@173.34.88.218> has joined #yocto06:20
*** mckoan|away is now known as mckoan06:38
mckoangood morning06:38
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto06:54
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 240 seconds)07:01
amitklandgraf: thanks, I've caught up on the release review *proposal* from Eclipse. I'll need to sync up with toscalix, when he's online07:05
amitkoops, wrong channel07:05
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto07:10
*** vladest <vladest!~Thunderbi@2a02:1210:76b7:7100:c19e:68fe:a81a:45d2> has joined #yocto07:13
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 255 seconds)07:13
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 255 seconds)07:16
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto07:18
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto07:19
*** ptsneves <ptsneves!~ptsneves@031011128246.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto07:37
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 260 seconds)07:56
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto08:00
*** ptsneves <ptsneves!~ptsneves@031011128246.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 252 seconds)08:03
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 258 seconds)08:04
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto08:08
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 255 seconds)08:16
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto08:24
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 244 seconds)08:29
*** ptsneves <ptsneves!~ptsneves@85-128-83-172.static.ip.netia.com.pl> has joined #yocto08:30
*** peoliye <peoliye!~peoliye@2601:641:500:29f0:80ab:a41c:63f5:e7a2> has quit IRC (Quit: Client closed)08:57
ptsneveshttps://www.turris.com/en/mox/sets/ has anybody played with this? It has a marvel cpu and is extensible. Unfortunately it only supports OpenWRT for now.08:59
*** rburton <rburton!rburton@user/rburton> has joined #yocto09:04
*** pgowda_ <pgowda_!uid516182@id-516182.ilkley.irccloud.com> has joined #yocto09:17
*** bps <bps!~bps@80.71.142.18.ipv4.parknet.dk> has joined #yocto09:32
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection)09:36
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto09:37
*** jpuhlman <jpuhlman!~jpuhlman@99-14-97-149.lightspeed.frokca.sbcglobal.net> has quit IRC (Ping timeout: 240 seconds)09:43
*** jpuhlman <jpuhlman!~jpuhlman@99-14-97-149.lightspeed.frokca.sbcglobal.net> has joined #yocto09:43
*** michalkotyla <michalkotyla!~quassel@84-10-27-202.static.chello.pl> has joined #yocto09:47
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has joined #yocto09:47
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds)09:58
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto09:58
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 246 seconds)10:04
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto10:04
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)10:14
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 258 seconds)10:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto10:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 255 seconds)10:23
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto10:24
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has joined #yocto10:39
ptsnevesdoes anybody know if we have any tests for insane?10:45
ptsnevescannot find it in meta/lib/oeqa10:45
ptsnevesok i see that instead we have tests scattered through modules10:57
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 255 seconds)11:04
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto11:04
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 240 seconds)11:08
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto11:09
jclsn[m]Is there any other way to create a user and password than EXTRA_USERS_PARAMS? My root user suddenly uses a password and I haven't set one11:26
jclsn[m]I also tried setting it back to empty with usermod -p '' root, but that also did not work11:27
jclsn[m]It is only being set at that place. I already checked that via getvar11:31
*** vladest <vladest!~Thunderbi@2a02:1210:76b7:7100:c19e:68fe:a81a:45d2> has quit IRC (Ping timeout: 260 seconds)11:34
*** vladest <vladest!~Thunderbi@2a02:1210:76b7:7100:b85:4197:9d73:318e> has joined #yocto11:34
*** Tokamak <Tokamak!~Tokamak@172.58.191.211> has quit IRC (Ping timeout: 255 seconds)11:52
*** Tokamak <Tokamak!~Tokamak@172.58.191.51> has joined #yocto12:03
*** lexano <lexano!~lexano@174.119.69.134> has joined #yocto12:08
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto12:11
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 258 seconds)12:16
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 244 seconds)12:18
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto12:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)12:23
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto12:23
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)12:24
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has joined #yocto12:28
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has joined #yocto12:38
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 256 seconds)12:39
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto12:39
*** goliath <goliath!~goliath@user/goliath> has joined #yocto12:43
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 255 seconds)12:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto12:44
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto13:05
jclsn[m]Realized the root user password is changed due to my Qt application recipe... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/161b36a3cf3ca26a9a679767686075d09d7aa6e6)13:12
jclsn[m]Does inherit systemd change the password??13:12
ptsnevesjclsn[m] nope. You can look at the systemd.bbclass if you wish to be sure13:17
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 258 seconds)13:21
jclsn[m]ptneves: I think it only happens when I try to log in via ssh. When I connect a keyboard and mouse I can login without a password13:22
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC (Remote host closed the connection)13:29
*** jclsn_ <jclsn_!~jclsn@2a04:4540:6517:9300:4a6:a5ac:d0d9:6b40> has joined #yocto13:38
*** jclsn_ <jclsn_!~jclsn@2a04:4540:6517:9300:4a6:a5ac:d0d9:6b40> has quit IRC (Client Quit)13:39
*** cmd <cmd!~cmd@user/cmd> has quit IRC (Read error: Connection reset by peer)13:39
*** cmd <cmd!~cmd@user/cmd> has joined #yocto13:40
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto13:55
*** cmd <cmd!~cmd@user/cmd> has quit IRC (Remote host closed the connection)13:55
*** cmd <cmd!~cmd@user/cmd> has joined #yocto13:56
*** kscherer <kscherer!~kscherer@dsl-173-206-141-49.tor.primus.ca> has joined #yocto13:59
*** dgriego <dgriego!~dgriego@user/dgriego> has joined #yocto14:02
*** otavio_ <otavio_!~otavio@191-221-92-247.user3p.brasiltelecom.net.br> has joined #yocto14:10
*** otavio <otavio!~otavio@191-221-92-247.user3p.brasiltelecom.net.br> has quit IRC (Read error: Connection reset by peer)14:10
*** marka <marka!~marka@198-84-181-245.cpe.teksavvy.com> has quit IRC (Ping timeout: 246 seconds)14:17
*** TundraMan <TundraMan!~marka@198-84-181-245.cpe.teksavvy.com> has joined #yocto14:17
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto14:22
Guest87i cant seem to find the migrating notes for kirkstone (https://docs.yoctoproject.org/3.3/ref-manual/migration.html)14:24
smurrayGuest87: they were moved to a separate manual starting in kirkstone: https://docs.yoctoproject.org/4.0.1/migration-guides/migration-4.0.html14:36
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has joined #yocto15:03
*** pgowda_ <pgowda_!uid516182@id-516182.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)15:07
Guest87smurray: thank you15:15
*** hushmoney <hushmoney!5206@de1.hashbang.sh> has joined #yocto15:20
*** Guest49 <Guest49!~Guest49@196.179.201.239> has joined #yocto15:24
*** Guest49 <Guest49!~Guest49@196.179.201.239> has quit IRC (Client Quit)15:25
*** mohamed-dhiamtir <mohamed-dhiamtir!~mohamed-d@2001:470:69fc:105::2:2501> has joined #yocto15:26
*** mckoan is now known as mckoan|away15:51
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Quit: camus)16:11
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 250 seconds)16:48
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto16:49
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)16:53
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto16:54
*** vladest <vladest!~Thunderbi@2a02:1210:76b7:7100:b85:4197:9d73:318e> has quit IRC (Quit: vladest)17:03
*** kevinrowland <kevinrowland!~kevinrowl@165.225.243.0> has joined #yocto17:45
jclsn[m]How to test audio without alsay? gst-tester1.0 some.wav doesn't work17:45
jclsn[m]s/alsay/alsa/17:46
jclsn[m]alsa-utils seems to install gtk etc.17:46
jclsn[m]Okay probably not haha17:48
*** Habbie <Habbie!peter@lorentz.7bits.nl> has quit IRC (Quit: be back later)17:54
*** Guest2297 <Guest2297!~Guest22@160-2-144-100.cpe.sparklight.net> has joined #yocto18:27
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds)18:27
*** Guest2297 <Guest2297!~Guest22@160-2-144-100.cpe.sparklight.net> has quit IRC (Quit: Client closed)18:32
*** Habbie <Habbie!peter@lorentz.7bits.nl> has joined #yocto18:38
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has joined #yocto18:40
*** Tokamak <Tokamak!~Tokamak@172.58.191.51> has quit IRC (Ping timeout: 255 seconds)19:11
*** peoliye <peoliye!~peoliye@54-240-198-36.amazon.com> has joined #yocto19:11
*** Tokamak_ <Tokamak_!~Tokamak@107.116.82.145> has joined #yocto19:17
*** Habbie <Habbie!peter@lorentz.7bits.nl> has quit IRC (Ping timeout: 255 seconds)19:26
*** Habbie <Habbie!peter@lorentz.7bits.nl> has joined #yocto19:27
*** Tokamak_ <Tokamak_!~Tokamak@107.116.82.145> has quit IRC (Ping timeout: 255 seconds)19:58
*** janvermaete[m] <janvermaete[m]!~vermaetem@2001:470:69fc:105::ee7> has joined #yocto20:01
*** Tokamak <Tokamak!~Tokamak@107.116.82.145> has joined #yocto20:02
*** Tokamak_ <Tokamak_!~Tokamak@172.58.188.100> has joined #yocto20:11
*** Tokamak <Tokamak!~Tokamak@107.116.82.145> has quit IRC (Ping timeout: 244 seconds)20:13
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)20:19
*** Reto[m] <Reto[m]!~rettichsc@2001:470:69fc:105::5057> has left #yocto20:38
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)21:08
*** Tokamak_ <Tokamak_!~Tokamak@172.58.188.100> has quit IRC (Read error: Connection reset by peer)21:09
*** bps <bps!~bps@user/bps> has quit IRC (Ping timeout: 276 seconds)21:10
*** Tokamak <Tokamak!~Tokamak@172.58.188.100> has joined #yocto21:11
*** Tokamak <Tokamak!~Tokamak@172.58.188.100> has quit IRC (Ping timeout: 246 seconds)21:22
*** Tokamak_ <Tokamak_!~Tokamak@166.205.152.19> has joined #yocto21:22
*** kscherer <kscherer!~kscherer@dsl-173-206-141-49.tor.primus.ca> has quit IRC (Quit: Konversation terminated!)21:49
*** Tokamak_ <Tokamak_!~Tokamak@166.205.152.19> has quit IRC (Ping timeout: 250 seconds)21:51
*** Tokamak <Tokamak!~Tokamak@172.58.188.100> has joined #yocto21:54
*** Tokamak_ <Tokamak_!~Tokamak@107.116.82.2> has joined #yocto22:00
*** Tokamak <Tokamak!~Tokamak@172.58.188.100> has quit IRC (Ping timeout: 244 seconds)22:00
*** vladest <vladest!~Thunderbi@2001:1715:9d9c:c530:fb89:1b33:d2ae:2bf> has joined #yocto22:22
*** Circuitsoft <Circuitsoft!uid393878@id-393878.lymington.irccloud.com> has joined #yocto22:23
*** Tokamak_ <Tokamak_!~Tokamak@107.116.82.2> has quit IRC (Ping timeout: 256 seconds)22:37
*** Tokamak <Tokamak!~Tokamak@172.58.188.100> has joined #yocto22:40
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC (Remote host closed the connection)23:05
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)23:33
*** florian <florian!~florian@dynamic-078-049-090-179.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)23:44
*** tgamblin <tgamblin!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has joined #yocto23:58

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