**** BEGIN LOGGING AT Mon Jun 03 02:59:58 2013 Jun 03 07:48:15 good morning Jun 03 08:20:32 morning all# Jun 03 08:23:00 bluelightning: morning Jun 03 08:26:12 hi jackmitchell Jun 03 09:25:49 Hello everybody. I want to make my rootfs readonly to protect it from corruption and add another writable partition. I did some researches and it seems that mounting root with unionfs would do what I need. Did anybody try it or did something similar ? Jun 03 09:45:09 vadmeste: there is read-only-rootfs support without unionfs in current OE-Core Jun 03 09:45:44 vadmeste: just need to have read-only-rootfs in IMAGE_FEATURES Jun 03 09:55:20 bluelightning: thanks for responding, but I would ask if that feature will allow programs to write in /tmp and /var directories ? will it create a new partition ? Jun 03 09:56:09 vadmeste: /tmp and parts of /var are already mounted as tmpfs, so that isn't a problem... it's only if programs try to write outside those locations Jun 03 09:57:06 obviously unionfs (or something like it) would be a better choice for some situations Jun 03 10:09:19 Hi Jun 03 10:09:53 Is it possible to override "IMAGE_CMD_ubi" from images_types.bbclass? Jun 03 10:10:58 defining the command in local.conf doesn't seem te work (I want the autoresize flag not set on the resulting ubi image) Jun 03 11:07:39 Hi Jun 03 11:07:49 I have basic question in OE Jun 03 11:08:08 I knew that bitbake uses makefile Jun 03 11:08:34 is there anything which can't be done in Makefile and can be done in Bitbake Jun 03 11:08:36 tsjsieb: build ubifs instead Jun 03 11:09:19 what is the advantage of OE in terms of speedy building? Jun 03 11:15:50 I've build a meta-toolchain but I can't figure out how to get it to work in Eclipse/Netbeans, is there any guide available? Jun 03 11:48:47 morning all Jun 03 12:02:06 hi pb_ Jun 03 12:26:06 hi bluelightning Jun 03 12:38:28 JaMa, can you email me the gnuradio failure direct? things are a little hectic atm, but i would like to get this fixed Jun 03 12:42:31 Crofton|work: probably the same as last time, but I'll send it Jun 03 12:42:42 thanks Jun 03 12:42:52 we have a gnuradio hackfest this week Jun 03 12:42:57 so i should get time to look into it Jun 03 12:43:23 but it is a little craxy at the same time Jun 03 12:44:13 sent Jun 03 12:44:17 awesome Jun 03 14:07:38 OE DNS cost for last month: $0.50 per 1,000,000 queries for the first 1 Billion queries 1,771,698 Queries 0.89 Jun 03 14:08:27 Crofton: huh, we have DNS costs per query? Jun 03 14:09:05 That is weird Jun 03 14:10:42 Crofton: 50 cents a query?! Jun 03 14:10:57 no, 50c per billion or something Jun 03 14:11:05 oh, I misread Jun 03 14:11:13 we moved form dotster dns, which sucks, to amazon route 53 Jun 03 14:11:25 which makes control much more predictable for us Jun 03 14:11:32 interesting Jun 03 14:11:34 and 50c per month Jun 03 14:11:44 so it looks like 1-2 usd per month Jun 03 14:11:56 which is competitive with the dotster pricing Jun 03 14:11:59 not too bad Jun 03 14:12:03 yeah Jun 03 14:12:10 which is only like 2 uk pennies anyway ;) Jun 03 14:12:17 and it makes it easier for me to delegate access Jun 03 14:12:20 rofl Jun 03 14:12:33 stefan_schmidt_w: if only our currency were that strong :p Jun 03 14:12:52 if it makes your life easier that is all fine. It just sounded weird to me :) Jun 03 14:13:25 bluelightning: I wait for it to raise again. Need to transfer some money to Germany soon :) Jun 03 14:13:43 bluelightning: exchange rate was way better half a year ago Jun 03 14:15:54 I remember when it was 3 to 1 GBP to NZD... holidays in the UK were expensive Jun 03 14:16:06 NZD to GBP Jun 03 14:16:07 that is Jun 03 14:17:19 I was kind of nervous about the number of hits DNS would get, so this is a relief :) Jun 03 14:17:39 bluelightning: well, I still think that everything is expensive here in UK anyway Jun 03 14:17:57 stefan_schmidt_w: it is indeed... Jun 03 14:18:13 especially rents Jun 03 14:18:15 Crofton: Could have been quite some bad surprise :) Jun 03 14:18:37 bluelightning: don't get me started on that. Just nuts. Jun 03 14:18:40 yeah :) ka6sox guessed it would be sane though and I believe him Jun 03 14:19:08 heh Jun 03 14:24:56 what did I do this time>??? Jun 03 14:25:22 ka6sox: gave good advice it seems :) Jun 03 14:26:26 I guess there is a first time for everything.... Jun 03 14:26:51 sane estimate of dns usage :) Jun 03 14:27:09 excellent...glad to hear it. Jun 03 14:30:19 I need something to selectively re-tweet things with certain hash tags. Any ideas? Jun 03 16:09:13 gcc 4.8.1 released, with 91 bugfixes Jun 03 16:19:35 and probably some new bugs as well Jun 03 16:19:37 d: Jun 03 16:28:23 hrw: well, if it has less regressions than 4.8.0 that would be an improvement :) Jun 03 16:28:34 o yes! Jun 03 23:13:42 people are so talkative on Mondays... Jun 04 00:21:12 is there some way to lock bitbake to a particular set of versions of stuff, so that i'm not tracking the latest git all the time and having stuff break randomly and unpredictably? Jun 04 00:21:28 i.e. i do not like seeing 0: linux-mainline-3.8.13-r23a do_fetch Jun 04 00:21:42 whatever kernel i had yesterday when i built, i'd like it to be the exact same one today, please. Jun 04 00:22:57 i suspect this is a devshell question, actually Jun 04 00:29:05 oh gawd, i see it. it's buried in the recipies git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;branch=master Jun 04 00:29:22 i'll have to go through every single recipe and change branch=master to some specific commit :-/ Jun 04 00:30:38 * muhoo runs screaming from bitbake to the relative sanity of repo Jun 04 00:31:12 most recipes don't track the head of a branch, and those that do can be overridden from your config Jun 04 00:31:21 see the SRCREV variables Jun 04 00:35:38 nice, thanks Jun 04 02:56:36 ka6sox, ping Jun 04 02:56:55 apparently you are banned from the gsoc list over spam Jun 04 02:58:15 ya, I see that....trying to fix it now Jun 04 02:58:35 its the 3rd compromise I've seen in 3 days. Jun 04 02:59:15 not mine... Jun 04 02:59:27 but mine got compromised it seems from someplace **** ENDING LOGGING AT Tue Jun 04 02:59:59 2013