**** BEGIN LOGGING AT Wed Feb 29 02:59:58 2012 Feb 29 05:27:53 kergoth: pong Feb 29 05:28:25 esbenh: was just curious about how the ply-based parser performed compared to the previous implementation. I know you told me once, but I can't seem to recall Feb 29 05:28:39 I'm thinking I remember it being surprisingly not much better, but wanted to confirm Feb 29 06:56:21 is there a way to make the kernel named uImage instead of uImage-${Distro_version}-${PV}.bin? Feb 29 08:08:25 kergoth: yes, the performance of ply based parser is not in itself much faster Feb 29 08:09:23 care must be taken to avoid having it recompiling parser tables, which unfortunately seems a bit buggy to me. Feb 29 08:09:51 otherwise, the big performance bottle neck is the meta-data class implementation. Feb 29 08:10:51 the advantage IMHO to using ply is that you get a strict BNF definition of the syntax, and (partially) a proper semantics definition also. Feb 29 08:11:24 with these, it seems much easier and less risky to extend the language with new features. Feb 29 09:54:12 good morning Feb 29 11:12:23 JaMa: can you imagine why for all Zaurus was once set console=tty1 ? Maybe for corgi with ATI hw framebuffer? Feb 29 12:08:22 ant_work: don't remember Feb 29 12:27:45 hi im updating glib2.0 Feb 29 12:28:32 during configuration im getting "./libtool: No such file or directory" error Feb 29 12:28:45 its looking for libtool in glib directory Feb 29 12:29:06 any suggestion please Feb 29 12:36:54 Hi, a question about layering and .inc-files. I would like to have meta/recipes-core/dbus install an additional init-files and apply some patch. But everything is done in dbus.inc, do I need to copy the entire inc and change it, or can I use some kind of append-mechanism? Feb 29 12:37:02 bbappend only works on .bb-files, right? Feb 29 12:37:51 yes only .bb files but you can extend ie SRC_URI with SRC_URI += or SRC_URI_append from your bbappend file Feb 29 12:38:08 even if SRC_URI is defined in the dbus.inc file? Feb 29 12:39:04 yes Feb 29 12:39:27 dbus.inc is included in dbus*.bb so it's the same Feb 29 12:40:51 Ok, just to see if I got it: a dbus_1.4.16.bbappend on a dbus_1.4.16.bb that includes dbus.inc should be able to filter/append everything defined in dbus.inc? Feb 29 12:47:54 jonasdn: yep, that's correct Feb 29 12:48:00 thank you! Feb 29 12:59:47 hi, all! Feb 29 13:00:19 is latest bitbake usable with oe-core and other layers at all? which one is latest usable? Feb 29 13:05:43 anyone managed to add the powervr drivers using kernel 3.1? I get errors about missing files in the kernel Feb 29 14:38:04 Would it be possible to add an additional init file for update-rc.d through a .bbappend? And if so, how? Feb 29 16:01:53 back to testing PARALLEL_MAKE Feb 29 16:02:27 any ideas how to convert grep P_M results to actual packages names? Feb 29 16:02:37 I have only one - by hands.. Feb 29 16:03:43 grep may return *.bb or *.inc files Feb 29 17:59:19 http://pastebin.com/m6JaAR3k <= i don't quite understand this error Feb 29 17:59:40 i'm building an image that has nothing to do with the external toolchain Feb 29 18:03:10 mr_science: are you building for uclibc ? Feb 29 18:05:41 mr_science: add PREFERRED_PROVIDER_virtual/libiconv ?= "eglibc" if you are using eglibc for C library Feb 29 18:05:57 or PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv" if you are using uclibc Feb 29 19:43:24 khem: ping Feb 29 20:51:19 anyone knows where | configure:4081: error: possibly undefined macro: _AC_PATH_X_XMKMF Feb 29 20:51:23 is defined? Feb 29 21:42:59 otavio: did you get an answer yet? Feb 29 21:43:11 mr_science: nops Feb 29 21:43:15 mr_science: still looking Feb 29 21:44:05 without getting out my flashlight and spelunking myself, i'd say you have some missing or old m4 macros Feb 29 21:45:22 does the package in question run any autoreconf stuff, or does it start with ./configure ? Feb 29 21:45:42 we do autoreconf 99% Feb 29 21:45:59 some packages are weird and we subvert the autoreconf for those Feb 29 21:46:21 it is numlockx Feb 29 21:46:27 it calls _AC_PATH_X_XMKMF Feb 29 22:03:30 otavio: link to recipe? **** ENDING LOGGING AT Thu Mar 01 02:59:59 2012