Friday, 2016-08-26

*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto00:04
*** dreyna <dreyna!~dreyna@unknown-216-199.windriver.com> has quit IRC00:07
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC00:09
hweavingI added a new recipe that an existing recipe depends on.  However, bitbake fails, saying the existing recipe "is not going to be installed"00:24
hweavingThe log is unhelpful.  What might cause this problem with my recipe that's being depended on?  I don't have a do_install(), do_install_append(), or pkg_postinst_${PN} () section, for example.00:25
hweavingI also haven't set the FILES_${PN} variable in my recipe.00:26
Ulfalizerhweaving: what's the exact error message?00:26
hweavingUlfalizer: It's huge.  Running again to grab it.00:27
hweaving"Some packages could not be installed.  This may mean that you have requested an impossible situation..."00:28
hweaving"The following packages have unmet dependencies"00:29
hweaving"  packagegroup-whatever : Depends: EXISTING-RECIPE but it is not going to be installed"00:29
Ulfalizerthat error seems to be from apt. you must be generating deb packages. not sure what's going on though.00:30
Ulfalizerthe error might be from when those packages are installed to build the image00:31
hweavingYep, I'm using deb packages00:32
hweaving"bitbake -e" doesn't even mention EXISTING-RECIPE.  I'm getting dinner and will be back later00:33
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:33
hweavingI did verify RPROVIDES / PROVIDES weren't the issue00:33
Ulfalizeri'm going to bed soon. would prolly help others if you paste the recipe though.00:33
*** dfrey <dfrey!~dfrey@d50-92-227-235.bchsia.telus.net> has quit IRC00:33
Ulfalizerif you're using RPROVIDES already after less than a week, you might be doing something overly complicated :)00:34
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto00:35
Ulfalizerbitbake -e <recipe>  might tell you more btw. see http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#usingpoky-debugging-viewing-variable-values.00:36
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:39
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto00:45
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-qdczcgtmgysojbhs> has quit IRC00:49
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto00:53
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC00:54
*** stephano <stephano!~stephano@134.134.139.78> has quit IRC00:55
*** clopez <clopez!~tau@5.135.186.167> has quit IRC00:57
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:57
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC01:01
*** dfrey <dfrey!~dfrey@d50-92-227-235.bchsia.telus.net> has joined #yocto01:01
*** manuel_ <manuel_!~manuel@24.61.40.209> has joined #yocto01:01
*** clopez <clopez!~tau@neutrino.es> has joined #yocto01:01
*** pwebster <pwebster!3a6039dc@gateway/web/freenode/ip.58.96.57.220> has quit IRC01:12
*** pwebster <pwebster!~pwebster@220.57.96.58.static.exetel.com.au> has joined #yocto01:13
*** manuel_ <manuel_!~manuel@24.61.40.209> has quit IRC01:25
*** Ulfalizer <Ulfalizer!~Ulfalizer@ip5f5bec03.dynamic.kabel-deutschland.de> has quit IRC01:43
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC01:44
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto01:47
hweavingI still don't have it working, but I just realized01:49
hweavingkhem: after fighting all day to create a recipe and package, I realized that the version control system is going to make testing small changes to images difficult :p01:50
hweavingSince every change will need to be committed to master, and SRCREV updated with the full hash01:50
hweavingUlfalize: I'm currently investigating bitbake -e for the recipe01:50
hweavingIt's so massive I have no idea where to look though, 17000 lines.  All I know is that it's causing a depending package not to build, possibly something to do with apt.01:51
*** billr <billr!~wcrandle@134.134.139.77> has quit IRC01:58
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto01:59
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ykbrbyzpfumgewqb> has joined #yocto02:01
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC02:04
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto02:09
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto02:15
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC02:25
hweavingHere's one possible clue:  I'm seeing other recipes generate three packages02:26
hweavingWHATEVER-dbg_version, WHATEVER-dev_version, and WHATEVER-version02:26
hweavingMine only generates the "dbg" and "dev" packages, not the other one.02:26
hweavingProbably because I didn't have FILES_${PN} set.  Working on that now02:39
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto02:51
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC02:53
*** joeythesaint <joeythesaint!~joe@2605:6400:2:fed5:22:41:45ec:bf91> has quit IRC02:53
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto02:53
hweavingI solved it!  I'm not sure if FILES_${PN} was even needed, but using do_install() to copy files actually created the package successfully02:53
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC02:54
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC02:54
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has quit IRC02:56
*** halstead <halstead!~halstead@crown.incitedev.com> has joined #yocto02:57
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto02:58
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto02:58
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC03:01
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC03:02
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto03:04
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto03:06
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC03:22
hweavingWhat does it mean when bitbake prints a layer name with a git hash, e.g. 'meta-custom = "master:239294294293482394"`03:30
hweavingThe hash doesn't mash any particular commit from the git repo that I can find03:30
hweaving*match03:30
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto03:31
hweavinghttps://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_principles suggests it's a layer hash rather than a git hash03:35
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC03:56
*** billr <billr!~billr@c-67-171-128-109.hsd1.or.comcast.net> has joined #yocto04:06
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC04:30
pwebster@hweaving if you haven't already discovered it, you can set 'SRCREV = "${AUTOREV}"' to track the latest version of your target repository04:37
hweavingpwebster: Thanks, I think someone did mention that -- useful for development04:39
pwebster@hweaving Alternatively, there's devtool and workspaces where you can temporarily point the recipe at an externally checked out copy of your source that you can modify, build and deploy through bitbake. Rinse and repeat until you're happy and then commit and bump the SRCREV in the recipe04:40
hweavingInteresting04:43
hweavingI have a nginx recipe that is definitely running do_install (I tried echoing into a file in /tmp), but which fails to create an init.d directory04:51
hweavingIs there something in Yocto which might delete /etc/init.d after the nginx recipe runs?04:52
pwebsterI would first check the staging area for the recipe. I believe you should see everything that is installed by a specific recipe in the build/tmp/work/<machine>/<recipe>/<version>/image directory04:57
pwebsterif your do_install does:04:58
pwebsterinstall -d ${D}${sysconfdir}/init.d04:58
hweavingpwebster:  It does precisely that04:58
pwebsterinstall -m 0755 ${WORKDIR}/init_script ${D}${sysconfdir}/init.d/nginx04:58
pwebsterthen you should have a 'FILES_${PN} += "${sysconfdir}/init.d/nginx"' line as well04:59
hweavingThat's not in the FILES_${PN} setup05:00
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC05:02
hweavingpwebster: I had added "systemd" to the inherit list for nginx, and removing that populated init.d properly05:03
hweavingpwebster: However, I originally added it because nginx wasn't autostarting.  I'll see what happens.05:03
pwebsterThose were the things I had to do for the recipe I was writing (not for nginx tho)05:05
hweavingYeah, I'm back to my original issue.  I can do "systemctl start nginx", but I want that to happen automatically05:05
hweavingSomeone suggested systemd had some autostart variables, but that requires inheriting systemd which breaks the rest of the nginx recipe.  Maybe there's another way to add autostart service code in Yocto?05:06
pwebsterSorry, I'm stuck with sysvinit on my system at the moment, so I can't help much there05:07
hweavingheh, I'm learning the ways of systemd05:09
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto05:11
pwebsterWith sysvinit (ie /etc/init.d and /etc/rc*.d), the recipe uses "INITSCRIPT_xxxx" variables05:11
pwebsterI think I've seen that systemd has "SYSTEMD_xxxx" equivalents, one of them had an "autostart" or something05:12
hweavingpwebster: I think so, but only if you inherit sytemd.  And since this recipe already inherits update-rc.d, the systemd inheritance understandably caused the install conflict, I think.05:13
hweavingI suspect I can just add my own autostart install line05:13
pwebster../poky/meta/classes/systemd.bbclass:4:SYSTEMD_PACKAGES ?= "${PN}"05:13
pwebster../poky/meta/classes/systemd.bbclass:5:SYSTEMD_PACKAGES_class-native ?= ""05:13
pwebster../poky/meta/classes/systemd.bbclass:6:SYSTEMD_PACKAGES_class-nativesdk ?= ""05:13
pwebster../poky/meta/classes/systemd.bbclass:9:SYSTEMD_AUTO_ENABLE ??= "enable"05:13
*** obsrwr_ <obsrwr_!~otp-amois@188.24.204.43> has joined #yocto05:27
*** melonipoika <melonipoika!~jose@194.9.252.237> has quit IRC05:31
*** agust <agust!~agust@p4FCB595C.dip0.t-ipconnect.de> has joined #yocto05:33
*** iskander_work <iskander_work!~user@81.171.81.142> has quit IRC05:33
*** iskander_work <iskander_work!~user@81.171.81.142> has joined #yocto05:45
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto05:47
hweavingGoogle is turning up other recipes that inherit both update-rc.d and systemd, so maybe there's some way to make them compatible05:54
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nzpvrecbniyazynv> has joined #yocto05:59
hweavingWell, I found it06:01
hweavingIf you inherit both update-rc.d and systemd, systemd.bbclass will remove your /etc/init.d directory using rm_sysvinit_initddir ()06:01
hweavingI'm not sure of the proper way to work around it, though06:02
hweavingHuh, there's a chat log talking about this precise thing!  https://www.yoctoproject.org/irc/%23yocto.2015-03-12.log.html06:05
hweavingApparently the verdict was "Saur: lazy developers putting things where they don't belong really isn't behavior we should be encouraging, imo"06:05
hweavingfrom kergoth06:05
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto06:15
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:18
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ykbrbyzpfumgewqb> has quit IRC06:18
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto06:20
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto06:20
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-saumvhortmnyvyqk> has joined #yocto06:20
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has quit IRC06:21
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has joined #yocto06:21
*** blueness__ <blueness__!~blueness@cpe-74-77-145-97.buffalo.res.rr.com> has quit IRC06:31
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC06:33
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has joined #yocto06:35
*** morphis <morphis!~morphis@pD9ED6841.dip0.t-ipconnect.de> has joined #yocto06:37
*** fl0v0 <fl0v0!~fvo@pD9F6B74F.dip0.t-ipconnect.de> has joined #yocto06:37
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@31.159.204.218> has joined #yocto06:39
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto06:39
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-qrxhxffuobdcpckl> has quit IRC06:42
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC06:42
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-bxzdrsuaondfigwv> has joined #yocto06:43
*** igor2 <igor2!Igor_Stopp@nat/intel/x-irknczaenuhskfcn> has joined #yocto06:45
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto06:46
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto06:46
*** pohly <pohly!~pohly@p5DE8D29B.dip0.t-ipconnect.de> has joined #yocto06:48
*** jbrianceau_away is now known as jbrianceau06:50
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-bxzdrsuaondfigwv> has quit IRC06:51
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-vvwkhoevetchqlpd> has joined #yocto06:51
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC06:52
hweavingMy solution was modifying nginx.service and nginx.inc to support pure-systemd systems.06:52
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto07:00
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has quit IRC07:00
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:6d49:d53b:ce1d:d0ad> has joined #yocto07:02
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has joined #yocto07:06
*** billr <billr!~billr@c-67-171-128-109.hsd1.or.comcast.net> has quit IRC07:09
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has quit IRC07:10
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:11
*** jku <jku!jku@nat/intel/x-tefkizfiyytievcs> has joined #yocto07:20
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has quit IRC07:21
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC07:22
*** orzen <orzen!~orz@c83-254-145-255.bredband.comhem.se> has joined #yocto07:23
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has joined #yocto07:26
Guest_84847moon is not doing allah is doing07:26
Guest_84847stars are not doing allah is doing07:26
Guest_84847planets are not doing allah is doing07:27
Guest_84847galaxies are not doing allah is doing07:27
Guest_84847oceans are not doing allah is doing07:27
Guest_84847mountains are not doing allah is doing07:27
Guest_84847trees are not doing allah is doing07:27
Guest_84847mom is not doing allah is doing07:27
Guest_84847dad is not doing allah is doing07:28
Guest_84847boss is not doing allah is doing07:28
Guest_84847job is not doing allah is doing07:28
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has joined #yocto07:28
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has quit IRC07:31
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto07:36
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto07:37
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has quit IRC07:39
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has joined #yocto07:39
*** sameo <sameo!samuel@nat/intel/x-bbaklfwkrdesgmes> has joined #yocto07:45
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has joined #yocto07:46
*** toscalix <toscalix!~toscalix@149.100.1.121> has joined #yocto07:54
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has joined #yocto08:00
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto08:04
*** Biliogadafr <Biliogadafr!~pin@46.53.194.120> has joined #yocto08:05
*** sno <sno!~sno@62.157.143.22> has joined #yocto08:05
Snertfuck you08:07
LetoThe2ndSnert: don't feed trolls, especially not those long gone already.08:17
Snertyea, 'spose I shouldn't.08:19
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has joined #yocto08:21
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC08:23
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto08:25
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto08:29
*** maxin <maxin!~maxin@2001:998:22:0:2594:cf3d:8fa9:c369> has joined #yocto08:30
*** blueness <blueness!~blueness@cpe-69-207-17-242.buffalo.res.rr.com> has joined #yocto08:40
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto08:53
*** townxelliot <townxelliot!~ell@176.251.25.61> has joined #yocto09:00
*** belen <belen!~Adium@134.134.139.83> has joined #yocto09:08
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has quit IRC09:18
*** maxin <maxin!~maxin@2001:998:22:0:2594:cf3d:8fa9:c369> has quit IRC09:20
*** nighty- <nighty-!~cp@www.taiyolabs.com> has quit IRC09:32
*** nighty- <nighty-!~cp@www.taiyolabs.com> has joined #yocto09:32
*** Biliogadafr <Biliogadafr!~pin@46.53.194.120> has quit IRC09:41
eduardas_mhello, at what stage is my device tree dtb file generated in Yocto? how should I go about modifying it for a new board?09:55
*** _william_ <_william_!~william@38.72.9.109.rev.sfr.net> has quit IRC09:57
*** khem <khem!~khem@unaffiliated/khem> has quit IRC10:00
Ulfalizelook at http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#var-KERNEL_DEVICETREE10:02
Ulfalizethe linux-dtb.inc file it mentions appends to the compile, install, and deploy tasks10:03
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto10:05
eduardas_mUlfalize, thank you10:06
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto10:08
*** anticom <anticom!~timo.m@217.6.33.234> has joined #yocto10:13
*** anticom <anticom!~timo.m@217.6.33.234> has quit IRC10:14
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC10:15
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto10:15
*** greg <greg!~greg@202.37-191-171.fiber.lynet.no> has joined #yocto10:19
*** greg is now known as gregd1210:19
*** townxelliot <townxelliot!~ell@176.251.25.61> has quit IRC10:21
*** townxelliot <townxelliot!~ell@176.251.25.61> has joined #yocto10:22
*** _william_ <_william_!~william@38.72.9.109.rev.sfr.net> has joined #yocto10:25
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC10:27
*** Guest_84847 <Guest_84847!779db6f4@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.182.244> has joined #yocto10:31
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC10:42
*** gunnarx <gunnarx!~gan@c-5eeaaac1-74736162.cust.telenor.se> has joined #yocto10:45
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has joined #yocto10:45
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto10:51
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC10:56
*** grma <grma!~gruberm@80.93.38.128> has quit IRC10:58
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC11:00
*** ant_work <ant_work!~ant__@95.236.249.71> has joined #yocto11:00
*** gregd12 <gregd12!~greg@202.37-191-171.fiber.lynet.no> has quit IRC11:01
*** Guest_84847 <Guest_84847!779db6f4@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.182.244> has quit IRC11:01
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto11:05
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC11:05
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC11:08
*** maxin <maxin!~maxin@194.136.86.45> has joined #yocto11:09
*** Hunk <Hunk!ce7a6654@gateway/web/freenode/ip.206.122.102.84> has joined #yocto11:14
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto11:14
HunkHello I have a question about a bitbake recipes : I have a big repo with a lot of cmakes11:15
HunkI can write a recipes for every cmake project i want to crosscompile11:15
Hunkbut then bitbake will download the source code x times11:15
Hunkis it possible to download the source code one time and build it in different recipes?11:16
neverpanicgcc does something similar with work-shared11:20
neverpanicBut there's also a download cache, so if it's the same repo, it shouldn't be downloaded multiple times in any case11:20
*** townxelliot <townxelliot!~ell@176.251.25.61> has quit IRC11:25
boucman_workHunk: check the bitbake variable called PACKAGES11:25
boucman_workit might be documented in the bitbake documentation, not the yocto documentation11:26
boucman_workthat will allow you to build multiple packages in one recipe, not multiple recipes. that might not be exactly what you want11:26
* Ulfalize made PACKAGES more informative in the most recent manual version: http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#var-PACKAGES11:27
Hunkthank you I will check :)11:27
Ulfalizeif it's different projects that just happen to live in the same repo, it'd be weird to build many of them in the same recipe though11:27
*** Ulfalize is now known as Ulfalizer11:28
*** fl0v0 <fl0v0!~fvo@pD9F6B74F.dip0.t-ipconnect.de> has quit IRC11:38
*** berton <berton!~fabio@177.127.4.56> has joined #yocto11:42
boucman_workthe problem is that multiple, independant projects in the same repo is not a common case. I don't know if yocto has an elegant way to deal with that11:45
boucman_workeither have one recipe for all of them or just do one recipe for each, but you won't share the work dir...11:46
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto11:48
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto11:51
*** townxelliot <townxelliot!~ell@176.251.25.61> has joined #yocto11:56
eduardas_myocto group on linkedin is for contributors only or users can join also?11:57
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto11:58
*** jku <jku!jku@nat/intel/x-tefkizfiyytievcs> has quit IRC11:58
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto12:05
*** ant_work <ant_work!~ant__@95.236.249.71> has quit IRC12:07
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC12:12
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto12:13
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto12:13
*** townxelliot <townxelliot!~ell@176.251.25.61> has quit IRC12:21
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto12:21
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC12:30
*** igor2 <igor2!Igor_Stopp@nat/intel/x-irknczaenuhskfcn> has quit IRC12:30
*** morphis <morphis!~morphis@pD9ED6841.dip0.t-ipconnect.de> has quit IRC12:35
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-saumvhortmnyvyqk> has quit IRC12:37
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto12:43
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC12:45
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto12:46
*** marka <marka!~marka@128.224.252.2> has joined #yocto12:46
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC12:47
*** morphis <morphis!~morphis@pD9ED6841.dip0.t-ipconnect.de> has joined #yocto12:49
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has quit IRC12:58
zeddiikhem. just seeing your message from yesterday now. I'll look at the fragment and drop it in where it make sense.13:01
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has quit IRC13:03
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto13:03
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC13:04
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC13:09
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto13:11
*** seezer <seezer!quassel@quassel/developer/seezer> has quit IRC13:13
*** ncgs <ncgs!~ncgs@mail.dev.rtsoft.ru> has quit IRC13:14
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto13:19
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-jsfurkscagwexivt> has joined #yocto13:19
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto13:21
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto13:21
*** anselmolsm <anselmolsm!~anselmols@192.55.55.39> has joined #yocto13:30
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto13:34
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto13:41
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC13:47
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto13:47
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has joined #yocto13:56
Hunkhow i can set a static ip addresse with systemd14:05
Hunki get a fixed ip addresse from somewhere but I don't understand why I get this14:07
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto14:08
*** nillerbrun <nillerbrun!~nathani@mail.validmanufacturing.com> has quit IRC14:13
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has joined #yocto14:14
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC14:16
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto14:18
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has quit IRC14:18
boucman_workHunk: do you have a dhcp server on your network ?14:31
boucman_workIIUC default yocto has connman installed, and connman is the one that deals with network configuration (not systemd per-se)14:32
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:6d49:d53b:ce1d:d0ad> has quit IRC14:32
hweavingkergoth: If you're around today, I have a file organization question14:38
*** maxin <maxin!~maxin@194.136.86.45> has left #yocto14:40
*** Guest_84847 <Guest_84847!779db30a@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.179.10> has joined #yocto14:41
*** Guest_84847 <Guest_84847!779db30a@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.179.10> has quit IRC14:44
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC14:47
*** lamego <lamego!jose@nat/intel/x-ruyseqnnsajhlhew> has joined #yocto14:48
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto14:52
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC14:55
*** rodgort <rodgort!~rodgort@68.ip-149-56-14.net> has quit IRC14:55
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has quit IRC14:56
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto14:58
*** billr <billr!~wcrandle@134.134.139.76> has joined #yocto14:59
*** iskander_work <iskander_work!~user@81.171.81.142> has quit IRC15:00
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto15:01
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has joined #yocto15:02
*** rodgort <rodgort!~rodgort@68.ip-149-56-14.net> has joined #yocto15:05
*** hsychla <hsychla!~hsychla@2001:6f8:12d9:2:9965:df73:43dd:1cf1> has quit IRC15:12
*** sgw_ <sgw_!~sgw_@134.134.139.77> has joined #yocto15:14
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has quit IRC15:17
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC15:22
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has quit IRC15:22
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC15:26
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has joined #yocto15:31
*** micheal <micheal!~micheal@178.250.116.242> has quit IRC15:35
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC15:40
hweavingkhem: Also if YOU'RE around, I finally resolved the service startup problem I was having yesterday.  It turns out packages inheriting both update-rc.d and systemd cause conflicts on pure systemd systems.15:41
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC15:42
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto15:44
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC15:45
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC15:49
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-zoiurzzwtyiuujlt> has joined #yocto15:50
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC15:52
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC15:54
hweavingWhen a Yocto recipe is described as having a version like "2.0.4+gitX", what does the gitX represent?  The newest available rev on github?15:58
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has quit IRC16:02
neverpanicThat's usually generated by gitpkgv.bbclass from meta-oe. see https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/classes/gitpkgv.bbclass16:03
*** am55 <am55!~am55@unaffiliated/am55> has quit IRC16:03
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto16:06
*** igor5 <igor5!~Igor_Stop@134.134.139.77> has joined #yocto16:07
*** stephano <stephano!~stephano@134.134.139.78> has joined #yocto16:08
hweavingneverpanic: Hmm, I don't see how the 'x' works in there16:10
hweavingUnless it's a wildcard for "any revision"16:11
neverpanichweaving: is it a literal X, or is it a variable?16:14
neverpanicwhich recipe are you talking about?16:14
*** aehs29 <aehs29!~aehernan@134.134.139.83> has joined #yocto16:14
hweavingneverpanic: Literal X, like https://layers.openembedded.org/layerindex/branch/master/recipes/?q=uwsgi16:15
*** belen <belen!~Adium@134.134.139.83> has quit IRC16:16
*** belen <belen!~Adium@134.134.139.83> has joined #yocto16:16
neverpanichweaving: that just seems to be an artifact of the layerindex16:19
neverpanicsee http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb?h=master, where it reads +${SRCPV}16:19
neverpanicand http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-SRCPV16:19
hweavingneverpanic: Thanks.  So it looks like SRCPV would end up being 2.0.4+2342394829384933948394 or whatever the hash is16:21
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto16:24
*** Ulfalizer is now known as Ulfalize16:25
hweavingUlfalize: Now if only you could absorb ulf` everything would be perfect :D16:26
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has quit IRC16:27
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has joined #yocto16:28
*** ftonello <ftonello!~felipe@81.145.202.106> has quit IRC16:31
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has joined #yocto16:32
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has quit IRC16:35
*** sno <sno!~sno@62.157.143.22> has quit IRC16:42
khemhweaving: hmmm did you delve into the conflict if you did please file a  bug report we need to solve it16:44
khemhweaving: hweaving X is abbreviated ( 10 chars ) SRCREV hash16:45
hweavingkhem: What's the link to file a package bug report?16:46
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC16:47
khembugzilla.yoctoproject.org16:47
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC16:49
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC16:57
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto16:57
*** jbrianceau is now known as jbrianceau_away17:13
*** bobt <bobt!32f7afdd@gateway/web/freenode/ip.50.247.175.221> has joined #yocto17:19
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto17:19
*** moto-timo <moto-timo!ttorling@fsf/member/moto-timo> has quit IRC17:19
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC17:20
bobtJOIN17:20
bobtFirst time on IRC chat so.17:21
bobtHaving trouble with zeromq on krogoth.17:23
bobtibc_nonshared.a(elf-init.oS): In function `__libc_csu_init': | /usr/src/debug/glibc/2.23-r0/git/csu/elf-init.c:87: undefined reference to `__init_array_start'17:23
bobtI added:17:24
bobt# bobt CFLAGS =+" -shared " CPPFLAGS =+ " -shared " CXXFLAGS =+ " -shared " LDFLAGS =+ " -shared "17:24
bobtto the bb file.17:24
bobtDoes anybody have an idea of what to do?17:25
khembobt: it seems you are compiling with security flags on17:30
khembobt: but you are not passing these switches to linker17:30
khemits always best to let gcc driver do the linking with default options17:31
bobtYou mean don't pass -shared ?17:32
khemare you passing them from recipe ?17:32
khemthen dont17:32
bobtI tried17:34
bobtCFLAGS_prepend_pn-zeromq += " -shared "17:34
bobtCXXFLAGS_prepend_pn-zeromq += " -shared "17:34
bobtIn local.conf17:35
khemdont do that17:35
khemthis means you want to build everything in zeromq as shared library17:35
bobtYes isn't that the error I'm getting?17:35
khemwhich may not be right, I expect zeromq build system do that17:36
khemthe error is not that17:36
bobtok17:37
khemmost probably whats going on, is that zeromq is adding -nostdlib to linker cmdline17:37
khemand adding the libraries on its own17:38
khemwhich is not a good thing to do17:38
khemso you should check zeromq17:38
khemmakefiles17:38
khemand correct it there17:38
bobtOK17:38
bobtthank you very very much17:39
khemnp17:39
*** aehs29 <aehs29!~aehernan@134.134.139.83> has left #yocto17:41
*** benjamirc <benjamirc!~besquive@134.134.139.82> has joined #yocto17:54
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-zoiurzzwtyiuujlt> has quit IRC17:57
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto17:59
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto18:09
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC18:20
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC18:26
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto18:28
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC18:29
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC18:32
davishello18:46
*** toscalix <toscalix!~toscalix@149.100.1.121> has quit IRC18:46
davisis it possible to have a project in yocto where the makefile builds c code into an exe which is run on the host to build additional source code as part of the larger build and deployment to the target?18:47
kergothyes, just compile the build tool with BUILD_CC instead of CC, BUILD_CFLAGS instead of CFLAGS, etc18:48
kergothlots of examples of this in existing recipes18:48
daviscool many thanks. kergoth you are a wealth of knowledge.18:49
kergothsee also meta/conf/bitbake.conf, it's where all those vars are defined18:50
kergothnp18:50
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@151.38.126.69> has joined #yocto18:52
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto18:52
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto19:03
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nzpvrecbniyazynv> has quit IRC19:19
*** billr <billr!~wcrandle@134.134.139.76> has quit IRC19:20
*** sameo <sameo!samuel@nat/intel/x-bbaklfwkrdesgmes> has quit IRC19:33
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto19:37
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC19:56
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-eknkicfpzwavppwr> has quit IRC20:02
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-rgvhbttdlsnsqlja> has quit IRC20:02
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-mlxrufoxorqapjmj> has quit IRC20:03
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto20:05
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC20:15
*** benjamirc <benjamirc!~besquive@134.134.139.82> has quit IRC20:19
*** davis <davis!~davis@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC20:22
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC20:29
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-nvmjexidvvcbkxnw> has joined #yocto20:33
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-uriutwmagdzaylhd> has joined #yocto20:36
*** clsulliv <clsulliv!~clsulliv@134.134.137.71> has quit IRC20:38
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto20:42
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-asrqnnmgkgrtwrvg> has joined #yocto20:44
*** Biliogadafr <Biliogadafr!~pin@nat2-minsk-pool-46-53-194-120.telecom.by> has joined #yocto20:45
*** clsulliv <clsulliv!~clsulliv@134.134.137.71> has joined #yocto20:45
*** obsrwr_ <obsrwr_!~otp-amois@188.24.204.43> has quit IRC20:50
*** lamego <lamego!jose@nat/intel/x-ruyseqnnsajhlhew> has quit IRC20:51
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC20:56
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC21:07
*** alimon1 <alimon1!~alimon@134.134.139.77> has quit IRC21:09
*** lamego <lamego!~jose@134.134.137.73> has joined #yocto21:17
*** pohly <pohly!~pohly@p5DE8D29B.dip0.t-ipconnect.de> has quit IRC21:19
*** berton <berton!~fabio@177.127.4.56> has quit IRC21:24
*** aehs29 <aehs29!~aehernan@134.134.139.78> has joined #yocto21:41
*** belen <belen!~Adium@134.134.139.83> has joined #yocto21:41
*** Biliogadafr <Biliogadafr!~pin@nat2-minsk-pool-46-53-194-120.telecom.by> has quit IRC21:48
*** alimon1 <alimon1!~alimon@134.134.139.77> has joined #yocto21:51
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC21:58
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC22:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
*** lamego <lamego!~jose@134.134.137.73> has left #yocto22:04
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has joined #yocto22:09
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has quit IRC22:09
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto22:09
*** marka <marka!~marka@128.224.252.2> has quit IRC22:14
*** aehs29 <aehs29!~aehernan@134.134.139.78> has left #yocto22:19
*** aehs29 <aehs29!~aehernan@134.134.139.78> has joined #yocto22:20
*** aehs29 <aehs29!~aehernan@134.134.139.78> has left #yocto22:20
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has quit IRC22:22
*** agust <agust!~agust@p4FCB595C.dip0.t-ipconnect.de> has quit IRC22:29
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC22:34
*** sgw_ <sgw_!~sgw_@134.134.139.77> has quit IRC22:44
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-uriutwmagdzaylhd> has quit IRC22:58
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC23:00
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-nvmjexidvvcbkxnw> has quit IRC23:02
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-asrqnnmgkgrtwrvg> has quit IRC23:13
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has quit IRC23:19
*** halstead <halstead!~halstead@crown.incitedev.com> has quit IRC23:24
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto23:24
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-zetsfgszzyhqhkac> has joined #yocto23:28
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has joined #yocto23:32
*** anselmolsm <anselmolsm!~anselmols@192.55.55.39> has quit IRC23:39
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-hwietirnvxqnovof> has joined #yocto23:42
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-zetsfgszzyhqhkac> has quit IRC23:46
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-hwietirnvxqnovof> has quit IRC23:46

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