Wednesday, 2022-11-02

*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)00:08
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto00:09
*** vmeson <vmeson!~rmacleod@23-233-86-175.cpe.pppoe.ca> has joined #yocto00:09
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 248 seconds)00:13
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto00:13
*** florian_kc <florian_kc!~florian@dynamic-002-243-013-241.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)00:16
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto00:44
*** PhoenixMage <PhoenixMage!~phoenix@206.83.112.35> has joined #yocto01:02
*** kscherer <kscherer!~kscherer@bras-base-otwaon1146w-grc-21-184-147-79-201.dsl.bell.ca> has quit IRC (Quit: Konversation terminated!)01:18
PhoenixMageIs it possible to have multiple bbappend files and have them apply depending on machine type?01:22
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)01:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto01:29
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection)01:32
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)01:33
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto01:34
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto01:35
khemthe content inside the bbappend can be applied per machine by using machine overrides in the functions and variable assignments etc.01:38
moto-timoPhoenixMage: it is better perhaps to use one bbappend but use the machine overrides01:39
khembbappends are generic01:39
PhoenixMageI am trying to understand overrides but just not grokking it01:40
moto-timoLook at something like https://github.com/OE4T/meta-tegra/blob/master/recipes-bsp/tegra-binaries/tegra-configs_35.1.0.bb#L5501:42
PhoenixMageHow could I set the SRC_URI in the bbappends based on the machine type of rock-pi-3a? Something like SRC_URI:rock-pi-3a ?01:42
moto-timothe :append:tegra194 will only apply if tegra194 is in MACHINEOVERRIDES https://docs.yoctoproject.org/ref-manual/variables.html?highlight=machineoverrides#term-MACHINEOVERRIDES01:44
moto-timoyes, if that is a valid machine name01:45
moto-timoyou probably want SRC_URI:append:rock-pi-3a (paraphrasing off the top of my head)01:45
moto-timoIn regular language that means "append the SRC_URI variable if the machine override 'rock-pi-3a' is present"01:46
PhoenixMagemoto-timo: I want to overwrite as I need to switch from mainline u-boot to the rockchip fork because the SBC isnt in mainline yet01:47
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)01:47
moto-timoProbably ask tlwoerner for rockchip specific stuff01:49
PhoenixMagethanks moto-timo. tlwoerner let me know when you are free for a chat :)01:50
*** davidinux <davidinux!~davidinux@178.249.211.10> has quit IRC (Ping timeout: 246 seconds)02:03
*** davidinux <davidinux!~davidinux@81.22.36.19> has joined #yocto02:05
*** vmeson <vmeson!~rmacleod@23-233-86-175.cpe.pppoe.ca> has quit IRC (Ping timeout: 252 seconds)02:12
*** vmeson <vmeson!~rmacleod@23-233-86-175.cpe.pppoe.ca> has joined #yocto02:12
*** amitk <amitk!~amit@103.59.74.136> has joined #yocto02:15
tlwoernerPhoenixMage: the meta-rockchip on git.yoctoproject.org is for running upstream, mainline code on a rockchip02:19
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)02:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto02:19
tlwoernerPhoenixMage: if you're interested in running all the vendor forks and closed things then i recommend trying https://github.com/JeffyCN/meta-rockchip02:19
PhoenixMagetlwoerner: I would prefer not to run vendor forks, but kinda stuck with rock-3a as no mainline yet02:21
PhoenixMageI will check out that fork though02:21
tlwoernerPhoenixMage: yes, i have the rock-3a too, and my rock5 model B showed up the other day (haven't had a chance to play with either yet)02:22
tlwoernerbut rockchip is fairly good (all things considered) at getting upstream support eventually so... fingers crossed :-)02:23
PhoenixMagetlwoerner: I literally just paid for my Rock 5b about 15 min ago, hoping to have it in the week02:23
tlwoernernice!02:23
PhoenixMageI think there is mainline kernel support for the rk3568 isnt there?02:24
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 272 seconds)02:24
PhoenixMageSeems a lot of the mainline push comes from the armbian ppl02:25
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto02:25
tlwoernerPhoenixMage: huh, looks like there is. i thought i checked recently. looks like the kernel has support, but not U-Boot02:29
PhoenixMagetlwoerner: Yeah thats why I started messing with meta-rockchip, keep the mainline kernel but override u-boot to use the vendor one until mainline is done. Will make it easier to just switch it to mainline u-boot when available02:32
tlwoernerPhoenixMage: sounds good02:32
tlwoernerPhoenixMage: is your plan to use rkdeveloptool to load the vendor U-Boot spi flash?02:36
PhoenixMageOne thing at a time lol02:36
PhoenixMageI havent got a plan :p I am fairly new to all this embedded stuff02:36
PhoenixMageAnd I dont use SPI on my 4b's either02:36
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto02:37
*** starblue <starblue!~juergen@dslb-094-221-186-071.094.221.pools.vodafone-ip.de> has quit IRC (Ping timeout: 248 seconds)03:00
*** starblue <starblue!~juergen@dslb-094-220-105-076.094.220.pools.vodafone-ip.de> has joined #yocto03:02
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!)03:39
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto03:40
*** jclsn <jclsn!~jclsn@2a04:4540:6529:1900:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 246 seconds)03:43
*** jclsn <jclsn!~jclsn@2a04:4540:6524:e700:2ce:39ff:fecf:efcd> has joined #yocto03:45
*** amitk <amitk!~amit@103.59.74.136> has quit IRC (Ping timeout: 252 seconds)04:18
*** amitk <amitk!~amit@103.59.74.136> has joined #yocto04:19
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Ping timeout: 252 seconds)04:40
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto04:41
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)04:50
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 255 seconds)05:01
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto05:55
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!)06:01
PhoenixMageI am confused, the radxa u-boot is using an old Makefile, the target u-boot-initial-env which is used by the mainline build is missing, thats fine I patch it in because it is just a call to an existing target "u-boot.bin". Patched in, can see the new target but the new target cant see the old one when I run yocto, if I do it manually its fine...06:03
*** fray <fray!~fray@70.99.78.136> has quit IRC (Read error: Software caused connection abort)06:17
*** fray <fray!~fray@70.99.78.136> has joined #yocto06:17
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)06:18
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto06:18
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 272 seconds)06:19
*** amitk <amitk!~amit@103.59.74.136> has quit IRC (Ping timeout: 252 seconds)06:22
*** amitk <amitk!~amit@103.59.74.136> has joined #yocto06:22
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto06:24
*** marka <marka!~marka@198-84-181-245.cpe.teksavvy.com> has quit IRC (Ping timeout: 250 seconds)06:35
*** marka <marka!~marka@198-84-181-245.cpe.teksavvy.com> has joined #yocto06:37
*** ykrons <ykrons!~guillaume@62.192.23.101> has quit IRC (Ping timeout: 250 seconds)06:38
*** ykrons <ykrons!~guillaume@62.192.23.101> has joined #yocto06:39
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)06:42
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto06:43
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC (Read error: Software caused connection abort)06:45
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto06:47
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto06:59
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto07:17
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)07:23
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto07:23
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 272 seconds)07:42
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)07:43
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto07:43
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto07:48
*** frieder <frieder!~frieder@200116b824adca810000000000001cba.dip.versatel-1u1.de> has joined #yocto07:50
*** mckoan|away is now known as mckoan07:54
mckoangood morning07:54
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto08:00
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 255 seconds)08:03
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto08:05
*** Payam <Payam!~Payam@195.178.161.162> has joined #yocto08:10
LetoThe2ndyo dudX08:21
*** davidinux <davidinux!~davidinux@81.22.36.19> has quit IRC (Ping timeout: 255 seconds)08:22
*** vquicksilver <vquicksilver!~nobody@user/vquicksilver> has quit IRC (Ping timeout: 248 seconds)08:23
*** davidinux <davidinux!~davidinux@92.118.62.154> has joined #yocto08:24
* alessioigor waves all08:24
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has joined #yocto08:26
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)08:28
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto08:28
*** zwhale <zwhale!~zwhale@145.94.196.228> has joined #yocto08:35
*** vquicksilver <vquicksilver!~nobody@user/vquicksilver> has joined #yocto08:36
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto08:37
*** ykrons <ykrons!~guillaume@62.192.23.101> has quit IRC (Ping timeout: 252 seconds)08:43
*** ykrons <ykrons!~guillaume@62.192.23.101> has joined #yocto08:43
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto08:46
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Ping timeout: 252 seconds)08:47
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has quit IRC (Quit: Leaving)08:52
zwhalehow can we enable/disable trace features such as ftrace in my yocto build? And is it enabled or disabled by default?08:54
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Quit: Leaving.)08:54
*** zwhale <zwhale!~zwhale@145.94.196.228> has quit IRC (Quit: Client closed)08:54
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has joined #yocto08:56
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto08:56
qschulzo/08:57
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 258 seconds)08:59
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto09:02
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 252 seconds)09:07
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)09:08
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto09:08
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)09:14
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto09:14
*** fray <fray!~fray@70.99.78.136> has quit IRC (Ping timeout: 255 seconds)09:15
*** mvlad <mvlad!~mvlad@2a02:2f08:4605:ca00:24d7:51ff:fed6:906d> has joined #yocto09:20
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has quit IRC (Remote host closed the connection)09:20
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Ping timeout: 248 seconds)09:21
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto09:21
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has joined #yocto09:22
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto09:24
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:24
*** camus1 <camus1!~Instantbi@58.246.136.202> has quit IRC (Ping timeout: 248 seconds)09:25
*** zwhale <zwhale!~zwhale@145.94.196.228> has joined #yocto09:26
zwhaleqschulz I don't know what o/ means :)09:27
zwhaleapparently I've asked a dumb question haha09:28
qschulzzwhale: the o is the head, the / is the arm, it's basically waving at someone09:28
*** fray <fray!~fray@70.99.78.136> has joined #yocto09:29
qschulzcould be used in different contexts, but it's a way to say "hi" or also "me" (like raising your hand when someone asks "who does/thinks <smth>"09:29
zwhaleqschulz ah cool, I got to learn these things one day :)09:29
zwhalegetting too old to keep up with these things09:29
*** manuel1985 <manuel1985!~manuel198@62.99.131.178> has joined #yocto09:31
qschulzI think it's pretty old IRC "slang"? at least it's not new I think09:31
RPqschulz: I just thought you must have a cat :)09:31
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 258 seconds)09:32
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto09:33
qschulzRP: and now I'm wondering how you came up with this thought? What's the context?09:33
landgraf(^_^)/09:33
RPqschulz: random characters from people have often been their cat wandering over the keyboard09:33
qschulzRP: as far as I know, the hair on my shirt aren't visible over IRC. Am I spied on? Is the cover on the webcam on09:34
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)09:34
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:34
qschulzRP: hehe, she just rests on my arm so it makes it difficult to move the mouse or type with two hands. Sometimes she scratches her head against the ctrl key (edge of the keyboard) or play with the noisy space bar09:35
qschulzbut she has never sent anything yet09:35
qschulz(I also don't work enough from home for this to happen)09:35
RPqschulz: I think the're all different, I do have a friend who had to get a second keyboard for the cat to lie on so they could work though! :)09:36
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has quit IRC (Remote host closed the connection)09:44
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has joined #yocto09:47
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto09:47
kanavinthis may help too https://www.amazon.de/-/en/Anti-cat-acrylic-keyboard-touching-protection-clear/dp/B07WWBFL6J09:52
RPkanavin: quite surprised at the price of that as a piece of perspex! :)09:53
qschulzRP: "difficult" to make yourself and you only need it once, it's not going to be obsolete or a better version out next year :)09:57
qschulzRP: and if your cat is picky and needs the same keyboard to be fooled, it can get expensive quite fast :D09:58
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto10:01
RPqschulz: not hard to do if you have a heat gun. I suspect my definition of difficult is a bit odd though!10:01
*** zwhale <zwhale!~zwhale@145.94.196.228> has quit IRC (*.net *.split)10:05
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (*.net *.split)10:05
*** Payam <Payam!~Payam@195.178.161.162> has quit IRC (*.net *.split)10:05
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (*.net *.split)10:05
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (*.net *.split)10:07
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto10:07
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 252 seconds)10:08
qschulzRP: some people find screwing difficult :)10:10
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto10:10
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)10:14
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto10:14
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Remote host closed the connection)10:15
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto10:15
*** kanavin <kanavin!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has quit IRC (Read error: Connection reset by peer)10:18
*** kanavin_ <kanavin_!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has joined #yocto10:18
*** davidinux <davidinux!~davidinux@92.118.62.154> has quit IRC (Ping timeout: 252 seconds)10:27
*** davidinux <davidinux!~davidinux@92.118.62.154> has joined #yocto10:27
*** leonanavi <leonanavi!~Leon@46.55.231.62> has joined #yocto10:38
*** vquicksilver <vquicksilver!~nobody@user/vquicksilver> has quit IRC (Ping timeout: 252 seconds)10:39
*** vquicksilver <vquicksilver!~nobody@user/vquicksilver> has joined #yocto10:39
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Ping timeout: 252 seconds)10:41
*** sappy <sappy!~sappy@200116b82b8321009d4e4e8d8fcaa29b.dip.versatel-1u1.de> has joined #yocto10:45
*** mckoan is now known as mckoan|away10:54
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)10:55
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto10:55
*** sappy <sappy!~sappy@200116b82b8321009d4e4e8d8fcaa29b.dip.versatel-1u1.de> has quit IRC (Quit: Quit)11:00
*** sappy <sappy!~sappy@200116b82b8321009d4e4e8d8fcaa29b.dip.versatel-1u1.de> has joined #yocto11:00
*** seninha <seninha!~seninha@user/seninha> has joined #yocto11:27
*** fray <fray!~fray@70.99.78.136> has quit IRC (Ping timeout: 252 seconds)11:32
*** fray <fray!~fray@70.99.78.136> has joined #yocto11:32
*** sappy <sappy!~sappy@200116b82b8321009d4e4e8d8fcaa29b.dip.versatel-1u1.de> has quit IRC (Quit: Quit)11:48
rburtonis Vyacheslav Yurkov on irc?11:49
*** xantoz <xantoz!~tewi_inab@c-20bbe255.013-124-73746f25.bbcust.telenor.se> has quit IRC (Read error: Connection reset by peer)11:56
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Ping timeout: 272 seconds)11:58
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)11:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto11:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)12:04
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto12:04
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 252 seconds)12:11
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto12:11
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto12:12
*** denisoft81 <denisoft81!~denisoft8@host-79-54-216-246.retail.telecomitalia.it> has quit IRC (Quit: Leaving)12:13
*** amelius <amelius!~AdminUser@147.161.165.8> has joined #yocto12:29
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)12:35
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto12:36
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)13:16
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto13:16
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Remote host closed the connection)13:16
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto13:16
JaMaI assume rust changes built fine on autobuilder, but is anyone else seeing "error[E0405]: cannot find trait `FnOnce` in this scope" build failures with today's oe-core? seeing it in python3-bcrypt python3-cryptography and some other recipes13:19
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)13:36
*** davidinux <davidinux!~davidinux@92.118.62.154> has quit IRC (Ping timeout: 248 seconds)13:36
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto13:37
*** kscherer <kscherer!~kscherer@bras-base-otwaon1146w-grc-21-184-147-79-201.dsl.bell.ca> has joined #yocto13:38
*** davidinux <davidinux!~davidinux@host-95-249-101-72.retail.telecomitalia.it> has joined #yocto13:39
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto13:42
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto13:43
*** sa7mfo <sa7mfo!~marcus@82-209-154-112.cust.bredband2.com> has quit IRC (Ping timeout: 272 seconds)13:45
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Ping timeout: 252 seconds)13:49
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto13:49
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)13:51
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto14:04
tlwoernerRP: pair programming... with a cat (lol)14:07
*** jjmcdn <jjmcdn!~jjmcdn@205.185.115.212> has joined #yocto14:07
*** Guest13 <Guest13!~Guest13@46.221.0.162> has joined #yocto14:08
Guest13Hi, what could be the reason why the syslog file is created too late? Almost 2 minutes after the operating system is booted, syslog file is created in /var/log.14:10
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto14:12
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)14:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto14:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 248 seconds)14:23
*** gchamp <gchamp!~champagne@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto14:24
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto14:24
*** Guest1338 <Guest1338!~Guest13@46.221.0.162> has joined #yocto14:24
*** Guest13 <Guest13!~Guest13@46.221.0.162> has quit IRC (Ping timeout: 260 seconds)14:27
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Ping timeout: 260 seconds)14:28
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Ping timeout: 260 seconds)14:30
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto14:32
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)14:32
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto14:32
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Ping timeout: 246 seconds)14:39
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto14:41
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto14:41
*** sa7mfo <sa7mfo!~marcus@82-209-154-112.cust.bredband2.com> has joined #yocto14:42
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)14:42
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto14:42
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Ping timeout: 260 seconds)14:53
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto14:56
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Ping timeout: 260 seconds)14:57
*** Guest1338 <Guest1338!~Guest13@46.221.0.162> has quit IRC (Quit: Client closed)15:07
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Ping timeout: 246 seconds)15:09
*** Payam <Payam!~Payam@195.178.161.162> has joined #yocto15:15
*** Ram-Z <Ram-Z!Ram-Z@2a01:7e01::f03c:91ff:fe57:d2df> has quit IRC (Read error: Software caused connection abort)15:15
PayamHi I am not so experience in Yocto. but my team have two repositories. One for the yocto build itself with the layers and one for the apps and so on.15:15
Payamso everytime they add an app they build the whole yocto project15:16
Payamthis is a yocto based agl.15:16
PayamI though that people first build AgL and then add the apps like in any linux distro15:16
Payamam I wrong?15:16
LetoThe2ndPayam: yes and no. yes, you always build the full system, not just the apps. no, you don't always start from scratch but use a sstate15:17
Payamys I know.15:18
Payambut idid not know that you build the whole system15:18
*** Ram-Z <Ram-Z!Ram-Z@2a01:7e01::f03c:91ff:fe57:d2df> has joined #yocto15:19
LetoThe2ndPayam: there are variations, like using package management on the device and such, but in general, you build images.15:19
Payamhmm that is interesting.15:19
LetoThe2ndlike i said, you can look into package management or other techniques. but it really depends on your use case/workflow then.15:20
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Ping timeout: 252 seconds)15:28
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 272 seconds)15:28
*** PhoenixMage <PhoenixMage!~phoenix@206.83.112.35> has quit IRC (Ping timeout: 248 seconds)15:29
*** manuel1985 <manuel1985!~manuel198@62.99.131.178> has quit IRC (Ping timeout: 272 seconds)15:32
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto15:35
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.63> has joined #yocto15:37
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto15:43
*** amelius_ <amelius_!~AdminUser@147.161.165.8> has joined #yocto15:57
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Ping timeout: 252 seconds)15:57
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 252 seconds)15:58
*** amelius <amelius!~AdminUser@147.161.165.8> has quit IRC (Ping timeout: 252 seconds)15:58
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 252 seconds)15:58
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto15:58
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto15:59
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto16:02
*** yann <yann!~yann@88.120.44.86> has joined #yocto16:07
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds)16:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto16:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 248 seconds)16:23
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto16:24
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)16:25
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 255 seconds)16:26
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Ping timeout: 246 seconds)16:29
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)16:29
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 248 seconds)16:35
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto16:37
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)16:39
*** Payam <Payam!~Payam@195.178.161.162> has quit IRC (Quit: Client closed)16:41
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has joined #yocto16:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto16:44
*** sa7mfo <sa7mfo!~marcus@82-209-154-112.cust.bredband2.com> has quit IRC (Ping timeout: 252 seconds)16:45
*** sa7mfo <sa7mfo!~marcus@82-209-154-112.cust.bredband2.com> has joined #yocto16:45
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)16:48
RPJaMa: autobuilder seemed ok :/16:52
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)16:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto16:59
*** zpfvo <zpfvo!~fvo@i59F5CCC7.versanet.de> has quit IRC (Quit: Leaving.)17:02
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 272 seconds)17:04
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto17:05
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto17:13
tlwoernerRP: one of the questions that i kept asking yesterday regarding the dummy package for the sdk was why were bash and perl being installed despite the existance of the dummy package17:14
tlwoernerbut i think i see where i went wrong17:14
tlwoernerRP: the dummy package is to prevent those tools from being installed into the *target* sysroot (?)17:15
RPtlwoerner: it depends on the package17:15
tlwoerneri kept looking in the host-native sysroot and they were always there then was scratching my head as to why17:15
RPtlwoerner: we have host and target ones17:15
tlwoernerdummies?17:16
tlwoernerhost-dummy and target-dummy?17:16
tlwoerneri thought it was a noarch dummy17:16
RPmeta/recipes-core/meta/target-sdk-provides-dummy.bb vs meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb17:16
tlwoernernot to mention meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb17:21
tlwoernera "fix" that i came up with is to remove the RCONFLICTS line from meta/recipes-core/meta/dummy-sdk-package.inc17:22
tlwoernerdo dummy packages and "real" packages need to conflict?17:22
tlwoernerif the user explicitly asks for perl to be installed, the underlying package system will happily install one then say it's already installed the second time17:23
RPtlwoerner: if you want perl, you probably need a dummy recipe which doesn't provide it17:23
*** frieder <frieder!~frieder@200116b824adca810000000000001cba.dip.versatel-1u1.de> has quit IRC (Remote host closed the connection)17:25
rburtonRP: cross your fingers https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/35817:26
RPrburton: nice, will do :D17:27
LetoThe2ndi've got a build where tar falls over "unexpected EOF" during packaging systemd on dunfell. does that ring a bell, anybody?17:35
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)17:37
rburtondisk full?17:39
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto17:43
khemcould be race17:43
LetoThe2ndrburton: nope.17:43
LetoThe2ndkhem: can you elaborate?17:43
*** seninha <seninha!~seninha@user/seninha> has joined #yocto17:45
khemdoes it happen all the time ?17:45
LetoThe2ndkhem: yes, reproducible.17:45
khemand which tool is throwing that error do you know ?17:46
LetoThe2ndkhem: tar it seems to be17:46
rburtonwhat task?17:52
mischiefhow do i disable gdbm in perl?18:02
rburtonmischief: https://docs.yoctoproject.org/ref-manual/variables.html#term-PACKAGECONFIG18:03
mischiefi'd think it would be PACKAGECONFIG = "", but PACKAGECONFIG_CONFARGS is still populated with the PACKAGECONFIG conf arguments by base.bbclass18:03
rburtondepends where you're setting PACKAGECONFIG18:03
mischiefin a bbappend18:04
rburtonthen your bbappend isn't being applied18:04
rburton"bitbake-getvar -r perl PACKAGECONFIG" will prove that18:05
mischiefit is though, i see it set to "" in bitbake -e18:05
mischiefrburton: https://gist.github.com/nick-owens-eero/456296668c53894bc391c43cdd24489e18:06
mischiefgdbm is blacklisted because it is gpl 3.18:06
rburtonoh fun, perl changed again18:06
rburtoni don't think we have an explicit test for this18:07
rburtonwhat yocto release?18:07
mischiefkirkstone18:07
mischiefwe set INCOMPATIBLE_LICENSE to remove GPL-3.0 which gdbm appears to be18:08
mischief(and use meta-gplv2, for better or worse)18:08
rburtonmight be worth trying "bitbake perl -C unpack" to verify that this isn't perl being terrible at rebuilds, as kirkstone might not have the always-build-from-clean commit18:09
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)18:09
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto18:09
mischiefit seems to me that the issue might be base.bbclass setting PACKAGECONFIG_CONFARGS to -Ui_db -Ui_gdbm even though PACKAGECONFIG was cleared. why is that?18:10
rburtonthose are the 'disable' values18:10
*** amitk <amitk!~amit@103.59.74.136> has quit IRC (Ping timeout: 248 seconds)18:11
mischiefoh, duh.18:11
mischiefis there a way to avoid perl being built for the target at all? we don't actually have it in our rootfs..18:12
rburtonyou *could* figure out why its being pulled into the dependency tree and disable it.  setting INCOMPATIBLE_LICENSE in the image recipe instead of globally is a better way to do it, fwiw.18:13
rburtontypically you don't care if you build perl locally with gpl3 bits, you care if they get shipped.18:14
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)18:14
rburtonthe dependency could be via a test case in a ptest recipe that you're not installing18:14
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto18:14
mischiefthat does seem like a good approach, it is sometimes handy to have eg gdb in developer builds and not production builds18:14
rburtonright18:15
rburtonjust move the assignment to the image recipe that you care doesn't have any gpl3 code in18:15
mischiefah, i did disable ptest recently, but that was only on the main branch and not my kirkstone integration branch :(18:16
mischiefi guess i need to rebase again18:16
rburtonreminder that you should *always* make your own distro if you're using yocto in production, don't use poky and fiddle it.  make your own distro with your own DISTRO_FEATURES.  if you don't want ptest then you can not enable it in the first place.  ditto stuff like vulkan.18:18
mischiefweird, do_package_qa passed for perl this time.18:19
*** olani <olani!~olani@66.159.215.7> has joined #yocto18:23
*** olani- <olani-!~olani@66.159.215.7> has joined #yocto18:23
JaMaRP: one of my builds was also a bit more successful, except buildpaths QA check, will investigate18:34
JaMaWARNING: python3-bcrypt-4.0.0-r0 do_package_qa: QA Issue: File /usr/lib/python3.11/site-packages/bcrypt/_bcrypt.abi3.so in package python3-bcrypt contains reference to TMPDIR [buildpaths]18:34
JaMaWARNING: python3-cryptography-38.0.1-r0 do_package_qa: QA Issue: File /usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust.abi3.so in package python3-cryptography contains reference to TMPDIR [buildpaths]18:34
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 252 seconds)18:41
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto18:43
*** Estrella <Estrella!~quassel@075-081-061-082.res.spectrum.com> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)19:12
*** Estrella <Estrella!~quassel@075-081-061-082.res.spectrum.com> has joined #yocto19:13
*** Estrella_ <Estrella_!~quassel@075-081-061-082.res.spectrum.com> has joined #yocto19:13
*** Estrella__ <Estrella__!~quassel@134.238.165.31> has joined #yocto19:14
*** Haxxa <Haxxa!~Haxxa@202-65-79-43.ip4.superloop.com> has quit IRC (Quit: Haxxa flies away.)19:15
*** Haxxa <Haxxa!~Haxxa@202-65-79-43.ip4.superloop.com> has joined #yocto19:17
vvnhi there -- how does bitbake deal with concurrent builds on the same machine? i.e. multiple devs building images19:17
JPEWvvn: They need to use separate TMPDIR19:18
JPEWvvn: probably even separate build dirs19:18
vvnI'm ok with that, but I19:19
vvnbut I'm wondering what happens in terms of core usage19:19
vvni.e. if 2 people build an imagine including, let's say, qtwebengine :)19:19
JPEWYou might look at the new PSI support that was added, but otherwise they just both run oblivious to each other19:20
vvnI'm asking because I think bitbake checks the number of core when it starts, so by default it'll use all of them (or N-1 core). Then if a second user starts a bitbake instance, not sure what happens19:20
JPEWIt's just asking the hardware, it's not checking how many cores are "used" or not19:23
JPEWe.g. the current CPU load doesn't affect that query19:24
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)19:25
*** mark_ <mark_!~mark@bras-base-stsvon1507w-grc-13-184-148-70-72.dsl.bell.ca> has joined #yocto19:37
*** mark_ is now known as mk4119:38
*** Estrella__ <Estrella__!~quassel@134.238.165.31> has quit IRC (Remote host closed the connection)19:45
*** Estrella__ <Estrella__!~quassel@134.238.165.31> has joined #yocto19:46
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds)19:49
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto19:49
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)19:53
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto19:55
LetoThe2ndrburton: turns out $coworker had this: addtask mymagic after do_install before do_populate_sysroot19:58
LetoThe2ndseems to cause the problem, had him change it to a do_install:append and is supposedly fine now.19:59
*** florian_kc <florian_kc!~florian@dynamic-078-049-057-094.78.49.pool.telefonica.de> has joined #yocto20:17
*** florian_kc <florian_kc!~florian@dynamic-078-049-057-094.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)20:34
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 252 seconds)20:46
*** leonanavi <leonanavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)20:46
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto20:48
*** mvlad <mvlad!~mvlad@2a02:2f08:4605:ca00:24d7:51ff:fed6:906d> has quit IRC (Remote host closed the connection)20:50
*** florian_kc <florian_kc!~florian@dynamic-078-049-057-094.78.49.pool.telefonica.de> has joined #yocto20:56
*** olani- <olani-!~olani@66.159.215.7> has quit IRC (Ping timeout: 246 seconds)21:09
*** olani <olani!~olani@66.159.215.7> has quit IRC (Ping timeout: 246 seconds)21:09
*** olani <olani!~olani@66.159.215.7> has joined #yocto21:10
*** olani- <olani-!~olani@66.159.215.7> has joined #yocto21:10
*** _whitelogger <_whitelogger!~whitelogg@uruz.whitequark.org> has quit IRC (Read error: Software caused connection abort)21:16
*** _whitelogger <_whitelogger!~whitelogg@uruz.whitequark.org> has joined #yocto21:22
khemLetoThe2nd: is it regarding the tar issue ?21:39
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 255 seconds)22:04
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto22:04
RPJaMa: I've not see those :/22:08
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)22:14
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto22:14
JaMaRP: I see them only with qemuarm64, but not with qemux86-6422:14
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)22:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto22:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)22:33
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto22:34
*** Estrella___ <Estrella___!~quassel@134.238.165.31> has joined #yocto22:52
*** amelius_ <amelius_!~AdminUser@147.161.165.8> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)22:54
*** Hazza <Hazza!~Haxxa@202-65-79-43.ip4.superloop.com> has joined #yocto22:55
*** florian_kc <florian_kc!~florian@dynamic-078-049-057-094.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)22:55
*** florian_kc <florian_kc!~florian@dynamic-078-049-057-094.78.49.pool.telefonica.de> has joined #yocto22:55
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 252 seconds)22:55
*** Estrella__ <Estrella__!~quassel@134.238.165.31> has quit IRC (Ping timeout: 252 seconds)22:55
*** Haxxa <Haxxa!~Haxxa@202-65-79-43.ip4.superloop.com> has quit IRC (Ping timeout: 252 seconds)22:55
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto22:57
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)22:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto22:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 248 seconds)23:03
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto23:04
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)23:18
*** olani- <olani-!~olani@66.159.215.7> has quit IRC (Ping timeout: 248 seconds)23:28
*** olani <olani!~olani@66.159.215.7> has quit IRC (Ping timeout: 248 seconds)23:28
*** florian_kc <florian_kc!~florian@dynamic-078-049-057-094.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)23:32
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto23:40
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (Ping timeout: 248 seconds)23:42
*** lexano <lexano!~lexano@174.119.69.134> has joined #yocto23:55
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (Read error: Software caused connection abort)23:58

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