**** BEGIN LOGGING AT Tue May 06 02:59:57 2008 May 06 04:57:45 j0wn: besides removing zaurus-updater as dependency? Can't think of anything ATM May 06 07:00:40 anyone active here? May 06 14:59:14 hey May 06 14:59:21 anything new concerning collie and angstrom? May 06 15:02:07 not that I know of May 06 15:02:33 I did manage to get (most of) a wifi connection the other day with a cf wifi card on my collie May 06 15:03:39 lool May 06 15:03:54 I manged to do that ages ago :P May 06 15:04:18 ah, in kernel 2.6.24 May 06 15:04:32 just kind of a reaffirmation that cf stuff is working fine in 2.6 May 06 15:04:37 not really news, like I said May 06 15:22:08 johnx: with a console image? May 06 15:22:15 yeah May 06 15:22:39 I'm missing the aes (IIRC) module, but it associated May 06 15:23:48 and as a bonus I learned how to use wpa_cli for manual configuration of wpa-psk :) May 06 15:51:25 joerg, did you get the console image to build? May 06 15:51:32 hey johnx May 06 15:51:43 hey May 06 15:52:21 Im currently building the gpe-image ... May 06 15:52:33 ah, fun May 06 15:54:20 I updated my OE , mtn DB ... ive got a built console-image ... everything seems to work cool on it as far as Wifi adaptors my Dlink 650W ( Prism2 ) turns up as wifi0 ... is this the neat driver with injection support for wifi security testing/breaking? May 06 15:55:21 im aiming to turn my Z into a swiss army knife device .. May 06 15:55:40 mainly for use in security and things at work May 06 15:55:50 ah, did you happen to build the aes.ko kernel module? May 06 15:56:28 and yes, I think hostap is the driver that supports packet injection, though I don't do much of that wireless security stuff these days May 06 15:57:05 il need to check for it ... since crypto is built is it not standard? May 06 15:57:52 I don't know, but it's not on the rootfs that coredump put up, and apparently it's needed for wpa-psk May 06 15:57:56 i know crc,crc7 crc_wep etc etc is required for wep and wpa May 06 15:58:14 ah ok May 06 15:58:35 might be an idea to add it to the image build list May 06 15:58:41 maybe it's just for wpa2 with ccmp or something May 06 15:58:59 yeah, I'm running into x86_64 related issues building an image on my build machine May 06 15:59:19 I'd need to start building images on my desktop to get around it I guess :/ May 06 15:59:33 on my normal linux box i build all of the cryto modules .. seems that more and more things rely on them May 06 16:00:13 on my desktop linux box I use pre-packaged kernels these days May 06 16:00:44 im a slacker ( slackware ) have been since slackware was on a floppy May 06 16:01:04 im running xorg git ;) May 06 16:01:17 debian here. I never really got into slackware after being exposed to apt-get May 06 16:02:52 I don't mess with terribly cutting edge stuff on my desktop these days. All the fun is in embedded stuff :) May 06 16:02:53 I like deb also tbh ... May 06 16:03:02 atleast apt-get uses sane deps ;) May 06 16:03:36 I was on ubuntu for a long while and just came back to debian May 06 16:07:23 cool May 06 16:07:56 brb shower ... May 06 16:08:04 hi? how can i remove a runtime dependancy (which is not really necessary, though)? May 06 16:08:37 are you talking about an ipk file or in openembedded? May 06 16:08:51 in OE May 06 16:09:19 i don't want to build and to include it in my rootfs May 06 16:09:26 it's not working for me, and i don't need it May 06 16:09:31 it's just annoying May 06 16:09:48 find out what is depending on it and remove it from the DEPENDS line May 06 16:10:14 silly question, but how can i find that out? May 06 16:10:26 i removed it from task-base etc May 06 16:10:31 it's a good question, and I don't know :) May 06 16:12:33 hmmm :( May 06 16:13:21 NOTE: Runtime target 'psplash' is unbuildable, removing... May 06 16:42:49 hmmm gpe-image failed also May 06 16:44:08 seems the install of libsoup does'nt copy libsoup.pc to pkgconfg May 06 16:44:20 inherit pkgconfig in the recipe May 06 16:44:57 actually it does'nt build it heh May 06 16:47:05 Where do the recipe's live? May 06 17:50:04 johnx, you about? May 06 17:50:22 yeah May 06 17:50:39 any idea where i would introduce this inherit? May 06 17:51:12 ah, sorry I missed your earlier question May 06 17:51:18 no probs May 06 17:51:42 recipes are something.bb and are in org.openembedded.dev/packages// May 06 17:51:58 that "dev" could be "stable" depending on what tree you're following May 06 17:52:15 oh ok May 06 17:52:23 just head over to the package_1.0.bb and add pkgconfig to its inherit line May 06 17:52:49 (where "package" is the name of your package of course...) May 06 17:54:50 hmm libsoup isnt there May 06 17:55:05 maybe it's just soup? May 06 17:55:18 it should say in the log what bb file it came from I believe May 06 17:56:11 ok May 06 18:04:35 hmmm pkgconfig is already there ... its under the gnome dir in packages ;) May 06 18:06:48 right, but you need to add inherit pkgconfig in whatever is building libsoup (I think) May 06 18:10:31 ive no idea ... looking at the log isnt obvious May 06 18:11:19 in packages, why not try find ./ -name "*soup*bb" and see what you get? May 06 18:12:23 i get 5 .bb files in packages/gnome/ May 06 18:12:46 ok, the one with the highest version that doesn't have _native in it is probably what you want May 06 18:14:16 none of them have _native : libsoup_2.2.100.bb libsoup_2.2.7.bb libsoup_2.2.93.bb libsoup_2.2.96.bb libsoup_2.4.1.bb .. *100.bb is the one being built and has pkgconfig in the inherit line already May 06 18:14:48 ah, I see what you're saying. Sorry, I must have misunderstood earlier. May 06 18:14:54 no probelm May 06 18:14:56 hehe May 06 18:15:19 you might have to manually meddle with the way it does staging May 06 18:15:50 uh oh May 06 18:15:53 hehe May 06 18:17:09 reading it now, interesting staging in that recipe... May 06 18:19:00 im just reading a -c clean May 06 18:19:07 ack doing May 06 19:01:50 johnx, any forward? May 06 22:58:42 can anyone tell me why the helloworld example compiles to helloworld-dev and helloworld-dbg rather than the expected helloworld? May 06 23:32:40 johx you about? May 06 23:32:56 johnx, even May 06 23:33:47 he is not May 06 23:33:53 j0wn, btw. where are u from? May 06 23:47:13 Orignally from the UK .. living in US now May 06 23:48:13 joerg, i just did an update of my dev branch .. console-image now fails May 06 23:48:19 heh May 06 23:48:56 I am from central europe... May 06 23:49:05 living in a country called germany. May 06 23:49:23 i know it ... I was in Munich for some time May 06 23:49:28 I just wondered if you spend the nights here.... May 06 23:49:34 or if you are in another timezone :D May 06 23:49:39 hehe May 06 23:52:17 can anyone tell me why the helloworld example compiles to helloworld-dev and helloworld-dbg rather than the expected helloworld? May 06 23:54:13 don't repeat yourself. May 06 23:54:50 joerg; if i ask a question and nobody responds, i can't ask it an hour later? May 06 23:56:54 well, didn't really make sense :) May 06 23:57:11 my question doesn't make sense? May 06 23:57:26 the only person who joined the channel in that time was dcordes. May 06 23:57:46 and he had already left when you asked again. May 06 23:58:30 lol May 06 23:59:01 is this general consensus in this channel, or are you just generally uptight? May 07 00:03:06 General consensus May 07 00:04:10 i see. May 07 00:06:25 wow May 07 00:06:29 left in a hurry May 07 00:07:37 joerg, what images have you successfully built? May 07 00:07:56 no image at all :D May 07 00:08:06 brb May 07 00:17:41 re May 07 00:17:51 btw. what about pavels git tree? May 07 00:18:05 j0wn, did you try to build it? May 07 00:24:40 not yet no May 07 00:26:32 im re-building a console image right now May 07 01:06:22 I am building the helloworld-image May 07 01:06:44 and it takes ages :) May 07 02:10:32 ooeer May 07 02:11:07 I cleard out my tmp area seems something got messed up there ... looks like im going to have a clean console build **** ENDING LOGGING AT Wed May 07 02:59:56 2008