**** BEGIN LOGGING AT Wed Nov 10 02:59:57 2010 Nov 10 07:05:29 so I have a binary copy of a patched gcc with a basic rootfs and patched kernel sources can anyone suggest a place to look on making a distro around these? Nov 10 07:06:20 alternatively I can use codesourcery arm-none-linux-gnueabi Nov 10 07:13:50 lpjhjdh: why another distro? just create your own image Nov 10 07:23:49 ynezz: I'm entirely ignorant as I'm unsure of what that entails Nov 10 07:24:00 reading through the user manual currently but any quick info is greatly appreciated Nov 10 07:26:05 cp recipes/images/minimal-image.bb recipes/images/lpjhjdh-image.bb Nov 10 07:26:18 vim recipes/images/lpjhjdh-image.bb Nov 10 07:26:20 :wq! Nov 10 07:26:27 bitbake lpjhjdh-image Nov 10 07:26:29 done :) Nov 10 07:27:59 this also good source of info http://www.pokylinux.org/doc/poky-handbook.html Nov 10 07:28:21 Poky is using or it's based on OE and vice versa Nov 10 07:28:47 this might information you're looking for http://www.pokylinux.org/doc/poky-handbook.html#usingpoky-extend-customimage Nov 10 07:46:10 great, thanks ynezz Nov 10 07:51:35 *yawn* morning Nov 10 07:55:18 morning Nov 10 08:06:16 good morning Nov 10 08:17:47 I'm trying to use a precompiled sdk/toolchain, and get the following error "toolchains/angstrom/arm/arm-angstrom-linux-gnueabi/bin/gcc: line 1: ../../bin/arm-angstrom-linux-gnueabi-gcc: No such file or directory". The file exists on the system, and this only happens on some of the development hosts here. Any idea? Nov 10 08:35:19 which recipe does the angstrom bootlogo with the compass come from? Nov 10 08:54:01 tasslehoff: psplash? Nov 10 09:29:07 hrw: psplash-zap maybe. removing that one gave me the silent boot I wanted. thanks :) Nov 10 09:42:10 good morning Nov 10 13:24:16 03Eric Bénard  07org.openembedded.dev * ra6151b2311 10openembedded.git/conf/machine/mx25-3stack.conf: Nov 10 13:24:16 mx25-3-stack: add machine's configuration file Nov 10 13:24:16 this file was forgotten in commit : Nov 10 13:24:16 50ea5378c92557b609324a962fea56c076783edf Nov 10 13:24:16 Signed-off-by: Eric Bénard Nov 10 14:15:06 03Klaus Kurzmann  07org.openembedded.dev * r0ea4df3e75 10openembedded.git/recipes/vala-terminal/vala-terminal_git.bb: Nov 10 14:15:06 vala-terminal_git.bb: bump SRCREV to get fix for segfault when adding a new tab Nov 10 14:15:06 Signed-off-by: Klaus Kurzmann Nov 10 15:23:13 * kergoth sighs, the upgrade to maverick on his work laptop went less than smoothly Nov 10 15:24:15 cbrake: you around, by chance, or anyone else with local shell access to the git repo? :) would like a few of my old branches killed Nov 10 15:26:19 kergoth: yes, what branches do you want removed? Nov 10 15:27:29 actually, hell, kill them all. kergoth/{autotools,alternatives,hostap-madwifi,master,bluez} Nov 10 15:27:50 * kergoth is happier using the github repo for personal topic branches Nov 10 15:29:28 * Tartarus curses du once again Nov 10 15:33:18 heh, image creation issues? Nov 10 15:33:48 yeap Nov 10 15:34:33 extra space is cheap at least in ext, once compressed Nov 10 15:37:44 i remember hacking on the genext2fs code once to try to improve the inode / block estimations based on what its adding -- the problem is, it doesn't *really* know what its going to need until after its created the fs Nov 10 15:38:14 heh Nov 10 16:18:55 * kergoth sighs, work laptop doesn't boot now Nov 10 16:19:32 * Tartarus makes a note to hold off for a little longer on updating Nov 10 16:19:42 * Tartarus is still on 9.10 all around tho, will need to bump up soon Nov 10 16:20:20 hey kergoth - any advice for debugging setup while hacking bb (other than bb.msg.debug) ?? Nov 10 16:20:43 having some issues with subprocess Nov 10 16:21:29 I usually just print, but i've used pdb in the past. when i was investigating the memory usage, i'd spawn a debugger instance at a specific spot in the code and inspect the heap Nov 10 16:21:51 it can be of enormous benefit to just set aside a test case outside of bitbake and hack there Nov 10 16:23:09 pardon my newbness - but how would you spawn pdb in a way you could connect to it? Nov 10 16:24:22 you can just run bitbake under pdb/ipdb, or do something like https://github.com/kergoth/bitbake/commit/cf5c7261aad184f7f17cb0511fe814ae1f716262 Nov 10 16:24:24 Tartarus, i've been experimenting with making a smaller ext, then extending on first boot via initramfs Nov 10 16:25:43 kergoth, thanks. will ponder. Nov 10 16:26:16 np Nov 10 16:26:20 HopsNBarley, yeah, I'm just dealing with some legacyish cases Nov 10 16:26:36 i strongly recommend playing with ipython/ipdb rather than python/pdb, having completion, etc is extremely helpful Nov 10 16:27:02 i'm trying to set some env vars, then run a program via a single subprocess.popen(shell=true), but it's just not working... Nov 10 16:27:19 great tip. Nov 10 16:28:59 if you pastebin the code, i could take a look Nov 10 16:29:12 but i'm sure you'll get it :) Nov 10 16:29:32 gotta be something stupid. ;P Nov 10 16:31:51 it always feels that way in hindsight, for sure Nov 10 16:42:28 The mysql5-server package doesn't seem to be installing the initscripts properly - does anybody have an idea how I can figure out why? Nov 10 16:42:47 with bitbake debugging, I see DEBUG: adding update-rc.d calls to postinst/postrm for mysql5-server Nov 10 16:43:04 however, I am not getting the scripts in /etc/rc*.d Nov 10 16:47:17 khem, ping Nov 10 18:37:18 well.. now I have some statistic about disk space usage when building images Nov 10 18:38:37 Jay7: do you use rm_work? :) Nov 10 18:38:45 anarsoul: yes Nov 10 20:08:29 OE build time disk usage graph: http://bit.ly/dnzIrq Nov 10 20:09:34 as you can see, rm_work running late :) Nov 10 20:13:25 Jay7: what are the two columns? Nov 10 20:13:36 AB vs CD? Nov 10 20:14:12 AB are full data, CD - selection from full data to reduce graph generation time Nov 10 20:14:24 every 10th record selected Nov 10 20:15:24 that was build of angstrom-2008.1 for efikamx (first peak) and ben-nanonote(second peak) Nov 10 20:19:50 bitbake version is git master Nov 10 20:53:06 khem, ping Nov 10 21:59:04 03Otavio Salvador  07org.openembedded.dev * r5c1a45eb96 10openembedded.git/recipes/freerdp/freerdp_git.bb: freerdp (git): update revision Nov 10 21:59:15 03Otavio Salvador  07org.openembedded.dev * rf770a321dc 10openembedded.git/recipes/freerdp/freerdp.inc: freerdp (inc): fix depends and drop .a and .la files from plugins Nov 11 01:21:55 khem: ping **** ENDING LOGGING AT Thu Nov 11 02:59:57 2010