*** Azurium <Azurium!~Azurium@188.24.31.123> has quit IRC | 00:02 | |
*** roccof <roccof!~rocco@host99-148-dynamic.16-79-r.retail.telecomitalia.it> has quit IRC | 00:51 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 01:32 | |
*** ant_home <ant_home!~ant__@95.236.251.73> has quit IRC | 01:32 | |
*** madrazr <madrazr!~madhu@unaffiliated/madrazr> has joined #yocto | 01:35 | |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has quit IRC | 02:24 | |
*** Jackie <Jackie!~quassel@106.120.101.38> has joined #yocto | 02:24 | |
*** Jackie is now known as Guest7182 | 02:24 | |
*** Guest7182 is now known as Jackie_huang | 02:25 | |
*** Crofton <Crofton!~balister@pool-108-44-118-197.ronkva.east.verizon.net> has joined #yocto | 02:27 | |
nerdboy | you didn't say what release/branch | 02:28 |
---|---|---|
nerdboy | looks like it inherits pkgconfig so it should work | 02:28 |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 02:33 | |
*** cference <cference!~cference@69-196-137-127.dsl.teksavvy.com> has quit IRC | 02:34 | |
madrazr | Hi. I am trying to open a devshell using bitbake -c devshell linux-yocto and the command gets stuck. | 02:41 |
madrazr | I tried to run the command with -DD and in the debug logs, I see this: | 02:42 |
madrazr | DEBUG: Attempting to spawn terminal "tmux-running" | 02:42 |
madrazr | DEBUG: Attempting to spawn terminal "gnome" | 02:42 |
madrazr | and it just sits there doing nothing | 02:42 |
madrazr | Can someone please help me to fix this? | 02:42 |
vmeson | madrazr: can you look at pstree? Is there a tmux seesion that you could attach to? | 03:05 |
* vmeson tries: bitbake -c devshell linux-yocto on master. | 03:05 | |
madrazr | vmeson: ran pstree, did not find tmux. I don't have tmux installed on my machine. | 03:06 |
vmeson | madrazr: can you pastebin the part of pstree that involves bitbake? | 03:07 |
madrazr | vmeson: sure, give me a moment | 03:07 |
*** Ulfalizer <Ulfalizer!~foo@95.91.238.23> has quit IRC | 03:11 | |
madrazr | vmeson: https://gist.github.com/anonymous/215933fac6624dc73ee7 | 03:14 |
* vmeson sets conf/local.conf to OE_TERMINAL = "screen" and finds that bitbake -c devshell linux-yocto ends up with a shell in .../tmp-glibc/work-shared/qemux86/kernel-source | 03:15 | |
vmeson | madrazr: are you running X locally? | 03:15 |
madrazr | vmeson: yeah | 03:16 |
madrazr | vmeson: this is completely on my local machine | 03:16 |
vmeson | hmm, and you're building in the same user as you logged into graphically? | 03:16 |
madrazr | vmeson: yeah, I think it's the same user. Unless sourcing poky/oe-init-build-env has changed anything | 03:17 |
vmeson | it might be a bug, try setting conf/local.conf to OE_TERMINAL = "screen" after kill -9 <pid of that gnome-terminal from pstree -p > | 03:17 |
vmeson | my local system is a lowly laptop so I build on a server. it would take more time and disk space to build than I care to expend right not but someone should look into this... | 03:19 |
vmeson | you could open a defect or just wait a bit for someone else to give you a tip. | 03:20 |
vmeson | madrazr: what was OE_TERMINAL set to for you? | 03:20 |
madrazr | vmeson: I don't think it is set to anything at all | 03:21 |
madrazr | vmeson: I set to screen now, something seems to be happening | 03:22 |
vmeson | madrazr: cool. I'm finishing up now. good luck. | 03:24 |
madrazr | vmeson: thank you so much! | 03:24 |
madrazr | vmeson: I see a screen session now, make fails. But that's for a different reason I guess | 03:25 |
madrazr | vmeson: in any case, thank you so much! | 03:25 |
vmeson | madrazr: you're welcome. | 03:25 |
madrazr | vmeson: still need to figure out how to do this without screen. screen is annoying locally because, it is hard to scroll up | 03:25 |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has quit IRC | 03:26 | |
madrazr | Where do I see the log for the screen session, if there is any? | 03:29 |
* Snert googles screen log | 03:32 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 03:43 | |
*** hanDerPeder <hanDerPeder!~peder@li307-49.members.linode.com> has quit IRC | 05:11 | |
*** hanDerPeder <hanDerPeder!~peder@li307-49.members.linode.com> has joined #yocto | 05:12 | |
*** hanthings_ <hanthings_!~hanthings@dyxztkygzcfjvj5xhc82t-3.rev.dnainternet.fi> has joined #yocto | 05:37 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 06:00 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 06:00 | |
hanthings_ | Hi. I'm working on a recipe that depends on ruby and some gems. Whats the best way to install these gems? Using post instalation scripts? Or can I use ruby-native? | 06:15 |
*** hanthings_ <hanthings_!~hanthings@dyxztkygzcfjvj5xhc82t-3.rev.dnainternet.fi> has quit IRC | 06:37 | |
madrazr | I am trying to build an out of tree kernel module on my host. While running configure I get checking | 06:51 |
madrazr | checking for libudev.h... no | 06:51 |
madrazr | configure: error: Missing /usr/include/libudev.h | 06:51 |
madrazr | how do I install these headers on the host | 06:51 |
madrazr | is there a recipe for it already? | 06:52 |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@host243-163-dynamic.50-82-r.retail.telecomitalia.it> has quit IRC | 07:00 | |
*** radzy <radzy!~radzy@unknown-216-78.windriver.com> has quit IRC | 07:21 | |
*** radzy <radzy!~radzy@unknown-216-78.windriver.com> has joined #yocto | 07:21 | |
*** Quetesh <Quetesh!~amy@queeg.hrusecky.net> has joined #yocto | 07:55 | |
*** Quetesh is now known as Amynka | 07:56 | |
*** Amynka <Amynka!~amy@gentoo/developer/amynka> has joined #yocto | 07:56 | |
*** madrazr <madrazr!~madhu@unaffiliated/madrazr> has quit IRC | 08:17 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@ca-18-211-124.service.infuturo.it> has joined #yocto | 08:44 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 09:14 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 09:30 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 09:31 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-syhfdvagovzndbup> has joined #yocto | 09:35 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 09:45 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 10:02 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@ca-18-211-124.service.infuturo.it> has quit IRC | 10:05 | |
*** malkauns <malkauns!~neil@c-50-131-4-242.hsd1.ca.comcast.net> has quit IRC | 10:12 | |
*** ][Sno][ <][Sno][!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 10:48 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 10:49 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-vttygegierfbpqmg> has joined #yocto | 10:56 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-vttygegierfbpqmg> has quit IRC | 11:05 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has joined #yocto | 11:18 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 11:48 | |
*** demonimin <demonimin!~demonimin@pro75-5-88-162-203-35.fbx.proxad.net> has joined #yocto | 11:49 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 11:49 | |
*** Azurium <Azurium!~Azurium@188.24.109.63> has joined #yocto | 11:54 | |
Azurium | hello, trying to repost this question again here, maybe somebody sees it: | 11:55 |
Azurium | http://unix.stackexchange.com/questions/239937/cant-install-gphoto2-on-yocto-linux | 11:56 |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has quit IRC | 12:00 | |
*** zenx <zenx!~quassel@47.192.60.94.rev.vodafone.pt> has joined #yocto | 12:07 | |
LetoThe2nd | Azurium: without having gone too much into the details of your post, usually this is not how installing things on anything yocto based works. | 12:18 |
LetoThe2nd | Azurium: mostly because there is no such thing as a "yocto linux" | 12:18 |
Azurium | I might have got it wrong then | 12:19 |
LetoThe2nd | Azurium: basically, the canonical way is to rebuild the image for your device including whatever you need, in your case gphoto | 12:19 |
Azurium | but the Yocto project is responsible for developing that image right? | 12:19 |
Crofton|work | no | 12:20 |
LetoThe2nd | Azurium: nope, thats the main point of misunderstanding. | 12:20 |
Crofton|work | If you want to build an image that you can compile stuff on, you should set the tools-dsk IMAGE_FEATURE | 12:21 |
Azurium | so then the intel community just took that yocto linux(ok how do you call it?) and rebuilt it for Galileo? | 12:21 |
Azurium | I mean for the Quark processor? | 12:21 |
LetoThe2nd | Azurium: yocto provides poky, which is kind of a distribution building kit. and people use it to build whatever they want to ship on their devices. | 12:21 |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 12:21 | |
LetoThe2nd | Azurium: and as far as i know, the process of building a image for the galileo is documented | 12:22 |
LetoThe2nd | Azurium: see https://software.intel.com/en-us/blogs/2015/03/04/creating-a-yocto-image-for-the-intel-galileo-board-using-split-layers?language=en for example | 12:24 |
Azurium | I understand, but this seems a lot of hassle(not that I'm not considering tackling with it!), and as you said it's... the canonical way | 12:24 |
LetoThe2nd | Azurium: one would do that first, and then add whatever wanted into the automatic build | 12:25 |
Crofton|work | also, you should find a channel for people using your hardware | 12:25 |
Azurium | I haven't found an active one | 12:25 |
Crofton|work | The Yocto Project is about building emebdded linux disributions for all sorts of hardware | 12:25 |
LetoThe2nd | Azurium: the point is that the images built using these mechanisms usually are not able to compile stuff, or only have a very rudimentary support for doing such | 12:26 |
*** cference <cference!~cference@69-196-137-127.dsl.teksavvy.com> has joined #yocto | 12:26 | |
LetoThe2nd | (I do not know the extent available in your very image) | 12:26 |
Azurium | well at least that sheds some light on what I should do | 12:26 |
Azurium | I'm still a bit confused since somebody on the intel community forums succeeded with this thing back in 2014, but I think they've done it on the Galileo Gen. 1 ( I use the gen. 2) | 12:27 |
Azurium | and that's what the guy did: compiled this on the board | 12:28 |
LetoThe2nd | it is not realted to the board itself | 12:28 |
Azurium | anyway, I'll look further and see what I can do | 12:28 |
LetoThe2nd | it is related to the image in use. and if his/her image did have extended support for native compilation, its of course possible | 12:29 |
Azurium | if I have further questions I'll probably come here again since it's IRC community closest to the subject | 12:29 |
Azurium | thank you very much for the response | 12:29 |
LetoThe2nd | have fun | 12:30 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 12:40 | |
*** Azurium <Azurium!~Azurium@188.24.109.63> has quit IRC | 12:41 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 12:48 | |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has joined #yocto | 12:53 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 13:09 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 13:12 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 13:13 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 13:15 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 13:19 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 13:30 | |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has quit IRC | 13:30 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 13:32 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-syhfdvagovzndbup> has quit IRC | 13:40 | |
qknight | hey. how to put libboost and cmake into the SDK built with 'bitbake meta-toolchain-qt5'? | 14:29 |
qknight | http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#optionally-building-a-toolchain-installer | 14:32 |
qknight | seems to be a good start but does not tell me how to add cmake for instance | 14:32 |
*** cference <cference!~cference@69-196-137-127.dsl.teksavvy.com> has quit IRC | 14:48 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has joined #yocto | 15:01 | |
*** _jmleo <_jmleo!~jmleo@105-197-190-109.dsl.ovh.fr> has joined #yocto | 15:09 | |
*** jmleo <jmleo!~jmleo@LMontsouris-657-1-109-180.w80-15.abo.wanadoo.fr> has quit IRC | 15:10 | |
*** _jmleo is now known as jmleo | 15:11 | |
*** belen <belen!Adium@nat/intel/x-lqivgptndehypruw> has joined #yocto | 15:18 | |
*** belen <belen!Adium@nat/intel/x-lqivgptndehypruw> has quit IRC | 15:25 | |
*** zenx <zenx!~quassel@47.192.60.94.rev.vodafone.pt> has quit IRC | 15:54 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:06 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:07 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:07 | |
*** xthunderheartx <xthunderheartx!~dallas@nc-76-3-211-213.dhcp.embarqhsd.net> has joined #yocto | 16:09 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 16:15 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 16:15 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 16:15 | |
*** verynew <verynew!4c0e1593@gateway/web/freenode/ip.76.14.21.147> has joined #yocto | 16:39 | |
verynew | How do I set PACKAGECONFIG that has options like "--with-tls=gnutls,,gnutls libcrypt" ? | 16:40 |
verynew | say I want it to use libcrypt | 16:40 |
verynew | oh i see.. there is another option that is --with-tls=libgcrypt | 16:41 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 16:47 | |
kergoth | verynew: i think the intent was to add the ability to escape the , so it wouldn't be treated as a separator, but I'm not sure if anyone ever implemented it.. | 16:51 |
vmeson | hanthings: just mimick: meta-ruby/recipes-extended/imsettings/imsettings_1.6.8.bb -> FILES_${PN} += "${datadir}/dbus-1/*" will work but maybe there's a better way for ruby gems. | 16:54 |
kergoth | hmm | 16:56 |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 16:59 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 17:01 | |
vmeson | hanthings: you should probably read https://git.congatec.com/yocto/meta-openembedded/blob/8c2e27e68642224df084eed14c2ad1de4f1bb0a5/meta-ruby/classes/ruby.bbclass | 17:01 |
vmeson | but it seems to me that there are not many people using ruby in oe-core/meta-openembedded. | 17:01 |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 17:10 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 17:21 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 17:24 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 17:32 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 17:37 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 17:39 | |
*** ][Sno][ <][Sno][!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 17:41 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 17:43 | |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 17:50 | |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 18:03 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 18:03 | |
*** thaytan <thaytan!~thaytan@199.7.70.115.static.exetel.com.au> has quit IRC | 18:04 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 18:05 | |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 18:07 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 18:11 | |
*** thaytan <thaytan!~thaytan@199.7.70.115.static.exetel.com.au> has joined #yocto | 18:18 | |
qknight | hey. i have a freescale QorIQ toolchain with a gcc. is there a simple way to find arch,fpu and float settings so i can compile a gcc anew with the correct settings? | 18:24 |
qknight | http://community.arm.com/servlet/JiveServlet/showImage/38-1981-3827/blogentry-103749-004812900+1365712953_thumb.png <- for comparison, this are values used for ARM boards | 18:25 |
qknight | i'm on PPC64 (powerpc) | 18:25 |
qknight | not sure where i would find these settings/specifications for the board i am on | 18:25 |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 18:31 | |
*** dclarsen <dclarsen!~dave@192.241.233.158> has left #yocto | 18:33 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 18:34 | |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 18:35 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 18:37 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 18:47 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 18:50 | |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 18:51 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 18:56 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 18:59 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 19:00 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 19:07 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 19:20 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 19:26 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 19:31 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 19:38 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 19:43 | |
-YoctoAutoBuilder- build #524 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/524 | 19:46 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 19:53 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 19:56 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 19:59 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 20:00 | |
*** hanthings_ <hanthings_!~hanthings@dyxztkygzcfjvj5xhc82t-3.rev.dnainternet.fi> has joined #yocto | 20:03 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 20:05 | |
*** verynew <verynew!4c0e1593@gateway/web/freenode/ip.76.14.21.147> has quit IRC | 20:15 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 20:17 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 20:22 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 20:33 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 20:39 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 20:48 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 21:07 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 21:16 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 21:17 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 21:19 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 21:23 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 21:27 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 21:28 | |
*** hanthings_ <hanthings_!~hanthings@dyxztkygzcfjvj5xhc82t-3.rev.dnainternet.fi> has quit IRC | 21:36 | |
*** jmpdelos <jmpdelos!~polk@delos.delosent.com> has quit IRC | 21:47 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 22:01 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 22:13 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has quit IRC | 22:13 | |
*** paulg_ <paulg_!~paulg@184-94-55-234.dedicated.allstream.net> has joined #yocto | 22:16 | |
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto | 22:38 | |
*** jmpdelos <jmpdelos!~polk@delos.delosent.com> has joined #yocto | 22:54 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-uwnodvxekbmbxziw> has joined #yocto | 23:11 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 23:11 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:49 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!