**** BEGIN LOGGING AT Fri Jul 01 02:59:57 2011 Jul 01 07:24:08 jo Jul 01 07:24:15 khem !!!!!!!!!! thanks Jul 01 08:07:50 hey guys i have created an image for mini6410 ,but during the run it gives can't open /r/dev/console: no such file Jul 01 08:07:51 Kernel panic - not syncing: Attempted to kill init! Jul 01 08:08:32 has anyone got such kind of error. Jul 01 08:09:49 /r/dev/console ? Jul 01 08:09:55 it should /dev/console Jul 01 08:12:30 woglinde, :yes Jul 01 08:12:44 but i dont know how Jul 01 08:12:53 check kernel cmdline Jul 01 08:13:02 i had passed the parameter Jul 01 08:13:44 my command line :Linux-CommandLine = root=/dev/mtdblock2 rootfstype=yaffs2 init=/sbin/init console=ttySAC0,115200 Jul 01 08:13:45 which one? Jul 01 08:14:05 do you have uboot as bootloader? Jul 01 08:14:14 yes Jul 01 08:14:28 check if the kernel starts with this line Jul 01 08:17:49 woglinde, i checked it Jul 01 08:17:59 it is the same Jul 01 08:18:15 okay next step is to control if your image has the device created Jul 01 08:18:35 sp loop mount or extract your image and Jul 01 08:18:41 check for /dev/console Jul 01 08:19:46 woglinde, ok Jul 01 08:20:10 btw can you pastebin your bootlog? Jul 01 08:23:54 hi all Jul 01 08:24:28 hi bluelightning Jul 01 08:25:55 woglinde, it has created a console Jul 01 08:26:23 erwt okay than please pastebin your bootlog Jul 01 08:29:26 woglinde, pasted @ http://pastebin.com/huVfsTHZ Jul 01 08:30:52 hm you build in a lot of serial usb adapters right? Jul 01 08:30:58 instead of modules Jul 01 08:31:59 are you running on a vfat fileystem? Jul 01 08:32:09 that wont work with linux Jul 01 08:32:55 erwt what is the filesystem on the boot partition? Jul 01 09:04:42 woglinde, ext3 Jul 01 09:06:30 woglinde, sorry for late reply Jul 01 09:08:54 and how did you put the ext3 fs onto your boot medium? Jul 01 09:09:42 woglinde, i didnt get u Jul 01 09:11:01 oe and bitbake gives you thex ext3 fs Jul 01 09:11:12 how do you get the fs to your device? Jul 01 09:12:16 woglinde, yes Jul 01 09:14:02 woglinde, I copied the ext3 file system gener. in tmp/deploy/eglibc/images/mini6410/Angstrom-x11image.rootfs.ext3 Jul 01 09:14:14 yes Jul 01 09:14:17 how? Jul 01 09:14:18 woglinde, in the SD card Jul 01 09:14:23 with cp? Jul 01 09:14:28 yes Jul 01 09:14:37 uhm that wont work Jul 01 09:14:43 you need dd Jul 01 09:14:47 why so Jul 01 09:15:04 dd if=rootfs.ext3 of=/dev/partition_on_your_sdcard Jul 01 09:15:06 why? Jul 01 09:15:15 because its filesystem image Jul 01 09:15:19 no regular file Jul 01 09:15:26 ok Jul 01 09:16:59 woglinde, Actually i am a bit new to openemmbedded,i hav just started working on mini6410 a month ago ,so i dont have the complete knowledge Jul 01 09:17:01 and if your partition on the sdcard is bigger as the fs Jul 01 09:17:08 no prob Jul 01 09:17:43 use resize2fs /dev/partition_on_your_sdcard Jul 01 09:17:55 do you know how to partioning the sdcard? Jul 01 09:18:26 woglinde, no Jul 01 09:19:18 woglinde, I will do it Jul 01 09:19:59 best use cfdisk Jul 01 09:20:15 but be carefull not to use your harddisk on your host computer Jul 01 09:20:20 same for dd too Jul 01 09:20:20 woglinde, My sd card is 2Gb ,so should not create much problem Jul 01 09:21:40 you may find fdisk refuses to work with the factory partition setup on the card too... in that case I just use fdisk Jul 01 09:21:52 er, I meant you may find cfdisk refuses... Jul 01 09:22:12 bluelightning, thanks a lot Jul 01 09:22:35 for some reason memory card manufacturers seem to set up the partitions in a way that cfdisk doesn't like Jul 01 09:22:51 might just be cfdisk being too pedantic, not sure Jul 01 09:50:30 woglinde, It become more difficult to put images on sd card if i did dd=... ,bcoz the card had come with the friendly arm card ,there is a initial boot seqence which reads the friendly arm.ini file and then hands over to mini6410 Jul 01 09:51:33 woglinde, initially i just want to avoid complexities now . Jul 01 09:51:56 hm than use tar Jul 01 09:52:09 and extract the tar archive to the sdcard Jul 01 10:01:45 woglinde, I got a problem during the creation of x11-image in rootfs folder there is no /r/dev/console ,the very first qn u had asked me Jul 01 10:02:51 erwt whitout your sdcard layout I cannt say anything Jul 01 10:05:50 woglinde, the image contents of x11-image for mini6410 were created in rootfs folder ,i looked into that and said the above Jul 01 10:05:59 can anyone help me how to configure directfbrc? Jul 01 11:11:22 kergoth_: That's pretty good, we got about 5 messages in before anyone mentioned USE ;) Jul 01 11:48:46 celston: heh Jul 01 11:50:20 if you want to do it properly you need to centralize all that local/global(/distro) flags... you cannot rely on '--with--xy', each package can have similar but different config flags Jul 01 11:51:22 if you want just quickly hack your recipe/image, well, that's another pair of shoes Jul 01 12:02:53 hey, is there any docu on how to setup oe-core? Jul 01 12:04:47 yes Jul 01 12:05:41 http://sakrah.homelinux.org/blog/2011/03/using-openembedded-core-to-build-angstrom-for-qemu/ Jul 01 13:12:56 woglinde: but nothing on our wiki? Jul 01 13:21:08 not yet Jul 01 13:23:42 yeah we could really do with something Jul 01 13:24:00 no doubt the lack of it is stopping a few people from trying it out Jul 01 14:28:41 zecke: nothing on our wiki that I know of. it seems to be hard/impossible to edit the oe wiki though so I guess this is probably not a surprise. Jul 01 14:32:06 * woglinde tries to setup his own diaspora Jul 01 14:33:45 pb_: ah too bad, editing requires login, login is hard to get? Jul 01 14:34:38 yeah, it seems. and I think rp was saying a couple of weeks ago that even with an account you still couldn't actually edit any pages. Jul 01 14:35:30 well, until that gets sorted out, I've got an account that can edit if people have content Jul 01 14:35:41 if you try to create an account it just tells you that account creation is disabled and to contact the admins, but slightly unhelpfully it doesn't say how to do that. I think the consensus was that Tom was the man who would know but I never got around to asking him about it. Jul 01 14:36:13 it's been like this for rather a long time, I hope it can be fixed soon Jul 01 14:36:27 yeah, it is a bit suboptimal Jul 01 14:36:59 I guess it might all be an elaborate plot by the yocto cabal to get us to use their wiki :-) Jul 01 14:43:13 :} Jul 01 14:47:45 pb_: to get things into oe-core, I am going to send patches to you? I publish a branch somewhere ask to pull from it? Jul 01 14:48:22 you send a pull request with the pull request script to the oe-core mailing list, at least tahts the process i always follow Jul 01 14:49:36 zecke: sending patches to me certainly won't help. I think you need to send them to the oe-core mailing list. Jul 01 14:50:04 "Yocto cabel?" :D Jul 01 14:50:34 or, yeah, you could make a branch and do a pull request. I don't know which way the oe-core folk prefer to work but I've always just sent patches. Jul 01 14:50:45 i'm sure either works fine Jul 01 14:51:08 the pull request ends up sending patches too, just also provides a branch to pull from Jul 01 14:51:19 yeah Jul 01 14:51:48 mwester-laptop: I guess a yocto cable would be something a bit different. Jul 01 14:52:13 Indeed. :) Jul 01 14:54:13 kergoth__: i assume one needs to have a repo somewhere? Jul 01 14:57:01 you can use openembedded-core-contrib, or github or gitorious Jul 01 14:59:24 kergoth__: on the subject of patches, could you apply zecks's git thing to the bitbake master tree? Jul 01 14:59:32 s/zecks/zecke/ Jul 01 15:01:40 pb_: if it is some kind of plot nobody told me about it ;) Jul 01 15:01:46 heh Jul 01 15:02:43 BTW, is there a different IRC channel for the oe-core discussions? Jul 01 15:02:51 Not that I know of. Jul 01 15:02:59 mwester-laptop: should be here really Jul 01 15:03:06 Ok. Jul 01 15:03:52 There's a separate mailing list, but I guess you knew about that. Jul 01 15:05:22 I'm not sure it actually makes all that much sense to have the lists separate anymore: we have the slightly weird situation where oe-core stuff gets discussed on oe-core@, but meta-oe (which is a layer on top of oe-core, and has no relation to classic oe as such) gets discussed on the "old" oe-devel list. Jul 01 15:06:41 Well, I'm actually glad that the oe-core discussion happens on a different list; I can't keep up with the 100+ emails/day on a cell phone... Jul 01 15:06:59 I expect I've missed a lot of good discussion, though. Jul 01 15:07:51 Right, fair enough. There's always the archive if you want to look at it. Jul 01 15:46:36 anyone know if the oe organisation on github is automagically kept in sync? Jul 01 15:47:35 what do you mean by the "organisation"? Jul 01 15:47:50 the repos on github are synced with the ones on melo. we don't do any syncing of the actual organisation metadata though. Jul 01 15:47:55 I mean all of the repos at https://github.com/openembedded Jul 01 15:48:05 ok, cool - that's what I was hoping Jul 01 16:06:45 pb mkostemp is not implemented by uclibc Jul 01 16:06:52 and its not a posix command Jul 01 16:07:00 03Lianhao Lu  07master * rb9698d0e8d 10bitbake.git/lib/bb/ui/hob.py: (log message trimmed) Jul 01 16:07:00 ui/hob: Fixed the "build again" hang. Jul 01 16:07:00 Using gobject.threads_init() instead of gtk.gdk.threads_init(). These Jul 01 16:07:00 two modes are conflict to each other. Using gobject.threads_init() Jul 01 16:07:00 allows only the main thread to touch GUI(gtk) part. Jul 01 16:07:01 Signed-off-by: Lianhao Lu Jul 01 16:07:02 Signed-off-by: Joshua Lock Jul 01 16:07:02 03Joshua Lock  07master * r22c8600b88 10bitbake.git/lib/bb/ (command.py cooker.py event.py): Jul 01 16:07:03 command|cooker|event: add findConfigFilePath command Jul 01 16:07:03 This takes the name of a .conf file and returns the full path to it Jul 01 16:07:04 Signed-off-by: Joshua Lock Jul 01 16:07:04 Signed-off-by: Richard Purdie Jul 01 16:07:05 03Liping Ke  07master * r5591329948 10bitbake.git/bin/bitbake: Jul 01 16:07:06 bitbake: Make bitbake server type configurable. Jul 01 16:07:06 Add -t options in bitbake for configuring server type. Jul 01 16:07:07 Signed-off-by: Liping Ke Jul 01 16:07:13 mkostemp(): _GNU_SOURCE Jul 01 16:07:45 03Joshua Lock  07master * ra8246ae540 10bitbake.git/ (bin/bitbake lib/bb/cooker.py): Jul 01 16:07:45 bitbake: add -R option for loading configuration files after bitbake.conf Jul 01 16:07:45 Useful if you want to load a configuration file that sets values which may Jul 01 16:07:45 also be set in bitbake.conf or one of the files it includes. Jul 01 16:07:46 Signed-off-by: Joshua Lock Jul 01 16:07:46 Signed-off-by: Richard Purdie Jul 01 16:07:47 03Joshua Lock  07master * rc515b76c3a 10bitbake.git/lib/bb/cooker.py: Jul 01 16:07:47 cooker: add generic method to locate configuration files Jul 01 16:07:48 (24 lines omitted) Jul 01 16:17:56 woglinde: yes, I know Jul 01 16:18:38 what's your point? Jul 01 16:19:06 your email Jul 01 16:20:44 well, yes, I guessed that. what about it, though? Jul 01 16:45:53 Hi! Jul 01 16:46:09 anyone used plymouth on OE ? Jul 01 16:46:18 I am not Jul 01 17:01:36 woglinde: oe is a test ground Jul 01 17:01:58 for those patches and I will them take them in once they seem to work ok Jul 01 17:02:41 khem thanks for the uclibc stuff Jul 01 17:02:51 khem we need the test case for execvpe Jul 01 17:05:41 yes we do Jul 01 17:05:58 btw. I am able to build systemd-image w/uclibc now Jul 01 17:06:06 lets see if it boots Jul 01 17:08:07 it boots Jul 01 17:08:17 otherwise I havent made the patches Jul 01 17:08:31 hm and yes I forgot the mkstemp stuff Jul 01 17:08:37 to make public Jul 01 17:09:04 khem I tested with qemu-arm Jul 01 17:09:57 woglinde: ok. I am doing same. but the image I built first time it for nslu2be :) Jul 01 17:10:03 so building for qemuarm now Jul 01 19:07:45 i hate when i really want to get some code written, yet instead i stare at an empty vim and can't make myself actually do it Jul 01 19:08:28 uhm Jul 01 19:08:40 make a break Jul 01 19:08:43 eat something Jul 01 19:13:17 qemuarm isn't building on Fedora 15. Wants kvm and apparently can't find it on the host. Jul 01 19:24:13 try Emacs ;-) Jul 01 19:24:30 hi esben Jul 01 19:27:18 ecipes/glib-2.0/glib-2.0_git.bb' failed :P Jul 01 19:58:36 woglinde: hi Jul 01 21:28:02 mwester-laptop: howdy Jul 01 21:28:16 mwester-laptop: when are you taking over the meta-nslu Jul 01 21:28:38 mwester-laptop: I have tried to keep it in good shape given the churn in oe-core Jul 01 21:37:51 hm, dbus-1.4.12 checksum seems changed Jul 01 21:38:47 has md5 checksum 3ef31c7e58fe6854e6bd0e4e58f26f49 when 104f2ea94c10a896dfb1edecb5714cb1 was expected (from URL: 'http://dbus.freedesktop.org/releases/dbus/dbus-1.4.12.tar.gz')' failed Jul 01 21:41:16 ant__: did you CTRL+C while fetching? Jul 01 22:08:57 jo ant Jul 01 22:10:33 good evening Berlin Jul 01 22:10:43 good night even ;) Jul 01 23:40:37 i have too many irc clients on too many machines Jul 01 23:44:50 heh Jul 01 23:44:56 ETOO_MUCH_IRC Jul 01 23:45:17 heh Jul 01 23:45:51 does anyone here have my motivation? I think it ran off again Jul 01 23:46:10 I think it's vacationing in bermuda with mine Jul 01 23:46:18 damn, should have known Jul 01 23:46:53 I should check to see if these mp4 videos work on my phone Jul 01 23:47:42 I also need to get off my lazy ass and work on ArcadiaOS Jul 01 23:48:00 ArcadiaOS? Jul 01 23:48:21 My OE distro Jul 01 23:48:28 For arcade purposes Jul 01 23:48:57 Also... meeting with beer, totally kills my productivity. Jul 01 23:51:34 ahh, cool Jul 01 23:51:57 But my productivity was shit today anyway. Jul 01 23:52:13 i've done a fair bit of staring at empty terminals and vim windows today Jul 01 23:52:36 I think I only go about 100 or so useful lines of javascript done. Jul 01 23:52:38 :/ Jul 01 23:52:48 It's a friday before a long weekend. Jul 01 23:54:00 hmm, maybe i should have done the standing desk thing more today. didn't do it at all today, and i think my energy levels dropped as a result Jul 01 23:54:01 heh Jul 01 23:54:24 Phone does not like my video files Jul 01 23:54:36 I probably should reencode for it anyway, to save battery life. Jul 01 23:54:44 Thing likes them. Jul 01 23:54:57 After I re-container them. Jul 01 23:55:03 Thing being my touchpad. Jul 02 00:08:11 I'll probably go home in an hour ish. I'm not getting crap done Jul 02 00:11:26 Damn, breakout is going to take another hour to load Jul 02 01:35:58 where can i find fakeroot-1.14.5.orig.tar.bz ... i can't fetch it from the debian site Jul 02 01:36:57 i saw a patch ... but it's status was listed as rejected, archived ... would it be safe to use this patch Jul 02 02:07:29 * kergoth__ starts experimenting with implementing bitbake-like functionality with the go language **** ENDING LOGGING AT Sat Jul 02 02:59:57 2011