**** BEGIN LOGGING AT Thu Jun 25 02:59:57 2009 Jun 25 03:14:09 adding debug info to the build bloated the space requirements Jun 25 03:14:16 now one build occupied 34 Jun 25 03:14:18 G Jun 25 04:43:15 khem: I guess a bit of that is expected. Are you using rm_work? Jun 25 05:43:28 Laibsch: 34G for build space ? Jun 25 05:43:33 is that expected Jun 25 05:44:08 I was referring to "adding debug info to the build bloated the space requirements" Jun 25 05:44:13 I am not using rm_work Jun 25 05:44:14 that is expected Jun 25 05:44:26 if space is an issue for you, you should Jun 25 05:44:34 or if it is becoming one, you should Jun 25 05:45:04 well for me I disabled -ggdb3 Jun 25 05:45:26 9M cc1 is 200M with debug info Jun 25 05:45:44 I think we should not make it default IMO Jun 25 05:45:45 yes, there was a mail about this from RP on the list Jun 25 05:46:06 the discussion came to the consensus it was meaningful Jun 25 05:46:27 34G is too Gross IMO I generally keep several builds on my 100G laptop disk and now I can only have 2 Jun 25 05:46:49 why not try rm_work Jun 25 05:46:51 ? Jun 25 05:48:56 rm_work will delete the build trees right Jun 25 05:49:31 I use build trees atleast for gcc etc to run tests Jun 25 05:50:20 I am expecting many people to complain about this change soon. Jun 25 05:53:09 could be Jun 25 05:53:18 and the change may be reverted Jun 25 05:53:31 I don't have an issue because I don't do debug builds Jun 25 05:53:35 so I can't comment Jun 25 05:55:50 Shrug, the other side is 1.5TB disks are like $150USD Jun 25 05:56:00 So who cares about disk space anymore Jun 25 05:57:44 bbt :) Jun 25 05:58:51 Tartarus: I find removing -ggdb3 easier Jun 25 06:01:43 Tartarus: Well, I do. Even if things have gotten cheap, there is no need for waste. It still has to be balanced. My laptop still has only 40G with a 25G home partition. Jun 25 06:01:59 and of course, there's other things on there than just OE Jun 25 06:04:49 Like in my prev job it was a monolithic software which broke 2GB file mark and the solution was to upgrade work stations to 64bit Jun 25 06:05:49 I thought breaking it down or even looking at debug info bloat would have saved millions Jun 25 06:13:07 git fetch git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Jun 25 06:13:15 doesnt work for me Jun 25 06:14:13 fatal: Not a git repository Jun 25 06:33:46 I ran out of diskspace on my laptop doing an OE build :) Jun 25 06:34:59 I guess I need to work out how to turn off debug builds Jun 25 06:35:36 Crofton: is strange to hear from you at early morning ;-) Jun 25 06:35:42 heh Jun 25 06:35:43 yeah Jun 25 06:35:49 good morning Jun 25 06:35:50 I am in Berlin at Linuxtag Jun 25 06:35:53 gm Jun 25 06:35:59 time for breakfast Jun 25 06:36:02 bbl Jun 25 06:49:09 anybody could ack this please? http://patchwork.openembedded.org/patch/793/ Jun 25 08:18:00 Hi guys .... I'm building a recipe for VTK (Kiwtware Visualization toolkit). since it need to run some executables during the build I have compiled VTK natively (outsie oe) and then I just copy the relevant executable in prior to build. That works nicely. What would be the correct way to automate that with OE and how to I avoid installing stuff. I only want to stage some binaries for the target build to use. Jun 25 08:37:14 jo mickeyl Jun 25 08:37:24 servus Jun 25 09:03:21 hail zecke, mickey|linuxtag Jun 25 09:05:21 jo pb Jun 25 09:06:28 ho! Jun 25 09:06:35 woglinde: what time is it in europe? Jun 25 09:06:57 zecke 11 a.m. Jun 25 09:15:21 good morning Jun 25 09:15:30 do13: hey! Jun 25 09:15:48 hi holger Jun 25 09:17:01 pb_: ping Jun 25 09:25:08 hi do13 Jun 25 09:25:31 hi pb_, do you have a sec ? Jun 25 09:26:54 gcc segfaults, if i compile with -march=armv5te -mthumb Jun 25 09:27:02 I don't understand this patch http://cgit.openembedded.net/cgit.cgi/openembedded/tree/recipes/gcc/gcc-4.3.3/fix-ICE-in-arm_unwind_emit_set.diff Jun 25 09:28:12 e1 is definitly uninitialized Jun 25 09:30:54 do13: agreed, that patch does look completely bogus Jun 25 09:31:19 let me see where it came from Jun 25 09:33:18 seems that it was added by koen back in 2006 (!) Jun 25 09:33:53 the patch was originally against gcc 4.1.1 and it seems just to have been carried forwards in oe due to inertia. if it was any good then I would have expected it would have been applied upstream by now. Jun 25 09:33:58 I think it should be deleted. Jun 25 09:34:52 hi pb_ Jun 25 09:34:53 yo z. Jun 25 09:34:57 greetings do13 Jun 25 09:35:27 hi mickey|linuxtag Jun 25 09:36:54 pb_: I guess this was the original patch http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00805.html Jun 25 09:36:57 yeah Jun 25 09:37:03 I just found that message. Jun 25 09:37:17 the original patch against 4.1.1 was good, and was indeed applied upstream. Jun 25 09:37:24 and later it moved into thumb_pushpop Jun 25 09:37:41 what seems to have happened is that the patch stayed lying around in oe, and at some point it got adjusted to apply to the wrong function Jun 25 09:37:42 hm why we didnt catch that earlier Jun 25 09:37:54 which, of course, didn't compile, so someone added these bogus local vars. Jun 25 09:38:22 I think so Jun 25 09:38:29 so, anyway, the conclusion is the same: the patch in its current form is bogus and should be deleted. Jun 25 09:38:42 (from 4.3.x and 4.4.x, probably from 4.2.x as well) Jun 25 09:38:53 who will do this? Jun 25 09:39:05 do13 do you have write access? Jun 25 09:39:30 yes Jun 25 09:40:46 I don't know about 4.2.x Jun 25 09:41:04 there is no rtx e1 inside the patch Jun 25 09:42:09 for 4.2.x, the best thing would be to check the gcc changelog and see if Brook's patch was already applied or not Jun 25 09:42:19 if not, we should keep it in oe. if yes, we should delete it. Jun 25 09:43:10 and of course, if we keep it we should check that it is actually applying to the right place :-} Jun 25 09:43:21 do13 but for gcc-4.3.x you could start Jun 25 09:43:51 indeed Jun 25 09:51:32 It's already in 4.2.1 http://gcc.gnu.org/viewcvs/tags/gcc_4_2_1_release/gcc/config/arm/arm.c?view=log rev 117056 Jun 25 09:53:06 I'll remove the patch starting from 4.2.1 Jun 25 09:59:21 but I really wonder why we didnt catch that earlier Jun 25 09:59:32 could anybody ack this please? http://patchwork.openembedded.org/patch/793/ Jun 25 10:00:37 woglinde I've seen the crash only with -march=armv5te -mthumb Jun 25 10:00:59 mckoan for dev? Jun 25 10:01:02 or stable Jun 25 10:01:13 mckoan for dev you can check it in Jun 25 10:01:17 woglinde: dev thanks Jun 25 10:01:47 woglinde: "check it in"? what do you mean? Jun 25 10:02:03 mckoan into the git repo Jun 25 10:02:30 do13: I remember having built thumb for armv5te, then was reverted to arm Jun 25 10:02:39 iirc was pre gcc-4.3 Jun 25 10:03:02 koen and XorA had issues Jun 25 10:03:07 mckoan ack for dev should be only needed if you touch core components and if you are unsure Jun 25 10:03:21 or Jun 25 10:04:37 woglinde: apparently mckoan doesn't have write access to the repo Jun 25 10:05:13 mckoan: you could try asking mickey|linuxtag nicely, maybe he could grant you the privs. otherwise I can check your patch in if you want. Jun 25 10:06:04 pb_: thanks, a check would be enough at the moment Jun 25 10:06:29 pb_: I'll ask RW access next week after linuxTag :-) Jun 25 10:07:02 do you mean just a check, or check in? Jun 25 10:07:11 if the former, the patch looks fine to me. Jun 25 10:07:12 check in :-) Jun 25 10:07:27 okay, just a moment Jun 25 10:07:47 np when you have time, I'm not in a hurry Jun 25 10:08:45 lunch Jun 25 10:08:52 no thanks Jun 25 10:09:11 03Marco Cavallini  07org.openembedded.dev * r0294155021 10openembedded.git/recipes/images/x11-jvm-image.bb: Jun 25 10:09:11 recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM)' Jun 25 10:09:11 Signed-off-by: Marco Cavallini Jun 25 10:09:21 there you go Jun 25 10:09:37 thank you Jun 25 10:12:11 mckoan: if you want access, please ask for it on oe-devel with a pointer to your previous contributions Jun 25 10:36:51 morning all Jun 25 10:40:18 which distro do you use on OE ? only the angstrom or a different one ? Jun 25 10:41:21 micro Jun 25 10:41:42 advantages ? Jun 25 11:00:24 I use angstrom, my lesson learned with OE is : stick to all the default, and with luck, only 1/2 of the packages are borken :> Jun 25 11:02:51 umm i do not like angrstrom at all Jun 25 11:03:29 re Jun 25 11:04:04 i am curious about "micro", who is using it and how he feels with it Jun 25 11:04:32 flameman: ask pb_ ;) Jun 25 11:04:44 03ghost  07org.openembedded.dreambox * r84a456a1a4 10openembedded.git/packages/linux/ (2 files in 2 dirs): enable llsc for 7405 Jun 25 11:04:45 03ghost  07org.openembedded.dreambox * rb1dac8e667 10openembedded.git/packages/gstreamer/ (3 files): gstreamer: add latest bad / base / ugly release bb files Jun 25 11:04:46 03Fraxinas  07org.openembedded.dreambox * r1de237b821 10openembedded.git/: Merge branch 'org.openembedded.dreambox' of git://git.openembedded.net/openembedded into org.openembedded.dreambox Jun 25 11:04:47 03Felix Domke  07org.openembedded.dreambox * r210e54f2bf 10openembedded.git/: Merge branch 'org.openembedded.dreambox' of git://git.opendreambox.org/git/fraxinas/opendreambox-1.5 into org.openembedded.dreambox Jun 25 11:04:48 :) Jun 25 11:04:50 03Fraxinas  07org.openembedded.dreambox * rd801776728 10openembedded.git/packages/gstreamer/ (gst-plugins-base_0.10.23.1.bb gstreamer_0.10.23.1.bb): gst-plugins-base: add >= ${PV} RDEPENDS for gstreamer (core) Jun 25 11:04:54 03Fraxinas  07org.openembedded.dreambox * r7bb813bf45 10openembedded.git/packages/gstreamer/gstreamer_0.10.23.1.bb: gstreamer: fix buggy line order Jun 25 11:04:57 03Fraxinas  07org.openembedded.dreambox * r3b5a456504 10openembedded.git/: Merge branch 'org.openembedded.dreambox' of git://git.openembedded.net/openembedded into org.openembedded.dreambox Jun 25 11:05:00 03Fraxinas  07org.openembedded.dreambox * r4b188c6513 10openembedded.git/packages/projectx/ (3 files in 2 dirs): projectx: add recipe for recent source (fixes crash on trying to demux TS recordings with 48k mono mp2 audio streams) Jun 25 11:05:23 03ghost  07org.openembedded.dreambox * r513aca2c11 10openembedded.git/packages/gstreamer/ (2 files in 2 dirs): gst-plugins-good_0.10.15.bb: backport matroskademux memleak fix Jun 25 11:05:23 03Felix Domke  07org.openembedded.dreambox * rbd97409f92 10openembedded.git/: Merge branch 'org.openembedded.dreambox' of git://git.opendreambox.org/git/ghost/opendreambox-1.5 into org.openembedded.dreambox Jun 25 11:11:53 buserror pfffffffffffffffffffff Jun 25 11:31:24 it's simply not true..4ngstr0m is not 3vil Jun 25 11:32:19 if the packages are broken, well this is for any distro Jun 25 11:37:25 emsa-dri fail compiling with this error : http://pastebin.ca/1474112 Does anyone have an idea of what might be wrong ? Jun 25 11:37:36 I ment mesa-dri Jun 25 11:40:36 looks like a header mismatch of some kind. wrong libdrm maybe? Jun 25 11:44:48 03Dirk Opfer  07org.openembedded.dev * r7d4e6e08a4 10openembedded.git/recipes/gcc/ (17 files in 9 dirs): Jun 25 11:44:48 gcc: get rid of fix-ICE-in-arm_unwind_emit_set.diff Jun 25 11:44:48 Remove fix-ICE-in-arm_unwind_emit_set.diff from gcc versions >= 4.2.1 Jun 25 11:44:48 upstream gcc already includes this fix. Jun 25 11:44:48 Instead of patching arm_unwind_emit_set the patch was modified and slipped into Jun 25 11:44:50 thumb_pushpop and can cause a gcc segfault. Jun 25 11:44:54 Signed-off-by: Dirk Opfer Jun 25 11:46:24 pb_: I was trying yesterday to have bitbake skip recipes (2.4 kernels) using COMPATIBLE_MACHINE = "". For some reasons (I guess I see why, see base.bbclass) it did not work. To have effectively the ignore / less packages parsed I had to do COMPATIBLE_MACHINE = "none". Better ways? Jun 25 11:47:27 see this commit: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=e141e38cd9daeb89f3aa563ed31845ee4c1b4faf Jun 25 11:47:47 *g* I should write a proposal to remove all 2.4 kernel recipes Jun 25 11:47:53 btw I realize now other kernels for zaurus need cleaning.. Jun 25 11:48:02 woglinde: simpad too ! Jun 25 11:48:17 ant simpad is working with kernel-2.6.28 Jun 25 11:48:28 and you are right Jun 25 11:48:34 I will delete the old ones Jun 25 11:48:41 they are in the archives Jun 25 11:48:53 if one really needs them Jun 25 11:49:24 at least for Zaurus, someone is still using some of them Jun 25 11:49:33 it seems Jun 25 11:50:32 but there is only one distro using 2.4 kernels: sharprom-compatible. So I'd put all old stuff there Jun 25 12:04:06 pb_: will try another libdrm version Jun 25 12:42:52 pb_: hmmm trying libdr_2.3.0 did not help .... any other sugestings? I don't knwo the exact relationship between X,mese,libdrm,kernel so I'm a little bit confused. Jun 25 13:07:53 mickey|linuxtag: do you happen to know any airlines that fly to Frankfurt-Main from London? Jun 25 13:08:28 Lufthansa for sure Jun 25 13:08:34 let me check the frankfurt airport site for more Jun 25 13:09:05 british airways as well Jun 25 13:09:14 direct flights Jun 25 13:09:31 yah, I was hoping for one a bit cheaper than lufthansa. germanwings fly to Köln-Bonn and stuttgart but then you seem to have a 1h30 ride on the ice. Jun 25 13:09:38 ah right, british airways might be worth a look Jun 25 13:10:16 ryanair, of course, fly to "Frankfurt" Hahn but then you have to drive for 1h30 to get to the city itself :-} Jun 25 13:10:48 ya, that makes no sense Jun 25 13:11:29 you could also check with two more Jun 25 13:11:29 i see codesharing w/ LH Jun 25 13:11:29 British Midland International Jun 25 13:11:29 and Jun 25 13:11:30 Uniited Airlines Jun 25 13:11:54 great, thanks Jun 25 13:33:29 Does anyone have software rendering working with xorg-1.6.1 mesa-7.2 and libdrm-2.3.1 ? Jun 25 14:21:25 morning Jun 25 15:02:08 03ghost  07org.openembedded.dreambox * rce7e1fb1d9 10openembedded.git/packages/aio-grab/aio-grab.bb: aio-grab.bb: push srcdate Jun 25 15:02:08 03ghost  07org.openembedded.dreambox * r32e85b2006 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: dreambox-dvb-modules.bb: update dm800 and dm8000 drivers.. some bugfixes.. more details later on enigma2-devel mailinglist Jun 25 15:02:09 03ghost  07org.openembedded.dreambox * rb8f7e50d1a 10openembedded.git/packages/libdreamdvd/libdreamdvd.bb: libdreamdvd.bb: push srcdate Jun 25 15:03:13 03ghost  07org.openembedded.dreambox.release_25 * r9e1640e656 10openembedded.git/packages/enigma2/enigma2.bb: enigma2.bb: small changes for modem plugin Jun 25 15:03:14 03ghost  07org.openembedded.dreambox.release_25 * r41069787c2 10openembedded.git/packages/dreambox/ (7 files in 2 dirs): add dreambox-modem-ppp-scripts package Jun 25 15:03:15 03ghost  07org.openembedded.dreambox.release_25 * ra80c9580d4 10openembedded.git/packages/dreambox/dreambox-modem-ppp-scripts/options: add user to options Jun 25 15:03:15 03ghost  07org.openembedded.dreambox.release_25 * r777ff5fad5 10openembedded.git/packages/gstreamer/ (2 files in 2 dirs): gst-plugins-good_0.10.14.bb: backport matroskademux memleak fix Jun 25 15:03:18 03ghost  07org.openembedded.dreambox.release_25 * r5d76e7ec64 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: dreambox-dvb-modules.bb: use latest drivers for dm800/dm8000 Jun 25 15:03:21 03ghost  07org.openembedded.dreambox.release_25 * re1af36b4af 10openembedded.git/packages/libdreamdvd/libdreamdvd.bb: libdreamdvd.bb: push srcdate Jun 25 15:03:24 03ghost  07org.openembedded.dreambox.release_25 * r741b50358d 10openembedded.git/packages/aio-grab/aio-grab.bb: aio-grab.bb: push srcdate Jun 25 15:03:29 03ghost  07org.openembedded.dreambox.release_25 * r6c4c26328e 10openembedded.git/packages/enigma2/enigma2-plugins.bb: enigma2-plugins.bb: push srcdate Jun 25 15:03:32 03Fraxinas  07org.openembedded.dreambox.release_25 * r29d116f1fd 10openembedded.git/packages/projectx/ (3 files in 2 dirs): projectx: add recipe for recent source (fixes crash on trying to demux TS recordings with 48k mono mp2 audio streams) Jun 25 15:03:36 03ghost  07org.openembedded.dreambox.release_25 * rc1dc7af215 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: dreambox-dvb-modules.bb: update dm800 and dm8000 drivers.. some bugfixes.. more details later on enigma2-devel mailinglist Jun 25 15:03:42 03ghost  07org.openembedded.dreambox.release_25 * r06d94b5a2a 10openembedded.git/packages/dreambox/dreambox-secondstage.bb: dreambox-secondstage.bb: use latest 2ndstage for dm800 Jun 25 15:03:47 03ghost  07org.openembedded.dreambox.release_25 * r6ceb912e9a 10openembedded.git/packages/enigma2/enigma2.bb: enigma2.bb: push srcdate Jun 25 15:03:50 03ghost  07org.openembedded.dreambox.release_25 * ra7438f1042 10openembedded.git/packages/enigma2/enigma2.bb: enigma2.bb: add gst-plugin-app Jun 25 15:03:53 03ghost  07org.openembedded.dreambox.release_25 * ra20fedb99d 10openembedded.git/packages/libdreamdvd/libdreamdvd.bb: libdreamdvd.bb: push srcdate Jun 25 15:36:49 hey all... i had a question about meta-packages... I have a recipe defining a bunch of DEPENDS, the idea being that I build (and package) these dependent recipes... but do_package is never called for them. How can I force bitbake to package them too? Jun 25 15:36:55 any help is appreciated Jun 25 15:37:38 everyone at linuxtag? Jun 25 15:41:55 jconnolly: BB_DEFAULT_TASK = "buildall" in local.conf Jun 25 15:42:06 iirc still actual http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-November/003647.html Jun 25 15:47:49 ant_work: thanks a lot Jun 25 16:06:51 Any ideas, why my 2.6.30 on gumstix is not creating /dev/ttyUSBx device for option serial driver? Jun 25 16:07:09 some udev.rules magic, I assume. Jun 25 16:13:33 anyone seen something like this: | powerpc-angstrom-linux-ld: u-boot: section `.text' can't be allocated in segment 0 Jun 25 16:13:39 with gcc 4.4.0 Jun 25 16:13:40 ? Jun 25 16:34:55 im going to try latest binutils Jun 25 17:03:16 the latest non-svn binutils fixed it Jun 25 17:03:39 i got the dht-walnut patch adjusted for u-boot 1.2.0 also btw Jun 25 17:03:43 im about to test it Jun 25 17:06:47 hey alright it works Jun 25 17:06:48 cool Jun 25 17:07:02 im going to see how far i can get the patch up-ported Jun 25 17:22:38 Hi, all! Jun 25 17:23:11 Had anybody here brought up empty OMAP3530 board? Jun 25 17:24:47 I already managed to configure it to boot from serial, but I was unable to find any test program to flip some GPIO or put characters to serial port Jun 25 17:26:39 I'm interested in any OMAP35xx, because, as I see, there's no Open Source JTAG tools ar any debugging possible, and windows tools are quite problematic to use. Jun 25 17:49:30 there is a stack of patched ready for someone with commit right on my git tree. all freshly rebased. libftdi, openrdate, ndb, curl, picocom, tinc, and a new kernel recipe for sheevaplug : http://repo.or.cz/w/openembedded/mini2440.git?a=shortlog;h=refs/heads/for-upstream-dev Jun 25 17:49:43 don't fall over yourselves Jun 25 17:50:27 hmm, why the --disable-maintainer-mode, out of curiosity? Jun 25 17:52:07 where ? Jun 25 17:53:29 the tinc recipe Jun 25 18:06:05 it's the same as the 1.02 recipe, and well maintainer mode is rather useless on the device L> Jun 25 18:07:07 buserror? Jun 25 18:07:17 maintainer mode is a function of the buildsystem, it exists as an option to every configure script, and has nothing to do with the output of the build Jun 25 18:07:29 woglinde, still trying to find a taker for my patch stack :> Jun 25 18:08:14 bus error hm Jun 25 18:08:33 buserror are they in patchwork? Jun 25 18:08:39 maybee today I have some time Jun 25 18:08:42 http://repo.or.cz/w/openembedded/mini2440.git?a=shortlog;h=refs/heads/for-upstream-dev Jun 25 18:12:06 ah, hm. we should probably be setting --disable-maintainer-mode globally for any configure.in/ac that defines AM_MAINTAINER_MODE, since our regeneration of things is explicit, not implicit Jun 25 18:12:13 * kergoth_ 'll add to his list for his autotools class rework Jun 25 18:12:39 kergoth *g* Jun 25 18:13:42 buserror the 6 from top? Jun 25 18:14:30 * kergoth_ mulls over how well we could arrange things to avoid regeneration of bits that haven't changed.. not sure if aclocal is smart enough Jun 25 18:15:42 woglinde, I'm not sure any of that series was ever checked in.. Jun 25 18:16:30 woglinde, first one is 93f6f854d096bc39a90ce204de25e8d32943a9d6 Jun 25 18:17:12 buserror then please send the patches you want in to the oe-devel list Jun 25 18:17:18 and I will add them Jun 25 18:27:56 * BusError is not on the mailing list :> Jun 25 18:28:11 never mind Jun 25 18:28:23 ????? Jun 25 18:28:31 hm but thats our workflow Jun 25 18:28:49 thats file no worries Jun 25 18:28:52 fine Jun 25 18:29:02 from your repo I dont see which patches I should integrate Jun 25 18:40:06 hmm is there a way to override OE wanting "gnome-terminal" for bitbake -c menuconfig ? Jun 25 18:40:30 * BusError uses lxde, got rid of the bloaty UIs Jun 25 18:42:34 local.conf, I think Jun 25 18:42:55 check TERMCMD/TERMCMDRUN vars? Jun 25 18:43:27 * BusError is grepping Jun 25 18:44:16 http://cgit.openembedded.org/cgit.cgi/openembedded/tree/conf/bitbake.conf#n553 Jun 25 18:46:17 yup found it. added it to the local.conf Jun 25 18:48:29 was Jun 25 18:48:54 sorry wrong window Jun 25 19:20:29 hm qt 4.5.2 is out Jun 25 19:21:44 03Julien 'Ainulindale' Cassignol  07shr/import * re1d612da4a 10openembedded.git/recipes/shr/shr-splash-theme-dociswatchingyou_git.bb: Jun 25 19:21:44 Removed splash theme per childish request. Jun 25 19:21:44 Signed-off-by: Julien 'Ainulindale' Cassignol Jun 25 19:27:43 03Julien 'Ainulindale' Cassignol  07shr/import * r2e07d5d0da 10openembedded.git/recipes/tasks/task-shr-feed.bb: Jun 25 19:27:43 task-shr-feed: Fixed feed due to package removal. Jun 25 19:27:43 Signed-off-by: Julien 'Ainulindale' Cassignol Jun 25 19:35:10 hi all Jun 25 19:40:47 he florian Jun 25 19:41:36 hi woglinde, hi mickey|linuxtag Jun 25 19:41:59 florian I heard you had bought your whole family with you Jun 25 19:42:02 to the linuxtag Jun 25 19:42:21 I will do this on satuarday Jun 25 19:42:32 yo florian Jun 25 19:42:47 hmm Jun 25 19:42:52 mickey|train: ?? Jun 25 19:42:54 woglinde: not exactly... three of four Jun 25 19:42:59 ah, so .org works, but sends the user to .net Jun 25 19:43:01 mickey|linuxtag: heh Jun 25 19:43:12 he crofton Jun 25 19:43:15 split personality Jun 25 19:43:17 hi Jun 25 19:44:00 crofton we will see tomorrow Jun 25 19:44:06 us Jun 25 19:44:27 great Jun 25 19:45:22 do we need some more devices like my simpad? Jun 25 19:47:22 might be interesting... in fact i brought about two times the devices we need to fill the demo point completely Jun 25 19:47:43 *g* Jun 25 19:47:49 okay I will leave it at home Jun 25 19:50:32 * florian hopes the shrinking of linuxtag is related to the current economic situation Jun 25 19:51:21 in fact we had still enough people at the booth keeping us busy Jun 25 19:52:18 hehe Jun 25 19:52:41 what are the most asked questions? Jun 25 19:53:47 03Klaus Kurzmann  07shr/import * r2bc7965417 10openembedded.git/ (2 files in 2 dirs): Jun 25 19:53:47 add recipe for omgps Jun 25 19:53:47 Signed-off-by: Klaus Kurzmann Jun 25 19:55:49 hmm... Jun 25 19:56:14 many questions about tha hardware and how oe relates to that fancy stuff Jun 25 19:57:31 we are using the DLP as bait Jun 25 20:00:22 dlp? Jun 25 20:02:28 Anyone else run into an issue with startx running /usr/bin/X, instead of /etc/X11/Xserver? (at least, for xfbdev) Jun 25 20:02:59 http://www.dlp.com/projectors/find_dlp_pico_projector.aspx Jun 25 20:04:06 crofton oh cool, is this yours? Jun 25 20:04:15 Crofton: i expect i might not want to know what that costs Jun 25 20:04:17 florian's Jun 25 20:04:27 $395 Jun 25 20:04:33 usd Jun 25 20:04:38 huh, not terrible considering Jun 25 20:04:44 btw. yesterday I saw the sheevaplug people setup a box with vga connector for 178 bucks Jun 25 20:05:07 * kergoth_ 's sheevaplug hasn't even been plugged in yet, haven't taken the time to set the thing up Jun 25 20:05:30 woglinde: the openrd? Jun 25 20:05:30 http://www.globalscaletechnologies.com/p-24-openrd-client-openrd-client-board-with-enclosure.aspx Jun 25 20:05:35 florian yes Jun 25 20:05:46 yes this is really interesting Jun 25 20:06:02 kergoth_: welcome to the club ;) Jun 25 20:06:25 florian haha you have to much money for all the gadgets Jun 25 20:07:39 woglinde: not really... Jun 25 20:09:26 hm whats the resolution of the dlp? Jun 25 20:11:46 ping pb Jun 25 20:15:01 woglinde: 480x320 Jun 25 20:17:47 * chouimat look at his brand new openrd-client ... without enclosure Jun 25 20:18:14 florian: woglinde I got mine today Jun 25 20:19:08 chouimat: cool, how is it and is a useful kernel with it? Jun 25 20:19:32 it's nice ... but the kernel is the usuall marvell one 2.6.22.18 Jun 25 20:21:15 chouimat: why did you not get an enclosure with your board? Jun 25 20:22:18 prpplague: because when I ordered it the price was 199 for the board and the enclosure and 2 weeks after they changed it to 250 Jun 25 20:22:32 chouimat: i assume this is as bad as the one i have seen lately.... Jun 25 20:22:46 ? Jun 25 20:23:18 florian: up until last Friday I was working with this kernel on marvell boards ... and it's slooow Jun 25 20:24:11 the cleaning of all the devices I have here started ... I need better software on it Jun 25 20:24:48 ok time to go grab a small 250GB 2.5" hdd for the board Jun 25 20:24:52 chouimat: i took a look at the kernel for one of the official reference platforms and this was a reall nasty hack of strange things - far far away from any upstream development. Jun 25 20:25:33 florian: yup ... Jun 25 20:26:13 florian: and the diff between a minor version of 2 of their LSP is huge Jun 25 20:27:10 chouimat: i'm convinced that they need developers with real linux experience outside the walls of therif company Jun 25 20:28:56 florian: same for me ... now I just need to clean my home office to I could get back to freelance development Jun 25 20:30:50 :-) Jun 25 20:31:23 florian: the beauty of the last 18 months was I was able to buy a lot of new computers and stuff :) Jun 25 20:32:45 chouimat: eh... what did you do in this time? Jun 25 20:33:49 florian: I was the lowlevel linux guy at axentra ... I'm the one who took care of kernel, new boards, the port of el5 to arm and ppc Jun 25 20:33:53 also mips Jun 25 20:34:45 now on "unlimited vacations" Jun 25 20:35:27 chouimat: ah right i remember Jun 25 20:35:48 chouimat: oh well... another victim Jun 25 20:35:59 yup Jun 25 20:36:52 didn't see it coming :( ... what piss me off is up to the last minute they told me I was doing a good job Jun 25 20:39:27 zecke, greetings Jun 25 20:39:48 chouimat args on the page they have job offers Jun 25 20:39:50 re zecke Jun 25 20:39:50 yo z. Jun 25 20:40:19 woglinde: I know Jun 25 20:41:45 woglinde: the thing is they are moving everybody to the UI team (adobe flash/flex) Jun 25 20:46:45 chouimat, you too, huh? Sorry to hear that. :( Jun 25 20:47:40 last friday Jun 25 20:48:21 three months for me now... there's absolutely _nothing_ happening in the great lakes area right now. :( Jun 25 20:48:51 03ghost  07org.openembedded.dreambox * rd25117286f 10openembedded.git/packages/gstreamer/ (5 files): packages/gstreamer/*.bb: fix PR of some gst-plugin-* packages... when plugins-base or gstreamer core changes all plugins must be recompiled!! Jun 25 20:49:18 03ghost  07org.openembedded.dreambox.release_25 * r5437248d9e 10openembedded.git/packages/gstreamer/ (5 files): packages/gstreamer/*.bb: fix some gst-plugin-* PR... when gst-plugins-base or gstreamer core changes we must recompile all plugins Jun 25 20:51:53 chouimat: sounds really nasty indeed. Jun 25 20:52:22 it's nasty Jun 25 20:52:24 hello! Jun 25 20:52:59 yesterday woglinde suggested me to learn and use quilt to make patches, but also mentioned git Jun 25 20:53:20 as I am (not too much) familiar with git, I decided to give it a try Jun 25 20:53:36 hi again Jun 25 20:53:43 now I have the contrary problem of yesterday: new files are created, but not modified ones Jun 25 20:53:54 ????? Jun 25 20:54:24 I have a patch with modifies some files and also creates some new ones Jun 25 20:54:43 the new ones are now created, but the ones that need to be modified don't Jun 25 20:54:50 maybe a pastebin will help Jun 25 20:54:53 lisandropm: did you forget to kill a spring chicken and spread the blood around the keyboard? Jun 25 20:54:54 yes Jun 25 20:55:24 prpplague: mm, I don't think I'll be allowed to do that in the university' lab :-) Jun 25 20:56:12 lisandropm: so i guess bat spit and eye of newt are out the question as well Jun 25 20:56:51 http://paste.debian.net/40286/ <- bitbake's output Jun 25 20:58:06 http://paste.debian.net/40287/ <- patch Jun 25 20:59:00 hm seems you are using the wrong patch level Jun 25 20:59:46 I tried modifying the recipe using patch=2, and also patch=0, but I don't know if that's correct Jun 25 20:59:55 couldn't see it in OE's manual Jun 25 21:02:01 hm why didnt you make the patches correctly? Jun 25 21:02:55 lisandropm did you really patch against regulus-kernel_2.6.25? Jun 25 21:03:06 as you used quilt Jun 25 21:04:34 woglinde: what I dod was to untar a pristine kernel, make mrproper (just in case), check the differences between the regulus kernels (not done by myself) Jun 25 21:05:10 git inited the pristine kernel, start applying the differences and start creating patches Jun 25 21:05:44 I dind't used quilt form the beginning beause I couldn't find a good doc, and as you also mentiones git, I tried that first Jun 25 21:10:41 03Klaus Kurzmann  07shr/import * rf1be87a863 10openembedded.git/recipes/shr/shr-launcher_svn.bb: Jun 25 21:10:41 new recipe for shr-launcher Jun 25 21:10:41 Signed-off-by: Klaus Kurzmann Jun 25 21:10:41 03Klaus Kurzmann  07shr/import * r6b46e8b155 10openembedded.git/recipes/tasks/task-shr-feed.bb: Jun 25 21:10:41 task-shr-feed: add omgps, shr-launcher and e-tasks Jun 25 21:10:45 Signed-off-by: Klaus Kurzmann Jun 25 21:10:47 03Klaus Kurzmann  07shr/import * r675d482916 10openembedded.git/conf/distro/include/shr-autorev.inc: Jun 25 21:10:50 shr-autorev.inc: set shr-launcher and e-tasks to AUTOREV Jun 25 21:10:52 Signed-off-by: Klaus Kurzmann Jun 25 21:10:54 03Klaus Kurzmann  07shr/import * r0c45a4575c 10openembedded.git/recipes/e17/e-tasks_svn.bb: Jun 25 21:10:57 new recipe for e-tasks Jun 25 21:11:01 Signed-off-by: Klaus Kurzmann Jun 25 21:16:43 ok, seems I am not understanding how patching works in oe Jun 25 21:17:27 my patches have been created in $WORKDIR/regulus-kernel-2.6.25 instead of $WORKDIR/linux-2.6.25 Jun 25 21:17:30 quilt is used for all the patches Jun 25 21:18:07 ok, will try quilt then... Jun 25 21:18:18 hoped I had doc for that :( Jun 25 21:18:20 okay Jun 25 21:18:32 use the following workflow Jun 25 21:18:46 bitbake -c patch regelus-kernel-2.6.25 Jun 25 21:19:24 then go into work/fooarchbla/regelus-kernel-2.6.25/linux-2.6.25 Jun 25 21:19:30 use the quilt workflow Jun 25 21:19:39 like quilt new mypatch.patch Jun 25 21:19:46 quilt edit files Jun 25 21:19:47 ok Jun 25 21:20:03 quilt refresh Jun 25 21:20:18 copy patches/mypatch.patch into the recipe dir Jun 25 21:20:29 put it into the .bb Jun 25 21:20:33 and then it works Jun 25 21:20:50 great, wiill do that Jun 25 21:26:19 03Klaus Kurzmann  07shr/import * r31628b4069 10openembedded.git/conf/distro/include/shr-autorev.inc: Jun 25 21:26:19 shr-autorev.inc: fix PREFERRED_VERSION for connman Jun 25 21:26:19 Signed-off-by: Klaus Kurzmann Jun 25 21:41:07 I'm working on a new recipe and all goes well till package_write. I get: Jun 25 21:41:12 NOTE: Running task 1159 of 1163 (ID: 16, /home/sakoman/source/omap3-oe/org.openembedded.dev/recipes/gnome/system-tools-backends_2.6.1.bb, do_package_write_ipk) Jun 25 21:41:13 *** Error: CONTROL/control is missing field Description Jun 25 21:41:57 sakoman hm this comes from .desktop file Jun 25 21:41:59 Doh! Never mind :-) Jun 25 21:42:16 hm oh no Jun 25 21:42:18 args Jun 25 21:42:22 at ipkg stage Jun 25 21:42:25 my recipe has a null Description string :-) Jun 25 21:42:39 yes Jun 25 21:43:29 i figured I would fill that in later :-) Jun 25 21:44:05 I love when you see the issue 10 ns after pressing Enter Jun 25 21:45:04 Yup, filling in the DESCRIPTION did the trick Jun 25 22:02:45 * kergoth_ notes that recipe_sanity checks for an empty description :) Jun 25 22:03:13 <_rw_> hi, is there somewhere I could turn with a patch suggestion for boost 1.36? Jun 25 22:03:24 hms Jun 25 22:03:25 send a patch to the mailing list Jun 25 22:03:36 why the hack pulseaudio need fucking consolekit Jun 25 22:06:13 <_rw_> kergoth_: ok the devel list i assume? Jun 25 22:07:01 yes, openembedded-devel Jun 25 22:08:59 oh, michael jackson has died. Jun 25 22:09:13 what? Jun 25 22:09:14 not that i care about him personally but..... Jun 25 22:09:26 news Jun 25 22:10:25 hm jo Jun 25 22:10:32 now its on my news page too Jun 25 22:14:23 hi jay7 Jun 25 22:14:57 hey woglinde Jun 25 22:16:00 oh seems they cant make their minds up. Jun 25 22:41:43 03woglinde  07org.openembedded.dev * r8e19e74c7d 10openembedded.git/recipes/mgetty/ (3 files in 2 dirs): mgetty: add mgetty-fax to the package and honor our LDLFAGS Jun 25 22:41:44 03woglinde  07org.openembedded.dev * rdbd4dfc7c9 10openembedded.git/ (conf/checksums.ini recipes/libxine/libxine_1.1.16.3.bb): libxine: update to version 1.1.16.3 Jun 25 22:41:44 03woglinde  07org.openembedded.dev * r4b8fe99bfa 10openembedded.git/recipes/popt/popt_1.14.bb: popt: use the better way for generating or not generationg locales * bump PR Jun 25 22:41:45 03woglinde  07org.openembedded.dev * r65b9a5b9d3 10openembedded.git/recipes/schroedinger/ (3 files): schroedinger: extra recipe for the gst-plguins * no need for compiling half of gnome when we want libschroe * bump PR Jun 26 00:03:30 03Andrea Adami  07org.openembedded.dev * r5b8e90765b 10openembedded.git/ (3 files in 2 dirs): Jun 26 00:03:30 sharprom-compatible: add custom COMPATIBLE_MACHINE for c7x0/poodle Jun 26 00:03:30 embedix kernels Jun 26 00:03:41 03Andrea Adami  07org.openembedded.dev * r8cbb8558a7 10openembedded.git/recipes/linux/ (5 files): Jun 26 00:03:41 kernel-2.4-embedix: revert commit 2f0fcff486dba9daa7b35cc96a3dce86f16ae30d Jun 26 00:03:41 - COMPATIBLE_MACHINE will be set in sharprom-compatible **** ENDING LOGGING AT Fri Jun 26 02:59:57 2009