Monday, 2018-08-13

*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto00:32
*** nemunaire <nemunaire!~nemunaire@LFbn-1-949-99.w86-247.abo.wanadoo.fr> has joined #yocto00:35
*** anujm <anujm!anujm@nat/intel/x-pcajzmfsoybzrthq> has joined #yocto01:20
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC01:52
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto03:15
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC03:33
yoctiNew news from stackoverflow: Ca't install my own syslog's syslog-startup.conf via Yocto <https://stackoverflow.com/questions/51804055/cat-install-my-own-syslogs-syslog-startup-conf-via-yocto>04:10
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-iewczvovmtvbjiwf> has quit IRC04:44
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has joined #yocto05:28
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has joined #yocto06:05
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto06:10
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto06:27
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto06:29
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:30
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has quit IRC06:35
*** CoLa|work <CoLa|work!~cordlandw@195.243.131.130> has quit IRC06:37
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has joined #yocto06:47
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto06:48
*** fl0v0 <fl0v0!~fvo@i59F74B53.versanet.de> has joined #yocto06:52
*** TobSnyder <TobSnyder!~schneider@ip5f5a9521.dynamic.kabel-deutschland.de> has joined #yocto07:10
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has joined #yocto07:13
*** thaytan <thaytan!~thaytan@121-200-23-18.cust.aussiebb.net> has quit IRC07:18
*** thaytan <thaytan!~thaytan@121-200-23-18.cust.aussiebb.net> has joined #yocto07:19
khemRP: the size increase is due to this feature https://fedoraproject.org/wiki/Changes/Glibc_collation_update_and_sync_with_cldr and also explained here  https://bugzilla.redhat.com/show_bug.cgi?id=155107307:36
yoctiBug 1551073: was not found.07:36
khemRP: I think its a compromise thats was so far deferred07:37
khemhttps://sourceware.org/bugzilla/show_bug.cgi?id=1409507:38
yoctiBug 14095: was not found.07:38
khemit was open since 2.1507:39
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto07:43
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC07:44
RPkhem: hmm. Not a lot we can do about that I guess07:50
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC07:50
RPkhem: I started wondering about http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=de4b8febd8ae1c57742bd3452b6889814b2fd3ef for images...07:50
RPkhem: I also tried fixing sparse files but that doesn't seem to save enough as yet07:51
*** xtron <xtron!~mentor@110.93.212.98> has quit IRC08:00
khemRP: for completeness I think the SDK fix is right08:03
RPkhem: the kernel-devsrc improvements may also save us some space. Good news is that if we fix this, I think all the tests in core are good for the new glibc08:06
khemmay be we can say that we only support limited locales for SDK for nativesdk and then just ship may be en_US.UTF-808:07
khemand remove rest08:07
yoctiNew news from stackoverflow: Yocto - Building a SELinux image - RPM Package compilation Error <https://stackoverflow.com/questions/51817642/yocto-building-a-selinux-image-rpm-package-compilation-error>08:10
lukmaMaybe somebody could help me08:14
lukmaI do have a non standard problem08:14
lukmaI do need to run ./configure to build my package08:14
lukmathe problem is that this package's configure requires some JDK to be installed (otherwise the configure fails).08:15
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto08:15
bluelightninglukma: wouldn't the recipe just need something that puts the JDK into the sysroot in DEPENDS (i.e. a JDK recipe)?08:16
lukmaI've added to the recipe DEPENDS = "openjdk-7" , but the log.task_order only shows do_fetch , do_unpack, do_configure08:17
lukmaand the stuff normally installed by openjdk-7 is not visible in the recipe for ./configure ......08:17
lukmaI've always thought that DEPENDS = "foo" is equal to foo:do_install and the needed libs, binaries are copied to my recipe's sandbox ?08:18
*** xtron <xtron!~mentor@110.93.212.98> has joined #yocto08:18
lukmabitbake -e foo | grep ^DEPENDS also shows that openjdk-7 is there08:19
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:21
lukmabluelightning: So I don't know what is going on really (and I do use morty 2.2)08:21
bluelightninglukma: it effectively means do_populate_sysroot for the other recipe (there's a little more to it than that, but that's not important here)08:23
bluelightninglukma: you won't see tasks for any other recipes in log.do_task_order08:24
lukmabluelightning: But this means that the do_populate_sysroot for openjdk-7 is not working properly?08:25
lukma(And probably the rootfs stuff has been installed in do_install of this task) ?08:25
bluelightninglukma: not necessarily08:26
bluelightninglukma: ultimately you'd need to find out what the recipe's configure script is trying to do i.e. what file is it looking for or what binary is it calling, then look at the files in the sysroot to determine why they don't match up to its expectations08:26
lukmabluelightning: The file needed is rt.jar08:27
bluelightningit may be that the configure script is looking in the wrong path - this is common for software that doesn't expect to be built with a sysroot08:27
bluelightningI don't know enough about openjdk to know if it provides that, sorry08:27
lukmabluelightning: Ok, I will check that......08:27
lukmaand yes, the script is only tested (supposed to work) on x86_64 with native compilation .....08:28
Alex___hi guys08:37
Alex___is there any way I can get the output from bitbake of d.getVar?08:37
Alex___eg: bitbake d.getVar('x) ?08:37
bluelightningAlex___: bitbake -e | grep ^VARNAME=08:39
*** anujm <anujm!anujm@nat/intel/x-pcajzmfsoybzrthq> has quit IRC08:47
Alex___thanks bluelightning08:52
RPbluelightning: unless its exported. Really need to add better API... :/08:53
bluelightningRP: right yes... https://bugzilla.yoctoproject.org/show_bug.cgi?id=1074808:53
yoctiBug 10748: enhancement, Medium+, Future, richard.purdie, NEW , Means of querying history for a single variable08:53
bluelightningwriting that script probably wouldn't take long08:54
RPbluelightning: indeed particularly with tinfoil these days08:54
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has quit IRC08:58
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has joined #yocto09:03
*** ant_work <ant_work!~ant__@host101-51-dynamic.20-79-r.retail.telecomitalia.it> has joined #yocto09:26
* RP ponders ways to clear space in core-image-lsb-sdk09:27
RPlocales taking up over 900MB seems like the place to start :/09:27
yoctiNew news from stackoverflow: Building a SELinux image - RPM Package compilation Error <https://stackoverflow.com/questions/51817642/building-a-selinux-image-rpm-package-compilation-error>09:41
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto09:50
*** golledge <golledge!~richardgo@2.26.201.10> has joined #yocto09:51
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto10:11
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto10:20
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-tktpriiqstnnvguf> has joined #yocto11:01
*** interruptguy <interruptguy!~interrupt@hel-inetgw01.vaisala.com> has joined #yocto11:10
*** droman <droman!~david@ns3046126.ip-91-121-8.eu> has quit IRC11:12
*** droman <droman!~david@ns3046126.ip-91-121-8.eu> has joined #yocto11:14
*** interruptguy <interruptguy!~interrupt@hel-inetgw01.vaisala.com> has quit IRC11:22
*** florian_kc is now known as florian12:03
*** ant_work <ant_work!~ant__@host101-51-dynamic.20-79-r.retail.telecomitalia.it> has quit IRC12:19
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has quit IRC12:36
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC12:40
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto12:43
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC12:59
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto12:59
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto13:00
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC13:01
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto13:02
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC13:07
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC13:22
*** TobSnyder <TobSnyder!~schneider@ip5f5a9521.dynamic.kabel-deutschland.de> has quit IRC13:37
*** fl0v0 <fl0v0!~fvo@i59F74B53.versanet.de> has quit IRC13:42
*** micka <micka!b0a2acfb@gateway/web/cgi-irc/kiwiirc.com/ip.176.162.172.251> has joined #yocto13:46
golledgehi, I am trying to add a rootfs image to /boot partition of a wic image. I have added the image to the IMAGE_BOOT_FILES but it seems like the ext3 file is not in the deploy folder. Has anyone doen this before or know what i am missing.13:47
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has quit IRC13:47
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has joined #yocto13:49
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC14:03
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto14:04
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto14:05
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto14:08
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC14:10
*** xtungvu90 <xtungvu90!uid313450@gateway/web/irccloud.com/x-tmgaytgfdoklwnzv> has joined #yocto14:12
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto14:36
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC14:39
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has quit IRC14:52
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC14:53
*** armpit2 <armpit2!~armpit@2601:202:4180:c33:64f0:5919:ccc1:f72d> has joined #yocto15:05
*** armpit <armpit!~armpit@2601:202:4180:c33:20c1:bd72:ec1b:9e27> has quit IRC15:07
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto15:07
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC15:08
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto15:08
*** armpit2 is now known as armpit15:08
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC15:13
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto15:14
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has quit IRC15:15
*** jacques <jacques!~jacques@nslu2-linux/jacques> has joined #yocto15:25
*** jacques is now known as linuxjacques15:25
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC15:33
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto15:37
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC15:44
*** emg <emg!~emg@47.180.176.91> has quit IRC15:54
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC16:00
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC16:07
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto16:08
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC16:19
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC16:20
*** golledge <golledge!~richardgo@2.26.201.10> has quit IRC16:20
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto16:21
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto16:23
*** golledge <golledge!~richardgo@2.26.201.10> has joined #yocto16:25
*** golledge <golledge!~richardgo@2.26.201.10> has quit IRC16:26
*** golledge <golledge!~richardgo@2.26.201.10> has joined #yocto16:30
*** sgw <sgw!sgw@nat/intel/x-dnxlxkdowbvoxnpe> has quit IRC16:32
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto16:40
*** sgw <sgw!sgw@nat/intel/x-ffmeerhfezzkeejj> has joined #yocto16:51
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC16:58
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto17:01
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC17:25
*** nslu2-log_ <nslu2-log_!~nslu2-log@milla.nas-admin.org> has joined #yocto17:38
*** nslu2-log <nslu2-log!~nslu2-log@140.211.169.161> has quit IRC17:39
*** nslu2-log_ is now known as nslu2-log17:39
*** sgw <sgw!sgw@nat/intel/x-ffmeerhfezzkeejj> has quit IRC17:40
*** sgw <sgw!~sgw@134.134.139.75> has joined #yocto17:41
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC17:42
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto18:03
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC18:04
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto18:04
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC18:09
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto18:12
*** golledge <golledge!~richardgo@2.26.201.10> has quit IRC18:14
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto18:17
*** mranostay <mranostay!sid127487@pdpc/supporter/active/mranostay> has joined #yocto18:21
*** stephano <stephano!~stephano@134.134.139.72> has quit IRC18:23
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto18:24
*** marka <marka!~masselst@128.224.252.2> has joined #yocto18:25
*** cdleonard <cdleonard!~nxf25340@92.121.36.198> has quit IRC18:29
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-tktpriiqstnnvguf> has quit IRC18:31
*** tgraydon <tgraydon!textual@nat/intel/x-ameiqoqtikomfood> has joined #yocto18:39
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC18:47
*** gurmble <gurmble!~grumble@freenode/staff/grumble> has joined #yocto19:05
*** grumble is now known as Guest7630619:06
*** gurmble is now known as grumble19:06
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC19:17
*** TinoGuest_ <TinoGuest_!sid158161@gateway/web/irccloud.com/x-fakooekayikxwesg> has joined #yocto19:17
*** andycooper_ <andycooper_!uid246432@gateway/web/irccloud.com/x-bkbmcytxntjdjjho> has joined #yocto19:17
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC19:18
*** opello_ <opello_!~opello@about/csharp/regular/opello> has joined #yocto19:20
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto19:21
*** Tartarus <Tartarus!sid72705@gateway/web/irccloud.com/x-vntbvsbdvpmwmlku> has quit IRC19:22
*** shauno_ <shauno_!~soneil@pdpc/supporter/professional/shauno> has joined #yocto19:23
*** halfhalo_ <halfhalo_!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto19:24
*** fray <fray!~fray@kernel.crashing.org> has quit IRC19:25
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-qrftphxnvqwdrash> has quit IRC19:25
*** Pablo-holidays[m <Pablo-holidays[m!psaavedrai@gateway/shell/matrix.org/x-whzgnnrtdujnmjif> has quit IRC19:26
*** TinoGuest <TinoGuest!sid158161@gateway/web/irccloud.com/x-zjekkzspemupkfrz> has quit IRC19:26
*** ukembedded <ukembedded!sid304355@gateway/web/irccloud.com/x-zzefmsdkucsabxnv> has quit IRC19:26
*** opello <opello!~opello@about/csharp/regular/opello> has quit IRC19:26
*** shauno <shauno!~soneil@pdpc/supporter/professional/shauno> has quit IRC19:26
*** joeythesaint <joeythesaint!~joe@2605:6400:2:fed5:22:41:45ec:bf91> has quit IRC19:26
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC19:26
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC19:26
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC19:26
*** andycooper_ is now known as andycooper19:26
*** halfhalo_ is now known as halfhalo19:26
*** TinoGuest_ is now known as TinoGuest19:26
*** Tartarus <Tartarus!sid72705@gateway/web/irccloud.com/x-csphajxdccxcxtlq> has joined #yocto19:31
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto19:31
*** dqx <dqx!~dqx@unaffiliated/dqx> has quit IRC19:38
*** xtungvu90 <xtungvu90!uid313450@gateway/web/irccloud.com/x-tmgaytgfdoklwnzv> has quit IRC19:40
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC20:00
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto20:00
lukmaI was wondering about one thing20:10
lukmaWould it be possible to emulate native host build of recipe?20:10
lukmaI mean to avoid cross compilation, but provide for it the native environment ?20:11
lukmaSome packages are very difficult to move from native compilation to cross compilation20:11
kergothno, we can't avoid cross-compilation by building in qemu or on device at this time20:12
neverpaniclukma: The biggest problem with that is that build systems may expect to be able to run binaries that were just compiled in native builds.20:12
neverpanicWe (as in $employer) have done some work to make the cross-compiler the default in some environments, which does make cross-compiling very easy, but there are also some downsides to that, and we still have to do proper cross-compiling in bitbake recipes.20:15
lukmaThe problem is that large ./compile file needs a lot of tunning to provide --sysroot here and there20:17
lukmaalso the problem with libraries...... ld: cannot find crt1.o: No such file or directory20:18
neverpanicWelcome to cross-compiling.20:19
neverpanicIf it's a large project, look for cross-compiling instructions by other distributions.20:20
neverpanicIf it isn't, consider re-writing their buildsystem in something that natively supports cross-compiling20:20
lukmaneverpanic: Yeah..... NIH principle :D20:21
lukmaBut I personally prefer "reuse" as much as possible :)20:22
neverpaniclukma: ./compile really sounds like a self-written build system. I'd consider that NIH already, and that's likely your problem.20:23
neverpanicAll build systems suck, but those that have been sucking for a long time (autotools, cmake, and the most recent contender, meson) all get this right20:24
lukmaStrange...... as it is very comprehensive autotools configure script20:35
*** marka <marka!~masselst@128.224.252.2> has quit IRC20:41
rburtonlukma: then they're doing autotools wrong.  if the build wants to build a binary to run on the *build host* then the idiom is to use CC_FOR_BUILD from autoconf-archive20:49
lukmarburton: The problem is a bit more subtle....20:51
lukmathe configure script (from autotools) was tunned for host builds20:51
lukmaand some odd errors pop up from here and there20:51
rburtonwell that's wrong isn't it20:51
lukmarburton: Yes, it is :)21:01
*** robbawebba <robbawebba!~rob@47.180.176.91> has quit IRC21:21
*** AbleBacon_ <AbleBacon_!~AbleBacon@unaffiliated/ablebacon> has joined #yocto21:26
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC21:28
*** AbleBacon_ is now known as AbleBacon21:28
*** ant_home <ant_home!~ant__@host146-228-dynamic.182-80-r.retail.telecomitalia.it> has joined #yocto21:35
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ebleozztlvcpaugs> has joined #yocto21:36
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has quit IRC21:41
yoctiNew news from stackoverflow: bitbake task to run openocd <https://stackoverflow.com/questions/51830795/bitbake-task-to-run-openocd>21:43
*** opello_ is now known as opello21:45
*** AbleBacon_ <AbleBacon_!~AbleBacon@unaffiliated/ablebacon> has joined #yocto21:55
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC21:58
*** AbleBacon_ is now known as AbleBacon21:58
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC22:37
*** anujm <anujm!~anujm@192.198.146.173> has joined #yocto22:39
*** anujm <anujm!~anujm@192.198.146.173> has quit IRC22:41
*** ant_home <ant_home!~ant__@host146-228-dynamic.182-80-r.retail.telecomitalia.it> has quit IRC22:59
RPkhem: I tried with the locales, ended up with https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/1212/steps/BuildImages/logs/stdio which I'll have to dig into tomorrow23:03
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto23:27
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC23:32
*** anujm <anujm!anujm@nat/intel/x-ptuygtrshelfyint> has joined #yocto23:39
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:45
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto23:50

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