**** BEGIN LOGGING AT Fri Dec 18 02:59:57 2009 Dec 18 11:15:46 Hi! How do I build the filesystem with mplayer for beagleboard? Dec 18 11:17:52 bitbake beagleboard-demo-image Dec 18 13:00:08 I am debugging mplayer code for a bug. Each time i do bitbake mplayer -c compile, will bitbake remove existing copy and extract downloaded one(I am afraid I will loose my modifications in this case)? If so how can i prevent this. Dec 18 13:01:20 vijayrathi: you need to do bitbake mplayer -c compile -f to re-run compile stage Dec 18 13:04:58 thank you! Dec 18 13:11:12 what does -f mean? Dec 18 13:12:05 force Dec 18 13:12:14 what I really need is a way to get bitbake to use say a git checkout as the source dir, so ican easily commit my work Dec 18 13:12:23 without using quilt Dec 18 13:12:35 Crofton|work: remove the code that deletes the .git directory Dec 18 13:13:05 why does it delete the git directory? Dec 18 13:13:22 Crofton|work: I think because unlike svn the whole history for the whole of time is in there Dec 18 13:13:30 so 100's of megs of data Dec 18 13:13:38 ah Dec 18 13:13:39 ok Dec 18 13:14:53 or alternatively copy the git directory in from a checkout elsewhere Dec 18 13:15:05 Crofton|work: yopu could also do git init; git add .; git commit -a; git remote add ; git rebase upstream/branch :-) Dec 18 13:15:21 I missed a get remote update in there Dec 18 13:16:02 or remote add -f Dec 18 13:16:03 I would rather run configure with the options to find cross and staging, but the autofoo is broken and gets sed'd Dec 18 13:16:07 to do the fetch along with the ad Dec 18 13:16:09 d Dec 18 13:16:23 broonie: ah didnt know that one Dec 18 13:16:31 it's new(ish) Dec 18 13:16:42 useful Dec 18 13:17:00 ok Dec 18 13:17:01 INHERIT="regit" bitbake -c regit package :-) Dec 18 13:17:13 would be an interesting class Dec 18 13:17:25 I shoould prepare for the snowpocalypse Dec 18 13:17:39 * XorA has caused snow in 2 countries now Dec 18 13:23:30 * XorA cant actually see where in the fetcher we lose the .git directory Dec 18 13:45:53 I understand losing it, but I should think about this Dec 18 14:41:05 While trying for beagleboard-demo-image, bitbake is not able to download eject-2.1.5 package. Looks like file is moved from that destination. Dec 18 15:04:20 vijayrathi, there are a couple of patched to the ejecy recipe in dev that are not in stable, this afternoon I'll lok at moving them to stable also. Dec 18 15:06:00 No issues. Dec 18 22:35:04 Is Collie (Zaurus SL-5500) supported by Ã…ngstrom? Dec 18 22:36:45 Oh I see it finally does! I wonder if it is worth the trouble to ditch OpenZaurus 3.5.4 for Ã…ngstrom? **** ENDING LOGGING AT Sat Dec 19 02:59:56 2009