*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto | 00:04 | |
*** dreyna <dreyna!~dreyna@unknown-216-199.windriver.com> has quit IRC | 00:07 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 00:09 | |
hweaving | I 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 |
---|---|---|
hweaving | The 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 |
hweaving | I also haven't set the FILES_${PN} variable in my recipe. | 00:26 |
Ulfalizer | hweaving: what's the exact error message? | 00:26 |
hweaving | Ulfalizer: 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 |
Ulfalizer | that error seems to be from apt. you must be generating deb packages. not sure what's going on though. | 00:30 |
Ulfalizer | the error might be from when those packages are installed to build the image | 00:31 |
hweaving | Yep, I'm using deb packages | 00:32 |
hweaving | "bitbake -e" doesn't even mention EXISTING-RECIPE. I'm getting dinner and will be back later | 00:33 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 00:33 | |
hweaving | I did verify RPROVIDES / PROVIDES weren't the issue | 00:33 |
Ulfalizer | i'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 IRC | 00:33 | |
Ulfalizer | if 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 #yocto | 00:35 | |
Ulfalizer | bitbake -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 #yocto | 00:39 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 00:45 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-qdczcgtmgysojbhs> has quit IRC | 00:49 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 00:53 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC | 00:54 | |
*** stephano <stephano!~stephano@134.134.139.78> has quit IRC | 00:55 | |
*** clopez <clopez!~tau@5.135.186.167> has quit IRC | 00:57 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 00:57 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 01:01 | |
*** dfrey <dfrey!~dfrey@d50-92-227-235.bchsia.telus.net> has joined #yocto | 01:01 | |
*** manuel_ <manuel_!~manuel@24.61.40.209> has joined #yocto | 01:01 | |
*** clopez <clopez!~tau@neutrino.es> has joined #yocto | 01:01 | |
*** pwebster <pwebster!3a6039dc@gateway/web/freenode/ip.58.96.57.220> has quit IRC | 01:12 | |
*** pwebster <pwebster!~pwebster@220.57.96.58.static.exetel.com.au> has joined #yocto | 01:13 | |
*** manuel_ <manuel_!~manuel@24.61.40.209> has quit IRC | 01:25 | |
*** Ulfalizer <Ulfalizer!~Ulfalizer@ip5f5bec03.dynamic.kabel-deutschland.de> has quit IRC | 01:43 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 01:44 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 01:47 | |
hweaving | I still don't have it working, but I just realized | 01:49 |
hweaving | khem: 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 :p | 01:50 |
hweaving | Since every change will need to be committed to master, and SRCREV updated with the full hash | 01:50 |
hweaving | Ulfalize: I'm currently investigating bitbake -e for the recipe | 01:50 |
hweaving | It'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 IRC | 01:58 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 01:59 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ykbrbyzpfumgewqb> has joined #yocto | 02:01 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 02:04 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 02:09 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 02:15 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 02:25 | |
hweaving | Here's one possible clue: I'm seeing other recipes generate three packages | 02:26 |
hweaving | WHATEVER-dbg_version, WHATEVER-dev_version, and WHATEVER-version | 02:26 |
hweaving | Mine only generates the "dbg" and "dev" packages, not the other one. | 02:26 |
hweaving | Probably because I didn't have FILES_${PN} set. Working on that now | 02:39 |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 02:51 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 02:53 | |
*** joeythesaint <joeythesaint!~joe@2605:6400:2:fed5:22:41:45ec:bf91> has quit IRC | 02:53 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 02:53 | |
hweaving | I solved it! I'm not sure if FILES_${PN} was even needed, but using do_install() to copy files actually created the package successfully | 02:53 |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 02:54 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC | 02:54 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has quit IRC | 02:56 | |
*** halstead <halstead!~halstead@crown.incitedev.com> has joined #yocto | 02:57 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 02:58 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 02:58 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 03:01 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 03:02 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 03:04 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 03:06 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:22 | |
hweaving | What does it mean when bitbake prints a layer name with a git hash, e.g. 'meta-custom = "master:239294294293482394"` | 03:30 |
hweaving | The hash doesn't mash any particular commit from the git repo that I can find | 03:30 |
hweaving | *match | 03:30 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:31 | |
hweaving | https://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_principles suggests it's a layer hash rather than a git hash | 03:35 |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 03:56 | |
*** billr <billr!~billr@c-67-171-128-109.hsd1.or.comcast.net> has joined #yocto | 04:06 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 04:30 | |
pwebster | @hweaving if you haven't already discovered it, you can set 'SRCREV = "${AUTOREV}"' to track the latest version of your target repository | 04:37 |
hweaving | pwebster: Thanks, I think someone did mention that -- useful for development | 04: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 recipe | 04:40 |
hweaving | Interesting | 04:43 |
hweaving | I 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 directory | 04:51 |
hweaving | Is there something in Yocto which might delete /etc/init.d after the nginx recipe runs? | 04:52 |
pwebster | I 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 directory | 04:57 |
pwebster | if your do_install does: | 04:58 |
pwebster | install -d ${D}${sysconfdir}/init.d | 04:58 |
hweaving | pwebster: It does precisely that | 04:58 |
pwebster | install -m 0755 ${WORKDIR}/init_script ${D}${sysconfdir}/init.d/nginx | 04:58 |
pwebster | then you should have a 'FILES_${PN} += "${sysconfdir}/init.d/nginx"' line as well | 04:59 |
hweaving | That's not in the FILES_${PN} setup | 05:00 |
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC | 05:02 | |
hweaving | pwebster: I had added "systemd" to the inherit list for nginx, and removing that populated init.d properly | 05:03 |
hweaving | pwebster: However, I originally added it because nginx wasn't autostarting. I'll see what happens. | 05:03 |
pwebster | Those were the things I had to do for the recipe I was writing (not for nginx tho) | 05:05 |
hweaving | Yeah, I'm back to my original issue. I can do "systemctl start nginx", but I want that to happen automatically | 05:05 |
hweaving | Someone 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 |
pwebster | Sorry, I'm stuck with sysvinit on my system at the moment, so I can't help much there | 05:07 |
hweaving | heh, I'm learning the ways of systemd | 05:09 |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto | 05:11 | |
pwebster | With sysvinit (ie /etc/init.d and /etc/rc*.d), the recipe uses "INITSCRIPT_xxxx" variables | 05:11 |
pwebster | I think I've seen that systemd has "SYSTEMD_xxxx" equivalents, one of them had an "autostart" or something | 05:12 |
hweaving | pwebster: 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 |
hweaving | I suspect I can just add my own autostart install line | 05: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 #yocto | 05:27 | |
*** melonipoika <melonipoika!~jose@194.9.252.237> has quit IRC | 05:31 | |
*** agust <agust!~agust@p4FCB595C.dip0.t-ipconnect.de> has joined #yocto | 05:33 | |
*** iskander_work <iskander_work!~user@81.171.81.142> has quit IRC | 05:33 | |
*** iskander_work <iskander_work!~user@81.171.81.142> has joined #yocto | 05:45 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 05:47 | |
hweaving | Google is turning up other recipes that inherit both update-rc.d and systemd, so maybe there's some way to make them compatible | 05:54 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nzpvrecbniyazynv> has joined #yocto | 05:59 | |
hweaving | Well, I found it | 06:01 |
hweaving | If you inherit both update-rc.d and systemd, systemd.bbclass will remove your /etc/init.d directory using rm_sysvinit_initddir () | 06:01 |
hweaving | I'm not sure of the proper way to work around it, though | 06:02 |
hweaving | Huh, there's a chat log talking about this precise thing! https://www.yoctoproject.org/irc/%23yocto.2015-03-12.log.html | 06:05 |
hweaving | Apparently the verdict was "Saur: lazy developers putting things where they don't belong really isn't behavior we should be encouraging, imo" | 06:05 |
hweaving | from kergoth | 06:05 |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 06:15 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:18 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ykbrbyzpfumgewqb> has quit IRC | 06:18 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto | 06:20 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:20 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-saumvhortmnyvyqk> has joined #yocto | 06:20 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has quit IRC | 06:21 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has joined #yocto | 06:21 | |
*** blueness__ <blueness__!~blueness@cpe-74-77-145-97.buffalo.res.rr.com> has quit IRC | 06:31 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 06:33 | |
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has joined #yocto | 06:35 | |
*** morphis <morphis!~morphis@pD9ED6841.dip0.t-ipconnect.de> has joined #yocto | 06:37 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B74F.dip0.t-ipconnect.de> has joined #yocto | 06:37 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@31.159.204.218> has joined #yocto | 06:39 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 06:39 | |
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-qrxhxffuobdcpckl> has quit IRC | 06:42 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 06:42 | |
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-bxzdrsuaondfigwv> has joined #yocto | 06:43 | |
*** igor2 <igor2!Igor_Stopp@nat/intel/x-irknczaenuhskfcn> has joined #yocto | 06:45 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:46 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 06:46 | |
*** pohly <pohly!~pohly@p5DE8D29B.dip0.t-ipconnect.de> has joined #yocto | 06:48 | |
*** jbrianceau_away is now known as jbrianceau | 06:50 | |
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-bxzdrsuaondfigwv> has quit IRC | 06:51 | |
*** Cwiiis <Cwiiis!sid227@gateway/web/mozilla/x-vvwkhoevetchqlpd> has joined #yocto | 06:51 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 06:52 | |
hweaving | My 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 #yocto | 07:00 | |
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has quit IRC | 07:00 | |
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:6d49:d53b:ce1d:d0ad> has joined #yocto | 07:02 | |
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has joined #yocto | 07:06 | |
*** billr <billr!~billr@c-67-171-128-109.hsd1.or.comcast.net> has quit IRC | 07:09 | |
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has quit IRC | 07:10 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:11 | |
*** jku <jku!jku@nat/intel/x-tefkizfiyytievcs> has joined #yocto | 07:20 | |
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has quit IRC | 07:21 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC | 07:22 | |
*** orzen <orzen!~orz@c83-254-145-255.bredband.comhem.se> has joined #yocto | 07:23 | |
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has joined #yocto | 07:26 | |
Guest_84847 | moon is not doing allah is doing | 07:26 |
Guest_84847 | stars are not doing allah is doing | 07:26 |
Guest_84847 | planets are not doing allah is doing | 07:27 |
Guest_84847 | galaxies are not doing allah is doing | 07:27 |
Guest_84847 | oceans are not doing allah is doing | 07:27 |
Guest_84847 | mountains are not doing allah is doing | 07:27 |
Guest_84847 | trees are not doing allah is doing | 07:27 |
Guest_84847 | mom is not doing allah is doing | 07:27 |
Guest_84847 | dad is not doing allah is doing | 07:28 |
Guest_84847 | boss is not doing allah is doing | 07:28 |
Guest_84847 | job is not doing allah is doing | 07:28 |
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has joined #yocto | 07:28 | |
*** Guest_84847 <Guest_84847!779deceb@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.236.235> has quit IRC | 07:31 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 07:36 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 07:37 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has quit IRC | 07:39 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has joined #yocto | 07:39 | |
*** sameo <sameo!samuel@nat/intel/x-bbaklfwkrdesgmes> has joined #yocto | 07:45 | |
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has joined #yocto | 07:46 | |
*** toscalix <toscalix!~toscalix@149.100.1.121> has joined #yocto | 07:54 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has joined #yocto | 08:00 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 08:04 | |
*** Biliogadafr <Biliogadafr!~pin@46.53.194.120> has joined #yocto | 08:05 | |
*** sno <sno!~sno@62.157.143.22> has joined #yocto | 08:05 | |
Snert | fuck you | 08:07 |
LetoThe2nd | Snert: don't feed trolls, especially not those long gone already. | 08:17 |
Snert | yea, 'spose I shouldn't. | 08:19 |
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has joined #yocto | 08:21 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 08:23 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 08:25 | |
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto | 08:29 | |
*** maxin <maxin!~maxin@2001:998:22:0:2594:cf3d:8fa9:c369> has joined #yocto | 08:30 | |
*** blueness <blueness!~blueness@cpe-69-207-17-242.buffalo.res.rr.com> has joined #yocto | 08:40 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 08:53 | |
*** townxelliot <townxelliot!~ell@176.251.25.61> has joined #yocto | 09:00 | |
*** belen <belen!~Adium@134.134.139.83> has joined #yocto | 09:08 | |
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has quit IRC | 09:18 | |
*** maxin <maxin!~maxin@2001:998:22:0:2594:cf3d:8fa9:c369> has quit IRC | 09:20 | |
*** nighty- <nighty-!~cp@www.taiyolabs.com> has quit IRC | 09:32 | |
*** nighty- <nighty-!~cp@www.taiyolabs.com> has joined #yocto | 09:32 | |
*** Biliogadafr <Biliogadafr!~pin@46.53.194.120> has quit IRC | 09:41 | |
eduardas_m | hello, 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 IRC | 09:57 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 10:00 | |
Ulfalize | look at http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#var-KERNEL_DEVICETREE | 10:02 |
Ulfalize | the linux-dtb.inc file it mentions appends to the compile, install, and deploy tasks | 10:03 |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 10:05 | |
eduardas_m | Ulfalize, thank you | 10:06 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 10:08 | |
*** anticom <anticom!~timo.m@217.6.33.234> has joined #yocto | 10:13 | |
*** anticom <anticom!~timo.m@217.6.33.234> has quit IRC | 10:14 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 10:15 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 10:15 | |
*** greg <greg!~greg@202.37-191-171.fiber.lynet.no> has joined #yocto | 10:19 | |
*** greg is now known as gregd12 | 10:19 | |
*** townxelliot <townxelliot!~ell@176.251.25.61> has quit IRC | 10:21 | |
*** townxelliot <townxelliot!~ell@176.251.25.61> has joined #yocto | 10:22 | |
*** _william_ <_william_!~william@38.72.9.109.rev.sfr.net> has joined #yocto | 10:25 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 10:27 | |
*** Guest_84847 <Guest_84847!779db6f4@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.182.244> has joined #yocto | 10:31 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC | 10:42 | |
*** gunnarx <gunnarx!~gan@c-5eeaaac1-74736162.cust.telenor.se> has joined #yocto | 10:45 | |
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has joined #yocto | 10:45 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto | 10:51 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 10:56 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 10:58 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 11:00 | |
*** ant_work <ant_work!~ant__@95.236.249.71> has joined #yocto | 11:00 | |
*** gregd12 <gregd12!~greg@202.37-191-171.fiber.lynet.no> has quit IRC | 11:01 | |
*** Guest_84847 <Guest_84847!779db6f4@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.182.244> has quit IRC | 11:01 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 11:05 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 11:05 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 11:08 | |
*** maxin <maxin!~maxin@194.136.86.45> has joined #yocto | 11:09 | |
*** Hunk <Hunk!ce7a6654@gateway/web/freenode/ip.206.122.102.84> has joined #yocto | 11:14 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 11:14 | |
Hunk | Hello I have a question about a bitbake recipes : I have a big repo with a lot of cmakes | 11:15 |
Hunk | I can write a recipes for every cmake project i want to crosscompile | 11:15 |
Hunk | but then bitbake will download the source code x times | 11:15 |
Hunk | is it possible to download the source code one time and build it in different recipes? | 11:16 |
neverpanic | gcc does something similar with work-shared | 11:20 |
neverpanic | But there's also a download cache, so if it's the same repo, it shouldn't be downloaded multiple times in any case | 11:20 |
*** townxelliot <townxelliot!~ell@176.251.25.61> has quit IRC | 11:25 | |
boucman_work | Hunk: check the bitbake variable called PACKAGES | 11:25 |
boucman_work | it might be documented in the bitbake documentation, not the yocto documentation | 11:26 |
boucman_work | that will allow you to build multiple packages in one recipe, not multiple recipes. that might not be exactly what you want | 11: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-PACKAGES | 11:27 | |
Hunk | thank you I will check :) | 11:27 |
Ulfalize | if 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 though | 11:27 |
*** Ulfalize is now known as Ulfalizer | 11:28 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B74F.dip0.t-ipconnect.de> has quit IRC | 11:38 | |
*** berton <berton!~fabio@177.127.4.56> has joined #yocto | 11:42 | |
boucman_work | the 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 that | 11:45 |
boucman_work | either 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 #yocto | 11:48 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 11:51 | |
*** townxelliot <townxelliot!~ell@176.251.25.61> has joined #yocto | 11:56 | |
eduardas_m | yocto group on linkedin is for contributors only or users can join also? | 11:57 |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 11:58 | |
*** jku <jku!jku@nat/intel/x-tefkizfiyytievcs> has quit IRC | 11:58 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 12:05 | |
*** ant_work <ant_work!~ant__@95.236.249.71> has quit IRC | 12:07 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 12:12 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 12:13 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 12:13 | |
*** townxelliot <townxelliot!~ell@176.251.25.61> has quit IRC | 12:21 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto | 12:21 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 12:30 | |
*** igor2 <igor2!Igor_Stopp@nat/intel/x-irknczaenuhskfcn> has quit IRC | 12:30 | |
*** morphis <morphis!~morphis@pD9ED6841.dip0.t-ipconnect.de> has quit IRC | 12:35 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-saumvhortmnyvyqk> has quit IRC | 12:37 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 12:43 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC | 12:45 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 12:46 | |
*** marka <marka!~marka@128.224.252.2> has joined #yocto | 12:46 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 12:47 | |
*** morphis <morphis!~morphis@pD9ED6841.dip0.t-ipconnect.de> has joined #yocto | 12:49 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has quit IRC | 12:58 | |
zeddii | khem. 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 IRC | 13:03 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 13:03 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC | 13:04 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 13:09 | |
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto | 13:11 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has quit IRC | 13:13 | |
*** ncgs <ncgs!~ncgs@mail.dev.rtsoft.ru> has quit IRC | 13:14 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 13:19 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-jsfurkscagwexivt> has joined #yocto | 13:19 | |
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto | 13:21 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 13:21 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.55.39> has joined #yocto | 13:30 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto | 13:34 | |
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto | 13:41 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 13:47 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 13:47 | |
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has joined #yocto | 13:56 | |
Hunk | how i can set a static ip addresse with systemd | 14:05 |
Hunk | i get a fixed ip addresse from somewhere but I don't understand why I get this | 14:07 |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 14:08 | |
*** nillerbrun <nillerbrun!~nathani@mail.validmanufacturing.com> has quit IRC | 14:13 | |
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has joined #yocto | 14:14 | |
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC | 14:16 | |
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto | 14:18 | |
*** gunnarx <gunnarx!~gan@unaffiliated/gan> has quit IRC | 14:18 | |
boucman_work | Hunk: do you have a dhcp server on your network ? | 14:31 |
boucman_work | IIUC 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 IRC | 14:32 | |
hweaving | kergoth: If you're around today, I have a file organization question | 14:38 |
*** maxin <maxin!~maxin@194.136.86.45> has left #yocto | 14:40 | |
*** Guest_84847 <Guest_84847!779db30a@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.179.10> has joined #yocto | 14:41 | |
*** Guest_84847 <Guest_84847!779db30a@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.179.10> has quit IRC | 14:44 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC | 14:47 | |
*** lamego <lamego!jose@nat/intel/x-ruyseqnnsajhlhew> has joined #yocto | 14:48 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto | 14:52 | |
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC | 14:55 | |
*** rodgort <rodgort!~rodgort@68.ip-149-56-14.net> has quit IRC | 14:55 | |
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has quit IRC | 14:56 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 14:58 | |
*** billr <billr!~wcrandle@134.134.139.76> has joined #yocto | 14:59 | |
*** iskander_work <iskander_work!~user@81.171.81.142> has quit IRC | 15:00 | |
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto | 15:01 | |
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has joined #yocto | 15:02 | |
*** rodgort <rodgort!~rodgort@68.ip-149-56-14.net> has joined #yocto | 15:05 | |
*** hsychla <hsychla!~hsychla@2001:6f8:12d9:2:9965:df73:43dd:1cf1> has quit IRC | 15:12 | |
*** sgw_ <sgw_!~sgw_@134.134.139.77> has joined #yocto | 15:14 | |
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has quit IRC | 15:17 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 15:22 | |
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has quit IRC | 15:22 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 15:26 | |
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has joined #yocto | 15:31 | |
*** micheal <micheal!~micheal@178.250.116.242> has quit IRC | 15:35 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC | 15:40 | |
hweaving | khem: 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 IRC | 15:42 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto | 15:44 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC | 15:45 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 15:49 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-zoiurzzwtyiuujlt> has joined #yocto | 15:50 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC | 15:52 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 15:54 | |
hweaving | When 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 IRC | 16:02 | |
neverpanic | That's usually generated by gitpkgv.bbclass from meta-oe. see https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/classes/gitpkgv.bbclass | 16:03 |
*** am55 <am55!~am55@unaffiliated/am55> has quit IRC | 16:03 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 16:06 | |
*** igor5 <igor5!~Igor_Stop@134.134.139.77> has joined #yocto | 16:07 | |
*** stephano <stephano!~stephano@134.134.139.78> has joined #yocto | 16:08 | |
hweaving | neverpanic: Hmm, I don't see how the 'x' works in there | 16:10 |
hweaving | Unless it's a wildcard for "any revision" | 16:11 |
neverpanic | hweaving: is it a literal X, or is it a variable? | 16:14 |
neverpanic | which recipe are you talking about? | 16:14 |
*** aehs29 <aehs29!~aehernan@134.134.139.83> has joined #yocto | 16:14 | |
hweaving | neverpanic: Literal X, like https://layers.openembedded.org/layerindex/branch/master/recipes/?q=uwsgi | 16:15 |
*** belen <belen!~Adium@134.134.139.83> has quit IRC | 16:16 | |
*** belen <belen!~Adium@134.134.139.83> has joined #yocto | 16:16 | |
neverpanic | hweaving: that just seems to be an artifact of the layerindex | 16:19 |
neverpanic | see 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 |
neverpanic | and http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-SRCPV | 16:19 |
hweaving | neverpanic: Thanks. So it looks like SRCPV would end up being 2.0.4+2342394829384933948394 or whatever the hash is | 16:21 |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 16:24 | |
*** Ulfalizer is now known as Ulfalize | 16:25 | |
hweaving | Ulfalize: Now if only you could absorb ulf` everything would be perfect :D | 16:26 |
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has quit IRC | 16:27 | |
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has joined #yocto | 16:28 | |
*** ftonello <ftonello!~felipe@81.145.202.106> has quit IRC | 16:31 | |
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has joined #yocto | 16:32 | |
*** CTtpollard <CTtpollard!~tom@host86-184-237-217.range86-184.btcentralplus.com> has quit IRC | 16:35 | |
*** sno <sno!~sno@62.157.143.22> has quit IRC | 16:42 | |
khem | hweaving: hmmm did you delve into the conflict if you did please file a bug report we need to solve it | 16:44 |
khem | hweaving: hweaving X is abbreviated ( 10 chars ) SRCREV hash | 16:45 |
hweaving | khem: What's the link to file a package bug report? | 16:46 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 16:47 | |
khem | bugzilla.yoctoproject.org | 16:47 |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 16:49 | |
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC | 16:57 | |
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto | 16:57 | |
*** jbrianceau is now known as jbrianceau_away | 17:13 | |
*** bobt <bobt!32f7afdd@gateway/web/freenode/ip.50.247.175.221> has joined #yocto | 17:19 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 17:19 | |
*** moto-timo <moto-timo!ttorling@fsf/member/moto-timo> has quit IRC | 17:19 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 17:20 | |
bobt | JOIN | 17:20 |
bobt | First time on IRC chat so. | 17:21 |
bobt | Having trouble with zeromq on krogoth. | 17:23 |
bobt | ibc_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 |
bobt | I added: | 17:24 |
bobt | # bobt CFLAGS =+" -shared " CPPFLAGS =+ " -shared " CXXFLAGS =+ " -shared " LDFLAGS =+ " -shared " | 17:24 |
bobt | to the bb file. | 17:24 |
bobt | Does anybody have an idea of what to do? | 17:25 |
khem | bobt: it seems you are compiling with security flags on | 17:30 |
khem | bobt: but you are not passing these switches to linker | 17:30 |
khem | its always best to let gcc driver do the linking with default options | 17:31 |
bobt | You mean don't pass -shared ? | 17:32 |
khem | are you passing them from recipe ? | 17:32 |
khem | then dont | 17:32 |
bobt | I tried | 17:34 |
bobt | CFLAGS_prepend_pn-zeromq += " -shared " | 17:34 |
bobt | CXXFLAGS_prepend_pn-zeromq += " -shared " | 17:34 |
bobt | In local.conf | 17:35 |
khem | dont do that | 17:35 |
khem | this means you want to build everything in zeromq as shared library | 17:35 |
bobt | Yes isn't that the error I'm getting? | 17:35 |
khem | which may not be right, I expect zeromq build system do that | 17:36 |
khem | the error is not that | 17:36 |
bobt | ok | 17:37 |
khem | most probably whats going on, is that zeromq is adding -nostdlib to linker cmdline | 17:37 |
khem | and adding the libraries on its own | 17:38 |
khem | which is not a good thing to do | 17:38 |
khem | so you should check zeromq | 17:38 |
khem | makefiles | 17:38 |
khem | and correct it there | 17:38 |
bobt | OK | 17:38 |
bobt | thank you very very much | 17:39 |
khem | np | 17:39 |
*** aehs29 <aehs29!~aehernan@134.134.139.83> has left #yocto | 17:41 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has joined #yocto | 17:54 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-zoiurzzwtyiuujlt> has quit IRC | 17:57 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto | 17:59 | |
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto | 18:09 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 18:20 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 18:26 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 18:28 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 18:29 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC | 18:32 | |
davis | hello | 18:46 |
*** toscalix <toscalix!~toscalix@149.100.1.121> has quit IRC | 18:46 | |
davis | is 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 |
kergoth | yes, just compile the build tool with BUILD_CC instead of CC, BUILD_CFLAGS instead of CFLAGS, etc | 18:48 |
kergoth | lots of examples of this in existing recipes | 18:48 |
davis | cool many thanks. kergoth you are a wealth of knowledge. | 18:49 |
kergoth | see also meta/conf/bitbake.conf, it's where all those vars are defined | 18:50 |
kergoth | np | 18:50 |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@151.38.126.69> has joined #yocto | 18:52 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 18:52 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 19:03 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nzpvrecbniyazynv> has quit IRC | 19:19 | |
*** billr <billr!~wcrandle@134.134.139.76> has quit IRC | 19:20 | |
*** sameo <sameo!samuel@nat/intel/x-bbaklfwkrdesgmes> has quit IRC | 19:33 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 19:37 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 19:56 | |
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-eknkicfpzwavppwr> has quit IRC | 20:02 | |
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-rgvhbttdlsnsqlja> has quit IRC | 20:02 | |
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-mlxrufoxorqapjmj> has quit IRC | 20:03 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 20:05 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 20:15 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has quit IRC | 20:19 | |
*** davis <davis!~davis@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC | 20:22 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC | 20:29 | |
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-nvmjexidvvcbkxnw> has joined #yocto | 20:33 | |
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-uriutwmagdzaylhd> has joined #yocto | 20:36 | |
*** clsulliv <clsulliv!~clsulliv@134.134.137.71> has quit IRC | 20:38 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 20:42 | |
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-asrqnnmgkgrtwrvg> has joined #yocto | 20:44 | |
*** Biliogadafr <Biliogadafr!~pin@nat2-minsk-pool-46-53-194-120.telecom.by> has joined #yocto | 20:45 | |
*** clsulliv <clsulliv!~clsulliv@134.134.137.71> has joined #yocto | 20:45 | |
*** obsrwr_ <obsrwr_!~otp-amois@188.24.204.43> has quit IRC | 20:50 | |
*** lamego <lamego!jose@nat/intel/x-ruyseqnnsajhlhew> has quit IRC | 20:51 | |
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC | 20:56 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 21:07 | |
*** alimon1 <alimon1!~alimon@134.134.139.77> has quit IRC | 21:09 | |
*** lamego <lamego!~jose@134.134.137.73> has joined #yocto | 21:17 | |
*** pohly <pohly!~pohly@p5DE8D29B.dip0.t-ipconnect.de> has quit IRC | 21:19 | |
*** berton <berton!~fabio@177.127.4.56> has quit IRC | 21:24 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has joined #yocto | 21:41 | |
*** belen <belen!~Adium@134.134.139.83> has joined #yocto | 21:41 | |
*** Biliogadafr <Biliogadafr!~pin@nat2-minsk-pool-46-53-194-120.telecom.by> has quit IRC | 21:48 | |
*** alimon1 <alimon1!~alimon@134.134.139.77> has joined #yocto | 21:51 | |
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC | 21:58 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** lamego <lamego!~jose@134.134.137.73> has left #yocto | 22:04 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has joined #yocto | 22:09 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has quit IRC | 22:09 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 22:09 | |
*** marka <marka!~marka@128.224.252.2> has quit IRC | 22:14 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has left #yocto | 22:19 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has joined #yocto | 22:20 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has left #yocto | 22:20 | |
*** hweaving <hweaving!~ELROND@97-102-189-66.res.bhn.net> has quit IRC | 22:22 | |
*** agust <agust!~agust@p4FCB595C.dip0.t-ipconnect.de> has quit IRC | 22:29 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC | 22:34 | |
*** sgw_ <sgw_!~sgw_@134.134.139.77> has quit IRC | 22:44 | |
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-uriutwmagdzaylhd> has quit IRC | 22:58 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 23:00 | |
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-nvmjexidvvcbkxnw> has quit IRC | 23:02 | |
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-asrqnnmgkgrtwrvg> has quit IRC | 23:13 | |
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has quit IRC | 23:19 | |
*** halstead <halstead!~halstead@crown.incitedev.com> has quit IRC | 23:24 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto | 23:24 | |
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-zetsfgszzyhqhkac> has joined #yocto | 23:28 | |
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has joined #yocto | 23:32 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.55.39> has quit IRC | 23:39 | |
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-hwietirnvxqnovof> has joined #yocto | 23:42 | |
*** mjl <mjl!sid16781@gateway/web/irccloud.com/x-zetsfgszzyhqhkac> has quit IRC | 23:46 | |
*** bbhoss <bbhoss!sid18216@gateway/web/irccloud.com/x-hwietirnvxqnovof> has quit IRC | 23:46 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!