**** BEGIN LOGGING AT Tue Aug 11 02:59:57 2009 Aug 11 03:03:03 morning Aug 11 03:03:47 hey zecke Aug 11 03:03:56 gm Aug 11 03:04:26 taiwan? Aug 11 03:05:42 ugh there was some typhoon there lately Aug 11 03:12:57 right Aug 11 03:13:07 taipei is fine, south is bad, and I was in korea at the time Aug 11 07:58:53 03Holger Hans Peter Freyther  07org.openembedded.dev * r3b920ca03d 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Aug 11 07:58:53 usermanual: Only advertize using shlibs for external toolchains Aug 11 07:58:54 Using shlibs and ASSUME_SHLIBS should be everything we need to Aug 11 07:58:54 get proper dependencies into packages. This section should get Aug 11 07:58:54 more work and the external-poky-toolchain approach should be Aug 11 07:58:57 copied to simplify this task. Aug 11 07:59:04 03Holger Hans Peter Freyther  07org.openembedded.dev * r436d7da2df 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: usermanual: Start a chapter on how to build your own SDK. Aug 11 08:07:05 * * OE Bug 5293 has been created by comte_fabien(AT)yahoo.fr Aug 11 08:07:07 * * Apache 2.2.3 issue with multiple listen Aug 11 08:07:09 * * http://bugs.openembedded.org/show_bug.cgi?id=5293 Aug 11 08:08:05 * * OE Bug 5294 has been created by comte_fabien(AT)yahoo.fr Aug 11 08:08:07 * * IP tables 1.3.8 does not work well with kernel 2.6.30 Aug 11 08:08:09 * * http://bugs.openembedded.org/show_bug.cgi?id=5294 Aug 11 09:14:51 morning Aug 11 09:15:20 hi methril Aug 11 09:15:48 hi woglinde Aug 11 09:16:12 someone have dev some i2c interrupt driven eeprom? Aug 11 09:33:49 03Steve Sakoman  07org.openembedded.dev * r217e13eaed 10openembedded.git/ (conf/checksums.ini recipes/gnome/libbonobo_2.24.1.bb): libbonobo: add 2.24.1 Aug 11 09:33:59 03Steve Sakoman  07org.openembedded.dev * r40c774719b 10openembedded.git/ (conf/checksums.ini recipes/gnome/libart-lgpl_2.3.20.bb): libart-lgpl: add 2.3.20 Aug 11 09:37:31 florian: good morning Aug 11 09:45:15 good morning Aug 11 09:50:46 he florian Aug 11 09:50:47 he pb Aug 11 09:51:34 hi woglinde Aug 11 09:53:04 pb___: hey Aug 11 09:54:23 pb__: can one safely assume armv5te is LE ? Usually? Aug 11 09:55:55 ant_work: no, there are certainly big-endian armv5te machines out there. nslu2 is the most obvious example but not the only one by any means. Aug 11 09:56:30 I see. for Zaurus in OE we have e.g. EXTRA_IMAGECMD_jffs2 = "--little-endian Aug 11 09:56:39 which leads to think is LE Aug 11 09:56:42 probably the majority of armv5te machines are little endian (as with arm machines in general) but it isn't an overwhelming majority. Aug 11 09:56:52 zaurus is le, yes Aug 11 09:57:11 but you can't extrapolate from that to everything else that uses the same instruction set Aug 11 09:57:21 would you check for endiannes before doing a nandread on Zaurus? Aug 11 09:57:48 I'm not quite sure what you're asking. Aug 11 09:57:58 e.g. I read 0xabcd Aug 11 09:58:21 well, 0xa 0xb 0xc 0xd Aug 11 09:58:48 and I know I have to scramble them -> d c b a Aug 11 09:58:52 pb__: hey! Aug 11 09:58:57 zecke: hail zecke Aug 11 09:59:07 because Z is LE Aug 11 10:00:02 ant_work: right Aug 11 10:01:02 ok, I'll insert an endiannes test just to sleep safe :) Aug 11 10:02:04 if you know your program will only run on zaurus, you can safely assume little endian; I don't think there were ever any big endian Zs. Aug 11 10:02:26 if it might be used on other platforms, yes, you should check the endianness first. it's easy to do and doesn't cost anything at runtime, so there's no excuse not to really :-} Aug 11 10:02:28 ah, I thougth it can be changed at boot Aug 11 10:02:37 hm... would the cpu allow big endian? Aug 11 10:02:58 yes, but I doubt any of the peripheral drivers or the boot rom would work properly Aug 11 10:03:09 on a kixrp435 i can do both... :) Aug 11 10:03:36 practically speaking I think the Z is basically fixed as LE. I've certainly never heard of anybody running it big endian and I can't really think of any reason why you'd want to either. Aug 11 10:03:57 true :) Aug 11 10:04:03 ok,thx, more than enough for me :) Aug 11 10:05:03 ant_work: on the mist devices this is really not important... only on some IXP based ones like the nslu2 it would be a good idea to check. Aug 11 10:05:08 yeah, nslu2 supports both endiannesses too: big-endian for compatibility with linksys original firmware (and, in theory, better networking performance) and little endian for compatibility with everything else. Aug 11 10:05:35 yeah... Aug 11 10:05:47 florian: do you need other devices like Z wich are not passing the mtdparts in the cmdline? I could extend the patch perhaps Aug 11 10:05:56 s/eed/know of/ Aug 11 10:07:26 ant_work: yes there are quite a few that define the partitions in the kernel. Aug 11 10:08:13 or all the freescale based stuff uses redboot partitions Aug 11 10:08:33 did i complain about redboot already? ;) Aug 11 10:09:09 I don't know redboot. does it pass atags+cmdline? Aug 11 10:10:58 hmm... cmdline no, atags i guess so. there is a kernel option to support its partition table. this is stored in a flash section Aug 11 10:11:04 hi dth Aug 11 10:11:05 if the partitions boundaries are written at precise offsets, it would be possible to extract them Aug 11 10:11:43 good morning, all , and florian Aug 11 10:12:01 though, if there is an 'environment' like u-boot, things are complicated. Happily u-boot passes the mtdparts :) Aug 11 10:26:13 is there any existing package for an X11 kiosk mode with web browser? Aug 11 10:31:09 th1_: no kiosk mode, the closest thing is midori... Aug 11 10:31:16 ok I already got that one Aug 11 10:32:00 I'll make a custom package, just wondered if someone had already done it Aug 11 10:32:25 with devilspie and midori and X autologin Aug 11 10:49:34 morgen Aug 11 10:58:24 hey Aug 11 11:01:38 good morning! Aug 11 11:05:00 RP: hey! Aug 11 11:06:04 03Holger Hans Peter Freyther  07org.openembedded.dev * r5eb5026f29 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: usermanual: Do not ask to use svn for bitbake Aug 11 11:06:05 03Holger Hans Peter Freyther  07org.openembedded.dev * rd043fdacfd 10openembedded.git/ (.gitignore docs/usermanual/.gitignore): Aug 11 11:06:05 Ignore some files with a .gitignore Aug 11 11:06:05 ignore generated docbook files, ignore temporary vim files Aug 11 11:06:07 03Holger Hans Peter Freyther  07org.openembedded.dev * rcf0456a294 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Aug 11 11:06:10 usermanual: Provide a section on Qt Embedded SDK Aug 11 11:06:12 Explain how to configure, build and use a Qt Embedded SDK Aug 11 11:06:14 generated with OpenEmbedded. Aug 11 11:06:16 03Holger Hans Peter Freyther  07org.openembedded.dev * r1720b8b58b 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Aug 11 11:06:19 usermanual: Fix the make pdf target. Aug 11 11:06:21 Use filename and emphasis inside a para to make jade happy. Aug 11 11:06:23 03Holger Hans Peter Freyther  07org.openembedded.dev * r43649c644a 10openembedded.git/docs/usermanual/chapters/ (common_use_cases.xml getting_oe.xml recipes.xml usage.xml): Aug 11 11:06:26 usermanual: Improve consistency in displaying shell commands Aug 11 11:06:32 Use $ NAME for all shell commands on the host Aug 11 11:06:34 throughout the docbook. $ was picked over the other three candidates Aug 11 11:06:36 due being the oldest one we have used. Aug 11 11:06:38 03Holger Hans Peter Freyther  07org.openembedded.dev * r2569b442fc 10openembedded.git/recipes/meta/meta-toolchain-qte.bb: Aug 11 11:06:41 meta-toolchain-qte: Set the QMAKESPEC... Aug 11 11:06:43 And finally we have a working SDK (tm). Aug 11 11:09:22 zecke: very good Aug 11 11:09:32 pb__: which part? Aug 11 11:09:39 pb__: I assume the .gitignore? Aug 11 11:10:34 pb__: for the documentation, I will grab a native speaker soon to fix the language :} Aug 11 11:10:59 anyone has special mojo for our wiki? I would like to have power to edit the news section Aug 11 11:13:10 I should have Aug 11 11:13:29 hrw: I just created zecke23, maybe you can grant some power Aug 11 11:13:43 pb__: good job! Aug 11 11:13:54 ow, zecke I mean :) Aug 11 11:14:37 booxter: well, do spell checking, etc... *please* Aug 11 11:14:39 zecke: relogin Aug 11 11:15:37 zecke: the documentation, I meant :-) Aug 11 11:15:49 though, the gitignore is good work as well Aug 11 11:16:10 pb__: I know I'm a horrible writer, both me and the documentation will improve over time... Aug 11 11:16:20 * zecke tries to generate some LinuxDevices.com stories for OE Aug 11 11:17:38 zecke: if only I was a native speaker... :) Aug 11 11:18:25 hrw: thanks Aug 11 11:19:39 zecke, my writing has not improved with time :( Aug 11 11:19:44 seems that currently only OE provides good Qt/E SDK (except building it by yourself). Or are there any other distros with similar functionality? Aug 11 11:19:50 but keep trying, maybe that is where I went wrong Aug 11 11:21:56 Crofton|work: hehe, I assume it is a matter of trying... I can write a lot more code in one hour... I had to force me to write that but the final result is better than my first versions Aug 11 11:23:33 my problem is that it takes me a long time to get ideas onto paper Aug 11 11:26:20 * hrw -> food Aug 11 11:26:22 Crofton|work: I agree Aug 11 11:26:56 Crofton|work: there is no need for well written texts... for linuxdevices.com ;) Aug 11 11:31:41 pb__: was your uclibc comment a Acked-By? Aug 11 11:41:50 how often does usermanual on oe.org updates from git? Aug 11 11:44:51 booxter: no idea, i assume once per hour Aug 11 11:46:51 Silly question of the day: What determines which modules get installed in an image? Currently only some seem to make it. Aug 11 11:48:59 zecke: thank you for applying my patch :) Aug 11 11:49:09 how can I specify that my package depends not only on glib-2.0 but glib-2.0 >= 2.9.1 (as it would look in Debian notation)? Aug 11 11:49:58 methril|work: no problem Aug 11 11:50:19 th1_: in your RDEPENDS/DEPENDS line you can place glib-2.9 (>= 2.9.1) Aug 11 11:50:29 th1_: bitbake parses it but ignores it Aug 11 11:50:41 ok Aug 11 11:50:55 so it will still try to build it even if a lower version is there? Aug 11 11:51:08 th1_: yes, patches welcome :) Aug 11 11:51:12 :) Aug 11 11:54:48 zecke: no, I don't have the uclibc 5ki11z to say whether that patch is exactly the right thing Aug 11 11:55:25 I know what the general issue is but you probably need a uclibc h4x0r to approve the patch itself Aug 11 11:55:43 pb__: but you have experienced the error once? on glibc? Aug 11 11:56:54 zecke: I've seen the error with uclibc in the past. I haven't seen it with glibc but glibc uses __attribute__ ((always_inline)) already. Aug 11 11:57:27 Anyone have suggestions for why only some of the modules are ending up in an image? Packages are built for all of them. Aug 11 11:58:22 jic23: look at your image file, probably your machine/distro is defining the minimal set of modules Aug 11 12:00:58 zecke: It's more or less angstrom. I'll have a dig. Aug 11 12:01:13 booxter: usermanual gets updated once per day: http://wiki.openembedded.net/index.php/Infrastructure Aug 11 12:01:45 * cbrake needs to change the script to get the bitbake docs from git .... Aug 11 12:16:43 03Holger Hans Peter Freyther  07org.openembedded.dev * r154a69bf19 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: usermanual: First round of spell checking Aug 11 12:24:07 Hi! just a short question: i try to build a package where the sources are on a bazaar-vcs. how to set the SRC_URI right? Aug 11 12:24:36 bz:// one? Aug 11 12:25:34 I tried this SRC_URI = "bzr://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/;proto=http" but it does not work Aug 11 12:30:20 it should work with bzr:// Aug 11 12:30:50 meta/packages/eds/eds-tools_bzr.bb:SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http" Aug 11 12:30:55 thats in poky Aug 11 12:31:24 ok, I try again :-) Aug 11 13:01:38 how does image builder decide which one of several alternatives are used, eg for things provided by both busybox and coreutils, is it the order of IMAGE_INSTALL and the last one installed is used? Aug 11 13:02:16 03Holger Hans Peter Freyther  07org.openembedded.dev * r0b5373120b 10openembedded.git/docs/usermanual/chapters/ (getting_oe.xml metadata.xml recipes.xml usage.xml): usermanual: Some more spelling fixes Aug 11 13:02:26 03Holger Hans Peter Freyther  07org.openembedded.dev * ra829724ce2 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: usermanual: Pass proper arguments to tar. Aug 11 13:16:38 morning Aug 11 13:19:01 bbl Aug 11 13:58:03 huhu Aug 11 14:21:26 Jeff__ pasted "ldm_bzr.bb" at http://paste.lisp.org/display/85190 Aug 11 14:22:16 oh, bitbake kills me, how to use this bzr-fetcher? Aug 11 14:24:16 I always get errors it's trying to update instead of fetch and does not even try to use the host bzrcommand is /usr/bin/env bzr pull -r 1 --overwrite Aug 11 14:24:30 can anyone help? Aug 11 14:25:05 btw: the bruteforce overwriting do_fetch works Aug 11 14:25:15 let me try Aug 11 14:28:36 hrw: I pasted the already at http://paste.lisp.org/display/85190 Aug 11 14:30:36 I know Aug 11 14:31:13 Jeff__ pasted "Debug output" at http://paste.lisp.org/display/85192 Aug 11 14:31:40 I put some debug to the bzr-fetcher Aug 11 14:32:31 Jeff__: you used bazaar before? Aug 11 14:35:02 hrw: no, this is the fist time I have used it Aug 11 14:35:26 but I tried some different things Aug 11 14:36:05 ahh, the bazaar fetcher does not fetch to ${WORKDIR} ? Aug 11 14:36:34 Jeff__: no, it never fetches to WORKDIR Aug 11 14:36:46 Jeff__: it should create some sort of tar.gz which will be unpacked by do_unpack Aug 11 14:36:51 ah, this I got wrong Aug 11 14:36:59 just learning :-) Aug 11 14:37:01 ok Aug 11 14:37:08 this explains a lot Aug 11 14:37:11 :-) Aug 11 14:38:30 bzr fetcher is nearly 2 years old Aug 11 14:38:37 I see Aug 11 14:38:39 that can explain some problems Aug 11 14:39:32 some of OEs java recipes use the bazaar fetcher IIRC Aug 11 14:39:40 Bus 001 Device 002: ID 1516:1603 CompUSA 1GB Flash Drive Aug 11 14:39:44 /dev/sda1 3.8G 106.6M 3.5G 3% /media/sda1 Aug 11 14:39:53 nice 1GB ;D Aug 11 14:40:17 does the bzr-fetcher always checks the latest revision? Aug 11 14:41:43 is this right to automaticly adjust the PV: Aug 11 14:41:44 SRCREV = "${SRCREV_pn-ldm}" |SRCREV = "${SRCREV_pn-ldm}" Aug 11 14:41:48 PV="2.0.42-bzrr${SRCREV}" Aug 11 14:41:49 Sorry to bring this up again, but I'm still trying to chase down the source of: Aug 11 14:41:49 oops Aug 11 14:41:54 udevd-event[4809]: mknod(/dev/vcsa, 020660, (7,128) failed: No space left on device Aug 11 14:42:10 jic23: that seems fairly self-explanatory: your filesystem is full Aug 11 14:42:11 and similar. It isn't a memory problem and there is loads of room on the relevant device Aug 11 14:42:31 what do 'df' and 'df -i' say? Aug 11 14:43:05 interesting df is fine, but df -i is giving the problem. Aug 11 14:43:17 thanks for the pointer! Aug 11 14:43:26 hrw: who is the manufacturer/vendor of this flash drive? Aug 11 14:43:41 Jeff__: no idea - it is 4GB pendrive from guadec 2008 Aug 11 14:43:55 pb__: what would cause there to be no available inodes? Aug 11 14:44:32 jic23: the number of inodes is fixed when the filesystem is created. apparently this number is just too small for the quantity of files that you are trying to put in there. Aug 11 14:44:58 pb__: in the case of tmpfs any idea how to increase it? Aug 11 14:45:38 jic23: mount -o nr_inodes=..., I think Aug 11 14:46:10 pb__ thanks, will try fiddling with fstab to do the equivalent. Aug 11 14:46:10 time to finally make use of sheevaplug 1.2GHz cpu Aug 11 14:46:21 building angstrom under angstrom Aug 11 14:46:39 I'm a bit surprised that you've manage to run out of inodes on tmpfs; the default is fairly generous. But if you have created loads of small files then it's certainly possible. Aug 11 14:47:04 pb__: udev uses rather a lot I guess. Aug 11 14:47:18 yeah, I guess Aug 11 14:48:35 jic23: mount -o remount,size= /mountpoint num=[kmg] Aug 11 14:48:52 or in fstab just add the size= option Aug 11 14:49:08 Jeff__: it isn't size that's his problem Aug 11 14:54:14 pb__: I see, but if the nr_inode is the problem then the sytem has either really few mem or the pagesize is to large Aug 11 14:55:31 sinze by default tmpfs is using half of the number of the physical RAM pages as nr_io Aug 11 14:56:03 or he just has a lot of files; that's not completely implausible. on a 32MB machine the default for nr_inodes would be 4096 which, as I said, is fairly generous but not so large that you couldn't exhaust it if you tried. Aug 11 14:56:37 it's actually at 3727 Aug 11 14:56:54 which does still seem rather a lot. Aug 11 14:57:07 ah. close. :-} Aug 11 14:57:13 how many files do you actually have in there? Aug 11 14:57:19 particularly when only 8k of the 15 megs is in use. Aug 11 14:57:25 heh Aug 11 14:58:00 there are apparently 3726 files in there though. Aug 11 14:58:20 right. must be small files! Aug 11 14:58:38 Indeed. So other option is to hack out a lot of the things udev is creating. Aug 11 14:58:47 wonder why there are quite so many? Aug 11 14:58:58 re Aug 11 14:59:02 yeah, that's weird. I'm fairly sure it doesn't create 3000 device nodes for me. Aug 11 14:59:14 might be worth eyeballing the list and looking for any that seem obviously spurious Aug 11 14:59:39 indeed, my desktop only has 1934 of them. Aug 11 14:59:56 3000 device nodes? my desktop has only 1918 Aug 11 14:59:58 :-) Aug 11 15:00:21 mostly the usual heap of tty's etc. Aug 11 15:00:30 nothing particularly odd. Aug 11 15:00:55 just 471 /dev entries here Aug 11 15:01:10 hrw: ah, you must have a very small computer :-} Aug 11 15:01:25 ;D Aug 11 15:01:28 I guess Jeff__ has 1447 more disks than you do. Aug 11 15:01:40 :-) Aug 11 15:05:13 guys, help me out please, I start feeling stupid... shasum-native does not compile for me, but there is no error in the compile log, there is no error when looking with -DDD, calling run.do_compile manually does compile the binary without errors and well, I see no reasons why it should not work... (I have to note that everything is from arago git, maybe something messed up there?) Any hints? Aug 11 15:06:57 I thought it could be bitbakre related (they were shipping 1.8.13), but taking 1.8.12 did not make any difference Aug 11 15:07:02 hehe: works find if you set it to have 65000ish inodes ;) Overkill, but I can take the overhead! Aug 11 15:07:39 The irony is it only wanted 3736 when it had 3727. ho hum. Aug 11 15:12:12 heh Aug 11 15:12:27 Thanks pb___ and jeff__ Aug 11 15:14:27 argh Aug 11 15:14:59 "mount serverip:/share /mnt" where /share is exported by nfs do not want to work ;( Aug 11 15:15:27 /share *(rw,sync,no_subtree_check) Aug 11 15:16:55 hrw: syslog? Aug 11 15:17:19 nothing Aug 11 15:17:26 on both sides? Aug 11 15:17:27 not even log of trying Aug 11 15:18:14 on server: no trace, on sheevaplug/angstrom (client): no trace Aug 11 15:18:33 server can mount it (and shows in log) Aug 11 15:18:37 hrw: and what's the mount output? Aug 11 15:18:46 looks like time to boot some normal device to check Aug 11 15:19:00 mount: wrong fs type, bad option, bad superblock on 192.168.1.112:/home/hrw/devel/sources/, missing codepage or helper program, or other error Aug 11 15:19:25 look into dmesg Aug 11 15:19:35 hrw: does your sheeva have all the needed nfs services? rpc? Aug 11 15:19:38 fun is that other devboard connected fine Aug 11 15:19:41 hrw: Are all the right kernel modules present/loaded? Aug 11 15:20:26 nfs is in /proc/filesystems (built in kernel), portmap is running Aug 11 15:20:35 also check what version of mount you're using; some versions require crazy external mount.nfs helper things. Aug 11 15:20:50 util-linux-ng one Aug 11 15:21:01 ah, I think that definitely falls into this category Aug 11 15:21:06 do you have mount.nfs on hand? Aug 11 15:21:13 that was it! Aug 11 15:21:19 :) Aug 11 15:21:20 "busybox mount" worked Aug 11 15:21:54 yeah, this is one of those rare occasions where busybox sucks less than most of the alternatives. Aug 11 15:22:47 heh Aug 11 15:22:59 I fought that one before Aug 11 15:25:54 Is there an easy way of getting a recipe to not install a file for a particular board? The ramdisk script installed as part of initscripts is getting very confused and trying to mount my kernel as a fat partition. Aug 11 15:26:04 Can just replace it with an empty file but that feels wrong. Aug 11 15:26:32 I think it's the cause of one of the more cryptic segfaults I've yet seen. Aug 11 15:41:11 kg4ysn|work: you wanted something from me few days ago Aug 11 15:42:07 hrw: i think you may have posted the answer to the at91.com forums. thank you very much for the help! Aug 11 15:42:28 hrw: the board is booting just fine now, and i'm on to customizing the kernel. Aug 11 15:42:38 hrw: the issue turned out to be with at91bootstrap-2.10 in OE. Aug 11 15:44:01 ah Aug 11 15:44:08 I need to test 2.12 Aug 11 15:44:33 hrw: i tried 2.11, and the issue still exists there. 2.12 may fix it, but we're in a time crunch. it's on my to-do list for later. Aug 11 15:44:36 I hate moments when someone bumps glibc Aug 11 15:53:09 shit. at91 and linux4sam are dead Aug 11 15:53:50 hrw: are they run off the same box? Aug 11 15:54:23 no idea Aug 11 15:54:28 linux4sam.org doesn't expire for another month Aug 11 15:54:49 yes, they are same IP Aug 11 15:57:07 traceroute shows me getting from SF to NY, but no responses after that point. i don't know where it is hosted. Aug 11 15:57:32 france, apparently Aug 11 15:57:39 Jeff__ pasted "bzr.py.diff" at http://paste.lisp.org/display/85195 Aug 11 15:58:54 I think I fixed my problem with the bzr-fetcher, can someone verify this? Aug 11 15:59:21 Jeff__: did you ever get your target_pkgs error resolved? building meta-toolchain on my box finished last night and worked just fine. Aug 11 15:59:31 >AT91Bootstrap-2.12...>dataflash code 0x0000003C Aug 11 15:59:31 AT45DB642D detected Aug 11 15:59:31 invalidboot Aug 11 15:59:40 hrw: neat! Aug 11 15:59:53 it loops ;( Aug 11 16:00:04 >dataflash code 0x0000003C Aug 11 16:00:04 AT45DB642D detected Aug 11 16:00:04 invalidboot Aug 11 16:00:13 those 3 lines loops Aug 11 16:00:27 hrw: is this the pull from the suggested GIT repository from at91? Aug 11 16:00:31 kg4ysn|work: no, I didn't look further, I'm not sure what's wrong with my build :-( Aug 11 16:01:05 Jeff__: i thought grg was on to something with the parallel make Aug 11 16:01:55 kg4ysn|work: no, I rebuilt all without -j2 Aug 11 16:02:02 no change Aug 11 16:04:01 btw: what happens if a single file is provided by two packages? Aug 11 16:08:17 Jeff__: I *think* the second package overwrites the one provided by the first. someone else will have to confirm, though. i'm looking in the OE manual now. Aug 11 16:11:23 kg4ysn|work: Ulf's buildroot also uses 2.12 tarball Aug 11 16:11:46 hrw: does his build for dataflash, nandflash, or both? Aug 11 16:13:47 dataflash Aug 11 16:14:02 kg4ysn|work: I have old revision of board with cpu which boots only from dataflash Aug 11 16:14:03 hrw: ok makes sense for the AT45 Aug 11 16:14:34 hrw: we decided to ditch dataflash and go straight for nandflash. Aug 11 16:18:36 i love kernel errors in the morning Aug 11 16:31:00 meh Aug 11 16:31:06 jo kergoth Aug 11 16:35:21 hi kergoth Aug 11 16:35:36 hey RP Aug 11 16:35:46 jo rp Aug 11 16:41:35 /msg NickServ dth-oops sumpfnase Aug 11 16:41:57 nice pass Aug 11 16:42:10 /msg NickServ dth-oops sumpfnase:-)+ Aug 11 16:42:11 kg4ysn|work: do you have at91bootstrap 1.xx sources? Aug 11 16:44:21 * kergoth grumbles, stupid mornings Aug 11 16:45:00 kergoth whats wrong? Aug 11 16:45:07 not awake :) Aug 11 16:45:11 ah okay Aug 11 16:46:00 kg4ysn|work: got 1.13 Aug 11 16:49:30 have a nice rest of day Aug 11 16:50:09 nite hrw Aug 11 16:52:17 hrw|gone: sorry, yes i have 1.14 if you need. Aug 11 17:02:57 good afternoon Aug 11 17:03:12 is there any known issue with the tcp-wrappers recipe in git trunk? Aug 11 17:05:27 when it tries to create libwrap.so it fails with undefined references to innetgr and yp_get-default_domain Aug 11 17:05:39 (this is a stock "task-base" build) Aug 11 17:11:06 Why does oe need qemu-native? Takes ages to build Aug 11 17:11:37 build internationalization stuff I think Aug 11 17:11:39 binary locale generation, etc Aug 11 17:11:45 locales Aug 11 17:11:46 :-) Aug 11 17:12:29 ENABLE_BINARY_LOCALE_GENERATION = "0" Aug 11 17:13:37 thanks :-) Aug 11 17:15:28 I feel building qemu to generates locales is like using computer to hammer a nail... :) Aug 11 17:15:47 patches welcome :P Aug 11 17:16:20 patches to transform computer into a hammer? :P Aug 11 17:16:54 hehe Aug 11 17:16:58 would be an impressive patch Aug 11 17:20:20 03Ulf Samuelsson  07ulf/atmel * r466c0a97fb 10openembedded.git/test: test Aug 11 17:20:27 03Ulf Samuelsson  07ulf/atmel * rf9ec63250e 10openembedded.git/test2: test2 Aug 11 17:21:04 denix0, needed for small machines that cannot make them on themsleves Aug 11 17:21:10 out of memory errors Aug 11 17:21:34 * kergoth thinks http://article.gmane.org/gmane.comp.handhelds.openembedded/17776 is neat, but can't decide how best to leverage such a thing Aug 11 17:25:18 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * rd043fdacfd 10openembedded.git/ (.gitignore docs/usermanual/.gitignore): Aug 11 17:25:18 Ignore some files with a .gitignore Aug 11 17:25:18 ignore generated docbook files, ignore temporary vim files Aug 11 17:25:19 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * rcf0456a294 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Aug 11 17:25:21 usermanual: Provide a section on Qt Embedded SDK Aug 11 17:25:23 Explain how to configure, build and use a Qt Embedded SDK Aug 11 17:25:25 generated with OpenEmbedded. Aug 11 17:25:27 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * r154a69bf19 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: usermanual: First round of spell checking Aug 11 17:25:30 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * r5eb5026f29 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: usermanual: Do not ask to use svn for bitbake Aug 11 17:25:33 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * r2569b442fc 10openembedded.git/recipes/meta/meta-toolchain-qte.bb: Aug 11 17:25:36 meta-toolchain-qte: Set the QMAKESPEC... Aug 11 17:25:38 And finally we have a working SDK (tm). Aug 11 17:25:40 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * r1720b8b58b 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Aug 11 17:25:49 usermanual: Fix the make pdf target. Aug 11 17:25:51 Use filename and emphasis inside a para to make jade happy. Aug 11 17:25:53 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * ra829724ce2 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: usermanual: Pass proper arguments to tar. Aug 11 17:25:56 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * r0b5373120b 10openembedded.git/docs/usermanual/chapters/ (getting_oe.xml metadata.xml recipes.xml usage.xml): usermanual: Some more spelling fixes Aug 11 17:26:01 03Holger Hans Peter Freyther  07ulf/linux-2.6.30.2 * r43649c644a 10openembedded.git/docs/usermanual/chapters/ (common_use_cases.xml getting_oe.xml recipes.xml usage.xml): Aug 11 17:26:04 usermanual: Improve consistency in displaying shell commands Aug 11 17:26:06 Use $ NAME for all shell commands on the host Aug 11 17:26:08 throughout the docbook. $ was picked over the other three candidates Aug 11 17:26:09 Crofton|work: and how much memory needed? Aug 11 17:26:14 due being the oldest one we have used. Aug 11 17:26:16 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r0cc7f1d7d6 10openembedded.git/conf/machine/at572d940hfek.conf: Add support for at572d940hfek Aug 11 17:26:19 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * rdeff75925c 10openembedded.git/conf/machine/include/AT91.inc: Create common machine description for AT91 without LCDC Aug 11 17:26:20 not sure Aug 11 17:26:22 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r989d28aca8 10openembedded.git/conf/machine/at91cap9stk.conf: Add support for at91cap9stk Aug 11 17:26:29 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r57a75e3c81 10openembedded.git/conf/machine/include/AT91-LCD.inc: Create common machine description for AT91 with LCDC Aug 11 17:26:32 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * rfb59857191 10openembedded.git/conf/machine/at91sam9g45ek.conf: Add support for at91sam9g45ek Aug 11 17:26:37 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r88bf6a7858 10openembedded.git/conf/machine/at91sam9m10ek.conf: Add support for at91sam9m10ek Aug 11 17:26:42 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r86223739b2 10openembedded.git/conf/machine/at91sam9260ek.conf: Update support for at91sam9260ek Aug 11 17:26:45 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r46ebca6b90 10openembedded.git/conf/machine/at91cap9adk.conf: Update support for at91cap9adk Aug 11 17:26:50 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * rbe9258fd2b 10openembedded.git/conf/machine/at91sam9261ek.conf: Update support for at91sam9261ek Aug 11 17:26:55 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r1f7ee3cddd 10openembedded.git/conf/machine/at91sam9g10ek.conf: Add support for at91sam9g10ek Aug 11 17:26:58 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * rc13f541554 10openembedded.git/conf/machine/at91sam9rlek.conf: Update support for at91sam9rlek Aug 11 17:27:01 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r3efc4c4bf6 10openembedded.git/conf/machine/at91sam9g20ek.conf: Update support for at91sam9g20ek Aug 11 17:27:06 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r830a390a51 10openembedded.git/recipes/at91bootstrap/at91bootstrap_2.12.bb: Support v2.12, which fixes link problem and adds some boards Aug 11 17:27:09 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r77f4606f5c 10openembedded.git/recipes/at91bootstrap/ (3 files): Move at91bootstrap.inc to at91bootstrap-old.inc Aug 11 17:27:14 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r269961f965 10openembedded.git/recipes/linux/linux.inc: Allow linux to use make _defconfig instead of copying a file to .config Aug 11 17:27:19 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * recca05a033 10openembedded.git/conf/machine/at91sam9263ek.conf: Update support for at91sam9263ek Aug 11 17:27:22 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r9a9dadbef2 10openembedded.git/recipes/u-boot/ (12 files in 2 dirs): Add support for u-boot-2009.08-rc2 recipes/u-boot Aug 11 17:27:27 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r72d8411b66 10openembedded.git/recipes/at91bootstrap/at91bootstrap_2.13-rc1.bb: Support v2.13-rc1 which adds afeb9260 and supports sam926e busmatrix priority (Dangerous) Aug 11 17:27:31 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * rd91f09d8f3 10openembedded.git/conf/checksums.ini: Update checksums Aug 11 17:27:36 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r0a417ddeb1 10openembedded.git/recipes/at91bootstrap/at91bootstrap.inc: Use make _defconfig to configure bootstrap Aug 11 17:27:41 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r201e31b7b9 10openembedded.git/recipes/linux/ (7 files in 7 dirs): Add some board support for linux-2.6.30.2 Aug 11 17:28:58 anyone know if our LICENSE fields distinguish GPLv2 "and greater versions" vs just GPLv2? Aug 11 17:32:26 kergoth: and greater version is generally mentioned 'at your own option' Aug 11 17:32:44 i know, just curious if we capture that information at all Aug 11 17:33:01 I dont think so Aug 11 17:33:27 * kergoth nods, figured, but thought he'd check Aug 11 17:38:28 ouch seems zecke commit to wrong branch Aug 11 17:55:09 long shot... Anyone care to guess why loading firware to a libertas 8686 sdio board that worked prior to moving to openembedded might have issues with firmware download? (second of two stages only?) Aug 11 17:55:34 It's managing some completely useless cryptic error messages. Aug 11 17:55:54 denix0: I have this in my todo list to generate locale using cross localedef Aug 11 17:56:02 same firmware blob? Aug 11 17:56:07 yup Aug 11 17:56:08 I never get around to do it thus far Aug 11 17:56:29 jic23, dunno then sorry Aug 11 17:56:46 Tartarus, not to worry! Aug 11 17:59:10 currious, it's requesting rediculously small packets... hmm.. Aug 11 18:00:09 Crofton|work: I tested 2.6.30 on omap5912 I plan to move this machine to use 2.6.30 as well add the new recipe for linux-omap 2.6.30 Aug 11 18:00:25 khem, awesome Aug 11 18:00:28 my osk is broken Aug 11 18:00:32 does sound work? Aug 11 18:00:54 can you configure in a bunch of usb serial dongles as modules? Aug 11 18:01:01 I have not tested that part may be I should play an mp3 Aug 11 18:01:13 yeah :) Aug 11 18:02:05 which modules would you like Aug 11 18:02:32 hmm me notices that code size of kernel is 1.4 M instead of 1.3M now Aug 11 18:10:46 Tarturs: Oh goody, adding some more debugging messages to the driver made it succeed. My 'favourite' kind of bug. Aug 11 18:11:10 race tastic... Aug 11 18:15:10 I'm trying to add the devshell task but the task fails with "Failed to contact the GConf daemon; exiting." Aug 11 18:15:23 any idea what could cause this? Aug 11 18:19:47 th1_: try adding 'export DBUS_SESSION_BUS_ADDRESS' to your local.conf Aug 11 18:20:55 stupid gnome-terminal ;) Aug 11 18:22:48 we have that export line in our devshell.bbclass, haven't had the time to get it pushed upstream yet though :) you're welcome to put it there yourself Aug 11 18:23:27 is there a way to just spawn bash in the same window I run bitbake instead of spawning a new term? Aug 11 18:23:46 that'll work better on our dedicated build machine.. Aug 11 18:24:14 in fact I'm guessing it will probably do that if I'm not running X..? Aug 11 18:25:17 you'd have to change the TERMCMD/TERMCMDRUN to something else, it won't do it for you Aug 11 18:25:30 the closest to that is the SCREEN_ one, which spawns a screen session you can connect to Aug 11 20:42:47 03Sebastian Krzyszkowiak  07shr/import * r5c0a68509e 10openembedded.git/recipes/packagekit/packagekit_0.4.6.bb: packagekit: add 0.5.1 recipe Aug 11 20:42:47 03Thomas Zimmermann  07shr/import * r3f9279ac3f 10openembedded.git/recipes/aceofpenguins/ (3 files in 2 dirs): Adding reciepe for ace-of-penguins including a launcher and desktop icon Aug 11 20:42:48 03Sebastian Krzyszkowiak  07shr/import * r801d002174 10openembedded.git/conf/distro/include/preferred-shr-versions.inc: preferred-shr-versions: use packagekit 0.5.1 Aug 11 20:42:48 03Sebastian Krzyszkowiak  07shr/import * rf730b69180 10openembedded.git/recipes/packagekit/packagekit_0.5.1.bb: packagekit: bump PE Aug 11 20:42:51 03Sebastian Krzyszkowiak  07shr/import * re123fc1138 10openembedded.git/recipes/packagekit/ (2 files in 2 dirs): packagekit: fix segfaults when ConsoleKit is missing Aug 11 20:53:33 re Aug 11 20:53:43 jo florian Aug 11 21:34:05 Crofton|work: do you know anything about knitting? Aug 11 21:36:15 03Ulf Samuelsson  07ulf/linux-2.6.30.2 * r5fee16ea0b 10openembedded.git/conf/machine/include/ (AT91-LCD.inc AT91.inc): Update common machine files for AT91, fix PREFERRED_VERSION_u-boot Aug 11 21:54:47 03ghost  07org.openembedded.dreambox * r49a2271c20 10openembedded.git/packages/gstreamer/gst-plugin-dvbmediasink.bb: gst-plugin-dvbmediasink.bb: push srcdate Aug 11 21:54:48 03ghost  07org.openembedded.dreambox * re8b20e457a 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: Aug 11 21:54:48 dreambox-dvb-modules.bb: update DM8000 drivers Aug 11 21:54:48 fix for rickstv CI (Technisat Conax) Aug 11 21:54:50 T-Rex CI is now working again (only in fast mode) Aug 11 21:54:52 small hdmi fixes Aug 11 21:54:54 03ghost  07org.openembedded.dreambox * re1ac19343e 10openembedded.git/packages/dvd+rw-tools/ (6 files in 2 dirs): packages/dvd+rw-tools: update to dvd+rw-tools 7.1 with debian 7.1-4 patches Aug 11 21:54:58 03ghost  07org.openembedded.dreambox * r90282f1728 10openembedded.git/packages/gstreamer/ (3 files): update to latest gstreamer core and gst-plugins-base Aug 11 21:55:01 03ghost  07org.openembedded.dreambox * r7b5a575013 10openembedded.git/packages/gstreamer/ (14 files): packages/gstreamer: remove old versions Aug 11 21:55:04 03ghost  07org.openembedded.dreambox * r9972f3fbb6 10openembedded.git/packages/gstreamer/files/ (4 files): packages/gstreamer/files: remove no more needed files Aug 11 21:55:07 03ghost  07org.openembedded.dreambox * r47c9feb18e 10openembedded.git/packages/enigma/enigma/opendreambox/userbouquet.33fc5.tv: packages/enigma/enigma/opendreambox/userbouquet.33fc5.tv: update default bouquet Aug 11 21:55:15 03ghost  07org.openembedded.dreambox * r8b92e8d624 10openembedded.git/packages/enigma/ (4 files in 2 dirs): enigma_cvs.bb: add some backports Aug 11 21:55:18 03ghost  07org.openembedded.dreambox * re4c471ff73 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: dreambox-dvb-modules.bb: new dm7025 drivers with smartcardreader and CI fixes Aug 11 21:55:24 03ghost  07org.openembedded.dreambox * rb2153731bf 10openembedded.git/packages/dreambox/ (dreambox-tpmd.bb dreambox-tpmd/tpmd): packages/dreambox: add dreambox-tpmd Aug 11 21:55:27 03ghost  07org.openembedded.dreambox * r0dfb30f590 10openembedded.git/packages/enigma2/enigma2-plugins.bb: enigma2-plugins.bb: push srcdate to build geniune-dreambox plugin Aug 11 21:55:30 03ghost  07org.openembedded.dreambox * rdc075aa19b 10openembedded.git/packages/enigma/enigma-genuine-dreambox.bb: packages/enigma: add enigma-genuine-dreambox plugin Aug 11 21:55:37 03ghost  07org.openembedded.dreambox * rab831c58e1 10openembedded.git/packages/images/dreambox-image.bb: dreambox-image.bb: add dreambox-tpmd and genuine-dreambox plugins Aug 11 21:55:40 03ghost  07org.openembedded.dreambox.release_25 * r287169dac3 10openembedded.git/packages/tuxbox/ (2 files in 2 dirs): tuxbox-tuxtxt-32bpp: add fix for hardware without lcd/oled Aug 11 21:55:47 03ghost  07org.openembedded.dreambox.release_25 * r624d840372 10openembedded.git/packages/linux/linux-dm8000/dm500hd_defconfig: dm500hd_defconfig: enable serial console by default .. its fast enough with the usb2serial converter.. an doesn't blocks anything Aug 11 21:55:51 03ghost  07org.openembedded.dreambox.release_25 * r94381d6199 10openembedded.git/packages/gstreamer/gst-plugin-dvbmediasink.bb: gst-plugin-dvbmediasink.bb: push srcdate Aug 11 21:55:56 03ghost  07org.openembedded.dreambox.release_25 * rf83bf175b0 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: Aug 11 21:55:59 dreambox-dvb-modules.bb: update DM8000 drivers Aug 11 21:56:01 fix for rickstv CI (Technisat Conax) Aug 11 21:56:03 T-Rex CI is now working again (only in fast mode) Aug 11 21:56:05 small hdmi fixes Aug 11 21:56:09 03ghost  07org.openembedded.dreambox.release_25 * r36240650a6 10openembedded.git/packages/dreambox/ (dreambox-tpmd.bb dreambox-tpmd/tpmd): packages/dreambox: add tpmd package Aug 11 21:56:14 03ghost  07org.openembedded.dreambox.release_25 * r6dbad9dda4 10openembedded.git/packages/dvd+rw-tools/ (6 files in 2 dirs): packages/dvd+rw-tools: update to dvd+rw-tools 7.1 with debian 7.1-4 patches Aug 11 21:56:18 03ghost  07org.openembedded.dreambox.release_25 * r0327f16b11 10openembedded.git/packages/enigma2/ (enigma2-plugins.bb enigma2.bb): enigma2/enigma2-plugins: push srcdate Aug 11 21:56:23 03ghost  07org.openembedded.dreambox.release_25 * rd484dc0056 10openembedded.git/packages/dreambox/dreambox-dvb-modules.bb: dreambox-dvb-modules.bb: new dm7025 drivers with smartcardreader and CI fixes Aug 11 21:56:29 03ghost  07org.openembedded.dreambox.release_25 * r7b6b29eb2b 10openembedded.git/packages/enigma2/ (enigma2-plugins.bb enigma2-skins.bb enigma2.bb): update enigma2-plugins, enigma2-skins and enigma2 for release Aug 11 22:53:31 any idea about why we have a bcm Openwrt file around? /recipes/mini-init? Aug 11 22:55:54 no Aug 11 22:55:59 and good nite Aug 11 22:56:05 755 :P Aug 11 22:56:58 NOTE: generating locale ks_IN@devanagari (UTF-8) Aug 11 22:57:33 do..that sounds new to me...s@it..I have to filter the locale generation..I always forget... Aug 11 23:07:07 03Andrea Adami  07org.openembedded.dev * r5a7e0f0eb2 10openembedded.git/recipes/zaurus-updater/ (7 files in 3 dirs): zaurus-utils: create a common container for the various Zaurus tools Aug 11 23:07:09 03Andrea Adami  07org.openembedded.dev * recb37e065e 10openembedded.git/recipes/nandlogical/nandlogical-static_1.0.0.bb: Aug 11 23:07:09 nandlogical: remove unused -static recipe (we have Aug 11 23:07:09 nandlogical-klibc-static now) Aug 11 23:07:11 03Andrea Adami  07org.openembedded.dev * r4d43fd978e 10openembedded.git/recipes/zaurus-updater/ (akita/updater.sh poodle/updater.sh): zaurus-updater: remove unused files - recipe was unified in 2008 Aug 11 23:07:14 03Andrea Adami  07org.openembedded.dev * re71f85f6b4 10openembedded.git/recipes/nandlogical/ (5 files in 2 dirs): nandlogical: move to zaurus-utils Aug 11 23:51:29 03Andrea Adami  07org.openembedded.dev * r3c987350ba 10openembedded.git/recipes/zaurus-utils/nandlogical-klibc-static_1.0.0.bb: nandlogical-klibc-static: fix FILESPATHPKG Aug 12 01:57:03 khem: hey, do you happen to know of cheap MIPS hardware? Aug 12 02:18:19 cbrake: ping? **** ENDING LOGGING AT Wed Aug 12 02:59:57 2009