**** BEGIN LOGGING AT Tue Jun 01 02:59:57 2010 Jun 01 09:31:47 hi, i am trying to use narcissus, but it stops after reaching the first step 'preconfiguring image'. Any idea someone? Jun 01 13:06:14 Image not found, something went wrong :/ Jun 01 19:53:01 Hello guys, where can I get dnsmasq for armv4? Jun 01 19:58:00 Hello Jun 01 19:59:20 I'm trying to build the Angstorm distro, and I get this message "NOTE: preferred version git of u-boot not available (for item u-boot)", were to I set this parameter ? Jun 01 19:59:21 thanks Jun 01 20:01:29 samuel_: what machine? Jun 01 20:01:54 I want to set it up for the BeagleBoard. Jun 01 20:02:40 I followed this webpage http://www.angstrom-distribution.org/building-angstrom DJWillis Jun 01 20:03:40 hmmm, I thought that was fixed a while ago Jun 01 20:04:16 What do you mean ? is it a well know bug ? Jun 01 20:07:24 It's simple, and not a real problem, your build will still work, just won't get U-Boot. Jun 01 20:11:50 Well, doesn't it mean that I can't boot my build? or that I will need to start it manually ? Jun 01 20:50:55 Hello Jun 01 20:51:19 Where can I get dnsmasq and other packages for armv4? Jun 01 20:52:09 does Angstrom supports armv4? Jun 01 23:09:03 ps_: read this thread Jun 01 23:09:05 http://www.mail-archive.com/angstrom-distro-devel@linuxtogo.org/msg03418.html Jun 01 23:09:27 thnx Jun 01 23:09:59 today, 'minimal' distro doesn't do it yet. Was discussed one hour ago :) Jun 01 23:10:19 Angstrom will follow when new gcc-4.5 will be stable Jun 01 23:10:39 main developers are not happy of gcc-4.4.x performances Jun 01 23:11:49 hm... I hoped to find some precompiled version.... Jun 01 23:12:29 i'm having trouble building base-image from git - it seems i'm missing a patch to dropbear Jun 01 23:12:58 anyone know why this might happen? Jun 01 23:18:25 ps_: which machine? Jun 01 23:19:34 makoshark86: iirc this was broken and fixed a few days ago Jun 01 23:19:37 ant__: this one: http://sites.google.com/site/openhomeautomation/home Jun 01 23:19:49 oh cool, sorry i'm also new to git - i did a git pull Jun 01 23:19:59 it is based on armv4 Jun 01 23:20:02 but i recall using a different git command at some point Jun 01 23:20:04 is git pull enough? Jun 01 23:20:27 no, should be fine Jun 01 23:20:30 yes Jun 01 23:20:42 hm Jun 01 23:21:00 ps_: I only knew collie and tosa as armv4 machines...and I don't have any of the two :) Jun 01 23:21:45 I test if Angstrom images build for all Zaurus models now and then Jun 01 23:22:06 oops s/tosa/simpad/ Jun 01 23:22:07 ant__: the HSO-100 I'm using is a very specific device, so no chances to find someone else also using it... Jun 01 23:22:39 ok, the toolchain is tested, that's something :) Jun 01 23:23:12 hm, so what do i need to do for it to pull in this patch Jun 01 23:23:22 because i guess it's not part of git, it's some interim file Jun 01 23:23:30 by the way, what happens if I moved my sources to another directory? I'm getting "Error, TMPDIR has changed location. You need to either move it back to /home/ps/Desktop/Zwave/Products/HomeScenario/HSO-100/sources/svn/tmp or rebuild" Jun 01 23:23:36 just pull..no, was committed days ago.. Jun 01 23:23:39 angstrom/tmp/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/dropbear-0.51-r1.01/allow-nopw.patch: Jun 01 23:23:44 tmp is not part of git Jun 01 23:23:50 that's the file that's missing Jun 01 23:24:45 no, th epatch is this Jun 01 23:24:47 http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=5ff088e9df931a6306086e94570c5b0710ae65c8 Jun 01 23:25:17 ps_ : you just cannot move...you can clone Jun 01 23:25:41 oh okay Jun 01 23:25:55 I have /oe/build/... in root to avoid that issue Jun 01 23:26:27 what do you mean i cannot move? Jun 01 23:26:36 was for ps_ ;) Jun 01 23:27:29 oh haha okay Jun 01 23:27:30 you have to respect the very same paths, because some packages are staged and contains that path Jun 01 23:27:37 ant__: hm.. I had to, because bitbake was surprised to find cyrillic letters and spaces in .../oe/ path. I've moved to a directory without spaces and cyrillic, but I'm supposed to do something more for the bitbake to work properly. Jun 01 23:27:45 but looking at my base.bbclass i have that patch Jun 01 23:28:12 makoshark86: just git pull . today doesn't happen anymore Jun 01 23:28:19 (.dev branch) Jun 01 23:28:37 ah, i'm likely on a different branch? Jun 01 23:28:58 ant__: I'm just at the beginning of my compilation. shall I re-download everything or I can safely move and do some trick? Jun 01 23:29:08 i'm on org.openembedded.dev Jun 01 23:29:12 ^C Jun 01 23:29:25 ps_ stop now, clean all, rebuild Jun 01 23:29:44 no need to re-download Jun 01 23:29:52 just clean your /tmp Jun 01 23:30:42 so what is the difference between 'git pull' and 'git pull .' Jun 01 23:30:45 ps_: btw, I suggest you shorter path ;) Jun 01 23:30:59 makoshark86: sorry.. just 'git pull' Jun 01 23:31:03 git pull tells me i'm already up to date, but git pull . tells me i need to provide more information about how to merge Jun 01 23:31:25 and 'git pull --rebase' if you have own patches Jun 01 23:31:29 oh okay, well perhaps i need to clean tmp then? beacuse i was already up to date Jun 01 23:31:33 ant__: thanx, cleaning tmp worked. I'll move to some upper place :) Jun 01 23:31:39 yea Jun 01 23:31:54 makoshark86: try bitbake -c clean dropbear Jun 01 23:32:00 okay Jun 01 23:32:40 ps_: you probably should read more about overlays/collections Jun 01 23:32:54 if you're developing with private tree Jun 01 23:33:21 are overlays and collections a feature of bitbake? or specific to OE? Jun 01 23:33:59 mostly bitbake Jun 01 23:34:15 similar to gentoo overlays then i imagine Jun 01 23:34:35 aha! cleaning dropbear worked Jun 01 23:34:40 thanks ant__ Jun 01 23:35:02 great Jun 01 23:38:01 ant__: ah, sure. It is my first time to compile OE. And the only purpose is to generate ipk for dnsmasq. Shal I use ipkg-utils after "bitbake dnsmasq" or the latter would generate ipk itself? Jun 01 23:39:49 I never got the full power of gentoo overlays... :( Jun 01 23:40:15 it's somehow similar concept Jun 01 23:40:48 it just depends in which order you have them in BBFILES iirc Jun 01 23:41:28 I'm sorry but I'v e never used those too, I have some branches and that's all Jun 01 23:41:44 can't say much Jun 01 23:47:15 thanks a lot for your help. hope I'll manage to make the ipk Jun 01 23:47:41 ps_ seems interesting device. Why no WiFi ? Jun 01 23:49:10 ant__: I've also asked these taiwaneese guys about wifi. I don't know, but the board occupy only half of the size, so I think they will introduce wifi and hdd in the next hardware review Jun 01 23:49:46 nice. does the ARM have enough power to do serious streaming? Jun 01 23:49:54 have a look on it's internals: http://z-wave.alsenet.com/index.php/HomeScenario_HSO-100_insides Jun 01 23:50:18 heck..lot of space Jun 01 23:50:29 I dont' think so, but I suppose they will replace it with arm6 or 7 Jun 01 23:51:13 for now they tried to make the device cheaper, not better! :( chineese style... Jun 01 23:51:46 what's the missing IC? Jun 01 23:52:33 IC ? Jun 01 23:52:52 Integrated Circuit Jun 01 23:53:04 I see one was planned Jun 01 23:53:10 ram? Jun 01 23:53:59 ah, there is a second place for asmall ic Jun 01 23:54:02 ... Jun 01 23:54:03 64Mb and 128Mb flash disk Jun 01 23:56:17 oh. you are talking about voids on the board? yea, there are a lot. sata, touch pannel, RF 433MHz module, etc. Jun 01 23:56:32 these ware planned , but not made Jun 01 23:57:00 I see Jun 01 23:58:34 My interest is a Z-Wave module. I'm working with Z-Wave devices and this one was supposed to be adopted for my software managing home automation. Jun 01 23:59:54 I've just heard about it Jun 02 02:39:41 hi,all, after I update my oe, it can't bitbake any .bb files, the error is "/usr/bin/autoreconf: unrecognized option `--exclude=autopoint'" could someone help me pls? tks **** ENDING LOGGING AT Wed Jun 02 02:59:57 2010