Sunday, 2016-10-30

*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has quit IRC00:01
andrewshseebs: https://buildd.debian.org/status/fetch.php?pkg=pseudo&arch=x32&ver=1.8.1%2Bgit20161012-2&stamp=147776461600:08
andrewshseebs: I used this patch: https://sources.debian.net/src/pseudo/1.8.1%2Bgit20161012-2/debian/patches/0001-fix-x32-build.patch/00:08
*** Biliogadafr1 <Biliogadafr1!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto00:44
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC00:46
*** paulg <paulg!~paulg@209.226.41.163> has quit IRC00:50
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:4cec:aae7:2f4a:5dd6> has joined #yocto00:54
lolsbornI'm having an issue creating this recipe from a git repo.  I don't understand all of the path variables.  I have SRC_URI = "git://github.com/OpenZWave/open-zwave.git"00:55
lolsbornThen if I do LIC_FILES_CHKSUM = "file://git/license/license.txt;md5=584c7ddacb8739db77ddcc47bd9d3b52" it doesn't find the license file00:56
*** Biliogadafr1 <Biliogadafr1!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC00:57
lolsbornand when I peek in devshell it has me in <foo>/openzwave/1.0-r0/openzwave-1.0 and seems to try to run make from there instead of <foo>/openzwave/1.0-r0/git00:58
lolsbornThis is what my recipe looks like along with the console output from devshell when i was poking around https://gist.github.com/lolsborn/266dc03c19060f2fd9c97a9597dc022000:59
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC00:59
*** tlab <tlab!~tlab@104.235.20.44> has joined #yocto01:04
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto01:13
lolsbornIt's like it thinks the code is a directory deeper than it has installed it. plus /openzwave/1.0-r0/openzwave-1.0 seems redundant01:21
kergothlolsborn: LIC_FILES_CHKSUM is relative to S. S already includes the 'git' portion of that path01:24
lolsbornSo if I change it to LIC_FILES_CHKSUM = "file://license/license.txt;md5=584c7ddacb8739db77ddcc47bd9d3b52" I still get LIC_FILES_CHKSUM points to an invalid file: /home/ubuntu/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0/openzwave-1.0/license/license.txt01:28
lolsbornThe reason why is the file is actually in  /home/ubuntu/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0/git01:28
lolsbornIt's adding /openzwave-1.0/ as an empty directory01:28
lolsbornand S seems to be pointing there01:28
kergothyou have S wrong, then01:38
kergothset S = "${WORKDIR}/git"01:38
kergoththat's required when using the git fetcher01:38
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC01:54
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto02:03
lolsbornThanks kergoth, that fixed the license issue.  I have another path question though.  It's failing when running make because it's running from openzwave/1.0-r0/build02:18
lolsbornbut everything is in openzwave/1.0-r0/git02:18
lolsbornDo I need to update the build directory variable too?02:19
lolsbornsetting b = s seems to do the trick.  Is this typical?02:20
*** clopez <clopez!~tau@neutrino.es> has quit IRC02:30
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto02:31
*** clopez <clopez!~tau@neutrino.es> has joined #yocto02:35
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto02:40
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC02:40
kergothlolsborn: you'd be better off just fixing the buildsystem of the project you're building to support out of tree builds properly, but yes, lacking that, reverting B to S is an option02:41
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC02:42
lolsbornOk, I see what you're saying.  Thanks kergoth02:42
seebsandrewsh: that looks like it worked, then? If so I'll go ahead and push that to master, and consider it probably resolved for now.02:42
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto03:16
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC03:36
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto03:39
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC03:53
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC03:58
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto03:59
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC04:19
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC04:25
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto04:26
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto04:32
*** armpit <armpit!~akuster@2601:202:4001:9ea0:e45a:1336:34e4:981> has quit IRC05:11
*** gtristan_ <gtristan_!~tristanva@121.131.110.69> has joined #yocto05:15
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC05:18
*** armpit <armpit!~akuster@2601:202:4001:9ea0:a515:1856:7377:d74f> has joined #yocto05:24
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC05:31
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto05:32
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC05:40
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:4cec:aae7:2f4a:5dd6> has quit IRC06:31
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto06:31
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC06:36
*** gtristan_ <gtristan_!~tristanva@121.131.110.69> has quit IRC06:46
*** gtristan_ <gtristan_!~tristanva@121.131.110.69> has joined #yocto06:58
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC07:00
*** gtristan_ is now known as gtristan07:30
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC07:47
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto07:50
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC08:16
*** dv <dv!~quassel@62.178.118.86> has joined #yocto08:16
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC08:19
*** seebs_ <seebs_!~seebs@home.seebs.net> has joined #yocto08:20
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto08:30
*** gtristan <gtristan!~tristanva@121.131.110.69> has quit IRC08:35
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto08:54
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-jtzjlwxxacozexfj> has joined #yocto08:59
*** nighty-_ <nighty-_!~cp@www.taiyolabs.com> has quit IRC09:05
*** nighty- <nighty-!~cp@www.taiyolabs.com> has joined #yocto09:10
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC09:11
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has joined #yocto09:15
*** gtristan <gtristan!~tristanva@110.11.226.53> has joined #yocto09:38
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has quit IRC09:40
andrewshseebs_: yes09:45
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-atukhrtdatabxmll> has quit IRC10:12
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-cjjrsgzbfimgrtxa> has joined #yocto10:12
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC10:40
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto10:42
*** gtristan <gtristan!~tristanva@110.11.226.53> has quit IRC10:44
*** gtristan <gtristan!~tristanva@110.11.179.37> has joined #yocto10:46
-YoctoAutoBuilder- build #947 of nightly-intel-gpl is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/94710:54
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has joined #yocto11:13
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-jtzjlwxxacozexfj> has quit IRC11:14
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC11:23
*** clopez <clopez!~tau@neutrino.es> has quit IRC11:30
*** clopez <clopez!~tau@neutrino.es> has joined #yocto11:34
*** dv <dv!~quassel@62.178.118.86> has quit IRC11:38
*** dv__ <dv__!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto11:38
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.235.167> has joined #yocto11:39
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has quit IRC11:39
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has joined #yocto11:59
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-vpqirborhxpbvzlh> has joined #yocto12:02
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has quit IRC12:15
-YoctoAutoBuilder- build #958 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/95812:18
-YoctoAutoBuilder- build #958 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/95812:22
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has joined #yocto12:27
-YoctoAutoBuilder- build #953 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/95312:58
*** agust <agust!~agust@p4FCB4B83.dip0.t-ipconnect.de> has joined #yocto12:58
*** obsrwr_otthon2 <obsrwr_otthon2!~obsrwr@188.24.218.70> has joined #yocto13:27
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.235.167> has quit IRC13:28
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto13:28
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto13:30
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto13:31
*** morphis_ <morphis_!~morphis@p50862960.dip0.t-ipconnect.de> has joined #yocto14:06
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-vpqirborhxpbvzlh> has quit IRC14:14
-YoctoAutoBuilder- build #956 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/95614:18
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto14:25
*** morphis_ <morphis_!~morphis@p50862960.dip0.t-ipconnect.de> has quit IRC14:30
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC14:37
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto14:39
*** dv__ <dv__!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC15:16
*** dv <dv!~quassel@62.178.118.86> has joined #yocto15:16
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC15:17
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto15:19
-YoctoAutoBuilder- build #956 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95615:20
*** fl0v0 <fl0v0!~fvo@pD9F6A902.dip0.t-ipconnect.de> has joined #yocto15:20
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC15:21
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto15:22
-YoctoAutoBuilder- build #947 of build-appliance is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/94715:31
*** zeenix <zeenix!~zeenix@c83-254-44-114.bredband.comhem.se> has joined #yocto15:55
*** paulg <paulg!~paulg@192.190.0.143> has joined #yocto15:58
-YoctoAutoBuilder- build #976 of nightly-ppc is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/97616:00
-YoctoAutoBuilder- build #967 of nightly-world is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/96716:08
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC16:10
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto16:19
*** Ronan_iot_bzh <Ronan_iot_bzh!~ronan@81.53.2.78> has quit IRC16:38
*** ronan__ <ronan__!~ronan@ARennes-656-1-230-245.w2-14.abo.wanadoo.fr> has joined #yocto16:38
paulganyone else seeing bad checksums for boost and bjam?  Guessing these are involved...16:52
paulg rename meta/recipes-support/boost/{bjam-native_1.61.0.bb => bjam-native_1.62.0.bb} (100%)16:52
paulg rename meta/recipes-support/boost/{boost-1.61.0.inc => boost-1.62.0.inc} (83%)16:52
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC17:11
*** zeenix <zeenix!~zeenix@c83-254-44-114.bredband.comhem.se> has quit IRC17:12
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto17:15
*** fl0v0 <fl0v0!~fvo@pD9F6A902.dip0.t-ipconnect.de> has quit IRC17:16
*** paulg <paulg!~paulg@192.190.0.143> has quit IRC17:25
-YoctoAutoBuilder- build #691 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/69117:31
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto17:49
*** zibri <zibri!~zibri@2a01:7e01::f03c:91ff:febb:9538> has quit IRC17:50
*** zibri <zibri!~zibri@2a01:7e01::f03c:91ff:febb:9538> has joined #yocto17:50
*** pohly <pohly!~pohly@p5DE8C404.dip0.t-ipconnect.de> has joined #yocto17:59
*** dv <dv!~quassel@62.178.118.86> has quit IRC18:16
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto18:16
-YoctoAutoBuilder- build #988 of nightly-arm is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/98818:22
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC18:37
-YoctoAutoBuilder- build #930 of nightly-arm-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/93018:42
-YoctoAutoBuilder- build #947 of nightly-ppc-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/94718:52
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-yannnjvlgwasoboi> has joined #yocto18:57
*** simfir <simfir!~quassel@mail.f9s.eu> has quit IRC18:58
*** simfir <simfir!~quassel@mail.f9s.eu> has joined #yocto18:58
*** bluelightning <bluelightning!~paul@118.148.113.65> has joined #yocto18:59
*** bluelightning <bluelightning!~paul@118.148.113.65> has quit IRC18:59
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto18:59
*** paulg <paulg!~paulg@70.52.193.89> has joined #yocto19:06
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC19:14
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC19:23
*** agust <agust!~agust@p4FCB4B83.dip0.t-ipconnect.de> has quit IRC19:44
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has quit IRC20:00
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has joined #yocto20:04
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC20:14
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto20:20
-YoctoAutoBuilder- build #714 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/71420:30
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC20:34
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto20:38
*** paulg <paulg!~paulg@70.52.193.89> has quit IRC20:47
*** caiortp <caiortp!~caiortp@200-161-56-96.dsl.telesp.net.br> has quit IRC20:52
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-yannnjvlgwasoboi> has quit IRC21:09
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:547e:23e8:baae:478a> has joined #yocto21:13
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC21:14
*** dv <dv!~quassel@62.178.118.86> has joined #yocto21:14
*** Dufflepod <Dufflepod!~Mutter@cpc1-live21-2-0-cust132.know.cable.virginm.net> has joined #yocto21:20
*** Dufflepod <Dufflepod!~Mutter@cpc1-live21-2-0-cust132.know.cable.virginm.net> has quit IRC21:29
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC21:30
*** pohly <pohly!~pohly@p5DE8C404.dip0.t-ipconnect.de> has quit IRC21:36
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ikupfxnjotwpqceo> has joined #yocto21:50
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:547e:23e8:baae:478a> has quit IRC21:54
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:547e:23e8:baae:478a> has joined #yocto21:54
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:547e:23e8:baae:478a> has quit IRC21:59
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto21:59
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC22:09
*** ant_home <ant_home!~ant__@host227-253-dynamic.44-79-r.retail.telecomitalia.it> has joined #yocto22:16
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto22:18
*** obsrwr_otthon2 <obsrwr_otthon2!~obsrwr@188.24.218.70> has quit IRC22:35
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has quit IRC22:43
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto22:44
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has joined #yocto22:53
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC22:55
*** mattsm <mattsm!~mattsm@2605:6000:1019:149:c3e:fff4:9cf1:f66a> has quit IRC22:57
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC23:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC23:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto23:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto23:01
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC23:09
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC23:10
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC23:15
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto23:18
*** sjolley <sjolley!~sjolley@134.134.139.82> has joined #yocto23:25
*** ant_home <ant_home!~ant__@host227-253-dynamic.44-79-r.retail.telecomitalia.it> has quit IRC23:38
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto23:38
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:2856:3560:2664:d4c0> has joined #yocto23:39
*** sjolley <sjolley!~sjolley@134.134.139.82> has quit IRC23:42
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto23:45
*** sjolley <sjolley!sjolley@nat/intel/x-tnyzjnyjgudnvsmz> has joined #yocto23:50
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto23:52

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!