**** BEGIN LOGGING AT Sun Jan 13 02:59:59 2013 Jan 13 04:27:27 normalize_number() \o/ Jan 13 04:32:27 PaulFertser: If I understand correctly, you index on a derived value, by normalize_number()? Then of course you have to re-index as soon as somebody edits that function Jan 13 04:33:14 a proper RDBMS would probably guarantee that, for sqlite etc I'm not so sure about it Jan 13 05:58:46 DocScrutinizer05: yay! Jan 13 17:59:28 hi! Jan 13 18:00:41 is there a way to add everything from the work/.../package directory to FILES_${PN} except for some files? Jan 13 18:01:41 mhanne: why do you want this? Jan 13 18:01:49 i'm trying to bitbake ruby, and it basically works, only problem is it just won't put most of the files in the ipk Jan 13 18:01:59 mhanne: can you show me your recipe? Jan 13 18:02:27 mhanne: you have to install the files you want to package into ${D} within do_install Jan 13 18:03:05 mhanne: ah and maybe that helps: http://git.openembedded.org/openembedded/tree/recipes/ruby Jan 13 18:03:14 it just inherits autotools and sets FILES_${PN}-dbg += "${libdir}/ruby/1.9.1/*/.debug Jan 13 18:03:30 because the qa complained those .debug folders were still there.. Jan 13 18:04:11 am i supposed to explicitly name all the files i need? i'd rather go the other way, take everything at first and then drop what's not needed Jan 13 18:04:29 mhanne: no, you have to install the files you want Jan 13 18:04:39 autotools does this already for you Jan 13 18:04:49 so there are file missing or installed within the wrong package? Jan 13 18:05:07 yea that's what i thought.. but it seems to be missing the lib/ruby/1.9.1 dir Jan 13 18:06:34 i've looked at those files, but so far this seems to work.. http://paste.debian.net/224315/ Jan 13 18:07:32 mhanne: maybe you need some quirk in do_install to installed the missing files Jan 13 18:07:40 but can you take a look at the package workdir? Jan 13 18:07:53 do a find tmp-eglic/work/arm.../ruby.. Jan 13 18:07:58 morphis: yes.. what would be a good way to do that? Jan 13 18:08:02 yes the package dir is complete Jan 13 18:08:10 as i said, if i copy that to the phone, it runs Jan 13 18:08:30 ok, so things are going into the wrong package Jan 13 18:08:47 so when you just installed ${PN} package it is not working? Jan 13 18:09:04 oh.. you mean i should try installing the -dbg/-dev? Jan 13 18:09:44 yes Jan 13 18:10:59 hm, those are built from the dirs in packages-split, right? Jan 13 18:11:12 it's not in any of those either :/ Jan 13 18:12:38 ok Jan 13 18:12:44 than it's not installed Jan 13 18:12:49 but it's in package? Jan 13 18:13:28 yes Jan 13 18:15:46 could i just throw out the .debug folders after they are generated? (at what point is that exactly?) Jan 13 18:16:00 or disable the qa error? Jan 13 18:18:57 mhanne: you have to put the debug folders into the -dbg package Jan 13 18:19:36 mhanne: but in L17 of your recipe you should remove the last \ Jan 13 18:19:43 morphis: yes, i know.. that part seems to work.. Jan 13 18:20:13 oh ok.. but that shouldn't be a problem right? saw that somewhere else :p Jan 13 18:20:32 do it, otherwise it can have consequences :) Jan 13 18:20:44 hehe ok Jan 13 18:21:07 well i guess i'll just make a long list of files Jan 13 18:23:22 oh, another thing.. what's the quickest way to update a package, its ipk's AND the Packages index so opkg recognizes it? currently i'm building a whole image every time :) Jan 13 18:24:59 mhanne: the simplest thing is to bump PR/PV, build the new ipkg and copy it to the device + install it Jan 13 18:25:19 if you don't want to bump PR/PV you can remove the old package on the device and install the new one Jan 13 18:26:32 ok cool Jan 13 18:26:41 thanks for your help morphis :) Jan 13 18:27:51 mhanne: no problem Jan 13 18:47:46 JaMa|Off: I am currently doing the fso 0.12 release, so the recipe needs to be updated and slyon already indicated he wants to do this Jan 13 18:52:26 ok Jan 13 20:26:18 morphis, hi Jan 13 21:06:33 GNUtoo-hplaptop: heyho Jan 13 21:07:04 what should I do for crespo when I'll have time? Jan 13 21:08:28 do you still have interest in it? Jan 13 21:08:33 I do not Jan 13 21:10:37 ah ok Jan 13 21:10:39 yes I do Jan 13 21:11:50 I see no point in trying hard to support a device and stopping at one step before it works Jan 13 21:13:08 yes I know what you mean :) Jan 13 21:13:16 GNUtoo-hplaptop: so the problem is still audio routing? Jan 13 21:13:25 yes Jan 13 21:13:55 the plugin I wrote does not work anymore? Jan 13 21:15:19 I tried it and it wasn't enough Jan 13 21:15:35 should I retry it now Jan 13 21:15:36 ? Jan 13 21:20:23 morphis, ^^^ Jan 13 21:32:17 GNUtoo-hplaptop: I completely missing the overview over this things Jan 13 21:32:57 basically what's lacking is audio(especially during telephony) Jan 13 21:33:10 what fso has to do is to switch scenarios Jan 13 21:33:18 and to keep the audio working Jan 13 21:33:25 but it cannot switch scenario Jan 13 21:33:31 because the CODEC is off at start Jan 13 21:33:38 and you need to manually do that: Jan 13 21:33:43 1) record something Jan 13 21:33:47 2) alsamixer Jan 13 21:33:55 set codec lock and good paths Jan 13 21:34:02 3) you probably have audio Jan 13 21:34:11 but that is very manual Jan 13 22:11:33 ah right SerialICE cannot work Jan 13 22:11:39 half broken Serial Jan 13 22:11:56 I should repair that first I guess **** ENDING LOGGING AT Mon Jan 14 02:59:59 2013