Friday, 2013-10-18

*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC00:01
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto00:06
*** Stygia <Stygia!~gmpsaifi@109.56.107.119.mobile.3.dk> has joined #yocto00:16
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC00:17
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto00:18
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto00:21
*** Jefro <Jefro!~jefro@pool-114-15.mcoe.us> has joined #yocto00:27
*** Jefro <Jefro!~jefro@pool-114-15.mcoe.us> has quit IRC00:30
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has quit IRC00:32
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto00:33
GusBrickerHas anyone here had much experience with meta-mono?00:33
GusBrickerI guess my situation/question is, ive built core-image-mono, which has plopped out a core-image-mono*.tar.gz file, what do i do with it? it hasnt given me any images to use.00:37
fraycore-image-mono.. is a filesystem image as a tarball..00:37
frayyou will need to convert it to whatever your device uses.  You may be able to enable the device generation for ext3/ext4 and short cut a step somewhat00:38
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto00:42
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:42
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:47
GusBrickerfray: its given me a root file system in the tarball. Should i be building this into my own layer or something along those lines?00:47
GusBrickerSorry, im a bit green when it comes to yocto/oe build system00:47
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC00:51
frayback00:55
fraythe root filesystem (the image you told it to build) is a full filesystem that should be runnable on a target system.  (It might be a demo, I'm not familar with meta-mono).. but the idea is that an image is something you can just put on the target device and run00:56
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has quit IRC00:56
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has quit IRC00:57
*** sgw_ <sgw_!~sgw@50-76-103-9-static.hfc.comcastbusiness.net> has joined #yocto00:58
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC01:07
*** Stygia <Stygia!~gmpsaifi@109.56.107.119.mobile.3.dk> has quit IRC01:45
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has quit IRC01:49
*** darknighte is now known as darknighte_znc01:54
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has joined #yocto01:55
*** darknighte_znc is now known as darknighte01:57
*** silviof3 <silviof3!~silviof@ppp-188-174-16-100.dynamic.mnet-online.de> has joined #yocto02:02
GusBrickerfray: so for example, i have just setup my poky environment to build images for my TI am335x-evm dev platform using core-image-base and meta-ti layer. Should the image built with core-image-mono work on my am335x-evm?02:02
*** silviof2 <silviof2!~silviof@host-188-174-204-58.customer.m-online.net> has quit IRC02:04
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC02:28
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto02:31
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto02:37
*** darknighte is now known as darknighte_znc02:38
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC02:51
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto02:54
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has joined #yocto02:55
nerdboyGusBricker: should, yes, but whether it does or not is the question...02:58
GusBrickerhmm, looking like it doesnt02:58
nerdboydid you try console-image or maybe clutter-image?02:58
GusBrickeri tried core-image-x11 as well02:59
GusBrickerwhich didnt work, its weird because its not even getting into u-boot02:59
nerdboyi ended up building my own graphical image recipes for rpi...02:59
GusBrickerfor mono?03:00
nerdboyno, just to get a working sato image, and then my own xorg "lite" image03:00
GusBrickerah03:00
GusBrickerwhat i would like, is to get a version of mono/gtk#/x11 running, but im still getting my head around yocto/oe03:01
GusBrickerprobably need to take smaller steps03:01
nerdboytry copying the mono image to your own layer and include your hw-ip image or whatever the most minimal working image is03:01
GusBrickerso far the only image ive gotten to work is core-image-base03:01
nerdboyso add "include core-image-base" to your version of the mono image03:02
GusBrickerok, will do03:03
GusBrickerit already includes core-image-sato tho, is that okay to use both?03:03
nerdboytry replacing it03:06
nerdboysince it already didn't work, right?03:07
GusBrickeryup03:07
nerdboyyou could also add something like this, if it's not already there:03:07
nerdboyIMAGE_FEATURES += "package-management ssh-server-openssh splash x11-base"03:08
GusBrickerinto my local.conf file?03:08
nerdboyimage recipe03:08
GusBrickeroh03:08
nerdboythe sato image has x11-base-sato or some such, which pulls in connman03:09
GusBrickerhmm03:13
GusBrickerso sato inherits core-image03:13
nerdboymy original xorg image only inherited the core-image bbclass03:17
nerdboyrecently something changed upstream and it stopped booting03:17
nerdboyi had to fiddle with it and ended up adding the "include rpi-hwup-image.bb" and removing some supposedly valid config options03:19
nerdboylooks like this now:  https://github.com/sarnold/meta-raspberrypi/blob/master/recipes-core/images/rpi-xorg-image.bb03:19
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto03:25
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto04:10
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto04:18
nerdboyGusBricker: is it soup yet?04:22
GusBrickerlol04:22
GusBrickerim taking a step back, and taking baby steps.04:23
GusBrickerso creating my own layer, which inherits core-image04:23
GusBrickerthen ill slowly try introduce extra features04:23
GusBrickerthat way ill get an understanding of what im actually doing, rather then just diving in to deep!04:25
nerdboyyou don't need too much in your ti layer just to try some other stuff04:25
nerdboyas long as the corresponding layers are in your bblayers.conf, you should be able to build it04:25
GusBrickerive just got an image recipe in my layer, that is inheriting core-image, and adding a few extra image features04:26
nerdboyfor anything interesting, you need at least an X image with a login manager or a mini_x session config or similar04:27
nerdboythere are xfce and gnome layers, plus a couple of qt layers04:29
nerdboy*of04:29
nerdboyfor gtk i would include the gnome stuff but use a different session default04:29
nerdboyopenbox/dbus/consolekit or something similar04:30
GusBrickerok04:32
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has joined #yocto04:32
GusBrickerhow does the inherit command work? its inheriting core-image, but what is core-image?04:33
nerdboyinherit is for bbclasses04:33
nerdboyinclude is for files04:33
nerdboyrequire is for a specific file04:34
GusBrickerwas trying to find a page on the yocto wiki on it, but couldnt04:34
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has quit IRC04:37
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has quit IRC04:48
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC04:49
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC04:58
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto05:10
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has joined #yocto05:11
*** amarsman <amarsman!~marsman@52489B71.cm-4-1c.dynamic.ziggo.nl> has quit IRC05:11
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto05:22
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC05:31
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC05:44
*** mihai <mihai!~mihai@188.27.93.25> has quit IRC05:51
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto05:53
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC05:56
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto06:06
*** agust <agust!~agust@p4FDE6D1B.dip0.t-ipconnect.de> has joined #yocto06:27
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC06:33
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto06:33
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC06:38
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has joined #yocto06:42
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has joined #yocto06:45
*** melonipoika <melonipoika!~quassel@a88-115-25-114.elisa-laajakaista.fi> has joined #yocto06:54
*** kbart <kbart!~KBart@213.197.143.19> has joined #yocto06:57
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto06:57
*** ericben <ericben!~ebenard@pac33-3-88-170-243-169.fbx.proxad.net> has quit IRC07:05
*** ericben <ericben!~ebenard@pac33-3-88-170-243-169.fbx.proxad.net> has joined #yocto07:14
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto07:22
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto07:24
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has joined #yocto07:29
*** sameo <sameo!samuel@nat/intel/x-vsgmfjyxccorplht> has joined #yocto07:39
*** florian_kc <florian_kc!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto07:48
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:48
*** florian_kc is now known as florian07:50
*** silviof3 is now known as silviof07:53
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto07:54
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has quit IRC07:54
*** fpaut_ is now known as fpaut07:56
*** sameo <sameo!samuel@nat/intel/x-vsgmfjyxccorplht> has quit IRC07:56
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto07:57
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC08:01
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has quit IRC08:02
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has joined #yocto08:04
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto08:07
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto08:09
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has quit IRC08:15
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has joined #yocto08:17
*** belen <belen!Adium@nat/intel/x-ecwwwxhzfcvkljdc> has joined #yocto08:22
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto08:35
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC08:36
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto08:36
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto08:39
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC08:39
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:39
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC08:41
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto08:47
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has joined #yocto08:52
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto09:02
elbcrburton: hi ! do you know if the wayland/weston 1.3.0 has been accepted ?09:02
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has joined #yocto09:04
bluelightningmorning all09:06
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has quit IRC09:12
zerusI'm trying to use SDKIMAGE_FEATURES to add packages that only should occur in the SDK. Bu I cannot get this working. Probably something I'm doing wrong.. I have added it in local.conf like : SDKIMAGE_FEATURES := " pkgA pkgB" Then running populate_sdk09:18
bluelightningzerus: SDKIMAGE_FEATURES is for adding features, not individual packages09:23
bluelightningzerus: if you want to add a package to the target portion of the SDK you need to add them to TOOLCHAIN_TARGET_TASK09:24
zerusbluelightning: Aha OK. That explains it.. SO if I append TOOLCHAIN_TARGET_TASK it will only end up in the SDK and not in the final rootfs?09:25
bluelightningzerus: correct yes09:26
zerusbluelightning: thanks. I will give it a try.09:27
jackmitchellok, so I'm trying to set my root password with the extrausers.bbclass09:35
jackmitchellhowever, how I can define what the salt is for shadow in order to generate the hash?09:36
jackmitchellit seems to increment by 1 per build, as the salt was 15995 when I generated the hash, but in my new build it is now 1599609:36
jackmitchellah wait, I may have misunderstood, the salt is included in the password hash; which seems a bit weird but oh well09:41
jackmitchellI was under the impression that shadow provided the salt, which all the passwords had to be hashed with in order to work09:42
bluelightningjackmitchell: how are you setting the password within EXTRA_USERS_PARAMS ?09:46
jackmitchellEXTRA_USERS_PARAMS = "\09:47
jackmitchell    usermod -p '$6$1BBHm9j1$Kq6cRYht.cgAEF9DMZg6x2CmnFuJh6R64awVujE60ghOA9rl5TqmPDTRzXFlJ1gQur6mKUSGBMQuqvOTveLto1' root; \09:47
jackmitchell    "09:47
jackmitchellit's chaning the shadow file, but I can't log in when I've booted the system09:47
jackmitchellI'm giving it another go, with what I think is a correct hash now09:47
bluelightningI would say we probably need to make this easier09:48
jackmitchellI honestly concur09:48
jackmitchellI've been using OE for a couple of years now and I'm struggling with it09:48
bluelightningjust checking, you're adding this root password for local use not via ssh, right?09:48
jackmitchellboth09:48
jackmitchellI want it local and ssh09:49
bluelightningok, wouldn't it be more secure to use a key for the remote part?09:49
*** amarsman <amarsman!~marsman@5ED0998D.cm-7-1c.dynamic.ziggo.nl> has joined #yocto09:49
jackmitchellbluelightning: it's just a default root password09:49
jackmitchellit doesn't need to be secure, just set as a default09:49
bluelightningright, guess it depends on the usage of the device09:49
jackmitchellyeah, if the customer wants to change it then they're free to do so, but we need to ship it with something ;)09:50
bluelightningwould you mind entering a feature request in bugzilla for a way to set the root password via EXTRA_USERS_PARAMS (presumably in cleartext)?09:52
jackmitchellah damn, it's mushed the $ signs thinking they're variables, do you think an escaping backslash would do it?09:53
jackmitchellbluelightning: will do09:53
bluelightningthanks09:53
bluelightninghmm09:53
bluelightningyou could try backslashes but I would have thought the ' ' would have stopped that from happening09:54
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto09:59
jackmitchellbluelightning: backslashes fixed it10:01
jackmitchellhttps://bugzilla.yoctoproject.org/show_bug.cgi?id=536510:01
yoctiBug 5365: normal, Undecided, ---, saul.wold, NEW , ability to set root password in cleartext10:01
*** mitz_ <mitz_!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC10:04
bluelightningjackmitchell: ok, thanks10:07
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto10:09
Crofton|workhow do I search bugzilla for 1.6 feature requests10:12
rburtonelbc: no, because it was still broken in a pure sysvinit configuration.10:13
rburtonelbc: finally worked out the fix yesterday10:13
rburton(and wrote proper systemd units too)10:14
bluelightningCrofton|work: advanced search then just select the 1.6 items in the Target Milestone list, and "enhancement" under importance10:18
Crofton|workis there a way to have a list of stored searches?10:18
bluelightningCrofton|work: but note we havent gone through and reassigned the milestone for all bugs yet, that's happening today I think10:18
Crofton|workwe need to get a master slave prserv in place10:19
bluelightningCrofton|work: absolutely, if you save a search it'll appear in the bottom of the page10:19
bluelightningevery page that is10:19
Crofton|workI was thinking globally10:19
Crofton|workso any idiot can find it10:19
bluelightningtypically we accomplish that by using the mediawiki integration, then we can show the search results directly in the wiki10:19
bluelightninge.g. see https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status10:21
bluelightningwe'll be creating a 1.6 page similar to that shortly I would think10:21
*** amarsman <amarsman!~marsman@5ED0998D.cm-7-1c.dynamic.ziggo.nl> has quit IRC10:22
Krz-is there any Yocto way I can make my layer uclibc/eglibc compatibile? For now I use only uclibc and I have things like 'IMAGE_INSTALL += "libiconv"' which will not work for eglibc10:30
Krz-was wondering if I can make layer in such a way, that uclibc/eglibc switch would be just one-liner10:31
Krz-I think there is something like IMAGE_INSTALL_pn-uclibc, or similar?10:31
Krz-maybe this: IMAGE_INSTALL_append_libc-uclibc10:35
rburtonyes, that10:36
rburtonbut won't library dependencies get libiconv installed for you?10:37
*** em- <em-!em@pasanda.collabora.co.uk> has left #yocto10:39
Krz-to be precise I need uclibc-dev, libiconv-dev etc.10:40
Krz-installing only uclibc-dev doesn't pull libiconv-dev to the image unfortunately10:40
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has left #yocto10:43
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has joined #yocto10:43
bluelightningKrz-: you can use libc overrides, e.g. IMAGE_INSTALL_append_libc-uclibc = " libiconv-dev"10:44
bluelightningsimilarly libc-glibc for eglibc10:44
bluelightning(libc-glibc, not libc_eglibc)10:45
Krz-bluelightning: ok, that's cool10:45
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC10:46
Krz-bluelightning: for dev image with eglibc I hope it's enough if I just install eglibc-dev, is that correct?10:46
bluelightningKrz-: I would think so yes10:46
ant_workiirc we use  _linux-gnueabi _linux-uclibceabi as well10:48
bluelightningthat'll only work on arm10:49
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC10:50
ant_workoh, right10:50
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto10:51
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has joined #yocto10:53
*** Crofton|work <Crofton|work!~balister@pool-108-44-88-68.ronkva.east.verizon.net> has quit IRC11:17
*** Crofton|work <Crofton|work!~balister@pool-108-44-88-68.ronkva.east.verizon.net> has joined #yocto11:17
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC11:25
jackmitchellok, so I've git another road block. I believe that my password doesn't work as the passwd file still specifes * in the second column, when it should specify 'x' to denote that the password is in the shadow file11:27
jackmitchellI added the following11:27
jackmitchellROOTFS_POSTPROCESS_COMMAND += "sed -i 's/*/x/' ${IMAGE_ROOTFS}/etc/passwd ;"11:28
jackmitchellthat works on a file in my local filesystem, but doesn't do anything to the passwd file in my target rootfs11:28
jackmitchelldoes anyone have any ideas how I can achieve this?11:29
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has joined #yocto11:37
*** arky <arky!~arky@41.93.30.62> has joined #yocto11:39
jackmitchellok ROOTFS_POSTPROCESS_COMMAND_append worked11:42
jackmitchellmaybe something was munging the passwd file after I had changed it, who knows11:42
zerusbluelightning: I tried your suggestions with TOOLCHAIN_TARGET_TASK it worked fine. But I want to specify a list of packages with PACKAGE_GROUP_somename = "pkgA pkgB". But TOOLCHAIN_TARGET_TASK Doesn't seems to like this. I then tried to create my "own" feature with: COMPLEMENTARY_GLOB[somename-pkgs] = 'pkgA pkgB', this works fine to get install with SDKIMAGE_FEATURES. But I cannot get this one working with PACKAGE_GROUP either. Any suggesti11:43
zerusbluelightning: My problem is with other words to create a "pkglist" (with PACKAGE_GROUP) and get them included only in the SDK.11:44
*** arky <arky!~arky@41.93.30.62> has quit IRC11:51
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC12:01
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto12:02
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has left #yocto12:07
elbcrburton: ok thanks !12:20
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has quit IRC12:21
Stygiabluelightning, Hey.12:23
StygiaIf I wanted to make a repository with all my recipes sometime, and send it to you for a sign-off, what's the best way to go about that?12:23
StygiaI'd rather avoid pushing something incomplete again.12:24
kbartHello. I'm still fighting to make qte SDK. I have built it using "bitbake meta-toolchain-qte", installed it. And now what? How do I make "hello world" app using it? When I try to compile app using qmake in SDK, I get errors.12:27
jackmitchellkbart: did you source the environment file?12:27
kbartjackmitchell, yes (environment-setup-armv7ahf-vfp-neon-oe-linux-gnueabi)12:28
jackmitchellkbart: you'll have to post some error logs to get any more help then12:28
jackmitchellin pastebin.com12:28
jackmitchellnot on irc12:28
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has quit IRC12:29
Stygiabluelightning, And frankly I'm embarassigly derp with git, so since you volunteered to check the recipes before I try to commit again I figured I should take you up on it.12:30
*** scot_ <scot_!~scot@130.164.62.183> has joined #yocto12:30
kbartwell, it looks like some environmentals are missing or misconfigured. What would be most helpful is to have some "hello world" example. I can't find any useful information on google.12:30
Stygiabluelightning, I did read up on rebase -i and such, I'm significantly less derp than last we spoke.12:31
jackmitchell:q12:33
ndecStygia: you mean less 'git' ;-)12:34
kbartjackmitchell, here it is: http://pastebin.com/KPJP8HZi12:34
kbarthm, OE_QMAKE_INCDIR_QT looks suspicious:12:35
kbartkb@kb-linux:~/Projects/TestPrj/app$ printenv | grep OE_QMAKE_INCDIR_QT12:35
kbartOE_QMAKE_INCDIR_QT=/home/kb/Projects/TestPrj/sdk/qte/sysroots/armv7ahf-vfp-neon-oe-linux-gnueabi//usr/include/qtopia12:35
kbartsee double "//"12:35
Stygiandec, What?12:35
ndeci am not native english speaker, but i read that 'git' meant stupid/simple...12:36
ndec -;)12:36
StygiaAah, right! Yes I've heard that.12:36
ndechttp://www.urbandictionary.com/define.php?term=git12:36
StygiaHeh, also not a native speaker, I'd have guessed you made a pun on "good".12:36
ndechehe no!12:37
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC12:42
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto12:42
*** sgw_ <sgw_!~sgw@50-76-103-9-static.hfc.comcastbusiness.net> has quit IRC12:52
bluelightningzerus: er COMPLEMENTARY_GLOB wouldn't be the right thing for that12:57
bluelightningzerus: if you've defined an image feature via PACKAGE_GROUP then you can add that to SDKIMAGE_FEATURES12:57
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC12:58
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto12:59
bluelightningStygia: sure, you can push to a github repo if you like12:59
Stygiabluelightning, Ah alright, I'll do that for our 'public' recipes and link you sometime this weekend.13:00
Stygiabluelightning, Are you normally on during the weekends? I'll just do it monday otherwise, or later.13:00
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto13:00
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto13:00
bluelightningStygia: yep I should be around at least partially over the weekend13:00
Stygiabluelightning, Good, I have so many recipes now I feel bad for not sharing, but a few of them do still need some cleaning up.13:02
Stygiabluelightning, BTW, do you remember what that variable to pass flags to a configure script when using autotools was? I'd like to use autotools for this recipe but I don't remember, OE_EXTRA something.13:03
bluelightningStygia: EXTRA_OECONF13:03
bluelightningStygia: it'll be great to get those in, definitely13:03
bluelightningI can certainly help where needed13:04
Stygiabluelightning, Ah right, and thanks! I'd do it myself, but I slip up and bother the mailing list, so.13:04
StygiaYou did offer it specifically. ^_^ I wouldn't ask otherwise.13:04
tlwoernerndec: just for completeness "git" is a British-ism and not used very much in North America. in fact in NA "git" is more likely to be assumed to be an American-ization of "get" (i.e. git 'er done)13:06
tlwoernerhttp://www.urbandictionary.com/define.php?term=git%20er%20done13:06
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-bydjzymwlcwwutra> has joined #yocto13:08
Crofton|workso many cultures, so little time13:10
*** rainerschuster1 <rainerschuster1!~Adium@pD951994B.dip0.t-ipconnect.de> has joined #yocto13:10
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has quit IRC13:12
zerusbluelightning: I tried add my PACKAGE_GROUP to SDKIMAGE_FEATURES without success. When reading the code (image.bbclass) it looks like PACKAGE_GROUP is only for IMAGE_FEATURES.13:15
bluelightningzerus: ah, right13:20
bluelightningzerus: as a workaround I would suggest creating a packagegroup recipe that pulls in the packages you want to group together and then add that to TOOLCHAIN_TARGET_TASK13:20
bluelightningStygia: sure, no problem13:20
bluelightningtlwoerner: or perhaps a Southernism for "get lost" ;)13:21
tlwoernerbluelightning: yes, i was considering adding that too :-) like if there's a stray dog around that's making you nervous :-)13:22
zerusbluelightning: Yeah, that should work. Will try that. Do you think it could be of interest (in mainline yocto) if I try implementing PACKAGE_GROUP support for SDKIMAGE? Thanks for your time.13:23
bluelightningzerus: yes, ideally those should work together13:24
*** walters <walters!~walters@c-66-31-18-51.hsd1.ma.comcast.net> has joined #yocto13:37
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC13:37
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto13:38
*** kmscherer <kmscherer!~kscherer@128.224.252.2> has quit IRC13:39
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC13:43
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC13:45
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC13:53
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto13:54
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto13:56
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto13:58
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC14:00
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC14:02
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto14:05
*** kbart <kbart!~KBart@213.197.143.19> has quit IRC14:07
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has quit IRC14:08
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto14:08
*** Kangkai_ <Kangkai_!~kai@192.55.46.38> has joined #yocto14:11
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC14:11
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto14:12
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has quit IRC14:13
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC14:18
*** belen2 <belen2!~Adium@134.134.139.72> has joined #yocto14:21
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC14:23
*** belen <belen!Adium@nat/intel/x-ecwwwxhzfcvkljdc> has quit IRC14:23
*** Guest48555 is now known as jero14:28
*** arky <arky!~arky@41.93.30.62> has joined #yocto14:37
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto14:37
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has quit IRC14:44
*** arky <arky!~arky@41.93.30.62> has quit IRC14:44
*** Daemon404 <Daemon404!~who_knows@host86-135-15-225.range86-135.btcentralplus.com> has joined #yocto14:46
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto14:46
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC14:53
*** darknighte_znc is now known as darknighte14:53
Krz-can I do 'do_install' step in image recipe?14:55
Krz-I need to add one file: /etc/modprobe.d/modules.conf14:55
Krz-with dependencies on modules loading order14:55
Krz-or maybe: ROOTFS_POSTPROCESS_COMMAND is way to go?14:56
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has quit IRC14:57
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has joined #yocto15:01
RPKrz-: that is probably easier since I think it wipes the directory as the first step15:01
Krz-RP: ROOTFS_POSTPROCESS_COMMAND easier ?15:02
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto15:02
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto15:05
*** sebson <sebson!~sebson@94.103.137.126> has quit IRC15:11
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has joined #yocto15:16
*** OlivierG <OlivierG!~OlivierG@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has left #yocto15:18
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has quit IRC15:23
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC15:39
rburtonelbc: you might be interested to know i have h264 hardware decoding through gstreamer on weston15:43
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto15:51
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto15:55
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC16:00
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto16:00
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC16:06
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has quit IRC16:06
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC16:06
*** ka6sox is now known as ka6sox-farafaraw16:08
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto16:09
elbcrburton: excellent !16:11
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC16:11
elbcI have to quit, but let me know how to make it work see you on monday I hope16:11
*** fpaut is now known as fpaut_16:12
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto16:13
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC16:13
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto16:18
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC16:20
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto16:21
*** francois99 <francois99!~francois9@78-33-60-6.static.enta.net> has quit IRC16:24
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has quit IRC16:32
kergothyou know, i had no idea how useful bitbake-whatchanged is, until a couple days ago16:33
* kergoth yawns16:33
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC16:33
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto16:34
*** sameo <sameo!samuel@nat/intel/x-yvzzqzuzjunpqpbz> has joined #yocto16:46
*** fpaut_ is now known as fpaut16:52
*** fpaut is now known as fpaut_16:57
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC17:12
*** belen2 <belen2!~Adium@134.134.139.72> has quit IRC17:15
*** sameo <sameo!samuel@nat/intel/x-yvzzqzuzjunpqpbz> has quit IRC17:16
*** c00kiemon5ter <c00kiemon5ter!~c00kiemon@foss-aueb/coder/c00kiemon5ter> has joined #yocto17:16
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC17:21
*** rainerschuster1 <rainerschuster1!~Adium@pD951994B.dip0.t-ipconnect.de> has quit IRC17:22
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC17:24
*** Darander <Darander!~Darander@c83-252-255-124.bredband.comhem.se> has joined #yocto17:24
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto17:25
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has quit IRC17:25
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto17:26
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC17:27
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has quit IRC17:46
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto17:53
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has joined #yocto17:55
*** pidge <pidge!~eflanagan@c-24-21-207-18.hsd1.or.comcast.net> has joined #yocto17:57
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC18:02
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto18:05
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has quit IRC18:11
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has joined #yocto18:14
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC18:25
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto18:25
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto18:25
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto18:26
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has joined #yocto18:32
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC18:33
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has quit IRC18:54
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC18:56
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto18:57
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto18:57
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC19:05
*** vquicksilver <vquicksilver!~wolf@81.172.121.160.dyn.user.ono.com> has joined #yocto19:06
*** vquicksilver <vquicksilver!~wolf@gentoo/contributor/vquicksilver> has joined #yocto19:06
*** vquicksilver <vquicksilver!~wolf@gentoo/contributor/vquicksilver> has quit IRC19:17
*** bradn <bradn!bneedham@nat/intel/x-rmsivbvfpfbkyxfy> has joined #yocto19:25
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto19:25
*** Saur <Saur!pkj@nat/axis/x-yzdgvfmremorgonx> has quit IRC19:26
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC19:28
*** bradn <bradn!bneedham@nat/intel/x-rmsivbvfpfbkyxfy> has left #yocto19:28
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC19:37
*** bradn <bradn!~bneedham@134.134.139.74> has joined #yocto19:40
*** bradn <bradn!~bneedham@134.134.139.74> has quit IRC19:46
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has quit IRC19:48
*** tlwoerner_ <tlwoerner_!~tlwoerner@linaro/tlwoerner> has joined #yocto19:50
* pidge pushes the big red 1.5 release button19:55
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has quit IRC19:55
Jefro+119:56
mr_scienceif you build off master it's been poky 1.5 for a while now...19:57
mr_sciencealways a good milestone when you kick it out the door for real19:57
kergothwoo20:05
kergothgrats all around20:05
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC20:06
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto20:07
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC20:12
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has quit IRC20:14
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto20:14
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has quit IRC20:23
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto20:23
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto20:25
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC20:41
*** Tuhin <Tuhin!~Tuhin@fip12c20.banglalionwimax.com> has joined #yocto20:44
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC20:53
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto21:00
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC21:13
*** tlwoerner_ <tlwoerner_!~tlwoerner@linaro/tlwoerner> has quit IRC21:16
*** jzhang <jzhang!jzhang@nat/intel/x-ltooojushwirmscz> has left #yocto21:21
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto21:23
BCMMwhere would be the right place to set IMAGE_FSTYPES for my project?21:29
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto21:30
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC21:32
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC21:35
*** Tuhin <Tuhin!~Tuhin@fip12c20.banglalionwimax.com> has left #yocto21:43
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has quit IRC21:47
*** ant_home <ant_home!~andrea@95.237.174.211> has joined #yocto21:49
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto21:55
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC21:57
mr_scienceBCMM: typically in local.conf22:09
BCMMmr_science: will override other settings?22:09
BCMMi mean, other stuff that sets that var22:09
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC22:10
mr_sciencenot sure, probably depends on where22:10
BCMMit's in conf/machine/raspberrypi.conf in the rpi BSP22:10
mr_sciencei believe local.conf should override that22:10
mr_scienceat least that's what the readme clams:  Override IMAGE_FSTYPES in local.conf22:11
mr_science*claims even22:12
*** Kangkai_ <Kangkai_!~kai@192.55.46.38> has quit IRC22:15
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto22:15
BCMMmr_science: readme for what?22:19
BCMMmr_science: also, thanks a lot!22:19
mr_sciencereadme for the rpi layer22:20
*** scot_ <scot_!~scot@130.164.62.183> has quit IRC22:26
BCMMthanks, i must have looked right past that because i wasn't trying for compression22:28
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto22:31
*** nitink <nitink!~nitink@134.134.139.76> has quit IRC22:33
mr_scienceBCMM: which rpi-layer are you trying to build from?22:45
mr_sciencethe upstream one doesn't have any useful images in it22:46
mr_sciencejust hw-up and rpi-basic i think22:46
mr_sciencei just use the "normal" sdimg output22:47
mr_sciencecan always compress later to save space22:48
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC22:50
*** nitink <nitink!~nitink@134.134.139.76> has joined #yocto22:53
BCMMmr_science: i've been using this one https://github.com/djwillis/meta-raspberrypi - there's another one?23:10
BCMMi don't actually want to use any built-in image type - i'm trying to produce a directory or archive containing the bootfiles including an initramfs (which is my only rootfs)23:11
BCMM(but to start with i think i'll just use the files i already have on the sdcard and just build a cpio image fstype)23:13
mr_scienceaccording to github there are 30-some forks of the djwillis layer, including mine...23:21
mr_sciencebut i haven't played with initramfs on rpi yet23:21
mr_sciencei was just going to say, if you want to try a more complete image, i have an rpi-xorg image and a couple of console ones23:22
mr_sciencehaven't played with the console ones much lately either23:23
mr_sciencelooks like i just have the rpi-clutter image, but i did build the normal console-image at one point23:24
mr_sciencehttps://github.com/sarnold/meta-raspberrypi  <=  if you're interested...23:25
*** pidge <pidge!~eflanagan@c-24-21-207-18.hsd1.or.comcast.net> has quit IRC23:33
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-bydjzymwlcwwutra> has quit IRC23:43
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto23:44
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto23:47

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