IRC log for #oe on 20140505

00:10.26*** join/#oe kgilmer (~kgilmer@65.209.23.146)
01:09.14*** join/#oe jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net)
01:09.14*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
01:11.11*** join/#oe kgilmer (~kgilmer@65.209.23.146)
02:04.30*** join/#oe Shawn286 (~Shawn@unaffiliated/shawn156)
02:09.31*** join/#oe s3v3n62mm (~s3v3n62mm@p5DDC0C7F.dip0.t-ipconnect.de)
02:12.09*** join/#oe kgilmer (~kgilmer@65.209.23.146)
03:12.53*** join/#oe kgilmer (~kgilmer@65.209.23.146)
03:24.05*** join/#oe pompomJuice (~pompomJui@41.0.38.138)
03:32.46*** join/#oe NvrBst (~NvrBst@gateway/tor-sasl/nvrbst)
03:36.36*** join/#oe crxz0193 (~crxz0193@203.247.149.152)
04:04.03*** join/#oe crxz0193 (~crxz0193@203.247.149.152)
04:04.09*** join/#oe nitink (nitink@nat/intel/x-nqdhdtxjqwqyfmks)
04:13.26*** join/#oe kgilmer (~kgilmer@65.209.23.146)
05:14.10*** join/#oe kgilmer (~kgilmer@65.209.23.146)
05:32.33*** join/#oe kroon (~kroon@fw.mikrodidakt.se)
05:44.59*** join/#oe ecloud_ (quassel@nat/digia/x-fbjnomiliqmjyxjd)
05:48.54*** join/#oe muppe (~Marko@ip050-115.seclan.com)
06:02.32*** join/#oe fusman (~fahad@39.42.81.148)
06:14.54*** join/#oe kgilmer (~kgilmer@65.209.23.146)
06:37.57*** join/#oe mago_ (~mago@c193-14-123-186.cust.tele2.se)
06:39.41mago_how does runtime dependencies work? if I do RDEPENDS = "something", I can't seem to find a corresponding recipe for "something"?
06:40.13mago_from OEs perspective, what is the difference between a build-time and a run-time dependency?
06:42.00*** join/#oe adelcast (~adelcast@130.164.62.193)
06:43.22kroonmago_, I believe a single recipe can produce multiple packages, -dbg, -dev or even custom named packages. all these can be added as RDEPENDS
06:48.27*** join/#oe dany (~Thunderbi@sestofw01.enea.se)
06:50.30*** join/#oe lamikr (~lamikr@145.247.15.238)
06:56.27*** join/#oe jbrianceau_away (uid10952@gateway/web/irccloud.com/x-fxvvxbkoazdmrkar)
07:05.24*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
07:15.49*** join/#oe kgilmer (~kgilmer@65.209.23.146)
07:16.21*** join/#oe florian (~fuchs@port-217-146-132-69.static.qsc.de)
07:16.21*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
07:26.20mckoangood morning
07:26.24pompomJuicehowdy
07:26.46pompomJuiceI need help mckoan. Can you help me?
07:27.12mckoan~ask
07:27.12infobotQuestions in the channel should be specific, informative, complete, concise, and on-topic.  Don't ask if you can ask a question first.  Don't ask if a person is there; just ask what you intended to ask them.  Better questions more frequently yield better answers.  We are all here voluntarily or against our will.
07:29.05pompomJuicemeta-angstrom/conf/distro/angstrom-v2012.12.conf contains an entry -> PREFERRED_VERSION_systemd = "208%"
07:29.24pompomJuiceI am running 2.6.37 which only works up to 204
07:29.59pompomJuicein my setup-scripts/conf/local.conf I have PREFERRED_VERSION_systemd = "204%"
07:30.22pompomJuicebitbake mechanisms how ever know better and always selects the higher number
07:30.47pompomJuicewhat is the correct method of fixing this issue
07:31.13pompomJuice?
07:31.41mckoanpompomJuice: do you have systemd 204 in any of your metalayers?
07:31.48pompomJuiceno
07:32.05mckoanpompomJuice: so you have to create your recipe for that
07:32.12pompomJuiceI did
07:32.35pompomJuicebasically just copied and changed the recipy name from to 204
07:32.56pompomJuicemy meta layer is at priority 14
07:33.00pompomJuicehigher than angstrom
07:33.04pompomJuicethat also has no effect
07:33.20pompomJuiceI tried to troll the bitbake code
07:33.29pompomJuicebut I donno who codes like that
07:33.35pompomJuiceI cant make out a thing
07:33.48pompomJuicepython is my cuppa tea
07:34.18pompomJuiceTried to understand that part of the code, but I could not find a hack I could implement
07:36.04*** join/#oe crxz0193 (~crxz0193@203.247.149.152)
07:37.22mckoanpompomJuice: please pastebin your recipe and the original one (208)
07:37.42pompomJuiceok
07:42.16*** join/#oe fusman (~fahad@110.93.212.98)
07:44.54afourniermorning all !
07:47.26pompomJuiceThis is my recipy -> systemd_204.bb -> http://pastebin.com/Wy9WvHcj
07:47.55pompomJuicehttp://pastebin.com/rafNNKdt -> systemd_208.bb
07:49.10pompomJuiceobviously I can just hack it out of that conf file, but I want to do it correctly and I cannot think of a way to remove that preferred_version=208 from the angstrom recipies without damaging the entire system
07:49.27*** join/#oe shoragan (~shoragan@debian/developer/shoragan)
07:49.49pompomJuicedamage version control to be more spesific
07:50.08*** join/#oe Jafura (~Jean-Fran@host-213-213-229-139.brutele.be)
07:56.21pompomJuiceWhat I can see from the code is this:
07:56.26pompomJuicemove 1 is -> # Find the highest priority provider with a PREFERRED_VERSION set
07:56.40pompomJuicemove 2 is -> # Find the latest version of the highest priority provider
07:57.14pompomJuicewhere is this priority it speaks of? Because my preferred version is set in that local.conf that is not inside my lvl 14 priority meta-layer?
07:57.30mckoanhi afournier
07:57.37afournierhi
07:57.46mckoanpompomJuice: actually what is your problem?
07:57.58mckoanpompomJuice: is your recipe ignored?
07:58.01pompomJuiceI cannot make bitbake select the 204 version
07:58.04pompomJuiceyea
07:58.11pompomJuicewhen I run it in debug mode
07:58.16pompomJuiceit finds the 204,208
07:58.24pompomJuicebut selects the 208
07:58.45*** part/#oe muppe (~Marko@ip050-115.seclan.com)
07:58.48mckoanpompomJuice: try setting PREFERRED_VERSION_systemd = "204" in your image recipe
07:59.01pompomJuicemaybe I should ask this.. where can I put the line PREFERRED_VERSION_systemd inside my meta layer?
07:59.09afournierwhen running bitbake my environ has both SSH_AGENT_PID and SSH_AUTH_SOCK defined, but when it gets to the fetcher those variables are not exported... val = d.getVar('SSH_AGENT_PID', True) returns None, is it normal ?
07:59.14koenpompomJuice: PREFERRED_VERSION is a global var, image recipes can't set global vars
07:59.19mckoanpompomJuice: have you created a new layer?
07:59.23pompomJuiceyes
07:59.32koenmckoan: and even if images could, it's a DISTRO setting, which should never to into image recipes
07:59.33pompomJuiceone that adds our stuff to the image
07:59.50pompomJuiceand that meta-layer contains a directory systemd_204/systemd_204.bb
07:59.54*** join/#oe ao2 (~ao2@host168-93-dynamic.59-82-r.retail.telecomitalia.it)
08:00.02pompomJuicethat meta layer has priority 14 highest of all
08:00.11mckoanpompomJuice: have you added your layer to bblayers.conf?
08:00.20pompomJuicelet me check
08:00.33mckoankoen: yep, thx
08:00.52pompomJuice# These layers hold machine specific content, aka Board Support Packages
08:00.52pompomJuiceBSPLAYERS ?= " \
08:00.52pompomJuice<PROTECTED>
08:00.52pompomJuice<PROTECTED>
08:00.52pompomJuice"
08:01.02pompomJuicethe recipy resides in meta-ctlab
08:01.07pompomJuiceour layer
08:01.58mckoanpompomJuice: do you mean BBLAYERS ? is there a typo?
08:02.00pompomJuicethat layers adds customization to a standard angstrom image. (older kernel + rowboat + ti )
08:02.28pompomJuiceno type
08:02.32pompomJuiceim copy pasting
08:02.44mckoanpompomJuice: maybe Angstrom specific
08:02.54pompomJuiceyea it is angstrom spesific
08:02.58pompomJuicebecause angstrom
08:03.00pompomJuicecontains a file
08:03.19pompomJuicethat makes it select 208
08:03.45pompomJuice[09:22] <pompomJuice> meta-angstrom/conf/distro/angstrom-v2012.12.conf contains an entry -> PREFERRED_VERSION_systemd = "208%"
08:04.21pompomJuiceI do not understand that part of bitbake
08:04.30pompomJuicewhat file must I add that overrides that setting?
08:04.40mckoanpompomJuice: so try replacing this line (at distro level)
08:04.57pompomJuicedo you mean edit that file?
08:05.30mckoanpompomJuice: yes, just to check if your recipe is selected
08:05.40pompomJuiceYea it does
08:06.00pompomJuiceas isaid if you run bitbake in debug mode it show that it finds both recipies, but selects 208 as the winner
08:06.14mckoanpompomJuice: as koen said it's a DISTRO setting, so angstrom-v2012.12.conf is the distro config file
08:06.49pompomJuicekoen? I did not see him say anything
08:06.54mckoanpompomJuice: set PREFERRED_VERSION_systemd = "204%" in angstrom-v2012.12.conf
08:06.57pompomJuicelet me check since he is the maker
08:07.09pompomJuiceok but where do I put that file?
08:07.22mckoan10:04 < koen> mckoan: and even if images could, it's a DISTRO setting, which should never to into image recipes
08:07.28pompomJuiceI cant edit the file inside the distro becaue then oebb update becomes angry
08:07.58pompomJuiceThen I cannot suck in angstrom changes automagically anymore :(
08:08.24mckoanpompomJuice: I don't know I don't use Angstrom
08:08.32pompomJuiceok how do I override the distro config file?
08:08.58koentry local.conf first
08:09.03pompomJuicefrom inside meta-ctlab, my customizations layer
08:09.07koenthen migrate it to your distro layer
08:09.08pompomJuiceI dont wanna edit the distro
08:09.25pompomJuicehow? sorry im bitbake noob
08:09.31pompomJuiceless than 6 month XP with this
08:09.36koenbut I'd think that backporting the patches to 2.6.37 would be a better idea for future proofing
08:09.52koen(well, migrating to a newer kernel would be even better, but you mentioned TI silicon)
08:10.25pompomJuiceiunfortunately, I inherited a project where they hacked a 2.6.37 to be able to run android on it (since android requires some extra kernel stuff and the kernels were not the same)
08:10.46pompomJuicethen they hacked the android
08:10.53pompomJuicethen everything got locked in
08:11.01pompomJuicethen boss man cannot understand it takes time
08:11.06pompomJuicefires the guy that does all the magic
08:11.09pompomJuicenow im stuck with it
08:11.42pompomJuiceso yea its working nicely actually
08:11.49pompomJuiceI got it upgraded as far I could
08:11.56pompomJuicetook it from 1.3 to 1.5
08:12.08pompomJuicethe new angstrom is sweet!
08:12.18pompomJuicemajor difference between 1.5 and 1.3
08:12.29pompomJuiceour device runs much happier on 1.5
08:12.54pompomJuicemostly because it now has armhf and mono 3.4 with sgen and lvm
08:12.56pompomJuicelvvm
08:15.18pompomJuicethis yocto movement is clearly showing results
08:16.30*** join/#oe kgilmer (~kgilmer@65.209.23.146)
08:17.52pompomJuiceok so I am guess that inside sources/meta-ctlab/conf/ayer.conf is the place those things must be? Not in setup-scripts/conf/local.conf?
08:18.07pompomJuicelayer.conf(
08:18.11pompomJuicelayer.conf*
08:19.10afournierok SSH_AGENT_PID and SSH_AUTH_SOCK are lost when bitbake executes bitbake-worker
08:20.31koenpompomJuice: try local.conf first, then try migrating it
08:20.43koenpompomJuice: layer ordering and priorities are hard to get right
08:23.04pompomJuiceok that is all I needed to know, since that is what I am trying to do and i have no idea what I am doing. At least now I know that I don't know and it's not trivial
08:23.12pompomJuiceil pull some more leavers and see what happens...
08:25.10*** join/#oe fusman (~fahad@110.93.212.98)
08:31.11afournieradding SSH_AUTH_SOCK and SSH_AGENT_PID in preserved_envvars_exported() fix my problem but i don't think i should fix it like this
08:31.49pompomJuiceok so I copied the distro folder to my own meta-layer/conf but that has no effect. Is that what you mean by "migrate"?
08:37.15koenpompomJuice: no, I meant setting the variable in your layer.conf and then trying to tweak the priority
08:37.19afournierok the problem was that BB_ENV_EXTRAWHITE was lost when i init oe :) fixed !
08:37.33koenpompomJuice: and you might also need to move it up or down in bblayers.conf
08:37.53koenit usually takes me a few days to figure that out
08:38.00koenlike I said, it's not trivial :(
08:38.53pompomJuiceyea the tweak inside layer.conf does not work
08:39.02pompomJuiceThat is why I am here. Usually that works.
08:39.23pompomJuiceI presumed that since the tweak does not work it is a bug
08:39.47koenbblayers.conf and angstroms layer.conf are structured to make such overrides hard to do
08:39.54pompomJuiceI see
08:40.01koensince in general, it won't be angstrom anymore
08:40.10pompomJuiceyea it is not angstrom
08:40.25koenbut as you noticed, making changes to make your platform work are also very hard to do outside of local.conf
08:40.33pompomJuiceSo another soultion might be to just change the value inside the angstrom layer, but how would you suggest I handle version control then?
08:40.41koenI'm open for suggestions to make your use case easier, though
08:40.50pompomJuiceok so it has to be inside that local.conf, gotcha
08:41.01pompomJuicewell
08:41.09koenlocal.conf works 99% of the time for things like this
08:41.26pompomJuiceyea I have lots of preferred versions setup
08:41.30pompomJuiceits just that one that is jamming
08:41.58pompomJuiceok so you have roughtly explained what levers there are to pull so let me go do that for a while
08:46.17mago_from OEs perspective, what is the difference between a build-time and a run-time dependency?
08:46.53pompomJuiceWell for one it affects in what order things build and if they build concurrently.
08:47.38pompomJuiceand whether it does a populate_sysroots before building another package
08:47.55pompomJuiceor a setscene
08:47.58pompomJuiceor something
08:50.05*** join/#oe phdeswer (~phdeswer@a88-112-199-213.elisa-laajakaista.fi)
08:51.20pompomJuiceAlso whomever has to knowlege or power to change this. Bitbake's insane system is to harsh on files that look like libFoo.so ( as supposed to libFoo.so.1 which is handled correctly). Some software such as mono produce just .so files that get shuffled into other foo-dev packages which breaks everything. That rule is to strict!
08:52.02pompomJuicecauses a hellova mission
08:52.11*** join/#oe kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka)
08:55.48*** join/#oe anarsoul (~anarsoul@178.124.194.242)
09:07.40*** join/#oe crxz0193 (~crxz0193@203.247.149.152)
09:07.50*** join/#oe jackmitch|home (~Thunderbi@cpc22-cmbg15-2-0-cust21.5-4.cable.virginm.net)
09:17.11*** join/#oe kgilmer (~kgilmer@65.209.23.146)
09:21.19*** join/#oe stefan_schmidt (~stefan@p20030048092A05BBF2DEF1FFFE6228F7.dip0.t-ipconnect.de)
09:28.56*** join/#oe bluelightning (~paul@pdpc/supporter/professional/bluelightning)
09:31.29*** join/#oe eballetbo (~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net)
09:41.21*** join/#oe blitz00 (~stefans@188.26.163.173)
09:41.21*** join/#oe blitz00 (~stefans@unaffiliated/blitz00)
09:45.08*** join/#oe stefan_schmidt (~stefan@p20030048095B07BBF2DEF1FFFE6228F7.dip0.t-ipconnect.de)
10:09.25*** join/#oe fusman (~fahad@110.93.212.98)
10:18.10*** join/#oe kgilmer (~kgilmer@65.209.23.146)
10:19.06*** join/#oe ao2 (~ao2@host196-140-dynamic.3-79-r.retail.telecomitalia.it)
10:38.55*** join/#oe Leatherface- (~leatherfa@2001:470:dd7d:0:c940:fc55:eee5:40c9)
10:50.57*** join/#oe joey_saint (~jjm@128.224.252.2)
11:18.49*** join/#oe kgilmer (~kgilmer@65.209.23.146)
11:27.28*** join/#oe ao2 (~ao2@87.13.159.24)
11:48.28*** join/#oe kbart (~KBart@213.197.143.19)
11:49.02*** join/#oe ao2 (~ao2@host83-100-dynamic.59-82-r.retail.telecomitalia.it)
11:50.54*** join/#oe kroon (~kroon@193.15.174.198)
12:19.39*** join/#oe kgilmer (~kgilmer@65.209.23.146)
12:22.30*** join/#oe bluelightning_ (~paul@2001:8b0:258:7d7a:2ad2:44ff:fe40:9209)
12:22.31*** join/#oe bluelightning_ (~paul@pdpc/supporter/professional/bluelightning)
12:29.56*** join/#oe roric (~roric@gbg.gatekeeper.cybercomhosting.com)
12:31.09*** join/#oe jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net)
12:31.09*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
12:31.34*** join/#oe RagBal (~RagBal@zimbra.welvaarts.com)
12:33.44pompomJuicesup noobies
12:33.49pompomJuiceI found a workaround
12:34.21pompomJuiceor it might be legit since there is no documentation on how to do it correctly
12:34.25pompomJuiceso yea it's not a hack
12:35.37pompomJuiceinside conf/local.conf change this line to your own located in meta-foo/conf/distro/ angstrom-duo-v2013.12 -> DISTRO = "angstrom-duo-v2013.12"
12:36.24pompomJuicethen pupulate angstrom-duo-v2013.12.conf with ...
12:36.29pompomJuiceANGSTROM_BASE = "${TOPDIR}/sources/meta-angstrom"
12:36.29pompomJuiceinclude ${ANGSTROM_BASE}/conf/distro/angstrom-v2013.12.conf
12:36.29pompomJuicePREFERRED_VERSION_systemd = "204"
12:36.31pompomJuicepoof it works
12:37.40pompomJuiceit even makes sense
12:38.11pompomJuicebasically you override the distro stuff like you would append to a recipy.inc file
12:44.57*** join/#oe jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net)
12:44.58*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
12:47.24*** join/#oe Bertux (~fabio@it09.itsm.ufsm.br)
12:50.27*** join/#oe bertux_ (~fabio@it09.itsm.ufsm.br)
12:52.38*** join/#oe bertux (~fabio@it09.itsm.ufsm.br)
12:52.54*** join/#oe sr105|away (~sr105@65349hfc19.tampabay.res.rr.com)
12:54.22pompomJuiceanyone here have any clue why these files are included in the angstrom git repo -> cache/bb_persist_data.sqlite3 & cache/prserv.sqlite3
12:54.33pompomJuicethose things look like temp files
12:56.05*** join/#oe ao2 (~ao2@host190-137-dynamic.10-87-r.retail.telecomitalia.it)
13:20.04*** join/#oe kgilmer (~kgilmer@65.209.23.146)
13:23.57*** join/#oe kgilmer (~kgilmer@65.209.23.146)
13:27.40*** join/#oe pdp7 (~pdp7@asciipr0n.com)
14:20.12*** join/#oe nslu2-log (~nslu2-log@140.211.169.184)
14:20.33*** join/#oe mario-go` (~user@email.parenteses.org)
14:23.38koenpompomJuice: to keep the PRSERV synced between the autobuilder and users
14:48.42*** join/#oe kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka)
14:56.21mckoanmind.it
14:56.31mckoanoops
14:56.58mario-goulartwe-dont-mind.it :-)
14:57.06mckoan:-D
14:58.04*** join/#oe sr105|away (~sr105@65349hfc19.tampabay.res.rr.com)
15:01.14*** join/#oe blilly (~blilly1@c-50-170-54-92.hsd1.wa.comcast.net)
15:16.26*** join/#oe mago_ (~mago@c193-14-123-186.cust.tele2.se)
15:30.09*** join/#oe ao2 (~ao2@host154-147-dynamic.6-87-r.retail.telecomitalia.it)
15:33.44*** join/#oe tlwoerner (~trevor@linaro/tlwoerner)
15:35.37*** join/#oe Rootert (~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl)
15:36.07*** join/#oe RagBal_ (~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl)
15:37.42mago_is the linux "perf" tool not supported on ARM v7 Cortex A8? I tried enabling the profiling tools by enabling the image feature "tools-profile", and when I run the "perf" tool on my target, it prints "<not supported> cycles". Is this something I need to enable extra support for in the OE build? E.g tweak the kernel config or whatnot
15:47.30nerdboymoin
15:47.38*** join/#oe Rootert (~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl)
15:48.08*** join/#oe RagBal_ (~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl)
15:56.30*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
15:57.46*** join/#oe roric (~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se)
16:00.46*** join/#oe ao2 (~ao2@2001:1418:117::1)
16:10.42*** join/#oe DJWillis (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net)
16:25.31*** join/#oe hrw (~hrw@unaffiliated/hrw)
16:27.46*** join/#oe jackmitch|home (~Thunderbi@cpc22-cmbg15-2-0-cust21.5-4.cable.virginm.net)
16:30.36*** join/#oe mwester (~mwester@184-158-62-138.dyn.centurytel.net)
16:30.37*** join/#oe mwester (~mwester@nslu2-linux/mwester)
16:44.03*** join/#oe dos1 (~dos@unaffiliated/dos1)
16:45.43*** join/#oe Rootert (~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl)
16:46.13*** join/#oe hrw (~hrw@unaffiliated/hrw)
16:46.43*** join/#oe RagBal_ (~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl)
16:58.08*** join/#oe hrw (~hrw@unaffiliated/hrw)
17:00.25*** join/#oe joey_saint (~jjm@24-246-4-250.cable.teksavvy.com)
17:18.13*** join/#oe Crofton (~balister@64.186.172.226)
17:21.54*** join/#oe kurre2 (~tomimo@xdsl-83-150-88-111.nebulazone.fi)
17:25.53*** join/#oe jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net)
17:25.53*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
17:34.25*** join/#oe darknighte (~darknight@pdpc/supporter/professional/darknighte)
17:35.42*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
17:38.15*** join/#oe CMoH (~cipi@78.96.95.69)
17:38.15*** join/#oe CMoH (~cipi@unaffiliated/c-moh)
17:46.29*** join/#oe dv__ (~quassel@chello080108088242.14.11.vie.surfer.at)
17:47.06*** join/#oe kgilmer (~kgilmer@65.209.23.146)
17:50.26*** join/#oe kgilmer (~kgilmer@65.209.23.146)
18:05.08*** join/#oe NightMonkey (~NightrMon@c-67-171-66-194.hsd1.pa.comcast.net)
18:05.09*** join/#oe NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
18:11.51*** join/#oe kroon (~kroon@89-253-118-72.customers.ownit.se)
18:45.03*** join/#oe balister_ (~balister@64.186.172.226)
18:57.36*** join/#oe fabo (~fabo@a91-152-78-194.elisa-laajakaista.fi)
18:57.37*** join/#oe fabo (~fabo@linaro/fabo)
19:14.42*** join/#oe lamikr (~lamikr@pilppa.org)
19:35.34Daemon404g 32
19:40.21nerdboyCrofton: thanks for reminding me i need a new bike...
19:41.00Croftonthe proper number of bikes to own is N+1
19:41.08Croftonwhere N is the number you currently own
19:41.59nerdboyi'm a gentoo guy, so that would be 2N+1
19:42.50nerdboyand thanks for letting me crash the party, i had a really good time
19:43.29*** join/#oe jackmitch|home (~Thunderbi@cpc22-cmbg15-2-0-cust21.5-4.cable.virginm.net)
19:46.44*** join/#oe eFfeM (~frans@c73189.upc-c.chello.nl)
19:48.01*** join/#oe ldnunes (~ldnunes_@177.194.208.225)
19:48.57*** join/#oe florian (~fuchs@sign-4db6a2e4.pool.mediaWays.net)
19:48.57*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
19:50.56*** join/#oe ldnunes (~ldnunes_@177.194.208.225)
20:25.03*** join/#oe CMoH|notebook (~cipi@78.96.95.69)
20:25.03*** join/#oe CMoH|notebook (~cipi@unaffiliated/c-moh)
20:50.37*** join/#oe nitink (~nitink@134.134.137.71)
21:26.15*** join/#oe stefan_schmidt (~stefan@p2003004809389DBBF2DEF1FFFE6228F7.dip0.t-ipconnect.de)
21:27.33*** join/#oe NvrBst (~NvrBst@gateway/tor-sasl/nvrbst)
21:36.56*** join/#oe darkschneider (~gab@93-32-59-224.ip32.fastwebnet.it)
21:56.10*** join/#oe ant_home (~andrea@host56-254-dynamic.11-79-r.retail.telecomitalia.it)
22:00.20*** join/#oe NvrBst (~NvrBst@gateway/tor-sasl/nvrbst)
22:01.58*** join/#oe DJWillis (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net)
22:07.15*** join/#oe dvhart (~dvhart@134.134.137.71)
22:23.05*** join/#oe sr105|away (~sr105@65349hfc19.tampabay.res.rr.com)
23:29.14Croftonhmm, what version of bitbake to use with daisy
23:33.45kergothCrofton: pretty sure you want 1.22, but you can always check poky to see what was integrated on its daisy branch
23:34.09kergothCrofton: http://git.yoctoproject.org/cgit.cgi/poky/tree/bitbake/lib/bb/__init__.py?h=daisy#n24
23:35.28CroftonThat should be probably be documented better
23:35.49kergothPicked up a cheap as dirt nooelec r820t to poke at gnuradio one of these days :)
23:35.56kergothit would surprise me if it wasn't mentioned in the yocto 1.6 release notes
23:36.02Croftoncool
23:36.34kergothhuh, nope, not in the release notes. that seems like a definite oversight
23:36.38kergothhttps://www.yoctoproject.org/download/yocto-project-16
23:36.52kergothhas the info on the poky version, but the components inside poky
23:36.59kergoths/but the/but not the/
23:37.37Croftonno tag in bitbake
23:38.11Crofton<PROTECTED>
23:38.18Croftonhmm
23:38.35Croftonmaybe I forgot to push something at hoime ....
23:45.09nerdboycrofton...
23:49.20*** join/#oe Crofton (~balister@64.186.172.226)
23:49.32paulbarkerkergoth, Crofton: https://wiki.yoctoproject.org/wiki/Releases
23:49.42paulbarkerOnly place I know with that info
23:49.56kergothah, good call. should still get added to the release notes i think, but that's a useful ilnk
23:49.58kergothlink
23:50.05Croftondok
23:50.11CroftonI was looking for a bb tag
23:50.44kergothbitbake only has tags for its own branches and releases, which are version based, not the name-based poky branching/release scheme
23:51.33CroftonI'm working on getting my meta-sdr build switched to daisy branches
23:51.42Croftonstarting build testing this week
23:54.01kergothah yeah, I just did that with my public layers not too long ago. fun fun

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.