Tuesday, 2021-08-24

*** sbach <sbach!~sbach@user/sbach> has quit IRC (Remote host closed the connection)00:22
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has quit IRC (Ping timeout: 250 seconds)00:24
*** sbach <sbach!~sbach@user/sbach> has joined #yocto00:27
*** sbach <sbach!~sbach@user/sbach> has quit IRC (Remote host closed the connection)00:51
moto-timovmeson: $ rustc --print cfg00:54
moto-timovmeson:  error: Error loading target specification: Could not find specification for target "x86_64-linux". Run `rustc --print target-list` for a list of built-in targets00:54
moto-timovmeson: $ rustc --print target-list throws the same error00:54
tgamblinvmeson: had a python3-cryptography recipe started, not finished but trying to build with the rust addons now00:55
*** sbach <sbach!~sbach@user/sbach> has joined #yocto00:59
moto-timovmeson: https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/rust_python3-cryptography00:59
moto-timovmeson: devshell has rustc, but I don't know enough to know where the target-list would be missing from...01:00
moto-timovmeson: note that branch is very WIP and probably some crufty RDEPENDS/DEPENDS01:00
moto-timovmeson: just a hunch that rust-native might need tmp/work/x86_64-linux/rust-native/1.54.0-r0/targets/x86_64-linux.json packaged?01:39
moto-timovmeson: that hunch is wrong ;)01:59
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)02:01
*** ochredok1 <ochredok1!ochredoke@user/ochredoke> has quit IRC (Quit: leaving)02:17
*** sakoman <sakoman!~steve@172.243.4.16> has quit IRC (Quit: Leaving.)02:27
*** alejandrohs <alejandrohs!~alejandro@cpe-70-112-59-126.austin.res.rr.com> has joined #yocto02:51
*** override1 <override1!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has joined #yocto03:11
*** tp43_ <tp43_!~ndeem@2001:1970:501a:e201:7dd8:7bb5:b166:9697> has quit IRC (Ping timeout: 250 seconds)03:37
*** amitk <amitk!~amit@103.208.71.91> has joined #yocto04:10
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 258 seconds)05:03
kanavin_RP: I'll take a look at those05:05
*** paulg <paulg!~boodler@104-195-159-20.cpe.teksavvy.com> has quit IRC (Ping timeout: 250 seconds)05:06
*** wooosaiiii <wooosaiiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto05:07
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto05:21
*** wooosaiiii <wooosaiiii!~wooo@89-212-21-243.static.t-2.net> has quit IRC (Ping timeout: 240 seconds)05:23
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 252 seconds)05:47
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto05:56
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto06:11
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Read error: Connection reset by peer)06:11
*** camus1 is now known as camus06:11
*** frieder <frieder!~frieder@i59F4BC0A.versanet.de> has joined #yocto06:17
*** goliath <goliath!~goliath@user/goliath> has joined #yocto06:18
*** zyga <zyga!~zyga@ip-81-15-135-168.unregistered.net.exatel.pl> has joined #yocto06:18
*** LetoThe2nd <LetoThe2nd!uid453638@id-453638.highgate.irccloud.com> has joined #yocto06:33
*** fleg <fleg!64bf4386e9@user/fleg> has joined #yocto06:33
LetoThe2ndyo dudX06:34
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto06:35
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto06:36
kanavin_RP: the first one I do not immediately see what is wrong; this is the makefile, and I did add a patch that sorts the wildcard list of sources https://github.com/smuellerDD/jitterentropy-library/blob/409828cfccf4b3b07edc40a7840a821ce074e2c3/Makefile06:36
kanavin_even odder is that it's rpm-only, no deb or ipk?06:38
RPkanavin_: that is really odd :/06:40
*** sbach <sbach!~sbach@user/sbach> has quit IRC (Read error: Connection reset by peer)06:40
RPkanavin_: it happened again on later builds too but you're right, I've not really seen just the rpm breaking before06:41
kanavin_RP: is there a poisoned rpm in the cache somehow?06:42
*** sbach <sbach!~sbach@user/sbach> has joined #yocto06:42
RPkanavin_: there was a build without the sort maybe?06:43
kanavin_RP: there was, one of my a-fulls06:43
RPkanavin_: rebuilds with hash equiv where there is a "bad" version around are hard06:44
RPkanavin_: it will need something like http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=983d1b70e7de99662cfcbb27f57f28c3c67febf106:44
RPkanavin_: that would explain it though06:44
kanavin_RP: this was the build without the sort https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210820-_6o8xeuz/packages/diff-html/06:45
kanavin_ipk/deb/rpm all present there06:45
*** zpfvo <zpfvo!~fvo@89.244.121.167> has joined #yocto06:45
RPkanavin_: right, it ends up being a bit of random chance with hashequiv :/06:45
RPkanavin_: basically there is a hash equiv entry in the database which says that both of those outputs are available from the input config. When you "fix" it without changing the output, the bad output hash is mapped with the good one06:47
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)06:51
kanavin_RP: I see, I can make a patch for that, but looking at mc fail now06:51
RPkanavin_: thanks06:52
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto06:52
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has joined #yocto07:02
kanavin_RP: mc fail is due to this https://github.com/MidnightCommander/mc/commit/1ed638d66cf803f69ac12ee80a72d217f2146e4307:04
kanavin_host contamination by probing supported options of /usr/bin/file07:04
kanavin_patches coming... :)07:04
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)07:05
RPkanavin_: sounds good :)07:06
RPkanavin_: nice to have something relatively simple!07:06
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto07:15
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto07:15
kanavin_RP: I think it's time to bring in gtk 4.x, perhaps at the start of the next cycle. I'll cook up a recipe.07:22
kanavin_somehow, nothing wants it yet :) but 3.x won't last much longer07:23
kanavin_rburton, ^^^07:23
kanavin_also a good moment to drop both 3 and + from the recipe name07:23
RPkanavin_: I still remember the gtk+ "1" recipe! :)07:27
RPThere was one rust failure on the AB on the last run and I don't understand it :(07:27
kanavin_RP: gtk 1 was certainly an improvement over those 1980s style flat X widgets :)07:28
kanavin_but it's peculiar how widget fashion changes, from flat (because graphics hw is too slow) to bulging, to flat again (to make it look less cluttered)07:29
kanavin_also peculiar that gimp still does not have a 3.x gtk based release07:32
RPkanavin_: it is interesting to see how things evolve and views change over time07:32
* RP is happy the memory issues in apps on my gnome desktop looks better in the new version. Just have to restart the shell after resuming from suspend to "fix" the graphics driver glitches 07:33
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto07:37
kanavin_hah, first two patches from my linutronix identity :)07:54
*** zyga <zyga!~zyga@ip-81-15-135-168.unregistered.net.exatel.pl> has quit IRC (Quit: Leaving)07:55
*** rfuentess <rfuentess!~rfuentess@2a01:cb14:87e:2200:3458:8dbc:df38:161a> has joined #yocto08:09
*** goliath <goliath!~goliath@user/goliath> has joined #yocto08:09
*** zyga <zyga!~zyga@ip-81-15-135-168.unregistered.net.exatel.pl> has joined #yocto08:14
LetoThe2ndkanavin_: \o/08:14
rfuentesshi! Anyone has experience with Srtool ? (I'm just asking due is hosted by the yocto project)08:16
rfuentessI was running the zeus-s recipe for cve-chek and I got some recently CVEs that are not available at SRtool side. Even if I force the updates with the starting script (I'm still a rookie with srtool)08:32
rfuentessso, not sure where to look next08:33
*** eduardas <eduardas!~eduardas@93.93.57.5> has joined #yocto08:35
RPkanavin_: and they were fast track merged too ;)08:52
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto09:00
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Read error: Connection reset by peer)09:01
*** camus1 is now known as camus09:01
rburtonrfuentess: you want to talk to david rainer, he's sometimes here but easier to mail09:19
rfuentessrburton: thanks! I suppose he is also on the ML concerning the srtool ?09:20
rburtonone wouldl hope so!09:20
*** tgamblin <tgamblin!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has quit IRC (Remote host closed the connection)09:39
*** tgamblin <tgamblin!~tgamblin@2607:fea8:c29d:d7c0:fa88:8bc5:c0d2:27cc> has joined #yocto09:40
*** thekappe <thekappe!~user@198.90.66.177> has quit IRC (Ping timeout: 252 seconds)09:42
*** thekappe <thekappe!~user@198.90.66.177> has joined #yocto09:42
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has quit IRC (Ping timeout: 252 seconds)09:42
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has joined #yocto09:43
*** erbo_ <erbo_!~erik@linode.unixshell.se> has quit IRC (Ping timeout: 252 seconds)09:43
*** erbo <erbo!~erik@linode.unixshell.se> has joined #yocto09:44
barathDoes anyone know why do_package tasks would not be sstate cached? Ie I see that there seem to be no sstate cache files in my sstate directory relating to do_package tasks... But the manual seems to imply that do_package is an example of what can be cached09:47
barathThis happens for base packages like m409:48
RPbarath: native or target recipes?10:12
RPdo_package should be cached in sstate10:12
barathHm. Ive printed our the exact names of the tasks which sstate is counting as "missed", and an example is <recipe path>/base-files_3.0.14.bb:do_package10:39
barathSo the name itself doesn't contain anything referencing native, but I'm not sure whether that's something to be expected10:39
barathBase-files contains stuff to be installed on the target10:40
RPbarath: base-files wouldn't be native, I was wondering about something that isn't relevant based on your reply10:44
RPbarath: there is a difference between sstate not matching and it not being present at all10:44
RPHmm, more out of space issues on the AB. I think we're stressing it too much10:44
barathHmm10:51
barathIn my case the sstate cache server is our own, so I guess we could've somehow screwed up and prevented that sstate cached task from being stored...10:52
barathSo missing might mean just not there OR not matching? Thanks for the pointer, I'll try to check up on that10:52
*** eduardas <eduardas!~eduardas@93.93.57.5> has quit IRC (Quit: Konversation terminated!)10:53
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has joined #yocto11:04
RPbarath: you should see some *base-files*package* files in there11:10
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Ping timeout: 245 seconds)11:14
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto11:15
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has joined #yocto11:22
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Ping timeout: 250 seconds)11:26
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto11:29
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Read error: Connection reset by peer)11:31
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto11:31
*** kranzo <kranzo!~kranzo@a81-14-214-202.net-htp.de> has joined #yocto11:45
kranzohi there, i got an dunfell setup, python-netifaces from meta-openembedded is overlayed by a high prio layer, this one has `require recipes-devtools/python/python-netifaces.inc` wich is present in both layers, but its picked up from the low prio layer any idea why?11:49
*** paulg <paulg!~boodler@104-195-159-20.cpe.teksavvy.com> has joined #yocto11:56
*** Belsirk <Belsirk!~rfuentess@amarseille-656-1-20-91.w81-251.abo.wanadoo.fr> has joined #yocto11:59
*** rfuentess <rfuentess!~rfuentess@2a01:cb14:87e:2200:3458:8dbc:df38:161a> has quit IRC (Ping timeout: 240 seconds)12:02
JaMakranzo: use "require python-netifaces.inc" to include the one next to your recipe (or just fold it into the recipe)12:40
JaMaalso check BBPATH variable, it's convenient to sort BBLAYERS in a way that higher prio layers are listed in BBPATH earlier12:43
kranzoJaMa ah my bad: there is a third layer with the highest prio where i wanna use the inc file from12:43
kranzoso the sorting matters? that could be the problem12:43
JaMayes sorting matters https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#locating-include-and-class-files12:46
JaMause bitbake -e or bitbake-getvar to see your BBPATH variable and adjust bblayers.conf accordingly12:47
*** eduardas <eduardas!~eduardas@93.93.57.5> has joined #yocto12:48
JaMakeep in mind that layer.conf handling of BBPATH is up to the maintainer, so you can have a layer which prepends itself to BBPATH instead of more common append to BBPATH12:48
RPkanavin_: I think https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/2465 and an earlier failure are due to the virgl changes :/13:08
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has quit IRC (Remote host closed the connection)13:11
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has joined #yocto13:11
*** ndec[m] <ndec[m]!~ndecmatri@2001:470:69fc:105::9c0> has quit IRC (Quit: You have been idle for 30+ days)13:11
*** tokamak[m] <tokamak[m]!~tokamakma@2001:470:69fc:105::c4df> has quit IRC (Quit: You have been idle for 30+ days)13:11
kranzoJaMa ah ok, so prio is just for the bb-files and everything else is managed by include order?13:11
*** ndec[m] <ndec[m]!~ndecmatri@2001:470:69fc:105::9c0> has joined #yocto13:11
qschulzkranzo: by BBPATH, which by default is appended by layer.conf files, which are parsed in the order in which they are listed in BBLAYERS in bblayers.conf file13:12
qschulzbut relying on the order of BBPATH is a very bad practice13:12
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has quit IRC (*.net *.split)13:24
*** wCPO <wCPO!~wCPO@mail.klausen.dk> has quit IRC (*.net *.split)13:24
*** Bardon <Bardon!~Bardon@user/Bardon> has quit IRC (*.net *.split)13:24
*** gchamp <gchamp!~champagne@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC (*.net *.split)13:24
*** paulbarker <paulbarker!sid269702@id-269702.stonehaven.irccloud.com> has quit IRC (*.net *.split)13:24
*** xtopher_ <xtopher_!sid495823@id-495823.tinside.irccloud.com> has quit IRC (*.net *.split)13:24
*** fancer <fancer!fancer@id-180736.tinside.irccloud.com> has quit IRC (*.net *.split)13:24
*** rfs613 <rfs613!~rfs613@rfs.netwinder.org> has quit IRC (*.net *.split)13:24
*** jsandman <jsandman!~jsandman@95.179.203.88> has quit IRC (*.net *.split)13:24
*** JPEW <JPEW!sid500061@id-500061.brockwell.irccloud.com> has quit IRC (*.net *.split)13:24
*** bradfa <bradfa!sid297668@id-297668.brockwell.irccloud.com> has quit IRC (*.net *.split)13:24
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC (*.net *.split)13:24
*** nohit <nohit!sid334887@id-334887.tinside.irccloud.com> has quit IRC (*.net *.split)13:24
*** dkl <dkl!~dkl@prometheus.umask.eu> has quit IRC (*.net *.split)13:24
*** _whitelogger <_whitelogger!~whitelogg@uruz.whitequark.org> has quit IRC (*.net *.split)13:24
*** ChanServ <ChanServ!ChanServ@services.libera.chat> has quit IRC (*.net *.split)13:24
*** eduardas <eduardas!~eduardas@93.93.57.5> has quit IRC (*.net *.split)13:24
*** Net147 <Net147!~Net147@user/net147> has quit IRC (*.net *.split)13:24
*** erbo <erbo!~erik@linode.unixshell.se> has quit IRC (*.net *.split)13:24
*** thekappe <thekappe!~user@198.90.66.177> has quit IRC (*.net *.split)13:24
*** tgamblin <tgamblin!~tgamblin@2607:fea8:c29d:d7c0:fa88:8bc5:c0d2:27cc> has quit IRC (*.net *.split)13:24
*** goliath <goliath!~goliath@user/goliath> has quit IRC (*.net *.split)13:24
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (*.net *.split)13:24
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (*.net *.split)13:24
*** zpfvo <zpfvo!~fvo@89.244.121.167> has quit IRC (*.net *.split)13:24
*** sbach <sbach!~sbach@user/sbach> has quit IRC (*.net *.split)13:24
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC (*.net *.split)13:24
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has quit IRC (*.net *.split)13:24
*** alejandrohs <alejandrohs!~alejandro@cpe-70-112-59-126.austin.res.rr.com> has quit IRC (*.net *.split)13:24
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (*.net *.split)13:24
*** ant__ <ant__!~ant@host-79-20-51-116.retail.telecomitalia.it> has quit IRC (*.net *.split)13:24
*** alimon <alimon!~alimon@ec2-54-225-101-41.compute-1.amazonaws.com> has quit IRC (*.net *.split)13:24
*** ndec[m] <ndec[m]!~ndecmatri@2001:470:69fc:105::9c0> has quit IRC (*.net *.split)13:24
*** Belsirk <Belsirk!~rfuentess@amarseille-656-1-20-91.w81-251.abo.wanadoo.fr> has quit IRC (*.net *.split)13:24
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (*.net *.split)13:24
*** LetoThe2nd <LetoThe2nd!uid453638@id-453638.highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** frieder <frieder!~frieder@i59F4BC0A.versanet.de> has quit IRC (*.net *.split)13:24
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (*.net *.split)13:24
*** fleg <fleg!64bf4386e9@user/fleg> has quit IRC (*.net *.split)13:24
*** amitk <amitk!~amit@103.208.71.91> has quit IRC (*.net *.split)13:24
*** bantu <bantu!~bantu@edna.bantux.com> has quit IRC (*.net *.split)13:24
*** jsbronder <jsbronder!~jsbronder@user/jbronder> has quit IRC (*.net *.split)13:24
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has quit IRC (*.net *.split)13:24
*** FO <FO!~willy562@bras-base-crnypq0201w-grc-06-76-69-222-77.dsl.bell.ca> has quit IRC (*.net *.split)13:24
*** grma <grma!~gruberm@80.93.38.128> has quit IRC (*.net *.split)13:24
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (*.net *.split)13:24
*** zyga <zyga!~zyga@ip-81-15-135-168.unregistered.net.exatel.pl> has quit IRC (*.net *.split)13:24
*** troth <troth!~troth@c-24-8-35-226.hsd1.co.comcast.net> has quit IRC (*.net *.split)13:24
*** rsalveti <rsalveti!uid117878@id-117878.highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** linkliu59 <linkliu59!~user_name@139.198.118.108> has quit IRC (*.net *.split)13:24
*** Gaffel <Gaffel!~gaffel@h-178-174-170-170.A1405.priv.bahnhof.se> has quit IRC (*.net *.split)13:24
*** bunk <bunk!~bunk@debian/bunk> has quit IRC (*.net *.split)13:24
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC (*.net *.split)13:24
*** mranostaj <mranostaj!~mranostaj@185.193.126.133> has quit IRC (*.net *.split)13:24
*** darknighte <darknighte!sid214177@user/darknighte> has quit IRC (*.net *.split)13:24
*** armpit <armpit!sid501830@id-501830.highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** YogeshSiraswar_ <YogeshSiraswar_!sid500596@id-500596.highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** dagmcr <dagmcr!sid323878@highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** NishanthMenon_ <NishanthMenon_!sid138049@highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** lexano <lexano!~lexano@cpe00e06722f0e4-cm98524a70e35e.cpe.net.cable.rogers.com> has quit IRC (*.net *.split)13:24
*** davidinux <davidinux!~davidinux@217.138.219.36> has quit IRC (*.net *.split)13:24
*** cengiz_io <cengiz_io!sid223191@id-223191.charlton.irccloud.com> has quit IRC (*.net *.split)13:24
*** tkoskine <tkoskine!tkoskine@kapsi.fi> has quit IRC (*.net *.split)13:24
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has quit IRC (*.net *.split)13:24
*** paulg <paulg!~boodler@104-195-159-20.cpe.teksavvy.com> has quit IRC (*.net *.split)13:24
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has quit IRC (*.net *.split)13:24
*** override1 <override1!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has quit IRC (*.net *.split)13:24
*** rperier <rperier!~quassel@234.ip-51-91-57.eu> has quit IRC (*.net *.split)13:24
*** JaMa <JaMa!~martin@dolejisf.bul.rev-fortech.cz> has quit IRC (*.net *.split)13:24
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC (*.net *.split)13:24
*** mckoan|away <mckoan|away!~marco@host-79-3-92-72.business.telecomitalia.it> has quit IRC (*.net *.split)13:24
*** kanavin_ <kanavin_!~Alexander@95.168.155.74> has quit IRC (*.net *.split)13:24
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has quit IRC (*.net *.split)13:24
*** bps <bps!~bps@user/bps> has quit IRC (*.net *.split)13:24
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (*.net *.split)13:24
*** chrfle <chrfle!~chrfle@host-85-30-172-190.sydskane.nu> has quit IRC (*.net *.split)13:24
*** alinucs <alinucs!~abo@215.ip-51-38-235.eu> has quit IRC (*.net *.split)13:24
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has quit IRC (*.net *.split)13:24
*** awafaa <awafaa!sid716@highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** dgriego <dgriego!~dgriego@user/dgriego> has quit IRC (*.net *.split)13:24
*** override_ <override_!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has quit IRC (*.net *.split)13:24
*** jwillikers[m] <jwillikers[m]!~jwilliker@2001:470:69fc:105::626a> has quit IRC (*.net *.split)13:24
*** berton[m] <berton[m]!~fabiobert@2001:470:69fc:105::ce36> has quit IRC (*.net *.split)13:24
*** woky <woky!~woky@li1651-31.members.linode.com> has quit IRC (*.net *.split)13:24
*** creich <creich!~creich@p200300f6af1cc310000000000000039b.dip0.t-ipconnect.de> has quit IRC (*.net *.split)13:24
*** rewitt3 <rewitt3!~rewitt@134.134.137.82> has quit IRC (*.net *.split)13:24
*** georgem <georgem!uid210681@id-210681.tinside.irccloud.com> has quit IRC (*.net *.split)13:24
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has quit IRC (*.net *.split)13:24
*** sgw <sgw!~swold_loc@user/sgw> has quit IRC (*.net *.split)13:24
*** mihai <mihai!~mihai@user/mihai> has quit IRC (*.net *.split)13:24
*** ad__ <ad__!~heisenbug@2a01:4f8:c2c:5a84::1> has quit IRC (*.net *.split)13:24
*** ecdhe <ecdhe!~ecdhe@mms-rf-support.com> has quit IRC (*.net *.split)13:24
*** CosmicPenguin <CosmicPenguin!sid489106@id-489106.highgate.irccloud.com> has quit IRC (*.net *.split)13:24
*** abelloni <abelloni!~abelloni@shells.bootlin.com> has quit IRC (*.net *.split)13:24
*** yates_home <yates_home!~user@fv-nc-f7af8b91e1-234237-1.tingfiber.com> has quit IRC (*.net *.split)13:24
*** angolini <angolini!uid62003@id-62003.brockwell.irccloud.com> has quit IRC (*.net *.split)13:24
*** bluelightning <bluelightning!~paul@2406:e003:1308:ba01:fdc0:5f16:d3ff:b01> has quit IRC (*.net *.split)13:24
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:2dae:8508:1b9a:6c62> has quit IRC (*.net *.split)13:24
*** m1kr0[m] <m1kr0[m]!~m1kr0matr@2001:470:69fc:105::c827> has quit IRC (*.net *.split)13:24
*** shoragan|m <shoragan|m!~shoragans@2001:470:69fc:105::c9f> has quit IRC (*.net *.split)13:24
*** SamuelDolt[m] <SamuelDolt[m]!~samdoltma@2001:470:69fc:105::4898> has quit IRC (*.net *.split)13:24
*** shoragan[m] <shoragan[m]!~shoraganm@2001:470:69fc:105::39> has quit IRC (*.net *.split)13:24
*** Crofton <Crofton!sid401373@id-401373.tooting.irccloud.com> has quit IRC (*.net *.split)13:24
*** aeroraptor <aeroraptor!sid503835@charlton.irccloud.com> has quit IRC (*.net *.split)13:24
*** nsbdfl <nsbdfl!nsfbdl@user/nsbdfl> has quit IRC (*.net *.split)13:24
*** derRicha1d <derRicha1d!~derRichar@static.16.105.130.94.clients.your-server.de> has quit IRC (*.net *.split)13:24
*** marex <marex!~marex@195.140.253.37> has quit IRC (*.net *.split)13:24
*** dl9pf <dl9pf!sid395223@id-395223.brockwell.irccloud.com> has quit IRC (*.net *.split)13:24
*** Saur[m] <Saur[m]!~saur2000m@2001:470:69fc:105::dce> has quit IRC (*.net *.split)13:24
*** Alban[m] <Alban[m]!~albeugaen@2001:470:69fc:105::34b4> has quit IRC (*.net *.split)13:24
*** ejoerns[m] <ejoerns[m]!~ejoernsma@2001:470:69fc:105::252> has quit IRC (*.net *.split)13:24
*** rostam98[m] <rostam98[m]!~rostam98m@2001:470:69fc:105::ca0e> has quit IRC (*.net *.split)13:24
*** rmmr <rmmr!sid240755@id-240755.brockwell.irccloud.com> has quit IRC (*.net *.split)13:24
*** Ch^W <Ch^W!~mouser@209.147.121.179> has quit IRC (*.net *.split)13:24
*** LocutusOfBorg <LocutusOfBorg!~locutusof@93-50-192-18.ip153.fastwebnet.it> has quit IRC (*.net *.split)13:24
*** thierryE <thierryE!sid286446@id-286446.tooting.irccloud.com> has quit IRC (*.net *.split)13:24
*** mvlad <mvlad!~mvlad@2a05:d01c:f57:a700:7eb2:15b9:ec83:80cb> has quit IRC (*.net *.split)13:24
*** batcha[m] <batcha[m]!~batcha88m@2001:470:69fc:105::dd0e> has quit IRC (*.net *.split)13:24
*** dwagenk <dwagenk!~dwagenk@2001:470:69fc:105::103d> has quit IRC (*.net *.split)13:24
*** moto_timo[m] <moto_timo[m]!~mototimom@2001:470:69fc:105::c94> has quit IRC (*.net *.split)13:24
*** Spectrejan[m] <Spectrejan[m]!~spectreja@2001:470:69fc:105::1609> has quit IRC (*.net *.split)13:24
*** cody <cody!~cody@user/cody> has quit IRC (*.net *.split)13:24
*** t_unix[m] <t_unix[m]!~tunixmatr@2001:470:69fc:105::9ea> has quit IRC (*.net *.split)13:24
*** jordemort <jordemort!~jordemort@2001:470:69fc:105::2d9> has quit IRC (*.net *.split)13:24
*** rburton <rburton!rburton@user/rburton> has quit IRC (*.net *.split)13:24
*** Tartarus <Tartarus!sid72705@id-72705.charlton.irccloud.com> has quit IRC (*.net *.split)13:24
*** jpnurmi <jpnurmi!jpnurmi@hilla.kapsi.fi> has quit IRC (*.net *.split)13:24
*** override <override!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has quit IRC (*.net *.split)13:24
*** rfried <rfried!~rfried@practical-trainings.com> has quit IRC (*.net *.split)13:24
*** madisox <madisox!sid453692@id-453692.charlton.irccloud.com> has quit IRC (*.net *.split)13:24
*** g0hl1n <g0hl1n!~g0hl1n@bubus.at> has quit IRC (*.net *.split)13:24
*** OutBackDingo <OutBackDingo!~quassel@46.23.84.72> has quit IRC (*.net *.split)13:24
*** OnkelUlla <OnkelUlla!~uol@ptx.hi.pengutronix.de> has quit IRC (*.net *.split)13:24
*** yocton <yocton!~quassel@2001:bc8:3386::1> has quit IRC (*.net *.split)13:24
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has quit IRC (*.net *.split)13:24
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC (*.net *.split)13:24
*** beneth <beneth!~beneth@ip208.ip-54-36-198.eu> has quit IRC (*.net *.split)13:24
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC (*.net *.split)13:24
*** dvorkindmitry <dvorkindmitry!~dvorkindm@5.167.98.73> has quit IRC (*.net *.split)13:24
*** nerdboy <nerdboy!~nerdboy@gentoo/developer/nerdboy> has quit IRC (*.net *.split)13:24
*** chrysh <chrysh!~chrysh@someserver.de> has quit IRC (*.net *.split)13:24
*** mfe <mfe!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has quit IRC (*.net *.split)13:24
*** Shaun <Shaun!~soneil@user/shaun> has quit IRC (*.net *.split)13:24
*** obcecado <obcecado!pcaetano@tilde.institute> has quit IRC (*.net *.split)13:24
*** _franck_ <_franck_!~fjullien@70.5.9.93.rev.sfr.net> has quit IRC (*.net *.split)13:24
*** michaelo <michaelo!~mike@shells.bootlin.com> has quit IRC (*.net *.split)13:24
*** jonesv[m] <jonesv[m]!~jonesvmat@2001:470:69fc:105::4616> has quit IRC (*.net *.split)13:24
*** PascalBach[m] <PascalBach[m]!~bachpmatr@2001:470:69fc:105::1d3b> has quit IRC (*.net *.split)13:24
*** meck[m] <meck[m]!~meckmeckd@2001:470:69fc:105::3a51> has quit IRC (*.net *.split)13:24
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has quit IRC (*.net *.split)13:24
*** zbr <zbr!zibri@shell.x20.se> has quit IRC (*.net *.split)13:24
*** fray <fray!~fray@kernel.crashing.org> has quit IRC (*.net *.split)13:24
*** kranzo[m] <kranzo[m]!~kranzomat@2001:470:69fc:105::dd3e> has quit IRC (*.net *.split)13:24
*** halstead[m] <halstead[m]!~halsteadm@2001:470:69fc:105::d0ef> has quit IRC (*.net *.split)13:24
*** falk0n[m] <falk0n[m]!~falk0nmat@2001:470:69fc:105::ce60> has quit IRC (*.net *.split)13:24
*** lexano[m] <lexano[m]!~lexanomat@2001:470:69fc:105::3110> has quit IRC (*.net *.split)13:24
*** kayterina[m] <kayterina[m]!~kayterina@2001:470:69fc:105::960> has quit IRC (*.net *.split)13:24
*** fullstop <fullstop!~fullstop@user/fullstop> has quit IRC (*.net *.split)13:24
*** mischief1 <mischief1!~mischief@wopr.sciops.net> has quit IRC (*.net *.split)13:24
*** ykrons_ <ykrons_!~guillaume@62.192.23.101> has quit IRC (*.net *.split)13:24
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has quit IRC (*.net *.split)13:24
*** Saur <Saur!~pkj@proxy01.se.axis.com> has quit IRC (*.net *.split)13:24
*** smurray <smurray!sid98062@id-98062.stonehaven.irccloud.com> has quit IRC (*.net *.split)13:24
*** ldts <ldts!sid269548@stonehaven.irccloud.com> has quit IRC (*.net *.split)13:24
*** flynn378 <flynn378!sid63564@id-63564.charlton.irccloud.com> has quit IRC (*.net *.split)13:24
*** u1106 <u1106!~quassel@2a05:d014:58:4b00:bbe8:f33:b5b7:d4f7> has quit IRC (*.net *.split)13:24
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has quit IRC (*.net *.split)13:24
*** alex88 <alex88!~alex88@ip72-207-140-105.lv.lv.cox.net> has quit IRC (*.net *.split)13:24
*** xantoz <xantoz!~tewi_inab@c-c0bae255.013-124-73746f25.bbcust.telenor.se> has quit IRC (*.net *.split)13:24
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC (*.net *.split)13:24
*** halstead <halstead!uid505447@id-505447.charlton.irccloud.com> has quit IRC (*.net *.split)13:24
*** michaelo[m] <michaelo[m]!~michaelom@2001:470:69fc:105::d101> has quit IRC (*.net *.split)13:24
*** behanw[m] <behanw[m]!~behanwmat@2001:470:69fc:105::c96> has quit IRC (*.net *.split)13:24
*** Pierre-jeanTexie <Pierre-jeanTexie!~pjtexierm@2001:470:69fc:105::f2f> has quit IRC (*.net *.split)13:24
*** khem <khem!~khemmatri@2001:470:69fc:105::b81> has quit IRC (*.net *.split)13:24
*** hmw[m] <hmw[m]!~hmwmatrix@2001:470:69fc:105::3c7c> has quit IRC (*.net *.split)13:24
*** barath <barath!~barath@2001:470:69fc:105::21a> has quit IRC (*.net *.split)13:24
*** Emantor[m] <Emantor[m]!~emantorm]@2001:470:69fc:105::8eb> has quit IRC (*.net *.split)13:24
*** jonmason <jonmason!sid36602@2001:67c:2f08:4::8efa> has quit IRC (*.net *.split)13:24
*** tperrot <tperrot!~tprrt@shells.bootlin.com> has quit IRC (*.net *.split)13:24
*** karl <karl!~Karlssel@2001:41d0:8:9a4b::1> has quit IRC (*.net *.split)13:24
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (*.net *.split)13:24
*** kmaincent2 <kmaincent2!~kmaincent@shells.bootlin.com> has quit IRC (*.net *.split)13:24
*** gourve_l <gourve_l!~laurent@40.72.95.92.rev.sfr.net> has quit IRC (*.net *.split)13:24
*** ndec <ndec!sid219321@tinside.irccloud.com> has quit IRC (*.net *.split)13:24
*** kranzo <kranzo!~kranzo@a81-14-214-202.net-htp.de> has quit IRC (*.net *.split)13:24
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (*.net *.split)13:24
*** cocoJoe <cocoJoe!~cocoJoe@xb9b5dc3e.cust.hiper.dk> has quit IRC (*.net *.split)13:24
*** willo <willo!~quassel@fedora/willo> has quit IRC (*.net *.split)13:24
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has joined #yocto13:28
*** ndec[m] <ndec[m]!~ndecmatri@2001:470:69fc:105::9c0> has joined #yocto13:28
*** eduardas <eduardas!~eduardas@93.93.57.5> has joined #yocto13:28
*** Belsirk <Belsirk!~rfuentess@amarseille-656-1-20-91.w81-251.abo.wanadoo.fr> has joined #yocto13:28
*** paulg <paulg!~boodler@104-195-159-20.cpe.teksavvy.com> has joined #yocto13:28
*** kranzo <kranzo!~kranzo@a81-14-214-202.net-htp.de> has joined #yocto13:28
*** Net147 <Net147!~Net147@user/net147> has joined #yocto13:28
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has joined #yocto13:28
*** erbo <erbo!~erik@linode.unixshell.se> has joined #yocto13:28
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has joined #yocto13:28
*** thekappe <thekappe!~user@198.90.66.177> has joined #yocto13:28
*** tgamblin <tgamblin!~tgamblin@2607:fea8:c29d:d7c0:fa88:8bc5:c0d2:27cc> has joined #yocto13:28
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto13:28
*** zyga <zyga!~zyga@ip-81-15-135-168.unregistered.net.exatel.pl> has joined #yocto13:28
*** goliath <goliath!~goliath@user/goliath> has joined #yocto13:28
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto13:28
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto13:28
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto13:28
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has joined #yocto13:28
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto13:28
*** zpfvo <zpfvo!~fvo@89.244.121.167> has joined #yocto13:28
*** sbach <sbach!~sbach@user/sbach> has joined #yocto13:28
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto13:28
*** fleg <fleg!64bf4386e9@user/fleg> has joined #yocto13:28
*** LetoThe2nd <LetoThe2nd!uid453638@id-453638.highgate.irccloud.com> has joined #yocto13:28
*** frieder <frieder!~frieder@i59F4BC0A.versanet.de> has joined #yocto13:28
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto13:28
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto13:28
*** amitk <amitk!~amit@103.208.71.91> has joined #yocto13:28
*** override1 <override1!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has joined #yocto13:28
*** alejandrohs <alejandrohs!~alejandro@cpe-70-112-59-126.austin.res.rr.com> has joined #yocto13:28
*** shoragan <shoragan!~shoragan@user/shoragan> has joined #yocto13:28
*** sgw <sgw!~swold_loc@user/sgw> has joined #yocto13:28
*** bantu <bantu!~bantu@edna.bantux.com> has joined #yocto13:28
*** jsbronder <jsbronder!~jsbronder@user/jbronder> has joined #yocto13:28
*** ant__ <ant__!~ant@host-79-20-51-116.retail.telecomitalia.it> has joined #yocto13:28
*** alimon <alimon!~alimon@ec2-54-225-101-41.compute-1.amazonaws.com> has joined #yocto13:28
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has joined #yocto13:28
*** mihai <mihai!~mihai@user/mihai> has joined #yocto13:28
*** troth <troth!~troth@c-24-8-35-226.hsd1.co.comcast.net> has joined #yocto13:28
*** FO <FO!~willy562@bras-base-crnypq0201w-grc-06-76-69-222-77.dsl.bell.ca> has joined #yocto13:28
*** rperier <rperier!~quassel@234.ip-51-91-57.eu> has joined #yocto13:28
*** rsalveti <rsalveti!uid117878@id-117878.highgate.irccloud.com> has joined #yocto13:28
*** JaMa <JaMa!~martin@dolejisf.bul.rev-fortech.cz> has joined #yocto13:28
*** linkliu59 <linkliu59!~user_name@139.198.118.108> has joined #yocto13:28
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto13:28
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto13:28
*** beneth <beneth!~beneth@ip208.ip-54-36-198.eu> has joined #yocto13:28
*** Gaffel <Gaffel!~gaffel@h-178-174-170-170.A1405.priv.bahnhof.se> has joined #yocto13:28
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto13:28
*** bunk <bunk!~bunk@debian/bunk> has joined #yocto13:28
*** mckoan|away <mckoan|away!~marco@host-79-3-92-72.business.telecomitalia.it> has joined #yocto13:28
*** ad__ <ad__!~heisenbug@2a01:4f8:c2c:5a84::1> has joined #yocto13:28
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto13:28
*** cengiz_io <cengiz_io!sid223191@id-223191.charlton.irccloud.com> has joined #yocto13:28
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto13:28
*** kanavin_ <kanavin_!~Alexander@95.168.155.74> has joined #yocto13:28
*** mranostaj <mranostaj!~mranostaj@185.193.126.133> has joined #yocto13:28
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has joined #yocto13:28
*** bps <bps!~bps@user/bps> has joined #yocto13:28
*** cocoJoe <cocoJoe!~cocoJoe@xb9b5dc3e.cust.hiper.dk> has joined #yocto13:28
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto13:28
*** ecdhe <ecdhe!~ecdhe@mms-rf-support.com> has joined #yocto13:28
*** chrfle <chrfle!~chrfle@host-85-30-172-190.sydskane.nu> has joined #yocto13:28
*** alinucs <alinucs!~abo@215.ip-51-38-235.eu> has joined #yocto13:28
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has joined #yocto13:28
*** dvorkindmitry <dvorkindmitry!~dvorkindm@5.167.98.73> has joined #yocto13:28
*** darknighte <darknighte!sid214177@user/darknighte> has joined #yocto13:28
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has joined #yocto13:28
*** awafaa <awafaa!sid716@highgate.irccloud.com> has joined #yocto13:28
*** armpit <armpit!sid501830@id-501830.highgate.irccloud.com> has joined #yocto13:28
*** YogeshSiraswar_ <YogeshSiraswar_!sid500596@id-500596.highgate.irccloud.com> has joined #yocto13:28
*** dagmcr <dagmcr!sid323878@highgate.irccloud.com> has joined #yocto13:28
*** CosmicPenguin <CosmicPenguin!sid489106@id-489106.highgate.irccloud.com> has joined #yocto13:28
*** NishanthMenon_ <NishanthMenon_!sid138049@highgate.irccloud.com> has joined #yocto13:28
*** abelloni <abelloni!~abelloni@shells.bootlin.com> has joined #yocto13:28
*** dgriego <dgriego!~dgriego@user/dgriego> has joined #yocto13:28
*** lexano <lexano!~lexano@cpe00e06722f0e4-cm98524a70e35e.cpe.net.cable.rogers.com> has joined #yocto13:28
*** davidinux <davidinux!~davidinux@217.138.219.36> has joined #yocto13:28
*** nerdboy <nerdboy!~nerdboy@gentoo/developer/nerdboy> has joined #yocto13:28
*** kranzo[m] <kranzo[m]!~kranzomat@2001:470:69fc:105::dd3e> has joined #yocto13:28
*** override_ <override_!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has joined #yocto13:28
*** _franck_ <_franck_!~fjullien@70.5.9.93.rev.sfr.net> has joined #yocto13:28
*** yates_home <yates_home!~user@fv-nc-f7af8b91e1-234237-1.tingfiber.com> has joined #yocto13:28
*** batcha[m] <batcha[m]!~batcha88m@2001:470:69fc:105::dd0e> has joined #yocto13:28
*** m1kr0[m] <m1kr0[m]!~m1kr0matr@2001:470:69fc:105::c827> has joined #yocto13:28
*** michaelo[m] <michaelo[m]!~michaelom@2001:470:69fc:105::d101> has joined #yocto13:28
*** halstead[m] <halstead[m]!~halsteadm@2001:470:69fc:105::d0ef> has joined #yocto13:28
*** SamuelDolt[m] <SamuelDolt[m]!~samdoltma@2001:470:69fc:105::4898> has joined #yocto13:28
*** behanw[m] <behanw[m]!~behanwmat@2001:470:69fc:105::c96> has joined #yocto13:28
*** jwillikers[m] <jwillikers[m]!~jwilliker@2001:470:69fc:105::626a> has joined #yocto13:28
*** barath <barath!~barath@2001:470:69fc:105::21a> has joined #yocto13:28
*** jonesv[m] <jonesv[m]!~jonesvmat@2001:470:69fc:105::4616> has joined #yocto13:28
*** falk0n[m] <falk0n[m]!~falk0nmat@2001:470:69fc:105::ce60> has joined #yocto13:28
*** PascalBach[m] <PascalBach[m]!~bachpmatr@2001:470:69fc:105::1d3b> has joined #yocto13:28
*** hmw[m] <hmw[m]!~hmwmatrix@2001:470:69fc:105::3c7c> has joined #yocto13:28
*** berton[m] <berton[m]!~fabiobert@2001:470:69fc:105::ce36> has joined #yocto13:28
*** t_unix[m] <t_unix[m]!~tunixmatr@2001:470:69fc:105::9ea> has joined #yocto13:28
*** dwagenk <dwagenk!~dwagenk@2001:470:69fc:105::103d> has joined #yocto13:28
*** moto_timo[m] <moto_timo[m]!~mototimom@2001:470:69fc:105::c94> has joined #yocto13:28
*** ejoerns[m] <ejoerns[m]!~ejoernsma@2001:470:69fc:105::252> has joined #yocto13:28
*** shoragan|m <shoragan|m!~shoragans@2001:470:69fc:105::c9f> has joined #yocto13:28
*** cody <cody!~cody@user/cody> has joined #yocto13:28
*** Pierre-jeanTexie <Pierre-jeanTexie!~pjtexierm@2001:470:69fc:105::f2f> has joined #yocto13:28
*** shoragan[m] <shoragan[m]!~shoraganm@2001:470:69fc:105::39> has joined #yocto13:28
*** khem <khem!~khemmatri@2001:470:69fc:105::b81> has joined #yocto13:28
*** Saur[m] <Saur[m]!~saur2000m@2001:470:69fc:105::dce> has joined #yocto13:28
*** Emantor[m] <Emantor[m]!~emantorm]@2001:470:69fc:105::8eb> has joined #yocto13:28
*** kayterina[m] <kayterina[m]!~kayterina@2001:470:69fc:105::960> has joined #yocto13:28
*** meck[m] <meck[m]!~meckmeckd@2001:470:69fc:105::3a51> has joined #yocto13:28
*** lexano[m] <lexano[m]!~lexanomat@2001:470:69fc:105::3110> has joined #yocto13:28
*** Alban[m] <Alban[m]!~albeugaen@2001:470:69fc:105::34b4> has joined #yocto13:28
*** Spectrejan[m] <Spectrejan[m]!~spectreja@2001:470:69fc:105::1609> has joined #yocto13:28
*** rostam98[m] <rostam98[m]!~rostam98m@2001:470:69fc:105::ca0e> has joined #yocto13:28
*** jordemort <jordemort!~jordemort@2001:470:69fc:105::2d9> has joined #yocto13:28
*** ChanServ <ChanServ!ChanServ@services.libera.chat> has joined #yocto13:28
*** rmmr <rmmr!sid240755@id-240755.brockwell.irccloud.com> has joined #yocto13:28
*** angolini <angolini!uid62003@id-62003.brockwell.irccloud.com> has joined #yocto13:28
*** bluelightning <bluelightning!~paul@2406:e003:1308:ba01:fdc0:5f16:d3ff:b01> has joined #yocto13:28
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:2dae:8508:1b9a:6c62> has joined #yocto13:28
*** obcecado <obcecado!pcaetano@tilde.institute> has joined #yocto13:28
*** tkoskine <tkoskine!tkoskine@kapsi.fi> has joined #yocto13:28
*** woky <woky!~woky@li1651-31.members.linode.com> has joined #yocto13:28
*** wCPO <wCPO!~wCPO@mail.klausen.dk> has joined #yocto13:28
*** chrysh <chrysh!~chrysh@someserver.de> has joined #yocto13:28
*** creich <creich!~creich@p200300f6af1cc310000000000000039b.dip0.t-ipconnect.de> has joined #yocto13:28
*** rewitt3 <rewitt3!~rewitt@134.134.137.82> has joined #yocto13:28
*** Bardon <Bardon!~Bardon@user/Bardon> has joined #yocto13:28
*** georgem <georgem!uid210681@id-210681.tinside.irccloud.com> has joined #yocto13:28
*** fullstop <fullstop!~fullstop@user/fullstop> has joined #yocto13:28
*** jonmason <jonmason!sid36602@2001:67c:2f08:4::8efa> has joined #yocto13:28
*** mischief1 <mischief1!~mischief@wopr.sciops.net> has joined #yocto13:28
*** sodium.libera.chat sets mode: +o ChanServ13:28
*** tperrot <tperrot!~tprrt@shells.bootlin.com> has joined #yocto13:28
*** ykrons_ <ykrons_!~guillaume@62.192.23.101> has joined #yocto13:28
*** gchamp <gchamp!~champagne@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto13:28
*** zbr <zbr!zibri@shell.x20.se> has joined #yocto13:28
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto13:28
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has joined #yocto13:28
*** Saur <Saur!~pkj@proxy01.se.axis.com> has joined #yocto13:28
*** karl <karl!~Karlssel@2001:41d0:8:9a4b::1> has joined #yocto13:28
*** dl9pf <dl9pf!sid395223@id-395223.brockwell.irccloud.com> has joined #yocto13:28
*** marex <marex!~marex@195.140.253.37> has joined #yocto13:28
*** derRicha1d <derRicha1d!~derRichar@static.16.105.130.94.clients.your-server.de> has joined #yocto13:28
*** nsbdfl <nsbdfl!nsfbdl@user/nsbdfl> has joined #yocto13:28
*** aeroraptor <aeroraptor!sid503835@charlton.irccloud.com> has joined #yocto13:28
*** Crofton <Crofton!sid401373@id-401373.tooting.irccloud.com> has joined #yocto13:28
*** mvlad <mvlad!~mvlad@2a05:d01c:f57:a700:7eb2:15b9:ec83:80cb> has joined #yocto13:28
*** thierryE <thierryE!sid286446@id-286446.tooting.irccloud.com> has joined #yocto13:28
*** LocutusOfBorg <LocutusOfBorg!~locutusof@93-50-192-18.ip153.fastwebnet.it> has joined #yocto13:28
*** Ch^W <Ch^W!~mouser@209.147.121.179> has joined #yocto13:28
*** yocton <yocton!~quassel@2001:bc8:3386::1> has joined #yocto13:28
*** OnkelUlla <OnkelUlla!~uol@ptx.hi.pengutronix.de> has joined #yocto13:28
*** OutBackDingo <OutBackDingo!~quassel@46.23.84.72> has joined #yocto13:28
*** g0hl1n <g0hl1n!~g0hl1n@bubus.at> has joined #yocto13:28
*** madisox <madisox!sid453692@id-453692.charlton.irccloud.com> has joined #yocto13:28
*** rfried <rfried!~rfried@practical-trainings.com> has joined #yocto13:28
*** override <override!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has joined #yocto13:28
*** jpnurmi <jpnurmi!jpnurmi@hilla.kapsi.fi> has joined #yocto13:28
*** Tartarus <Tartarus!sid72705@id-72705.charlton.irccloud.com> has joined #yocto13:28
*** rburton <rburton!rburton@user/rburton> has joined #yocto13:28
*** smurray <smurray!sid98062@id-98062.stonehaven.irccloud.com> has joined #yocto13:28
*** ldts <ldts!sid269548@stonehaven.irccloud.com> has joined #yocto13:28
*** paulbarker <paulbarker!sid269702@id-269702.stonehaven.irccloud.com> has joined #yocto13:28
*** mfe <mfe!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has joined #yocto13:28
*** flynn378 <flynn378!sid63564@id-63564.charlton.irccloud.com> has joined #yocto13:28
*** fray <fray!~fray@kernel.crashing.org> has joined #yocto13:28
*** Shaun <Shaun!~soneil@user/shaun> has joined #yocto13:28
*** xtopher_ <xtopher_!sid495823@id-495823.tinside.irccloud.com> has joined #yocto13:28
*** fancer <fancer!fancer@id-180736.tinside.irccloud.com> has joined #yocto13:28
*** michaelo <michaelo!~mike@shells.bootlin.com> has joined #yocto13:28
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto13:28
*** kmaincent2 <kmaincent2!~kmaincent@shells.bootlin.com> has joined #yocto13:28
*** gourve_l <gourve_l!~laurent@40.72.95.92.rev.sfr.net> has joined #yocto13:28
*** rfs613 <rfs613!~rfs613@rfs.netwinder.org> has joined #yocto13:28
*** jsandman <jsandman!~jsandman@95.179.203.88> has joined #yocto13:28
*** JPEW <JPEW!sid500061@id-500061.brockwell.irccloud.com> has joined #yocto13:28
*** bradfa <bradfa!sid297668@id-297668.brockwell.irccloud.com> has joined #yocto13:28
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto13:28
*** u1106 <u1106!~quassel@2a05:d014:58:4b00:bbe8:f33:b5b7:d4f7> has joined #yocto13:28
*** nohit <nohit!sid334887@id-334887.tinside.irccloud.com> has joined #yocto13:28
*** ndec <ndec!sid219321@tinside.irccloud.com> has joined #yocto13:28
*** dkl <dkl!~dkl@prometheus.umask.eu> has joined #yocto13:28
*** _whitelogger <_whitelogger!~whitelogg@uruz.whitequark.org> has joined #yocto13:28
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has joined #yocto13:28
*** alex88 <alex88!~alex88@ip72-207-140-105.lv.lv.cox.net> has joined #yocto13:28
*** willo <willo!~quassel@fedora/willo> has joined #yocto13:28
*** xantoz <xantoz!~tewi_inab@c-c0bae255.013-124-73746f25.bbcust.telenor.se> has joined #yocto13:28
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has joined #yocto13:28
*** halstead <halstead!uid505447@id-505447.charlton.irccloud.com> has joined #yocto13:28
*** sodium.libera.chat sets mode: +v ndec13:28
vmeson[20:54] <moto-timo> vmeson: $ rustc --print cfg  <--- I've seen that before and we had a fix. I'll dig it up and test it...13:38
JPEWqschulz: I've rolled around the idea of making a QA checker that warns/errors if the order of layers in BBPATH doesn't match the priority of the layers13:38
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has quit IRC (Ping timeout: 250 seconds)13:39
*** tp43_ <tp43_!~ndeem@2001:1970:502b:dd01:7dd8:7bb5:b166:9697> has joined #yocto13:41
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has joined #yocto13:43
cengiz_iohello. how can I add a patch to be applied on openembedded core?13:43
cengiz_iothere's an issue with lttng-modules that's not been backported to dunfell yet13:44
cengiz_iothere's a patch but the patch is applied to a recipe in /meta13:44
*** gchamp <gchamp!~champagne@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC (Remote host closed the connection)13:45
vmesonmoto-timo: https://github.com/meta-rust/meta-rust/commit/c83864ce19659c2f8e6a64c39ea4c28beda91bd5  and  we have that in my poky-contrib so I'm not sure what's up... (/me gets more coffee!)13:46
cengiz_iosorry. let me rephrase: how can I add a patch to my layer, to be applied on poky?13:46
*** Xagen <Xagen!~Xagen@2600:1700:211:7e60:b58a:89ad:a475:a7ef> has joined #yocto13:46
vmesoncengiz_io: do you mean you want to send a patch and have it applied ? If so see: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded13:47
cengiz_iovmeson: nope not sending a patch. I just want to apply this patch to my poky http://cgit.openembedded.org/openembedded-core-contrib/patch/?id=348c666b2dca230308c8462dac2117b04cca6ae713:48
*** tp43_ <tp43_!~ndeem@2001:1970:502b:dd01:7dd8:7bb5:b166:9697> has quit IRC (Ping timeout: 250 seconds)13:49
*** jpnurmi <jpnurmi!jpnurmi@hilla.kapsi.fi> has quit IRC (Remote host closed the connection)13:52
*** jpnurmi <jpnurmi!jpnurmi@hilla.kapsi.fi> has joined #yocto13:53
vmesoncengiz_io: git checkout <branch>&& git pull && cherry-pick <commit id> ?13:53
cengiz_iosorry. that's not applicable when you're using layers over layers, all managed with repo tool.13:54
*** rburton <rburton!rburton@user/rburton> has quit IRC ()14:01
*** rburton <rburton!rburton@user/rburton> has joined #yocto14:02
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has quit IRC (Ping timeout: 250 seconds)14:06
*** Guest7 <Guest7!~Guest7@191.96.170.56> has joined #yocto14:07
Guest7How do I make my image depend on my DISTRO_VERSION? I changed it, but bitbake isn't re-building.14:08
RPvmeson: there is something odd going on as these failures don't always reproduce :(14:09
RPpaulg: I was looking at the reproducible build issue with proc/version and I don't think the code was quite intended to do what you observed :(14:13
*** sakoman <sakoman!~steve@172.243.4.16> has joined #yocto14:13
RPpaulg: It is supposed to make the file consistent for a given build import, not hide things. I'd be interested in trying to fix it somehow14:14
paulgRP - well, given that /proc/version contains a date/time within - I'm not sure how you'll reconcile that with binary reproducibility..14:15
RPpaulg: ah, it was the date/time you wanted? :/14:15
RPpaulg: I think the idea was that most things would be committed14:16
paulgIf it wants to play games with that data, then I think the feature should be off by default --  forcing people to opt out vs. opt-in on stuff like that violates the principle of least surprise.14:16
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has joined #yocto14:16
RPpaulg: at this point binary reproducibility is what people want by default14:17
paulgmaybe at final build/deploy time - as they go GA.   But not during a devel cycle - there it just becomes an obfuscating PITA.14:18
RPpaulg: if they don't have it at dev time, they will struggle to turn it on later, too many issues too late14:18
paulgI guess we'll have to agree to disagree.14:19
RPI think there must be a way to have the default reproducible and show changes on top of the original config14:19
paulgI'll be killing it with fire every time I come across it.14:19
RPpaulg: I simple don't have the option if we want to project to be credible14:19
RPpaulg: I hadn't realise it was the date/time you wanted though. I'll try and think about what we can do14:20
*** Belsirk is now known as rfuentess14:22
paulgwell, consider the workflow - I change something in some crusty ppc uart driver ; recompile and reboot ;  it is a subtle change and with all the various runqemu and intervening infrastructure of build dir vs tmp/deploy/images - I want to be 100% sure I've booted with the change made.14:22
paulgI don't want to hack init/main.c and add printk("paulg: build 0002\n");14:23
mcfriskin that case you want to be sure your kernel version and git hash is what you expect14:24
paulgnormally I've got LOCALVERSION_AUTO on, yes.14:24
paulgbut with uncommited test changes in flight, I also want to see the timestamp of the vmlinux14:25
paulgsince locaversion will just append "dirty"  if you've got test changes that aren't committed.14:25
RPpaulg: I understand the usecase, it is why I'd like to figure out a way to help that.14:25
mcfriskwhen people ask for time as a reference, I always want to ask what they really want14:25
paulgOK.   I want to know "Did I just build this less than 60s ago?"14:26
paulg(and of course the tag/SCM hash etc.)14:26
RPpaulg: are you triggering that build with -f ?14:27
Guest7When I build it shows my new DISTRO_VERSION, but says nothing needs to be run. Buildhistory shows the old DISTRO_VERSION.14:28
paulgmaybe ; maybe not ; might be running make within a devshell  to eliminate all the whirling and churning of bitbake.14:28
mcfriskdue to various reasons, build time may not give you that info. for uncommitted changes I don't see a good way to test and verify that all your changes are in. commit the change to a developer branch and make sure your commit in version.14:29
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 240 seconds)14:30
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto14:30
Guest7paulg: I use "externalsrc" for testing the kernel.14:31
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Quit: Leaving)14:31
paulgmcfrisk and Guest7 , thanks but I have no problem working around the issue in one way or another - what I'm saying is  the default is broken for a routine developer who is tasked with a contract  for something like making/updating a kernel portion of a BSP and hasn't extensive yocto experience.14:32
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto14:33
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Quit: Leaving)14:33
paulgit violates the principle of least surprise and makes their life more difficult.14:34
paulgand that isn't good for the Yocto project as a whole.14:34
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has quit IRC (Remote host closed the connection)14:34
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has joined #yocto14:35
mcfriskfor initial development, an SDK is better. that's clear. once you have something release-ready, then bitbake and yocto.14:35
Guest7I came in late... is it caching the build time? I teach my coworkers to use externalsrc since you can use git locally, easily know what's in your build, and there's no risk of bitbake blowing away your changes14:35
vmesoncengiz_io I use repo too and typically, I'll do: repo start <branch> . ; git cherry-pick. , test, push to upstream master repository.-- what happens if you do that?14:40
qschulzcengiz_io: use a simple bbappend in your layer14:47
*** angolini <angolini!uid62003@id-62003.brockwell.irccloud.com> has quit IRC ()14:47
*** angolini <angolini!uid62003@id-62003.helmsley.irccloud.com> has joined #yocto14:48
Guest7If I run `bitbake-dumpsig -t dey-image-tsp-dev rootfs` I see a list of variables in "Task dependencies". How do I add DISTRO_VERSION to that list?14:48
cengiz_ioqschulz: it's a patch to lttng-modules which introduces a c header patch and changes the src_uri branch. I have decided to skip lttng-modules instead. way too much work.14:48
Guest7or can I make my images depend on the DISTRO_VERSION variable?14:50
Guest7I don't see why my distro config file changing doesn't trigger an image re-build.14:56
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto14:59
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Ping timeout: 250 seconds)15:00
*** camus1 is now known as camus15:00
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has quit IRC (Ping timeout: 248 seconds)15:00
*** kranzo <kranzo!~kranzo@a81-14-214-202.net-htp.de> has quit IRC (Ping timeout: 246 seconds)15:04
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC (Quit: Leaving)15:10
rburtontlwoerner: vmeson : Steven Walter did a rust talk https://www.youtube.com/watch?v=xzM2GPLNvio15:12
*** Guest7 <Guest7!~Guest7@191.96.170.56> has quit IRC (Ping timeout: 246 seconds)15:19
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)15:20
vmesonrburton: thanks.15:24
vmesontlwoerner: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1452115:24
tlwoernerthanks :-)15:24
vmeson  "glibc 2.34 and pseudo break with uninative"15:25
*** Guest4446 <Guest4446!~Guest44@191.96.170.56> has joined #yocto15:25
*** Guest4446 <Guest4446!~Guest44@191.96.170.56> has quit IRC (Client Quit)15:25
*** rfuentess <rfuentess!~rfuentess@amarseille-656-1-20-91.w81-251.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)15:28
*** zyga <zyga!~zyga@ip-81-15-135-168.unregistered.net.exatel.pl> has quit IRC (Quit: Leaving)15:37
tlwoernermips32r2el-24kc15:37
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has joined #yocto15:44
jonmasontlwoerner: mips tunes are uglier than arm tunes ;-)15:47
tlwoernerlol, true15:48
tlwoernerjonmason: you moving to sales?15:48
jonmasonno, am I missing on a joke?15:48
smurrayjonmason: heh, in theory MIPS is a competitor? ;)15:53
jonmasonah, it was more me resisting the urge to rewrite this15:53
jonmason:q15:54
RPbitbake buildtools-extended-tarball -c testsdk15:59
rburtonvmeson: bitbake buildtools-extended-tarball -c testsdk15:59
rburtonsnap15:59
RP:)15:59
*** zpfvo <zpfvo!~fvo@89.244.121.167> has quit IRC (Remote host closed the connection)16:05
*** rmmr <rmmr!sid240755@id-240755.brockwell.irccloud.com> has quit IRC ()16:09
*** rmmr <rmmr!sid240755@id-240755.helmsley.irccloud.com> has joined #yocto16:09
*** Bardon <Bardon!~Bardon@user/Bardon> has quit IRC (Ping timeout: 258 seconds)16:13
*** lucaceresoli <lucaceresoli!~lucaceres@tech.aim-sportline.com> has quit IRC (Ping timeout: 240 seconds)16:17
*** tp43_ <tp43_!~ndeem@2001:1970:502b:dd01:7dd8:7bb5:b166:9697> has joined #yocto16:22
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)16:32
*** goliath <goliath!~goliath@user/goliath> has joined #yocto16:43
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 240 seconds)16:43
*** eduardas <eduardas!~eduardas@93.93.57.5> has quit IRC (Quit: Konversation terminated!)16:49
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has quit IRC (Ping timeout: 252 seconds)16:57
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto17:06
*** LetoThe2nd <LetoThe2nd!uid453638@id-453638.highgate.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)17:43
*** florian <florian!~florian@dynamic-078-049-046-207.78.49.pool.telefonica.de> has joined #yocto18:02
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto18:08
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Ping timeout: 250 seconds)18:10
*** camus1 is now known as camus18:10
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has quit IRC (Quit: Client closed)18:10
*** mattsm <mattsm!~mattsm@104-181-154-57.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 268 seconds)18:22
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Ping timeout: 240 seconds)18:28
*** Bardon <Bardon!~Bardon@user/Bardon> has joined #yocto18:35
*** frieder <frieder!~frieder@i59F4BC0A.versanet.de> has quit IRC (Remote host closed the connection)18:38
*** dev1990 <dev1990!~dev@dynamic-78-8-55-226.ssp.dialog.net.pl> has joined #yocto18:49
*** tp43_ <tp43_!~ndeem@2001:1970:502b:dd01:7dd8:7bb5:b166:9697> has quit IRC (Ping timeout: 250 seconds)18:59
tlwoernersidenote: if :p indicates "sticking one's tongue out" does :q indicate "sticking one's tongue down one's throat" or is :q simply the left-handed version of :p ?19:13
tlwoerner;-)19:16
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has joined #yocto19:17
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has joined #yocto19:17
*** vmeson <vmeson!~rmacleod@23-233-84-124.cpe.pppoe.ca> has joined #yocto19:18
*** vmeson <vmeson!~rmacleod@23-233-84-124.cpe.pppoe.ca> has quit IRC (Ping timeout: 250 seconds)19:23
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has joined #yocto19:24
kanavin_tlwoerner, I'd say it's 'trying to reach the nose with a tongue' ;)19:24
* kanavin_ tries19:25
tlwoernerkanavin_: that's better than what i was coming up with19:26
FOQuestion: Anyway to save a variable value before overriding it ? in a .conf or .bb ?   B="${A}"  A="newvalue"  doesnt work19:28
FOnevermind i found it    :=19:31
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has quit IRC (Ping timeout: 240 seconds)19:31
vdhi there -- how can I group targets? kinda like a packagegroup19:36
JPEWvd: We wrote a class to do that: https://github.com/garmin/whisk/blob/master/meta-whisk/classes/build-alias.bbclass19:37
vdI can create a dumb recipe but I prefer to avoid having an "empty" recipe19:38
vdJPEW hehe, I'm doing kind of the same as whisk does, so I wanted to avoid duplicated my targets for every multiconfig ;-)19:39
JPEWvd: Yep19:40
vdJPEW neat. two remarks: 1) could you have used BBTARGETS? 2) I would prefer a multiconfig-agnostic recipe "a" adding targets "b", "c", "d", so that I can just build mc:foo:a and mc:bar:a19:44
JPEWvd: You could, but I found that a lot of other scripts don't like BBTARGETS to be changed19:45
vdho I didn't know that19:46
JPEWvd: It's really a bug in the other scripts (can't remember which ones ATM)19:46
vdJPEW but thanks I'll hardcode a single recipe based on your class content for now19:47
JPEWvd: anyway, you could build up the list in anon python... maybe something like `TARGETS = "${@"mc:%s:a" % m for m in d.getVar("BBMULTICONFIG").split()}"`19:48
vdhum I could even use such recipe to copy the interesting built images in a specific directory19:54
*** u1106 <u1106!~quassel@2a05:d014:58:4b00:bbe8:f33:b5b7:d4f7> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)19:56
*** tp43_ <tp43_!~ndeem@2001:1970:502b:dd01:7dd8:7bb5:b166:9697> has joined #yocto19:56
*** u1106 <u1106!~quassel@2a05:d014:58:4b00:bbe8:f33:b5b7:d4f7> has joined #yocto19:58
*** vmeson <vmeson!~rmacleod@23-233-84-124.cpe.pppoe.ca> has joined #yocto20:04
*** Tokamak <Tokamak!~Tokamak@172.58.188.75> has quit IRC (Ping timeout: 268 seconds)20:05
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC (Ping timeout: 248 seconds)20:06
JPEWvd: https://github.com/garmin/whisk/blob/master/meta-whisk/classes/deploy-alias.bbclass ;)20:09
*** mattsm <mattsm!~mattsm@104-181-154-57.lightspeed.austtx.sbcglobal.net> has joined #yocto20:09
*** vmeson <vmeson!~rmacleod@23-233-84-124.cpe.pppoe.ca> has quit IRC (Ping timeout: 250 seconds)20:10
vdJPEW yeah yeah yeah I'll switch to whisk I will ;-D20:13
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto20:13
vdnah seriously good job, whisk is actually pretty well designed, I'm kinda going the same path and reinventing the wheel the same way, but I'm kinda stuck with kas at the moment, so ... a custom minimal whisk-like setup it is for me at the moment20:14
JPEWCode is Apache-2, you can copy it if you want :)20:15
vdJPEW btw I was thinking that such build tweaks must be ideally implemented as a features so that it could integrate nicely within existing systems or even tools (kas for example). Would whisk support that?20:18
JPEWvd: Can you clarify "such build tweaks"?20:18
vdJPEW tweaking image names, output directories, overrides, etc., based on the multiconfig20:23
vdthese could be enabled on request rather now forced by the build system itself20:23
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)20:23
vdJPEW what whisk "modes" do you use in your systems btw? dev/prod/etc.?20:24
tlwoernerJPEW: have you given a talk on whisk yet? we should consider one for the next YPS, if nothing else20:25
lukmaDear Community, is there any limitation on the "depth" of shell functions execution in bbclass files?20:25
lukmaI do observe strange behaviour for 'for' statement when I do have it placed in third "level" of shell function20:26
lukmaplaced in a single bbclass file20:26
JPEWtlwoerner: Ya, I can give a talk on it20:27
*** amitk <amitk!~amit@103.208.71.91> has quit IRC (Ping timeout: 240 seconds)20:27
JPEWvd: ya, dev/prod. We call them "engineering" and "release", but same idea20:27
tlwoernerJPEW: or a hands-on… ;-)20:27
vdThe notion of "distro" is OpenEmbedded is kinda hard to tackle, but I see these build tweaks as a distro features20:28
JPEWvd: I'm not quite following, but I *think* that's one of the purpose of multiconfigs is to allow you to capture all of this20:29
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has joined #yocto20:29
JPEWYou can simply write a multiconfig .conf file and use it as the configuration you want20:29
JPEWOr, if you want to share configuration between multiple different.... "layer managers?" (whisk, kas, etc.) write a common .conf file and include it from the multiconfig/local.conf/whatever20:30
vdJPEW sure but your images are affected by this common configuration (like embedded images), so image features could reflect that20:31
vdthe whole concept is that image/machine/distro must be orthogonal, but in reality it's hard to maintain. I imagine features kinda give a scope for this at least20:33
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto20:42
*** bradfa <bradfa!sid297668@id-297668.brockwell.irccloud.com> has quit IRC ()20:46
*** bradfa <bradfa!sid297668@id-297668.helmsley.irccloud.com> has joined #yocto20:46
*** JaMa <JaMa!~martin@dolejisf.bul.rev-fortech.cz> has quit IRC (Quit: leaving)20:48
vdJPEW in your build system, does an image reference images from other multiconfig (aka products/modes)?20:56
JPEWvd: Yes20:57
vdok, that's one difference with my simple which is a bit simple. I have no product/mode and mcdepends, but just build profiles (multiconfig) and depends. I had no need yet to cross reference images20:59
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has quit IRC (Ping timeout: 240 seconds)21:04
*** goliath <goliath!~goliath@user/goliath> has joined #yocto21:06
* vmeson tests openssl-1.1.1l for master and then hardknott.21:09
paulgr00tk1t21:15
vdwith my setup*21:16
*** florian <florian!~florian@dynamic-078-049-046-207.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 250 seconds)21:21
*** kanavin <kanavin!~Alexander@95.168.155.74> has joined #yocto21:35
*** kanavin_ <kanavin_!~Alexander@95.168.155.74> has quit IRC (Ping timeout: 252 seconds)21:37
*** dl9pf <dl9pf!sid395223@id-395223.brockwell.irccloud.com> has quit IRC ()21:39
*** dl9pf <dl9pf!sid395223@id-395223.helmsley.irccloud.com> has joined #yocto21:40
*** Guest82 <Guest82!~Guest82@2a02:8070:d1a6:2b00:31c9:5ea0:7d7a:6ee> has joined #yocto21:52
*** Guest82 <Guest82!~Guest82@2a02:8070:d1a6:2b00:31c9:5ea0:7d7a:6ee> has quit IRC (Client Quit)21:52
*** CookieMonster <CookieMonster!~CookieMon@2a02:8070:d1a6:2b00:1ca8:a7df:594f:7e7e> has joined #yocto21:55
*** bluelightning <bluelightning!~paul@2406:e003:1308:ba01:fdc0:5f16:d3ff:b01> has quit IRC (Remote host closed the connection)21:57
*** bluelightning <bluelightning!~paul@2406:e003:1308:ba01:1816:5c51:b54f:22a7> has joined #yocto21:57
CookieMonsterHi! I'm trying to include an out-of-tree device driver (ASoC) in my project. This requires an in-tree header file which is not found when building the recipe. The example project (hello-mod) doesn't have any dependencies, so it doesn't provide any info on how that's done. Any suggestions would be greatly appreciated!21:59
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto22:05
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC (Quit: Leaving)22:15
*** tp43_ <tp43_!~ndeem@2001:1970:502b:dd01:7dd8:7bb5:b166:9697> has quit IRC (Ping timeout: 250 seconds)22:19
*** CookieMonster <CookieMonster!~CookieMon@2a02:8070:d1a6:2b00:1ca8:a7df:594f:7e7e> has quit IRC (Quit: Ping timeout (120 seconds))22:24
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:2dae:8508:1b9a:6c62> has quit IRC (Remote host closed the connection)22:25
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:d44e:89ab:1592:f8d4> has joined #yocto22:26
*** ant__ <ant__!~ant@host-79-20-51-116.retail.telecomitalia.it> has quit IRC (Ping timeout: 250 seconds)22:27
moto-timovmeson: same result for meta-rust via dynamic-layers for py-crypto https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/python3-cryptography_meta-rust22:42
moto-timovmeson: so the only option left (other than 'fixing' rustc) would be host rust toolchain via HOSTTOOLS... :/ ugly22:43
vmesonmoto-timo: yeah it's a bug. I think most people who just generate a recipe don't encounter it so that's why it's still around.22:47
moto-timovmeson: bummer22:48
* paulg looks at the glibc pseudo hackery with the hardcoded wget. Stylin!22:49
moto-timoHard code all the things!22:49
* moto-timo ducks22:50
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto22:50
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Read error: Connection reset by peer)22:50
*** camus1 is now known as camus22:50
*** vagaruy <vagaruy!~Guest88@170.250.60.248> has joined #yocto23:15
vagaruyHello all - Trying to add a few NPM packages according to the instructions https://wiki.yoctoproject.org/wiki/TipsAndTricks/NPM .However, some of them eg. devtool add "npm://registry.npmjs.org;package=hjson;version=3.2.2" fails with a python error in do_fetch related to ExpansionError: Failure expanding variable TUNE_FEATURES_tune-core2-64 during23:28
vagaruydevtool build  . Any clue what might be causing this.23:28
*** d0ku <d0ku!~d0ku@178.43.56.75.ipv4.supernova.orange.pl> has joined #yocto23:36
*** florian <florian!~florian@dynamic-078-049-046-207.78.49.pool.telefonica.de> has joined #yocto23:39
*** florian <florian!~florian@dynamic-078-049-046-207.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 250 seconds)23:56

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