**** BEGIN LOGGING AT Sat Nov 14 02:59:56 2009 Nov 14 06:24:31 RP: thanks, your patch fixed bot issues (mising FILES entry for /etc/modutils/* etc and missing RDEPENDS generated from depmod) Nov 14 08:34:42 JaMa: great :) Nov 14 10:15:09 morning Nov 14 10:16:26 RP: seems there are still some issues: http://fr.pastebin.ca/1670559 Nov 14 10:17:13 RP: judging from the error, I would guess that some part of the new staging code is not being completely disabled in legacy mode Nov 14 10:17:22 (pb__) Nov 14 11:29:49 hi Nov 14 11:32:59 03Dmitry Eremin-Solenikov  07org.openembedded.dev * re0d271c7fd 10openembedded.git/recipes/fbreader/fbreader_0.10.7.bb: Nov 14 11:32:59 fbreader: fix 0.10.7 FTBFS by adding DEPENDS on libfribidi Nov 14 11:32:59 Signed-off-by: Dmitry Eremin-Solenikov Nov 14 11:35:25 is there any variable for a kernel recipe that it overwrites the defconfig? im currently try to build angstrom-2008.1 for atngw100 target. but it complains about a missing defconfig. i know that the atngw100 is a default config in the kernel. is there a way i can tell OE to skip the defconfig file and use the kernel one by default? make ARCH=avr32 atngw100_defconfig ? Nov 14 12:02:35 nik0n look at the recpies/linux/linux-version-dir/ Nov 14 12:02:46 you have to provide a dir with exact-machine name Nov 14 12:02:52 and put the defconfig theire Nov 14 12:03:19 example recipes/linux/linux-2.6.28/wrap/defconfig Nov 14 12:14:12 woglinde_ i know that but thought there would be another way Nov 14 12:14:15 thx anyway Nov 14 12:14:54 nope Nov 14 12:20:28 morning folks Nov 14 12:22:21 gm Nov 14 12:25:12 03Richard Purdie  07org.openembedded.dev * ra4bddfe9e6 10openembedded.git/recipes/python/ (3 files in 2 dirs): python-native: do not look in host paths for shared objects Nov 14 12:29:44 > http://tim.rpsys.net/python-hostfix.patch Nov 14 12:35:13 what happened to git-am? Nov 14 12:37:40 figured it out Nov 14 12:37:55 doh Nov 14 12:38:13 I just patched by hand what RP committed :) Nov 14 12:43:00 hi crofton Nov 14 13:14:36 03Koen Kooi  07org.openembedded.dev * r11f753c0a7 10openembedded.git/ (conf/checksums.ini recipes/libusb/libusb1_1.0.4.bb): libusb1: update to 1.0.4, convert to new style staging Nov 14 13:14:37 03Koen Kooi  07org.openembedded.dev * r203fd00bd9 10openembedded.git/ (conf/checksums.ini recipes/gtk-webcore/midori_0.2.1.bb): midori: add 0.2.1 Nov 14 13:14:38 03Koen Kooi  07org.openembedded.dev * rec330f6143 10openembedded.git/ (conf/checksums.ini recipes/freespace/libfreespace_0.4.bb): libfreespace: add 0.4 Nov 14 13:14:38 03Koen Kooi  07org.openembedded.dev * r916ed3c5e4 10openembedded.git/recipes/webkit/webkit-gtk_svn.bb: webkit-gtk: adopt to new style staging Nov 14 13:18:52 khem, Re: binutils-uclibc-gas-needs-libm.patch; All of them just need to check for the appropriate lib that contains math funcs. If -ldrepp wouldn't be so bloated (having -lc as superset of c and m) everybody would need to link against proper libs Nov 14 13:20:04 khem, so, instead of hardcoding arm-*-*uclibc* you should just check for a lib that contains the required math funcs -- for lib in c m $math_lib; if you like Nov 14 13:21:45 jo gnutoo Nov 14 13:21:57 hi Nov 14 13:23:18 I've one question and one issue that I don't have time to resolve now... Nov 14 13:23:47 the question is about the sdks...I've a laptop which is my build system now...and I use my desktop computer Nov 14 13:24:03 so I'ld like to create an relocatible SDK just for building a kernel Nov 14 13:24:18 s/create/build Nov 14 13:24:38 I know nothing about SDKs because I never used them Nov 14 13:24:51 gnutoo, sysrooted toolchains are completely relocatable, so it should Just Work (tm) Nov 14 13:25:22 ok so what should I bitbake to pack my toolchain? Nov 14 13:26:15 gnutoo, that i do not know yet, sorry Nov 14 13:26:25 ok thanks for the tip Nov 14 13:26:31 gnutoo in the end it should be .tar.bz2/gz Nov 14 13:26:36 in deploy Nov 14 13:26:47 dontknow if with the changes something broke Nov 14 13:27:46 ok I'll look in the manual if there is a good target to bitbake for the kernel Nov 14 13:28:00 s/kernel/toolchain for the kenrel Nov 14 13:28:39 wahaha Nov 14 13:28:46 I am going crazy Nov 14 13:29:04 ? Nov 14 13:29:27 hm first time I dont understand autotools Nov 14 13:30:22 I added a ac_enable function Nov 14 13:30:39 and with that It dont finds the kernel Nov 14 13:30:43 anymore Nov 14 13:30:58 I diffed the configures Nov 14 13:31:03 and nothing strange to see Nov 14 13:31:13 mmm Nov 14 13:32:06 there seem to have no toolchain for the kernel but for qte or similar things Nov 14 13:32:19 you can use it too Nov 14 13:32:29 kernel dont need all stuff Nov 14 13:32:33 but works Nov 14 13:32:35 obviously yes but it would take more time to build Nov 14 13:32:49 kernel buildtime should be the same Nov 14 13:33:04 than make sdk-kernel recpie Nov 14 13:33:14 personal itch Nov 14 13:33:32 yes but not bitbake the sdk Nov 14 13:33:51 or I could use codesourcey Nov 14 13:34:12 *sighÜ Nov 14 13:34:22 than use codesourcery Nov 14 13:34:37 ok Nov 14 13:34:39 for kernel compiling you dont need the toolchain for userland Nov 14 13:34:53 you can compile kernel with gcc-3.3 and userland with 4.4 Nov 14 13:34:56 no probs Nov 14 13:35:09 aside actual kernel will not compile with gcc-3.3 Nov 14 13:35:11 *g* Nov 14 13:37:40 I know Nov 14 13:37:44 ah Nov 14 13:37:56 (the ah was for gcc-3.3 compatibility) Nov 14 13:38:20 I wanted to pack my toolchain to prevent a full kernel recompilation Nov 14 13:38:28 ??????????? Nov 14 13:38:44 because I noticied that if I change toolchain it rebuilds the kernel from scratch Nov 14 13:39:02 but thats kernel Nov 14 13:39:15 woglinde, basically I'm doing kernel debugging/developement with printks so I need to recompile often Nov 14 13:39:36 hm ah Nov 14 13:39:41 butwith ccache Nov 14 13:39:46 it should be fast Nov 14 13:39:52 ok Nov 14 13:40:14 ah okay Nov 14 13:40:20 now I saw the problem Nov 14 13:40:25 with autotools stuff Nov 14 13:40:59 and also I hope codesourcey have the good toolchain(works fast with armv7-novfp...but if it compiles for tings like armv4 it also works) Nov 14 13:41:08 ok Nov 14 13:41:10 what was it? Nov 14 13:41:36 hm EXTRA_OECONF_linux-uclibc += is broken Nov 14 13:41:46 ah ok Nov 14 13:42:04 it seems Nov 14 13:42:13 override does not works? Nov 14 13:43:29 nope the + is broken Nov 14 13:44:39 ouch... Nov 14 13:44:54 lots of things are broken recently Nov 14 13:45:17 it dont combins EXTRA_OECONF and EXTRA_OECONF_linux-uclibc Nov 14 13:45:38 ah ok Nov 14 13:45:55 is that normal? Nov 14 13:46:07 if so maybe base conditional Nov 14 13:47:18 what broke for me was that: http://pastebin.com/m46a89c6c Nov 14 13:48:23 yeah koen fixed it Nov 14 13:48:24 I guess Nov 14 13:49:55 hm okay normal EXTRA_OECONF += works Nov 14 13:50:04 but EXTRA_OECONF_foo not Nov 14 13:52:48 hm will try append Nov 14 13:53:46 ah yes Nov 14 13:54:01 EXTRA_OECONF should use append Nov 14 14:11:25 Quiet morning, judging from the backlog... must be a weekend at OE! Nov 14 14:13:18 jo zecke Nov 14 14:13:23 mwester hehe Nov 14 14:13:30 all sleeping Nov 14 14:13:36 Still? :D Nov 14 14:14:56 * mwester hears noises, and suspects that the squirrel is back in the attic again. :( Nov 14 14:17:19 mwester: i hear noises too Nov 14 14:18:20 mwester: lots of noises over here - Palm released a firmware update for the Pre. Nov 14 14:23:37 omg Nov 14 14:23:52 rebuild seemed ok... Nov 14 14:23:58 but something is wrong Nov 14 14:24:13 andrea@mizar /oe/build/tmp/oe/build/tmp/cross/armv5te/lib $ ls Nov 14 14:24:13 ipkg opkg Nov 14 14:24:26 it seems opkg Nov 14 14:24:44 two tmpdir ! Nov 14 14:34:13 ant__: same thing here. Full of *.list and *.control files. Nov 14 14:34:21 oops. Nov 14 14:34:55 * mwester realizes the time and runs out for his appointment this morning Nov 14 14:34:57 later Nov 14 14:35:29 ;) Nov 14 15:43:29 woglinde: foo_ += works fine, it just doesn't do what you think it does. it appends, immediately, to foo_. then foo_ will _override_ foo entirely with its contents. it appends to a conditionally defined variable, as opposed to conditionally appending. Nov 14 15:45:56 kergoth yeah Nov 14 15:46:03 _append is the better for this Nov 14 15:46:07 just forgot it Nov 14 15:46:16 but than slipped in my mind Nov 14 15:46:18 again Nov 14 15:53:11 * mwester re-reads kergoth's explanation since it seems likely to apply to SlugOS overrides, but fails to quite grasp the meaning. Nov 14 16:03:57 kergoth: hey, I thought a bit more.. we could "include" directly when we know it is not containing a variable.. but I think it is not worth the trouble Nov 14 16:20:57 Hey, OE moved to git! Nov 14 16:20:59 :D Nov 14 16:21:05 I'm still using monotone Nov 14 16:21:32 Fun aside, OE keeps getting better and better. Thanks for all your hard work dudes. Nov 14 16:37:35 zecke: agreed, would just increase the complexity unnecessarily. better off not special casing Nov 14 17:06:55 OK, I'm having some weird problems with git and bitbake... Nov 14 17:07:04 Here's the bb file I'm trying to build: http://pastebin.com/m6a1aa812 Nov 14 17:08:56 It looks ok to me, but when I try to build it bitbake tries to download (with wget) from http://www.angstrom-distribution.org/unstable/sources/git_andromnia.git.sourceforge.net.gitroot.andromnia.andromnia_7e5f8bd3864485e5fc66cb946e09f18b5a32cebc.tar.gz Nov 14 17:13:43 Why is that? Nov 14 17:13:53 I cannot find any error in the recipe Nov 14 17:14:04 try set and SRCREV Nov 14 17:14:07 args a Nov 14 17:14:17 hm ah Nov 14 17:14:18 sorry Nov 14 17:18:32 I've tried changing or removing the branch as well as changing the protocol to http, but nothing. Nov 14 17:19:30 It either tries to download with git and errors out (for valid reasons), or it tries to download through wget where it shouldn't. Nov 14 17:20:49 I'm guessing it's something stupid with sourceforge Nov 14 17:25:32 B_Lizzard hm normaly when bitbake has src_uri git it tries to checkout and pack it Nov 14 17:25:48 if it isnt working it fallbacks to download Nov 14 17:26:03 can you got to archivdir/git Nov 14 17:26:13 and look if you can see your sf repos? Nov 14 17:26:49 Well, the URL is correct, as I can ls-remote and whatever Nov 14 17:27:10 The exact URL is this: Nov 14 17:27:10 git://andromnia.git.sourceforge.net/gitroot/andromnia/andromnia Nov 14 17:28:27 If I only have that in SRC_URI, it dies, but using git Nov 14 17:28:40 If I add ;protocol=git, it tries to use wget Nov 14 17:29:46 If I remove the second "/andromnia" from the URL, it tries with git, but fails (remote end hang up, as expected) Nov 14 17:30:34 So maybe it's that second /andromnia which is the culprit Nov 14 17:30:52 Maybe a bug in the string matching function somewhere in bitbake Nov 14 17:33:37 B_Lizzard: you should try SRC_URI="git://andromnia.git.sourceforge.net/gitroot/andromnia;module=andromnia" Nov 14 17:34:14 note that's a guess. I had this problem using svn only 2 hours ago Nov 14 17:37:08 Well, checking the bitbake source code, there is no such parameter for git, but that was a great idea Nov 14 17:37:16 Lemme try it some other way Nov 14 17:37:49 B_Lizzard: sorry mate :) I do know it decides what protocol to use from the git:// Nov 14 17:37:58 :) Nov 14 17:38:17 i had a https:// svn server URL, and it ignored my protocol=svn switch Nov 14 17:39:15 B_Lizzard, i'd try SRC_URI="git://andromnia.git.sourceforge.net/gitroot/andromnia;branch=master;protocol=git" # See several existing *_git.bb recipes Nov 14 17:39:30 Doesn't work Nov 14 17:39:33 he blinder Nov 14 17:39:45 Remote end hanged up unexpectedly Nov 14 17:39:46 woglinde, heya Nov 14 17:44:47 woglinde, welche arch? Ich habe gerade meinen langen K(r)ampf mit ppc32 beendet. Keine chance, TFmode support is mandatory (one could rip it out of the ABI but it's just not worth the effort) Nov 14 17:45:04 false channel Nov 14 17:54:04 OK, only one other recipe point to sourceforge git, doesn't have the repeating /name thing, but doesn't work the same as mine Nov 14 17:54:18 Sourceforge has the same scheme on all git repositories Nov 14 17:54:33 And I'm guessing bitbake can't handle that Nov 14 17:55:03 This could turn into a problem Nov 14 17:55:40 Should I make a bug report? Nov 14 18:08:53 Question: When does bitbake download though wget and not through git? Nov 14 18:09:37 lowpan-tools is the only other recipe in OE which uses git through sourceforge Nov 14 18:10:31 Building lowpan-tools fetches the sources from the angstrom-distribution website, not through git Nov 14 18:10:34 Why? Nov 14 18:11:16 Does it first check the website for a gziped archive with the corresponding tag, and then checks git if it can't find such a file? Nov 14 18:14:02 Also, the SRC_URI which lowpan-tools provides is invalid, and probably uses sf's older URL scheme Nov 14 18:14:57 git clone git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee fails to run while git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee runs properly Nov 14 18:15:39 Isn't it far more logical to check the git repo first and *then* check the angstrom website and mirrors? Nov 14 18:20:48 Removing the Fetch.try_mirror function on line 65 of git.py makes git run properly Nov 14 18:42:25 Scratch that, I am retarded. Nov 14 18:42:42 Now I understand why nobody listens to me. Nov 14 19:40:33 Here is a webkit error http://pastebin.ca/1671416 Nov 14 21:11:40 re lizzard Nov 14 21:12:00 The whati whaten? Nov 14 21:14:23 03Robert P. J. Day  07org.openembedded.dev * r5d8c04d65c 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: (log message trimmed) Nov 14 21:14:23 User manual typoes and aesthetics, chapter 2 only. Nov 14 21:14:23 Some minor cleanups for Chapter 2 of the User Manual: Nov 14 21:14:23 * add some DocBook tags for filenames Nov 14 21:14:23 * update BitBake version to 1.8.16 Nov 14 21:14:24 * add missing space after "wget" command Nov 14 21:14:28 * correct misspelled "local/conf" to "local.conf" Nov 14 21:22:00 argssssssssss Nov 14 21:22:11 RDEPENDS_linux += "glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" Nov 14 21:22:17 abiword recipe suckz Nov 14 21:57:54 jo gnutoo Nov 14 21:58:03 hi Nov 14 21:59:14 Crofton|work, seems to have the same error than me....maybe I should ask shr guys to cherry pick the fix Nov 14 22:00:08 the problem is that I have huge issues with wifi...so finding the time for oe+htc-linux is difficult.... Nov 14 22:00:22 but now it seems better Nov 14 22:00:38 until next wifi problem Nov 14 22:00:44 gnutoo, what problem? Nov 14 22:00:58 Crofton|work, the webkit error here: http://pastebin.ca/1671416 Nov 14 22:01:02 I think it was solved Nov 14 22:01:03 I restarted the build (after pulling) and am past the webkit issue Nov 14 22:01:13 indeed Nov 14 22:01:15 try pulling and restarting Nov 14 22:01:34 I'll try only that I must cherry pick the fix because I'm on shr-merge Nov 14 22:01:38 so ultimate fighter now on tv Nov 14 22:02:20 what's that? Nov 14 22:04:22 will it fight my wifi? Nov 14 22:32:37 could anyone recommend a good muti-boot solution for embedded devices? Unfortunately, I don't have the option of running uboot and specifying my parameters. Replacing the initial boot loader will have to wait for now Nov 14 22:48:39 Analias: try kexecboot Nov 14 22:48:53 I'll take a look at it - thanks Nov 15 00:09:28 hey all. Nov 15 00:09:40 i've heard some talk about koen's gnome image. Nov 15 00:10:10 i just glanced through dev.oe.org and didn't see anything obvious. Nov 15 00:10:30 someone mind pointing out the images location? Nov 15 00:48:17 mturquette: you mean the beagleboard demo image? Nov 15 00:53:56 03Dmitry Eremin-Solenikov  07org.openembedded.dev * r5034d680a5 10openembedded.git/recipes/ltrace/ (files/ltrace-ppc.patch ltrace_0.5.3.bb): Nov 15 00:53:56 ltrace: fix compilation on PPC platforms Nov 15 00:53:56 Signed-off-by: Dmitry Eremin-Solenikov Nov 15 00:54:06 03Dmitry Eremin-Solenikov  07org.openembedded.dev * r02676a9fbb 10openembedded.git/recipes/libacpi/ (files/makefile-fix.patch libacpi_0.2.bb): Nov 15 00:54:06 libacpi: steal from Poky Nov 15 00:54:06 Signed-off-by: Dmitry Eremin-Solenikov Nov 15 01:05:04 Question: Searching through google didn't come up with any clear answer, but is it possible to start a serial console through the USB port? Nov 15 01:05:10 Using haret **** ENDING LOGGING AT Sun Nov 15 02:59:56 2009