IRC log for #oe on 20111125

00:12.56*** join/#oe slonsiki (~slonsiki@69-12-177-67.dsl.static.sonic.net)
00:29.16CIA-1503Matthew McClintock <msm@freescale.com> 07master * rd7f9edda65 10bitbake.git/lib/bb/utils.py:
00:29.16CIA-15Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
00:29.16CIA-15USER is the correct variable to use, also this can affect sstate
00:29.16CIA-15cache as well.
00:29.16CIA-15Signed-off-by: Matthew McClintock <msm@freescale.com>
00:29.16CIA-15Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
01:03.11msmdoes anyone build yocot in a chroot?
01:03.24msmim doing a setarch and chroot to try to build 32 bit on a 64 bit machine
01:03.31msmor is there another easier way to force this?
01:30.15*** join/#oe mhnoyes (~mhnoyes@74-38-53-240.dr01.myck.or.frontiernet.net)
01:30.16*** join/#oe mhnoyes (~mhnoyes@sourceforge/sitedocs/mhnoyes)
01:35.48*** join/#oe vivijim (~vivijim@unaffiliated/vivijim)
01:54.27msmi think i found my problem, my supposed 32bit rfs was poluted with 64bit stuff
01:55.34kergoth`heh, oops
03:05.16*** join/#oe devzero_ (devzero@xdsl-78-35-54-146.netcologne.de)
03:19.40*** join/#oe DJWillis (djwillis@cpc1-bath5-2-0-cust122.aztw.cable.virginmedia.com)
04:45.13*** join/#oe snkt (~snkt@114.143.160.125)
04:55.30*** join/#oe erwt (~rahul@114.143.160.125)
05:38.46*** join/#oe reisei (~reisei@n41-as54-1-ppp206.nordnet.ru)
05:44.12*** join/#oe kergoth` (~kergoth@ip24-251-167-38.ph.ph.cox.net)
06:16.13*** join/#oe tasslehoff (~Tasslehof@147.84-49-231.nextgentel.com)
06:17.02*** join/#oe Tartarus (~trini@pixelshelf.com)
06:45.19reiseigood morning!
06:59.56*** join/#oe vitus (~vitus@145.253.169.210)
07:01.56*** join/#oe vitus (~vitus@145.253.169.210)
07:06.54*** join/#oe anarsoul (~anarsoul@212.98.184.121)
07:23.49*** join/#oe stefan_schmidt (~stefan@2001:638:602:1183:f2de:f1ff:fe62:28f7)
07:57.45*** join/#oe mr_nice (~guib@83-64-51-210.static.xdsl-line.inode.at)
08:06.18*** join/#oe ynezz (ynezz@ibawizard.net)
08:06.18*** join/#oe robtaylor (~robtaylor@floopily.codethink.co.uk)
08:08.47*** join/#oe anarsoul (~anarsoul@86.57.155.118)
08:21.07*** join/#oe snkt (~snkt@114.143.160.125)
08:33.46*** join/#oe anarsoul (~anarsoul@86.57.155.118)
08:39.36*** join/#oe ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it)
08:42.26*** join/#oe zecke (~ich@91-65-246-230-dynip.superkabel.de)
08:43.16*** join/#oe rob_w (~bob@93.104.205.194)
08:45.33RP__morning all
08:56.19*** join/#oe pwgen (~ew@2.108.92.38)
08:58.18*** join/#oe bluelightning (~paul@cpc2-lewi17-2-0-cust439.2-4.cable.virginmedia.com)
08:58.18*** join/#oe bluelightning (~paul@pdpc/supporter/professional/bluelightning)
08:59.17bluelightningmorning all
09:01.45JaMa|Offmorning
09:05.31*** join/#oe Tartarus (trini@pixelshelf.com)
09:08.19eFfeM_workhi all
09:08.29*** join/#oe SidH_ (~SidH@203.101.61.7)
09:12.58JaMa|Offbluelightning: can I use something like if [[ "${CMDLINE_DEBUG}" =~ "debug" ]]; in linux-kexecboot.inc? I don't see any sanity check for bash version or don't know if it's available in dash
09:13.24*** join/#oe ao2 (~ao2@2001:1418:117::1)
09:13.33bluelightningJaMa|Off: I was thinking about that yesterday
09:13.39bluelightningthat's a bashism to be sure...
09:13.45JaMa|Offother option is to grep for it :)
09:14.01bluelightningor, you could use sed
09:14.49JaMa|Offif you prefer if echo "${CMDLINE_DEBUG}" | grep "debug" >/dev/null ; then
09:15.20bluelightningactually you could still use base_contains within the shell script
09:15.29*** join/#oe mgundes (5f009c02@gateway/web/freenode/ip.95.0.156.2)
09:15.33bluelightningthat's probably a bit less nasty
09:17.03JaMa|Offah ok
09:19.42mgundesHi everyone
09:19.52bluelightninghello mgundes
09:19.52mgundesI have question again :)
09:20.08bluelightningsure, fire away
09:20.38mgundesWhen a rootfs image created OE install all ipkgs to rootfs as far as I know
09:21.02mgundesIs there a way to tell OE install a specific ipkg before another one
09:21.28mgundesI want to overwrite a file from one package with file of another package
09:21.47pwgenhi all
09:21.57mgundesso that I wonder if there is a way to tell OE about ipk installation sequence for some packages
09:22.09pwgennetwalker goes oe-core ...
09:22.27bluelightningmgundes: well, in the purest sense the way to ensure some ordering is to set up a dependency relationship
09:22.45bluelightningmgundes: but I don't think that will help in your case; opkg will complain about the overwriting
09:22.46JaMa|Offbluelightning: ok, I'm testing this https://gitorious.org/shr/meta-handheld/commit/b3b1be4c80285d9441614e3537dcdafaa9204bc2?format=patch
09:23.38mgundesin fact I want to overwrite update-alternatives script which comes from opkg-nopg
09:23.53mgundesI want to add sync end of function in script
09:23.54bluelightningmgundes: the best way to solve it is not to have that file in two packages; either by excluding it from the first or changing the file in the first and not having it in the second
09:24.34bluelightningmgundes: if the modification is that trivial, just patch the script where it is now...
09:24.55bluelightningyou can do that via a bbappend in your own layer on top if you want to keep things tidy
09:25.11mgundesit is in opkg-nopg package and it is on OE side
09:25.47bluelightningthat's fine, the recipe can still be bbappended
09:26.06mgundesI did not use bbappend
09:26.10bluelightningand in your bbappend, add to SRC_URI
09:26.15bluelightningwell, you could
09:26.22mgundesthen I will do some search about it
09:26.24mgundesok
09:26.33*** join/#oe rschus (~rschus@fb-n15-11.unbelievable-machine.net)
09:26.33mgundeslet me check and try, thanks
09:26.51ant_workpwgen: which kernel?
09:27.06pwgenstock 2.6.28.
09:27.51ant_workno chances with 3.x ?
09:28.52pwgensorry but 2.6.31 and 35 are have anoying screen flickering
09:29.27pwgendoes 3.0 have arm support for cortex a8
09:30.41mgundesbluelightning, bbappend can be used in oe-classic also, right?
09:30.56bluelightningmgundes: if you use bitbake 1.12.0 or newer yes
09:31.08ant_workpwgen: sure
09:31.41mgundesI use 1.8.18, I will upgrade it
09:32.24*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
09:33.24floriangood morning
09:35.48pwgenant_work: i tried these kernels from darion76. but he didnt finished them. they needed these patches from lineo arm
09:35.55Jin^eLDmornin
09:36.17ant_workpwgen: I see, i.MX515
09:36.31ant_workiirc there was some work for efika
09:37.47*** join/#oe stomach_contents (~xris@89.244.96.13)
09:38.45bluelightningJaMa|Off: looks good to me, if it works I'll merge it
09:40.16stomach_contentsHey guys. I'm trying in vain to build a kernel (or anything) for overo using Angstrom with MACHINE=overo ./oebb.sh bitbake virtual/kernel but fails with a sanity warning about MACHINE. Seems to not know overo?  Any ideas? Works perfectly for beagleboard.
09:42.17Jin^eLDif I want to generate a toolchain that could be used without OE, is it still "meta-toolchain" in OE-core? or what are these -sdk recipes?
09:43.40bluelightningstomach_contents: do you have some kind of additional layer providing the overo machine? I'm guessing not...
09:44.20pwgen<ant_work> but there are patch for 2.6.38 out
09:48.49pwgenwith 2.6.28 i can not run systemd.  
09:49.52pwgeni build the 2.6.28 out of the efikamx recipe, but its generates allways a u-boot image, how can i for it to build an std zImage ?
09:55.04Jin^eLDpwgen: try setting KERNEL_IMAGETYPE = "zImage" I think that should work?
09:55.07ant_workyes
09:55.53*** join/#oe Noor (6e5dd462@gateway/web/freenode/ip.110.93.212.98)
09:55.59Noorhi guys
09:56.15pwgenArrghh i see ..3 line ... KERNEL_IMAGETYPE = "uImage" .... THX
09:56.22NoorI need some help regarding understanding sdk recipes
09:56.57NoorI have libltdl-dev in RDEPENDS in one of my tasks
09:57.20Noorwhen I build that task I get NOTE: preferred version 2.4 of libtool-sdk not available (for item libltdl-dev)
09:57.55Nooralthough libltdl-dev is present in PACKAGES in libtool_2.4.bb recipes
09:58.23Noorwhy it saying that it needs libtool-sdk version 2.4
09:58.35Noorand where this dependency is set
10:00.47Noorthe older version of libtool-sdk are requiring libtool_PV.bb file
10:01.24Noorso when I add that in libtool-sdk_2.4.bb the warning is removed but libtool-sdk is not building
10:01.42Noorso what is going here ... can anybody help
10:05.36pwgen<ant_work> kernel upgrade/patching without a serial console is quite hard
10:06.43*** join/#oe GarthPS (~quassel@qrc29-1-82-245-206-103.fbx.proxad.net)
10:07.15ant_workpwgen: netconsole as last resort ?
10:08.44*** join/#oe SidH_ (~SidH@203.101.61.7)
10:09.20pwgen.. this thingy has only usb wlan sound plugs . no network, i have to unscrew it and find the 3.3V serial port.
10:10.07pwgenand with a bit f luck there are jtag ports, and with mor luck i get the openmoko debug board connected
10:10.33ant_workouch
10:11.48pwgenunless i get the power regulator and backlight runninf i will see nothing .. and one of the worsted thing is , kexec is not working (:-((
10:12.51*** join/#oe Z3r0l3g (~Oleg@ip-195-88-138-71.dss-group.net)
10:13.01pwgenbut the good news are, i could build all angtrom images, and core-images
10:13.38ant_workyou'll have issues with udev if not using systemd
10:13.47pwgenwhats about oe-stats. is this not supported in oe-core ?
10:14.26Jin^eLDant_work: why that? curious because I am not using systemd, what issues?
10:14.45ant_worki.e. cgroups are required
10:15.00Jin^eLDwhat is cgroups? well let me google...
10:15.34ant_workudev 169 and up require kernel 2.6.36 for ARM
10:15.42Jin^eLDisn't that something that only became available in the recent kernel? and how are those cgroups related to systemd?
10:15.51ant_workhttp://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f
10:16.25*** join/#oe RushPL (~quassel@89-69-171-30.dynamic.chello.pl)
10:16.37Jin^eLDbut how is that related to systemd? I somehow don't get tha part
10:16.50ant_workthe issue is with udev
10:17.29ant_workbut iirc koen has som epatches for older kernels
10:17.31*** join/#oe mrmoku` (~mrmoku@host-188-174-170-205.customer.m-online.net)
10:19.08*** join/#oe rob_w (~bob@93.104.205.194)
10:22.31*** join/#oe Tartarus (trini@pixelshelf.com)
10:27.36*** join/#oe plm (~plm@65.111.170.40)
10:31.57Jin^eLD1. fixed some more live update problems, updated nspr
10:32.01Jin^eLDoops wrong window
10:39.40*** join/#oe GNUtoo (~GNUtoo@host40-58-dynamic.116-80-r.retail.telecomitalia.it)
10:52.03*** join/#oe pespin (~pespin@cisne-cn10.upc.es)
10:58.21pwgennice, core-image-sato image on netwalker
11:01.16*** join/#oe pepermint (~pepermint@host57-12-dynamic.58-82-r.retail.telecomitalia.it)
11:03.02ant_workpwgen: are you including meta-oe layer?
11:11.01*** join/#oe RushPL (~quassel@89-69-171-30.dynamic.chello.pl)
11:23.54pwgenyes
11:24.10pwgenits a long list
11:25.13CIA-1503Richard Purdie <richard.purdie@linuxfoundation.org> 07master * r5ace320ccc 10bitbake.git/lib/bb/siggen.py:
11:25.13CIA-15bitbake/siggen.py: Don't backtrace if the taskhash data isn't present
11:25.13CIA-15This allows the code to safely fall back to dumping the basehash data
11:25.13CIA-15if the taskhash data isn't present for some reason. We could effecitvely
11:25.13CIA-15obsolete the runtime option and use this approach instead exclusively.
11:25.13CIA-15Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11:27.52pwgenant_work: http://pastebin.com/Dm4WTd2t
11:28.31JaMa|Offbluelightning: tested and updated in jansa/pull branch
11:29.05*** join/#oe sledges (510263ab@gateway/web/freenode/ip.81.2.99.171)
11:29.14sledgeshello
11:30.19sledgesHow could I make ltp recipe work? (from http://comments.gmane.org/gmane.comp.handhelds.openembedded/47909 :: Is there a way to specify the file name the downloaded file should be saved as?) as I can't wait for upstream to changing their naming convention..
11:31.44*** join/#oe pepermint (~pepermint@host239-87-dynamic.4-87-r.retail.telecomitalia.it)
11:32.46pwgenant_work: but it need still a lot of additional work ( ubi-fs .. get it run out of the box )
11:33.25*** join/#oe dos1 (~dos@unaffiliated/dos1)
11:58.08ant_workpwgen: did you test core-image-sato runtime?
11:58.51pb_hi all
11:59.23sledgeshi pb_
11:59.24ant_workhi pb_
12:00.04sledgesI am writing custom do_unpack. How to get the directory where the tarball was fetched into (presumably the sources one)
12:00.04pwgenall images were not running out of the box ( sometimes it needs tuning /etc/inittab and missing additional packages )
12:00.58*** join/#oe zecke (~ich@91-65-246-230-dynip.superkabel.de)
12:00.59*** join/#oe zecke_ (~ich@91-65-246-230-dynip.superkabel.de)
12:01.48Jin^eLDhmm, when I get this: http://pastebin.mozilla.org/1388221 does that mean it did not like that configure refenreces its own location by an absolute path, or does that mean that the configure that triggered the error is in that path?
12:02.01Jin^eLD(both is true, want to understand what to fix here)
12:06.24bluelightningsledges: you may find classes/base.bbclass useful as a reference
12:07.09pb_Jin^eLD: the latter
12:07.17pb_you need to inspect config.log to find the actual error
12:07.29Jin^eLDok I see
12:07.51Jin^eLDtrying to compile new 1.8.5 spidermonkey that switched to autotools, but intsead of doing it the proper way they are doing some really twisted stuff
12:09.09bluelightningsledges: or not... probably ${DL_DIR}/filename
12:30.48bluelightningJaMa|Off: merged, thanks!
12:35.26ant_workbluelightning: now we have only h1940 in 2.6.39 ...
12:35.36bluelightningah right yes
12:35.44bluelightningh1940 should be able to move up
12:35.50bluelightningbut I should really test it...
12:36.07ant_workhappily was not needing any patch (apparently)
12:37.23Jin^eLDis meta-toolchain doing the same in OE-core as in OE-classic? and what are the -sdk recipes?
12:37.43*** part/#oe stomach_contents (~xris@89.244.96.13)
12:38.37anarsoulbluelightning: 3.0 should work with h1940
12:39.32anarsoulnot sure about 3.1
12:40.02anarsoulthere were some changes in adc driver, so touchscreen and battery can be broken with 3.1
12:41.35anarsouland bluetooth issue is not resolved yet
12:41.41ant_workthen we can start removing 2.6.39 righ tnow and 3.0.1 very soon
12:42.40ant_workanarsoul: so you mean we should add h1940 to 3.0.1 isn't ?
12:43.39anarsoulant_work: well, it worked for me with 3.0, not sure if I applied any extra patches
12:46.26anarsoulant_work: my h1940 is briked, planning to unbrick it this weekend. Then I can test if 3.1 works
12:47.00ant_workgreat, thx
12:48.25ant_workless kernel recipes is always better
12:49.06bluelightningindeed
13:13.36ant_workJaMa|Off: we need to refine the cmdline mangling, things have changed for arm with 3.x
13:19.07sledgesbluelightning: many thanks, worked like charm and you've saved my day :) not really that I could get more info from the net on that DL_DIR!
13:19.17sledgeshence I'd have never found it..
13:19.31bluelightningsledges: no problem :)
13:31.24*** join/#oe mhnoyes (~mhnoyes@74-38-53-240.dr01.myck.or.frontiernet.net)
13:31.24*** join/#oe mhnoyes (~mhnoyes@sourceforge/sitedocs/mhnoyes)
13:38.01JaMa|Offant_work: agreed
13:39.38*** join/#oe Zoxc (Zoxc@ti0128a380-dhcp0275.bb.online.no)
13:43.38*** join/#oe GNUtoo|laptop (~gnutoo@host40-58-dynamic.116-80-r.retail.telecomitalia.it)
13:44.57*** join/#oe kristoffer (~kristoffe@c-49dae555.010-30-6c6b7012.cust.bredbandsbolaget.se)
14:02.58Crofton|workbluelightning, have you had a chance to look at the bb file I sent you?
14:04.28bluelightningCrofton|work: I haven't really I'm afraid no
14:05.43bluelightningthat reminds me, I need to set up my home machine for builds, the work one is packed up at the moment
14:05.58bluelightningqt takes so long to build I usually prefer not to do it on my laptop :)
14:08.44Crofton|workheh
14:13.57*** join/#oe pespin (~pespin@cisne-cn09.upc.es)
14:16.59*** join/#oe RushPL (~quassel@89-69-171-30.dynamic.chello.pl)
14:27.52*** join/#oe stefan_schmidt (~stefan@p4FC76ACA.dip.t-dialin.net)
14:47.47*** join/#oe anarsoul (~anarsoul@86.57.155.118)
14:50.35*** join/#oe Tartarus (trini@pixelshelf.com)
14:58.01*** join/#oe penghb (~penghb@202.108.130.153)
15:06.05*** join/#oe devzero_ (devzero@xdsl-89-0-128-75.netcologne.de)
15:07.00mgundesAre we allowed to create a branch of OE on remote server :)
15:08.25mgundessometimes it is hard to solve problems with our own recipes and if we are allowed to create a personal branch I can do some changes on OE recipes up to my personal purpose.
15:08.31mgundesis it possible?
15:09.24HeinervdmWorkjust make one on github or so
15:10.21*** join/#oe An-iSociaL (~An-iSocia@75-148-218-90-Houston.hfc.comcastbusiness.net)
15:11.24An-iSociaLafternoon
15:11.25mgundesgood idea
15:12.05*** part/#oe An-iSociaL (~An-iSocia@75-148-218-90-Houston.hfc.comcastbusiness.net)
15:16.45stefan_schmidtmgundes: if you have access you should be able to add remote branches. Deleting is not allowed though. Needs to be done manually
15:16.59stefan_schmidtmgundes: Or use another git hoster. As you prefer
15:18.44mgundesI am trying to fork and test submit issue on github
15:49.37*** join/#oe vivijim (~vivijim@unaffiliated/vivijim)
15:52.50*** join/#oe nitink (~nitink@192.55.55.39)
16:05.17*** join/#oe Dodji (~musashi@torimasen.com)
16:13.55*** join/#oe zecke (~ich@91-65-246-230-dynip.superkabel.de)
16:29.25*** join/#oe GNUtoo (~GNUtoo@host40-58-dynamic.116-80-r.retail.telecomitalia.it)
16:32.30*** join/#oe anarsoul (~anarsoul@86.57.155.118)
16:48.10*** join/#oe vivijim (~vivijim@unaffiliated/vivijim)
17:14.38*** join/#oe eFfeM (~frans@a2038.upc-a.chello.nl)
17:17.06*** join/#oe Z3r0l3g (~Oleg@ip-195-88-138-71.dss-group.net)
17:27.14*** join/#oe rschus (~rschus@fb-n15-11.unbelievable-machine.net)
17:34.07Jin^eLDhmm has this been fixed in OE core? http://patches.openembedded.org/patch/14191/ I'm seeing the problem when building in a VM
17:37.54Jin^eLDcan i simply disable buildstats somehow?
17:42.54*** join/#oe anarsoul (~anarsoul@212.98.184.121)
17:47.30Jin^eLDhmm, could not find who is inheriting it... put an empty buildstats.bbclass in my layer :P
17:58.15kergothJin^eLD: a quick grep/ack shows that base.bbclass inherits it.
17:58.34*** join/#oe woglinde (~heinold@f052233247.adsl.alicedsl.de)
17:59.14Jin^eLDkergoth: yes I found that too but I do not know how to "uninherit" it
18:00.13*** join/#oe zecke (~ich@91-65-246-230-dynip.superkabel.de)
18:01.34Jin^eLDso I put an empty buildstats.bbclass in my layer to "wipe" over the default one
18:01.54woglindejo zecke
18:02.34zeckewoglinde: yo
18:02.58zeckewoglinde: did you hear about Taku yet? some small buildroot for Rasperry Pi and Qt5
18:03.24*** join/#oe kergoth_ (~kergoth@ip24-251-167-38.ph.ph.cox.net)
18:04.05woglindeno
18:04.20woglindehi kergoth
18:04.33kergoth_hey
18:06.07kergoth_i should really set up an irc proxy again
18:06.09kergoth_too many me's
18:09.51kergoth_Totally OT, but does anyone own a herman miller embody or steelcase leap? I'm trying to make up my mind between them and having a hell of a time
18:10.48*** join/#oe kergoth__ (~kergoth@ip24-251-167-38.ph.ph.cox.net)
18:10.52Jin^eLDdoes not even know what kergoth is talking about
18:10.58Crofton|workchairs?
18:11.45*** join/#oe rob_w (~bob@host-188-174-136-20.customer.m-online.net)
18:11.50khemkergoth_: too expensive for my taste
18:12.15kergoth_that's what i thought too, until I started having back problems
18:12.23kergoth_the $100 chair from staples isn't cutting it anymore
18:12.33kergoth_heh
18:12.45khemhmmm
18:13.30khemI have a good one at work I would recommend that to you if I knew the make and model
18:13.49khemI will take a look on it monday
18:13.53khemits really nice chair
18:13.53kergoth_cool, thanks
18:14.13Crofton|workI'm with kergoth, the cheaper chairs just suck
18:14.27mwesterhas discovered that fact, as well.
18:14.38kergoth_wishes he had used a better one 10 years ago and maybe his back wouldn't be as bad as it is now
18:14.43khemCrofton|work: I hardly sit on the chairs other than office one
18:14.55khemat home I dont sit at one place for long
18:15.10khemkergoth_: excercise :)
18:15.46kergoth_yeah, I'm working on that too
18:15.53kergoth_strengthening the core and working on flexibility should help
18:16.01khemhttp://hermanmiller.com/Products/Embody-Chairs
18:16.04kergoth_also standing a portion of the day helps a lot
18:16.17khemactually now I think my office chair is similar to the orange one in shape
18:16.27*** join/#oe zecke (~ich@91-65-246-230-dynip.superkabel.de)
18:17.10khemkergoth_: there are effective yoga postures for back
18:17.21khemI have myself tried that
18:17.26kergoth_hmm, sounds interesting
18:17.36khemand they also helped a friend with chronic back problem
18:17.52kergoth_i figured i'll start doing some basic stretching and warmup type exercises every morning
18:18.15recalcatigood morning, as I can compile many recipes in oe-core, gstreamer-ti there is no way. problem on fecth. I'm doing something wring?
18:18.44kergoth_fetch failures are usually caused by upstream locations removing the files
18:18.50woglindejupp
18:18.55recalcatiyes, but are ti related
18:18.58khemhttp://commons.wikimedia.org/wiki/File:02_Purna_Sarpasana.jpg
18:19.06woglinderecalcati hm?
18:19.19woglinderecalcati without errors we cannt tell
18:19.27woglindeand not all ti stuff is open available
18:19.32woglindefor some you have to register
18:19.38woglindeand download manually
18:19.43kergoth_haha. I decided to try importing the kernel tree into mercurial as a test of hg-git. it'll be done in 9 hours.
18:20.07woglindelol
18:20.39kergoth_is trying to get as comfortable with mercurial as he is with git, since they're so similar
18:21.11bluelightningkergoth_: I've had good results with rebuildyourback.com FWIW
18:21.15recalcatisee here  http://pastebin.com/ZKyx51WA
18:21.44recalcatiwoglinde: so I wait for ti, right?
18:22.17kergoth_bluelightning: thanks, I'll check that out
18:22.42kergoth_its getting to the point that the more time I spend in my computer chair, the more my lower back hurts the next day. like clockwork, every time
18:22.48bluelightningback trouble is an occupational hazard of our profession I fear :/
18:23.09khemtrue
18:23.14kergoth_indeed
18:23.32woglinderecalcati write to the meta-ti list
18:23.41kergoth_polar opposite of folks in construction, etc, who also have that srot of problem, but more due to stress on the body than inactivity
18:23.42woglindeor ask koen in #beagle
18:24.06khemkergoth_: yeah irony of life
18:24.22khemkergoth_: swimming also helps actually if you like swimming
18:24.50kergoth_hmm, that's an interesting idea, I don't do that much, maybe I should
18:25.25recalcatiwoglinde: is ok, I didn0t know there was that list. thx
18:25.31khemI am not a good swimmer so I struggle but I try weeklly once :)
18:25.38kergoth_more and more I'm taking to exercises that work more of the body, rather than the focused stuff like weight lifting machines do. better for flexibility, and all the muscles that those don't tend to use
18:25.49kergoth_swimming seems like it'd be a good chocie for that
18:25.56kergoth_heh
18:26.02kergoth_anyway
18:26.31khemI dont do weights since I dont want to look cool hunk :)
18:27.13kergoth_don't necessarily bulk up, depending on what you do. I've heard that weight lifting can increase how many calories you burn when at rest. dunno if thats true or not, but its certainly an interesting possibility
18:27.22kergoth_needs to finish reading the 4 hour body
18:27.57khemyes muscles are natural calorie burners thats true
18:28.15khembut then they need to be excercised as well
18:29.08kergoth_I'd really like to do more activities where the exercise / body improvement is a side effect. Easier to get motivated to, say, go hiking than to go to the gym
18:29.10kergoth_heh
18:29.38khemexactly
18:29.53khemand it has to be sustainable change
18:30.13khemsometimes one goes to gym for a while then stops for months
18:30.40kergoth_Yeah, I've never been able to sustain it in the long term :\
18:31.10JaMa|Offworks for me :)
18:33.08kergoth_I'm *terrible* at building habits. I don't even stick to a proper morning/evening routine every day
18:33.09kergoth_heh
18:33.46JaMa|Offkergoth_: and it's true that you're burning more at rest but only when your body is rebuilding muscles
18:34.03JaMa|Offkergoth_: so it takes training with higher intensity to get this effect
18:34.17*** join/#oe anarsoul (~anarsoul@212.98.184.121)
18:34.18khemanaerobic excercises
18:34.29JaMa|Offor at least interval training with some smaller part in anaerobic spectrum
18:35.33kergoth_ah, I see
18:36.50JaMa|Offbut wrt total amount of fat burned during excersises you shouldn't spend whole time in anaerobic, because the percentage of energy from fat is better with lower hr
18:37.05JaMa|Offand the anaerobic part is only to kick metabolism for few next days
18:37.08*** join/#oe morphis (~morphis@p5B31EC25.dip.t-dialin.net)
18:37.40kergoth_I have a different problem from many, I need to bulk up, I accidentally lost like 20 pounds over the past year due to improving our diet
18:37.41kergoth_heh
18:37.57woglindehm
18:38.25kergoth_gets back to code
18:38.36JaMa|Offgets back to beer
18:38.42woglindejama lol
18:38.49Crofton|workcurses cmake
18:38.57Crofton|workwell cmake+Qt
18:39.00JaMa|Offcurses staropramen
18:39.02woglindecrofton *g*
18:39.17woglindejama why you drink it
18:39.22woglindeeven we german avoid it
18:39.23*** join/#oe phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi)
18:39.36woglindeurpils krusovic
18:39.52JaMa|Offwoglinde: I'm visiting my father this weekend and he gave it to me..
18:39.58JaMa|Offbut normally it's not so bad
18:40.05woglindeuhm
18:40.31*** join/#oe e-ffi (~cybercom@HSI-KBW-109-192-122-205.hsi6.kabel-badenwuerttemberg.de)
18:41.31woglindehm so I hope this was the last error in meta-java
18:41.47JaMa|Offwoglinde: where lives meta-java?
18:41.53woglinde*g*
18:41.55woglindehere
18:42.02woglindeuntil the build finishes
18:42.12woglindethan I will push it to my github account
18:42.21JaMa|Off*g*
18:42.57woglindeneeds still some polish for PR stuff and some licenses mapping
18:43.40woglindeand of course updates to the newer icedtea releases
18:44.20*** part/#oe morphis (~morphis@p5B31EC25.dip.t-dialin.net)
18:45.02*** join/#oe SterNiX (~LessIsMor@unaffiliated/nu253r/x-0655220)
18:46.19*** join/#oe anarsoul (~anarsoul@212.98.184.121)
18:47.55*** join/#oe playya__ (~playya@unaffiliated/playya)
18:54.58woglindehms
18:55.01woglindetypo in llvm
18:56.11woglindehm how is the syntax to apply a patch only when uclibc and arm is used
18:57.25khemwoglinde: you need a python func I guess
18:57.43woglindehrms
18:57.48woglindeor you fix fenv quickly
18:57.54Jin^eLDdoes SRC_URI_append_uclibc no longer work?
18:58.03Jin^eLDI remember stuff like that worked in classic at least
18:58.04khemyes
18:58.15Jin^eLDah, uclibc AND arm...
18:58.15khembut he is asking for 2 overrides
18:58.28Jin^eLDyes, I was too slow on that :P
18:59.08woglindecrofton what was the problem with cmake and qt again?
18:59.14woglindemaybee its the problem I posted
18:59.17Crofton|workFindQt4 macro hates cross
18:59.31Crofton|workI am having to overrisde a bunch of stuff it should detect
18:59.34woglindewrong gcc-cross default c++ include path
18:59.39Crofton|workbasically the macro uses qmake
18:59.56Crofton|workbut won't pass qmake a spec file, so itreirns the build system paths into the sysroot
19:00.22woglindehm okay
19:01.26*** join/#oe anarsoul (~anarsoul@212.98.184.121)
19:01.31Crofton|workbasically, working out how to tell the macro where stuff is
19:02.14woglindekhem hm cannt I define a variable with _uclibc_append bla and use that in SRC_URI_arm_append ?
19:02.27Crofton|worktesting changes takes forever also
19:02.40Crofton|workif I turn on || make, usually the error message is ahrd to find
19:25.15*** join/#oe GNUtoo (~GNUtoo@host40-58-dynamic.116-80-r.retail.telecomitalia.it)
19:30.39*** join/#oe GNUtoo|laptop (~gnutoo@host40-58-dynamic.116-80-r.retail.telecomitalia.it)
19:40.06*** join/#oe JDuke128 (death@46.106.62.28)
19:43.45*** join/#oe pepermint (~pepermint@host239-87-dynamic.4-87-r.retail.telecomitalia.it)
19:49.28*** join/#oe Ceida (death@188.38.94.200)
20:14.34Crofton|workbluelightning, still awake?
20:29.03*** join/#oe florian (~fuchs@sign-4d09183f.pool.mediaWays.net)
20:29.03*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
20:31.54Jin^eLDin OE core, is meta-toolchain doing the same as in classic? and what exactly are the -sdk recipes?
20:32.18woglindesdk is for sdk
20:32.36Jin^eLDwhat is "sdk" in this sence?
20:33.09woglindesdk
20:33.18woglindesoftware development kit
20:33.20Jin^eLD"software development kit" - what is that?
20:33.34Jin^eLDyes I know the word ) but what is that in OE sence, what is the difference between -sdk and normal packages?
20:34.08woglindesdk has some special cases where native dont fit
20:34.45Jin^eLDI still do not really undstand the difference :P
20:35.06Jin^eLDbut it is NOT meta-toolchain? so that if I want to build a standalone toolchain for use outside of OE, then meta-toolchain is still the recipe I want?
20:35.58woglindecheckout if there is a .bb
20:36.00woglindefor it
20:36.05Jin^eLDI believe there is
20:36.48woglindeand its maybee using sdk class
20:37.06Jin^eLDI guess I'll try it out and see how it gos
20:43.43*** join/#oe Jay7 (jay@93.81.231.71)
20:52.38khemJin^eLD: yes meta-toolchain generated SDK
20:53.01Jin^eLDso the -sdk packages are actually *for* the meta toolchain?
20:53.18khemJin^eLD: in oe-core there should be nativesdk
20:54.38Jin^eLDand what is it? is it the same as meta-toolchain? I still seem not to understand the difference
20:55.15khemok. meta-toolchain is a meta target for sdk
20:55.47khemit will consist of packages for target as well as the host system on which sdk will run
20:55.59Jin^eLDok now I thik I get it
20:57.39khemso any image you have ending with -sdk will actually make sure that dev packages and toolchain compoents are packaged for that image
20:58.33*** join/#oe dos1 (~dos@unaffiliated/dos1)
20:58.54Jin^eLDaah, I see
20:59.14Jin^eLDso like an additional meta-toolchain target, but in a form of a rootfs
21:00.37khemright
21:00.56khembasically it will make the image debuggable
21:03.03*** join/#oe pespin (~pespin@123.pool85-50-24.dynamic.orange.es)
21:03.13Jin^eLDthanks for the pointers, I'll try that
21:04.10khemnativesdk packages are targetted for SDK_HOST
21:12.52khemwoglinde: I am not sure about if those _appends will work that way
21:13.20woglindehm yes
21:13.55woglindehm libiconv 1.14 is out
21:14.23*** join/#oe JDuke128 (~death@188.3.52.50)
21:46.45Jin^eLDthese udev -> glib / consolekit / systemd dependencies are so annoying :(
21:54.42kergoth_hacks on an hg equivalent to his git-cache bits
22:08.48*** join/#oe pespin_ (~pespin@123.pool85-50-24.dynamic.orange.es)
22:11.14bluelightningCrofton|work: still awake, was afk
22:14.57Crofton|workI made some progress with qt
22:15.09Crofton|workbasically, set lots of vars to tell findqt4 where stuff is
22:15.13Crofton|workit is gross
22:30.12*** part/#oe patrickg (~patrick@georgi-clan.de)
22:33.28*** join/#oe clockwize (~clockwize@84.93.169.13)
22:35.01bluelightningCrofton|work: hmm :/
22:35.42bluelightningI wonder if it would be more practical to patch FindQt4 so that you can specify a common path
22:37.28clockwizehi guys, i'm trying to do the getting started guide, i've gone through everything and now i'm on bitbake nano step and I get this: https://gist.github.com/1394583
22:37.33clockwizecan anyone advise?
22:52.38Crofton|workor adjust toolchain file
22:53.04*** join/#oe NvrBst (~NvrBst@gateway/tor-sasl/nvrbst)
22:53.04Crofton|workI'll be out tonight, I will send you updated bb file so you can see what I had to do
23:04.40bluelightningCrofton|work: ok thanks
23:07.40clockwizeanyone..
23:07.52clockwizeuclibc_0.9.30.3.bb syntax error?
23:14.28rob_wor a in classes/conf/roofs_....
23:15.00rob_wdid ur set work before ?

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