*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:00 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 00:01 | |
*** sameo <sameo!~samuel@192.55.54.38> has quit IRC | 00:10 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 00:16 | |
*** zaif <zaif!~zaif@194.95.2.153> has joined #yocto | 00:35 | |
*** zaif <zaif!~zaif@194.95.2.153> has quit IRC | 00:37 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-tyfmukfasbawgtin> has quit IRC | 00:37 | |
GusBricker | im working on an with an am335x-evm board, i've built some images using yocto/poky, and meta-ti. currently using the dylan branches. however when i build, i dont get a dtb file generated? | 00:39 |
---|---|---|
GusBricker | is this file neccessary? | 00:39 |
GusBricker | because at the moment, i cant get the board to boot the kernel. it runs u-boot, then gets stuck at "Starting Kernel" | 00:40 |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 00:42 | |
*** nitink <nitink!~nitink@134.134.139.76> has quit IRC | 00:43 | |
*** [simar|on] <[simar|on]!~simar@69.166.24.103> has quit IRC | 00:45 | |
*** scot__ <scot__!~scot@130.164.62.183> has quit IRC | 00:49 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 00:53 | |
*** brm <brm!da653619@gateway/web/freenode/ip.218.101.54.25> has quit IRC | 01:05 | |
*** joeythesaint <joeythesaint!~jjm@198-84-238-35.cpe.teksavvy.com> has quit IRC | 01:12 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 01:17 | |
*** nitink <nitink!~nitink@134.134.139.76> has joined #yocto | 01:18 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 01:27 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 01:32 | |
*** darknighte is now known as darknighte_znc | 01:35 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 01:40 | |
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto | 02:01 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 02:03 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 02:16 | |
denix | GusBricker: your problem is in the order of bblayers.conf - you can search the meta-ti mailing list archive... | 02:19 |
GusBricker | denis: for what exactly? ive been trying to figure this out for days now :( | 02:19 |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 02:20 | |
denix | GusBricker: http://thread.gmane.org/gmane.linux.embedded.yocto.meta-ti/2726/focus=2744 | 02:20 |
GusBricker | ah | 02:20 |
GusBricker | thanks | 02:20 |
GusBricker | think ive read this thread already tho | 02:21 |
GusBricker | this is my layer order: | 02:22 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta \ | 02:22 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-ti \ | 02:22 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-yocto-bsp \ | 02:22 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-yocto \ | 02:22 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-oe/meta-oe \ | 02:22 |
denix | hence the problem | 02:23 |
denix | at minimum, swap the top 2 around | 02:23 |
denix | at maximum, move "meta" to the very bottom | 02:24 |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 02:24 | |
GusBricker | doh, it is wrong! i thought i had changed it | 02:24 |
GusBricker | ive got this now | 02:24 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-yocto \ | 02:24 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-ti \ | 02:24 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-yocto-bsp \ | 02:24 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta \ | 02:24 |
GusBricker | /home/dtc-dev/projects/dtc-oe/meta-oe/meta-oe \ | 02:24 |
denix | should be fine now | 02:26 |
GusBricker | cheers! will give it a shot | 02:26 |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 02:26 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 02:27 | |
GusBricker | denix: tried what you said, got a dtb file now thanks | 03:14 |
GusBricker | unfortunately the board still doesnt boot | 03:14 |
GusBricker | the kernel | 03:14 |
GusBricker | still stuck at "Starting kernel ..." | 03:15 |
GusBricker | i used core-image-base this time | 03:15 |
GusBricker | im on the dylan branch for meta-ti | 03:18 |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 03:21 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 03:25 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has joined #yocto | 03:27 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 03:28 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 03:29 | |
GusBricker | no wait! i got it working | 03:41 |
GusBricker | i have something on the screen! | 03:41 |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 03:46 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 03:49 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has joined #yocto | 04:15 | |
*** mihai <mihai!~mihai@188.27.93.25> has quit IRC | 04:22 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has quit IRC | 04:28 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has quit IRC | 04:37 | |
*** sunfunbaby <sunfunbaby!~Thunderbi@osatek.hosting.proxy.ru> has joined #yocto | 04:42 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 04:42 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 04:42 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 04:52 | |
GusBricker | its alive! | 04:53 |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 04:55 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 05:02 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 05:06 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 05:12 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 05:12 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 05:13 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-rvtwxaxesuquxswm> has joined #yocto | 05:15 | |
*** agust <agust!~agust@79.222.125.211> has joined #yocto | 05:52 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 05:59 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto | 06:04 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 06:12 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC | 06:18 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 06:18 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto | 06:18 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 06:19 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC | 06:23 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 06:35 | |
*** maxin <maxin!~majo@sestofw01.enea.se> has left #yocto | 06:40 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto | 06:42 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 06:45 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 06:47 | |
*** kbart <kbart!~KBart@213.197.143.19> has joined #yocto | 06:51 | |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has joined #yocto | 06:54 | |
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has joined #yocto | 07:01 | |
*** bzb <bzb!~bzb@192-0-226-240.cpe.teksavvy.com> has joined #yocto | 07:19 | |
*** gmacario <gmacario!~gmacario@maxlab.polito.it> has joined #yocto | 07:22 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto | 07:28 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:31 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 07:34 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 07:37 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:37 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:38 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has joined #yocto | 07:41 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has quit IRC | 07:41 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 07:41 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 07:45 | |
*** fpaut_ is now known as fpaut | 07:48 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 07:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:02 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has joined #yocto | 08:03 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:03 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:07 | |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has joined #yocto | 08:07 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has joined #yocto | 08:10 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has quit IRC | 08:10 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:10 | |
*** sameo <sameo!samuel@nat/intel/x-ciereqqyqqckjpvk> has joined #yocto | 08:12 | |
*** ka6sox is now known as ka6sox-away | 08:14 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:17 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:21 | |
*** bluelightning1 <bluelightning1!~paul@167.127.187.81.in-addr.arpa> has joined #yocto | 08:23 | |
*** florian_kc is now known as florian | 08:24 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:25 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 08:30 | |
*** bluelightning1 <bluelightning1!~paul@167.127.187.81.in-addr.arpa> has quit IRC | 08:41 | |
*** blilly <blilly!43a16395@gateway/web/freenode/ip.67.161.99.149> has quit IRC | 08:42 | |
*** captainigloo <captainigloo!~captainig@2001:41d0:8:114b::1> has joined #yocto | 08:58 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC | 09:00 | |
*** belen <belen!Adium@nat/intel/x-kqtqzqcepgcxvbus> has joined #yocto | 09:00 | |
captainigloo | hi, I'm using yocto with meta-intel to build hdd live image, it works fine, but i would like to extend the image by adding files in the fat32 partition where the bootimg put initramfs, rootfs, syslinux ... | 09:01 |
captainigloo | there is a way to do that ? create a new class maybe ? | 09:02 |
*** sameo <sameo!samuel@nat/intel/x-ciereqqyqqckjpvk> has quit IRC | 09:03 | |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has quit IRC | 09:10 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 09:13 | |
*** Bagder <Bagder!~daniel@rockbox/developer/bagder> has quit IRC | 09:22 | |
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has joined #yocto | 09:25 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 09:25 | |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has joined #yocto | 09:39 | |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has quit IRC | 09:47 | |
*** sameo <sameo!samuel@nat/intel/x-aeqaghjookpplkge> has joined #yocto | 09:58 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 10:14 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 10:14 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:14 | |
bluelightning | morning all | 10:16 |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto | 10:16 | |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has joined #yocto | 10:36 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 10:36 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 10:40 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 10:43 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 10:50 | |
*** Stygia <Stygia!~gmpsaifi@109.56.107.119.mobile.3.dk> has joined #yocto | 11:08 | |
*** sameo <sameo!samuel@nat/intel/x-aeqaghjookpplkge> has quit IRC | 11:10 | |
*** zerus <zerus!c2ed8e0a@gateway/web/freenode/ip.194.237.142.10> has joined #yocto | 11:51 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has joined #yocto | 11:54 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto | 12:05 | |
*** scot__ <scot__!~scot@130.164.62.183> has joined #yocto | 12:31 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 12:31 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 12:35 | |
*** zeddii <zeddii!~ddez@128.224.252.2> has joined #yocto | 12:42 | |
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 12:47 | |
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 12:49 | |
*** davest <davest!~Adium@134.134.139.76> has quit IRC | 12:51 | |
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has quit IRC | 12:59 | |
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto | 13:00 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-qsopfpynvtimwerk> has joined #yocto | 13:03 | |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has quit IRC | 13:20 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC | 13:23 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has joined #yocto | 13:23 | |
*** sgw_ <sgw_!~sgw@c-71-193-189-117.hsd1.wa.comcast.net> has quit IRC | 13:23 | |
*** tomz <tomz!~trz@c-68-53-177-94.hsd1.in.comcast.net> has joined #yocto | 13:26 | |
*** abelloni <abelloni!~piout@128-79-216-144.hfc.dyn.abo.bbox.fr> has quit IRC | 13:29 | |
*** abelloni <abelloni!~piout@128-79-216-144.hfc.dyn.abo.bbox.fr> has joined #yocto | 13:29 | |
*** sunfunbaby <sunfunbaby!~Thunderbi@osatek.hosting.proxy.ru> has quit IRC | 13:44 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 13:46 | |
*** hollisb <hollisb!~hollisb@c-69-247-114-236.hsd1.ms.comcast.net> has joined #yocto | 13:55 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 13:57 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 14:05 | |
*** darknighte_znc is now known as darknighte | 14:09 | |
Krz- | I'm building image 'live' which is small initramfs to chroot to big .ext3 image. I would like to install only few of modules to image live - is there any Yocto way to determine which modules go to that image? | 14:15 |
*** kbart <kbart!~KBart@213.197.143.19> has quit IRC | 14:15 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 14:16 | |
*** zerus <zerus!c2ed8e0a@gateway/web/freenode/ip.194.237.142.10> has quit IRC | 14:16 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 14:19 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 14:26 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 14:30 | |
*** tomz <tomz!~trz@c-68-53-177-94.hsd1.in.comcast.net> has quit IRC | 14:30 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC | 14:45 | |
*** pidge <pidge!~eflanagan@c-24-21-207-18.hsd1.or.comcast.net> has quit IRC | 14:51 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 14:59 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 15:01 | |
zibri | i assume the following warning is expected when building on reiserfs: "Inode check for /var/opt/builds/olofjn/oe/master/build/porky/tmp is unavaliable, will remove it from disk monitor". if that's the case, is there anything i can do to silence it? | 15:02 |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has quit IRC | 15:03 | |
zibri | warning from bitbake that is :) | 15:03 |
rburton | yeah, it's usual | 15:03 |
rburton | not sure if/how you can silence it. | 15:03 |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has joined #yocto | 15:04 | |
zibri | would it be reasonbale to lower it to note, or dropping it? | 15:04 |
zibri | heh, the comment above the logger.warn() is "this is a feature of the fs". | 15:05 |
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has joined #yocto | 15:06 | |
rburton | should be a note | 15:06 |
rburton | its not like you can do anythign about it, apart from reformatting | 15:06 |
zibri | or debug() even? | 15:07 |
zibri | i can send a patch to bibake-devel either way | 15:07 |
rburton | i'd say note | 15:08 |
zibri | sure thing! | 15:08 |
kergoth | wtf, bitbake is preferring a recipe with a negative DEFAULT_PREFERENCE in a high priority layer over a recipe with a unset or high DEFAULT_PREFERENCE in a low priority layer. that seems wrong to me | 15:09 |
* kergoth digs | 15:11 | |
JaMa | kergoth: there is Not-a-bug about that, let me find it | 15:11 |
JaMa | https://bugzilla.yoctoproject.org/show_bug.cgi?id=2964 | 15:12 |
yocti | Bug 2964: normal, Medium, 1.3 M5, richard.purdie, VERIFIED NOTABUG, DEFAULT_PREFERENCE doesn't work between layers | 15:12 |
kergoth | that's ridiculous. that means a layer that wants to override poky can't add a non-default recipe, e.g. _git | 15:14 |
kergoth | without modifying distro preferences, anyway | 15:15 |
kergoth | RP: ^ | 15:15 |
JaMa | kergoth: yes that's exactly the use-case which I had and didn't like the behavior | 15:16 |
bluelightning | kergoth: last we discussed that was expected, if perhaps troublesome based on our usage | 15:17 |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 15:17 | |
kergoth | I'd be curious to hear the use case the current behavior is intended to satisfy, given we have one right here that it fails to satisfy | 15:17 |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has joined #yocto | 15:18 | |
*** ka6sox-away is now known as ka6sox | 15:20 | |
ant_work | kergoth: you once summed it up | 15:25 |
ant_work | BBFILE_PRIORITY controls recipe priority. BBLAYERS order controls | 15:25 |
ant_work | BBPATH order which in turn controls bbclass/config priority, as things | 15:25 |
ant_work | stand today. | 15:25 |
kergoth | and? nothing about that implies how those settings interact with preference variables | 15:27 |
ant_work | http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018115.html | 15:28 |
Krz- | does anybody know how to limit number of modules that get into live image? | 15:28 |
JaMa | Krz-: don't rdepend on kernel-modules | 15:28 |
Krz- | JaMa: that will make my live image with no modules | 15:29 |
Krz- | JaMa: I need few of them | 15:30 |
Krz- | JaMa: but not all | 15:30 |
kergoth | ant_work: again, that says nothing about how it affects default preference. copying and pasting it repeatedly isn't going to add new information | 15:30 |
* kergoth gets food | 15:30 | |
ant_work | kergoth: nm, it's the very same issue, one msg back in thread | 15:30 |
ant_work | good appetite ;) | 15:30 |
kergoth | right, but my reply didn't address that in any way, it only answered martin's evident confusion about the recipe vs config priorities :) | 15:32 |
ant_work | JaMa: it sounds bad if RP and kergoth don't agree on that kind of things...happily those conflicts are very rare nowadays | 15:32 |
ant_work | I mean, different versions of a recipe in various layers | 15:32 |
kergoth | RP and I disagree on things all the time :) not usually on high level things, more the implementation details | 15:33 |
ant_work | kergoth: I've been hit by such bug long ago and I supposed it was fixed in the meanwhile | 15:34 |
ant_work | bluelightning: do you remember the thread? | 15:34 |
* kergoth shrugs, works around the annoyance for now | 15:34 | |
bluelightning | I don't have a link | 15:34 |
ant_work | neither | 15:34 |
bluelightning | IMO we shouldn't consider the matter closed; we can start a new thread on the mailing list about it | 15:35 |
ant_work | righto | 15:36 |
*** fpaut is now known as fpaut_ | 15:36 | |
Krz- | there is a meta/classes/kernel-module-split.bbclass class - do I write bbappend to that class to have some modules stripped? I need them stripped only for live image, I need all modules for .ext3 image | 15:39 |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has joined #yocto | 15:40 | |
ant_work | Krz-: you cannot .bbappend a class | 15:41 |
ant_work | in case, create one in your layer | 15:42 |
JaMa | Krz-: add runtime dependencies for only the required modules.. | 15:43 |
ant_work | Krz-: there is an infrastructure for 'modular' initramfs, just tbh I did not test it | 15:43 |
ant_work | recipes-core/initrdscripts/initramfs-framework_1.0.bb | 15:44 |
JaMa | kergoth: I still keep that links somewhere in bookmarks in case I get confused or drunk again :) | 15:45 |
* ant_work removed that other link not long ago :/ | 15:45 | |
kergoth | JaMa: haha | 15:47 |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto | 15:49 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 15:50 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 15:52 | |
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has quit IRC | 15:55 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 15:58 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 15:58 | |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has quit IRC | 16:01 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 16:02 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 16:03 | |
Krz- | JaMa: ant_work: could you enlighten me with some recipe names or variable names? don't really know how to bite it | 16:04 |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has joined #yocto | 16:05 | |
ant_work | Krz-: I'm heading home, pls fire quickly | 16:05 |
Krz- | JaMa: ant_work: I'm just wondering about some Yocto solution how to limit number of modules that get into live image | 16:07 |
Krz- | JaMa: ant_work: and in the same build I want ALL modules in regular .ext3 image | 16:07 |
*** amarsman <amarsman!~marsman@90-145-17-249.wxdsl.nl> has quit IRC | 16:07 | |
*** jero <jero!~boo@mtl.savoirfairelinux.net> has quit IRC | 16:07 | |
ant_work | Krz-: <JaMa> Krz-: add runtime dependencies for only the required modules.. | 16:08 |
ant_work | Krz-: https://lists.yoctoproject.org/pipermail/yocto/2013-October/018612.html | 16:08 |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 16:08 | |
Krz- | ant_work: inside image live bbappend? | 16:09 |
JaMa | that won't work do_rootfs is the same for all IMAGE_FSTYPES | 16:09 |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 16:10 | |
*** jero <jero!~boo@mtl.savoirfairelinux.net> has joined #yocto | 16:11 | |
*** jero is now known as Guest48555 | 16:11 | |
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has quit IRC | 16:13 | |
Krz- | ant_work: I will try your solution with 'kernel-module-<module_name>' | 16:13 |
ant_work | bbl | 16:15 |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 16:15 | |
*** sorvats <sorvats!c8463a9a@gateway/web/freenode/ip.200.70.58.154> has joined #yocto | 16:17 | |
sorvats | hey all. I'm having some trouble building meta-toolchain-qte with denzil (some time ago i managed to do it, now it seems something changed). | 16:19 |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has quit IRC | 16:19 | |
sorvats | ERROR: Failure expanding variable METADATA_REVISION, expression was ${@base_detect_revision(d)} which triggered exception IndexError: list index out of range | 16:19 |
sorvats | i can't run any task on this target | 16:19 |
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has quit IRC | 16:21 | |
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has joined #yocto | 16:21 | |
*** jkridner <jkridner!~jkridner@d14-69-115-126.try.wideopenwest.com> has joined #yocto | 16:24 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 16:24 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 16:24 | |
bluelightning | sorvats: I've not seen an issue in this part of the code before... what layers are enabled in your configuration? | 16:26 |
sorvats | hah. how would I check that? | 16:26 |
bluelightning | ah this is denzil | 16:26 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 16:26 | |
sorvats | yes it is | 16:26 |
bluelightning | have you modified conf/bblayers.conf? | 16:26 |
sorvats | most probably, checking | 16:27 |
sorvats | ok, doesn't look like | 16:31 |
sorvats | meta and meta-yocto | 16:31 |
*** rainerschuster <rainerschuster!~Adium@firewall.methodpark.de> has quit IRC | 16:32 | |
sorvats | this whole build dir was backed up and then restored into some other server. I am stil able to build my own images, and things like qt4-embedded | 16:33 |
sorvats | i will check if i did any playing in the poky dir | 16:33 |
bluelightning | so that part of the code tries to query the revision being used for each layer | 16:34 |
bluelightning | for some reason that's failing | 16:34 |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:35 | |
bluelightning | the code is in meta/classes/metadata_scm.bbclass FWIW | 16:35 |
sorvats | yes, I checked there but no good ideas popped by looking at it | 16:35 |
sorvats | ok, so, something else I did was add the poky-denzil-7.0 dir to my own svn repo | 16:36 |
sorvats | to go about keeping track of changes | 16:36 |
sorvats | could that have anything to do with revision checking? | 16:36 |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has joined #yocto | 16:37 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC | 16:39 | |
sorvats | whoa | 16:40 |
sorvats | looks like it did | 16:40 |
sorvats | any insights on this, while we are on it? | 16:40 |
sorvats | I just svn exported the dir | 16:40 |
sorvats | and it just worked | 16:41 |
bluelightning | hmm, looks like there's a bug in the code that queries the svn revision | 16:43 |
bluelightning | perhaps the format of the file being read in base_get_metadata_svn_revision() isn't exactly as the code is expecting? | 16:44 |
bluelightning | it's looking at .svn/entries | 16:45 |
*** gmacario <gmacario!~gmacario@maxlab.polito.it> has quit IRC | 16:48 | |
bluelightning | sorvats: unfortunately I don't have an svn repo to hand to check that - could you perhaps have a look at the file in your environment? | 16:48 |
sorvats | ok, will do, just a sec | 16:50 |
sorvats | hmm, yes, it isn't that format. | 16:56 |
sorvats | looks like the svn client version has something to do with that | 16:56 |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has quit IRC | 16:57 | |
sorvats | entries in my 1.8 working copy has only one line | 16:57 |
sorvats | (which i believe is why the failure pops up) | 16:57 |
sorvats | and checking some old working copy, i can see that the entries format is quite different | 16:58 |
sorvats | so. Thanks, that must be it :) | 16:58 |
bluelightning | ah ok, that explains it | 16:59 |
bluelightning | could I ask you to enter a bug report for this? | 16:59 |
bluelightning | looks like the latest code in master will still be affected by the issue | 16:59 |
sorvats | ok, in proicess | 17:02 |
sorvats | *proces | 17:02 |
sorvats | lol | 17:02 |
sorvats | is this meta-yocto's metadata? | 17:07 |
Krz- | runtime dependency is 'RDEPENDS' variable? | 17:08 |
bluelightning | sorvats: it's OE-Core / core | 17:09 |
bluelightning | Krz-: yes | 17:09 |
sorvats | ok, ty | 17:10 |
bluelightning | thanks | 17:11 |
bluelightning | bbl | 17:11 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:11 | |
Krz- | bluelightning: I tried ant_work solution to do RDEPENDS = "kernel-module-ehci_hcd" but image-live does not pick it up :( | 17:13 |
Krz- | mm | 17:13 |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 17:15 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 17:15 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 17:16 | |
*** belen <belen!Adium@nat/intel/x-kqtqzqcepgcxvbus> has quit IRC | 17:18 | |
*** Stygia <Stygia!~gmpsaifi@109.56.107.119.mobile.3.dk> has quit IRC | 17:18 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 17:18 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 17:19 | |
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has joined #yocto | 17:22 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 17:23 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-rvtwxaxesuquxswm> has left #yocto | 17:23 | |
*** scot__ <scot__!~scot@130.164.62.183> has quit IRC | 17:25 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 17:30 | |
RP | kergoth: reopen the bug but I did spend time looking at that and I couldn't figure out how to get everything to coexist nicely :( | 17:47 |
kergoth | ah | 17:47 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 17:50 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 17:54 | |
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has quit IRC | 17:56 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 17:57 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 18:01 | |
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has joined #yocto | 18:04 | |
*** pidge <pidge!pidge@nat/intel/x-jxfyrjxqaberjkhg> has joined #yocto | 18:07 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 18:09 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-qsopfpynvtimwerk> has quit IRC | 18:17 | |
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has joined #yocto | 18:19 | |
*** hollisb <hollisb!~hollisb@c-69-247-114-236.hsd1.ms.comcast.net> has quit IRC | 18:21 | |
sorvats | bluelightning: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5363 | 18:22 |
yocti | Bug 5363: normal, Undecided, ---, saul.wold, NEW , base_get_metadata_svn_revision fails with IndexError | 18:22 |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-pbmnprooxkpnsocb> has joined #yocto | 18:23 | |
sorvats | I accidentally submitted the bug with no description. I added that in a comment right away. Hope that's ok. | 18:23 |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 18:47 | |
*** hollisb <hollisb!~hollisb@66.175.144.2> has joined #yocto | 18:49 | |
*** scot_ <scot_!~scot@130.164.62.183> has joined #yocto | 18:50 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC | 18:54 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 19:05 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 19:08 | |
*** sorvats <sorvats!c8463a9a@gateway/web/freenode/ip.200.70.58.154> has quit IRC | 19:13 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 19:17 | |
*** silviof2 <silviof2!~silviof@host-188-174-204-58.customer.m-online.net> has joined #yocto | 19:22 | |
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has quit IRC | 19:25 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 19:28 | |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 19:29 | |
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has quit IRC | 19:30 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has joined #yocto | 19:34 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:226:c7ff:fe74:c79a> has quit IRC | 19:34 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:34 | |
*** scot_ <scot_!~scot@130.164.62.183> has quit IRC | 19:39 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 19:40 | |
*** rainerschuster <rainerschuster!~Adium@p5492C8BA.dip0.t-ipconnect.de> has joined #yocto | 19:40 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 19:41 | |
*** scot_ <scot_!~scot@130.164.62.183> has joined #yocto | 19:41 | |
*** hollisb <hollisb!~hollisb@66.175.144.2> has quit IRC | 19:46 | |
khem | bluelightning: around ? | 19:47 |
bluelightning | khem: hi, yep | 19:47 |
khem | you once sent a note on how to program smart channels into images | 19:47 |
khem | do you have it documented or reference to it somewhere ? | 19:48 |
khem | bluelightning: something like this https://github.com/gumstix/meta-gumstix-extras/commit/acff007afffb19269e21bfd4cc1398fe23f00160 | 19:50 |
bluelightning | https://lists.yoctoproject.org/pipermail/yocto/2013-July/017432.html | 19:52 |
bluelightning | there's nothing documented, no | 19:52 |
bluelightning | I wanted to add a standard way in 1.6 | 19:52 |
*** mihai <mihai!~mihai@188.27.93.25> has joined #yocto | 19:57 | |
khem | bluelightning: righto | 20:01 |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC | 20:05 | |
* mranostay pokes in | 20:05 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 20:05 | |
otavio | Is already known who will be in charge of dora maintenance? | 20:12 |
JaMa | fwiw: gentoo also upgraded tar to 1.27, so I also look forward for those changes in dora | 20:15 |
*** halstead is now known as halstead_away | 20:17 | |
JaMa | e.g. we're still using many webos_ bbclasses | 20:20 |
JaMa | ups | 20:20 |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 20:34 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 20:34 | |
*** jkridner <jkridner!~jkridner@d14-69-115-126.try.wideopenwest.com> has joined #yocto | 20:35 | |
*** jkridner <jkridner!~jkridner@d14-69-115-126.try.wideopenwest.com> has quit IRC | 20:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 20:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 20:39 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 20:44 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 20:44 | |
*** hollisb <hollisb!~hollisb@c-69-247-114-236.hsd1.ms.comcast.net> has joined #yocto | 20:47 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 20:49 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-pbmnprooxkpnsocb> has quit IRC | 21:12 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 21:15 | |
bluelightning | otavio: not yet I don't think | 21:23 |
*** ant_home <ant_home!~andrea@95.237.174.211> has joined #yocto | 21:27 | |
*** amarsman <amarsman!~marsman@52489B71.cm-4-1c.dynamic.ziggo.nl> has joined #yocto | 21:44 | |
*** agust <agust!~agust@79.222.125.211> has quit IRC | 21:50 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:55 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has joined #yocto | 21:56 | |
*** bluelightning_ is now known as bluelightning | 21:56 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto | 21:57 | |
*** hollisb <hollisb!~hollisb@c-69-247-114-236.hsd1.ms.comcast.net> has quit IRC | 22:05 | |
*** rainerschuster <rainerschuster!~Adium@p5492C8BA.dip0.t-ipconnect.de> has quit IRC | 22:05 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC | 22:24 | |
*** dvhart <dvhart!dvhart@nat/intel/x-grivtwjzysfuuyqp> has joined #yocto | 22:26 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has joined #yocto | 22:26 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has joined #yocto | 22:28 | |
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto | 22:30 | |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has joined #yocto | 22:41 | |
*** scot_ <scot_!~scot@130.164.62.183> has quit IRC | 22:47 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 22:50 | |
*** ant_home <ant_home!~andrea@95.237.174.211> has quit IRC | 22:53 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has quit IRC | 22:53 | |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has quit IRC | 23:03 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC | 23:08 | |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has joined #yocto | 23:08 | |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has quit IRC | 23:17 | |
*** Jefro <Jefro!~jefro@pool-114-15.mcoe.us> has joined #yocto | 23:19 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 23:19 | |
*** dvhart <dvhart!dvhart@nat/intel/x-grivtwjzysfuuyqp> has quit IRC | 23:25 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 23:31 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:35 | |
*** Jefro <Jefro!~jefro@pool-114-15.mcoe.us> has quit IRC | 23:37 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto | 23:56 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has left #yocto | 23:56 | |
*** pidge <pidge!pidge@nat/intel/x-jxfyrjxqaberjkhg> has quit IRC | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!