**** BEGIN LOGGING AT Thu Jan 25 02:59:57 2007 Jan 25 08:43:58 hi Jan 25 09:44:01 so how do i make sure that i only build non eabi things .. do i need now to switch to angstrom-2007.1-oabi Jan 25 09:44:52 rob_w: yes Jan 25 09:47:08 checking for C compiler default output file name... configure: error: C compiler cannot create executables i get with oabi .. do i need to build my tmp totatlly ? Jan 25 09:53:15 probably Jan 25 09:53:29 distro change normally neccessitates that as distro is built into names Jan 25 09:58:09 hmm i hope the binary`s are compatible to my existing rootfs which i created 1 month ago Jan 25 10:19:12 rob_w: Ive done ipkg upgrade on my machine for 6 months or so now Jan 25 10:27:41 what i still dont know is ,. if i keep mtn updating ..how do i bitbake gpe-image only the changed things ?? or will i always have to delete tmp/ Jan 25 10:35:51 rob_w: it will build only the changed stuff Jan 25 10:36:07 bitbake gpe-image will always update Jan 25 10:36:17 btw its angstrom-gpe-image for angstrom Jan 25 10:37:02 oh Jan 25 10:42:29 thanks Jan 25 11:22:35 morning all Jan 25 11:24:28 XorA: I've successifully build and flashed angstrom-gpe-image on h5000 Jan 25 11:24:47 basiliscus: YAY Jan 25 11:24:52 but I discovered that some important kernel modules are missing... Jan 25 11:25:22 it seems that a proper defconf for kernel is not selected for h5000 Jan 25 11:25:52 basiliscus: not all modules built end up on image Jan 25 11:26:16 basiliscus: in conf/machine/h5000.conf look at the line MACHINE_EXTRA_RRECOMMENDS Jan 25 11:27:28 XorA: ok! I'll put there all the necessary Jan 25 11:27:52 basiliscus: double check in tmp/deploy/glibc/ipk/kernel-module* that the .ipk for those modules exists Jan 25 11:28:03 basiliscus: if all is fine then rebuild your image Jan 25 11:28:39 basiliscus: and if they are truly essential file a bug with a patch toi h5000.conf Jan 25 11:28:52 XorA: let me understand... ipk for modules are build IF specified in h5000.conf right ? Jan 25 11:29:26 XorA: or, alternatively, are always build and included in image only iF specified ? Jan 25 11:29:29 basiliscus: a ipk will be created for every module build during kernel build. That line chooses modules that get installed in image Jan 25 11:29:46 XorA: ok, perfect, thanks Jan 25 11:30:37 XorA: yeah, the missing modules are VERY useful, even display doesn't work!! I can only access trhough serial Jan 25 11:30:56 * XorA chuckles Jan 25 11:48:24 XorA: I still have a doubt, does MACHINE_EXTRA_RRECOMMENDS create a proper kernel defconfig or just it should be created manually ? Jan 25 12:26:43 basiliscus: defconfig defines what gets built, MACHINE_EXTRA_RRECOMMENDS what gets installed Jan 25 12:38:53 its all screwed .. seems i need to redo my image in a whole Jan 25 16:08:37 hi all Jan 25 16:10:59 how must a switches driver (for simpads) be to be compatible with angstrom? Jan 25 16:38:42 it needs to use the input system Jan 25 16:38:55 and report its switches either as key events or (if more approriate) as switches events Jan 25 16:39:02 see new additions to input subsystem Jan 25 16:51:20 ah ok - then i will impelment them as keyboard dev and a micedev how to map the poweron button? Jan 25 16:52:27 I will also have a look to the switches evens first Jan 25 16:52:33 thx Jan 25 16:53:20 the poweron is supposed to be a switches event as well Jan 25 16:53:29 or a button or whatever Jan 25 16:53:37 i dunno the input subsystem terminology offhand :) Jan 25 16:53:43 if in doubt, ask RP Jan 25 16:53:51 for how he did it on c7x0 and cxx00 Jan 25 16:54:11 those could be considered "reference implementation" as he worked pretty close with the input subsystem maintainer Jan 25 16:54:21 some features were added upon our request :) Jan 25 16:54:23 ah I will look ath that code then Jan 25 16:54:55 I plan also to integrate my keys2thumbscript in that driver Jan 25 16:55:00 mom Jan 25 16:58:20 http://thumbscript.com for the info aobut what tumbscript is and here is my code for a userspace driver (http://shortlink.org/1199) Jan 25 16:59:58 I will add it into the simpad switches driver. so you can easily change between thumbscript input (pressing enter 5x) and normal key input (pressing a free thumbscript key combination) Jan 25 17:00:35 cool idea Jan 25 17:00:37 do you think it is legal to integrate it in the driver or should i better let it be a userspace driver and there will be a clean kernel driver? Jan 25 17:01:30 userspace rather Jan 25 17:01:37 that's a matter of taste. IMO stuff like this can just work fine in userland, but purists may find it more suitable in kernel Jan 25 17:02:11 I have written thumbscript.com but i got no answer about if it is legal to copy the imput idea Jan 25 17:02:18 userland makes it better portable to other systems Jan 25 17:02:41 yes thats right Jan 25 17:03:19 but you have to figute out the right imput device Jan 25 17:03:29 atm it is hardcoded Jan 25 17:04:43 use getenv Jan 25 17:04:57 or if you want something more fancy, use a configure file Jan 25 17:04:58 getenv is just one call though Jan 25 17:05:10 and if there is no setting, use the first input device Jan 25 17:05:26 (something like that) Jan 25 17:05:26 ok i will give it a try Jan 25 17:05:32 ya,cool Jan 25 17:11:53 hrw: Are you there? Jan 25 17:13:03 yes Jan 25 17:13:39 We have a keymap file for adding to the /etc diectory. Suddenly it isent aplied, even though keymap is installed. Do you know why? Jan 25 17:14:13 keymap is /etc/keymap-2.6.map and you have 'keymaps' package installed? Jan 25 17:15:03 Yes keymaps package is being installed, but the /etc/keymap-2.6.map file isent . Jan 25 17:15:24 Even though it is correct applied in oe.dev. Jan 25 17:15:36 http://www.openembedded.org/filebrowser/org.openembedded.dev/packages/keymaps/files/htcuniversal Jan 25 17:17:28 mooment Jan 25 17:19:26 goxboxlive: pull, build keymaps Jan 25 17:19:37 hold on, i think thx i'll try Jan 25 17:21:38 there was a typo Jan 25 17:21:41 htuniversal Jan 25 17:22:11 ok, thanks Jan 25 17:23:17 yes, now it is aplied. Jan 25 18:05:15 hrw: This two modules, where do they belong, do they belong in machine.conf or task-base? "kernel-module-sir-dev" and "kernel-module-irtty-sir" Jan 25 18:06:51 what for you need them? Jan 25 18:07:32 If i dont have them installed iratach wouldnt work on universal Jan 25 18:12:45 I would add them to machine but task-base is even better Jan 25 18:12:48 we need to clean task-base soon Jan 25 18:13:01 ok, once again thanks Jan 25 18:14:34 today i was missing libopenobex1 in a angstrom-gpe-image **** ENDING LOGGING AT Fri Jan 26 02:59:59 2007