**** BEGIN LOGGING AT Sat Nov 27 02:59:58 2010 Nov 27 06:51:19 03Martin Jansa  07master * r90c0daf25c 10openembedded.git/recipes/qi/ (qi.inc qi_git.bb): Nov 27 06:51:19 qi: deploy also link to latest version Nov 27 06:51:19 * fixes http://trac.shr-project.org/trac/ticket/1245 Nov 27 06:51:19 Signed-off-by: Martin Jansa Nov 27 06:54:43 03Martin Jansa  07master * re8115ed383 10openembedded.git/recipes/linux/ (4 files in 4 dirs): Nov 27 06:54:43 linux(-openmoko)-2.6.34: update shr.patch Nov 27 06:54:43 Signed-off-by: Martin Jansa Nov 27 08:08:50 Hi, 1) when my kernel loads, it loads a 802.11 driver which my hardware does not have. How do i stop this being compiled in? 2) the init process starts bluetooth manager. There is no bluetooth on hardware. How do I stop this? Nov 27 08:23:15 guyvdb_, have you looked at the defconfig for the target? sounds like its in there. Nov 27 08:28:53 ka6sox is that the kernal config? and where is it located? Nov 27 08:34:29 think i found it. recipes/linux/_defconfig ?? Nov 27 10:02:03 gm Nov 27 10:06:17 how much time is qt4-embedded linking? Nov 27 10:06:36 ld process it eats 100% of one core for long time.. Nov 27 10:26:00 hm.. linked Nov 27 10:26:20 about 30-35min on my HW.. Nov 27 10:26:53 Jay7: Try webkit :) Nov 27 10:27:03 stefan_schmidt: I fear it is Nov 27 10:27:06 Jay7: thats an even bigger C++ beast :) Nov 27 10:27:24 because webkit was in ps output :) Nov 27 10:28:00 Jay7: ah, so it was the qtwebkit part Nov 27 10:28:14 Jay7: that one could indeed take that long to link Nov 27 10:28:14 yeah Nov 27 10:28:47 750Mb RAM + 35 min of one CPU core :) Nov 27 10:29:24 seems boost now is not number 1 :) Nov 27 10:32:27 heh Nov 27 12:01:38 hm moving a recipe to git, I get this error Nov 27 12:01:39 NOTE: fetch http://github.com/abstrakraft/cwiid.git Nov 27 12:01:39 WARNING: certificate common name `*.github.com' doesn't match requested host name `github.com'. Nov 27 12:01:42 anyone an idea Nov 27 12:02:03 it is http so not sure why the certificate must be there and git clone of that url works Nov 27 12:02:57 SRC_URI says http://github.com/abstrakraft/cwiid.git;protocol=git Nov 27 12:03:03 but Ig et a 404 Nov 27 12:03:48 they moved to ssl recently Nov 27 12:03:59 for all the stuff Nov 27 12:04:43 hm, so I need to use https ? Nov 27 12:04:54 it redirs I think to ssl Nov 27 12:05:00 but the uri is wrong I think Nov 27 12:05:02 git clone http://github.com/abstrakraft/cwiid.git works ! Nov 27 12:05:36 don't see any other github recipe Nov 27 12:05:37 and https doesn't ? Nov 27 12:05:57 btw the current recipe still uses svn but the svn repo is gone Nov 27 12:06:18 my librs232 recipe is on github Nov 27 12:06:20 https works too, cahnged the recipe, trying that Nov 27 12:06:33 will try to rebuild Nov 27 12:06:58 ah ok, apparently misgrepped Nov 27 12:08:05 lunch first, biab Nov 27 12:10:19 NOTE: package librs232-1.0.0-r0: task do_build: Succeeded Nov 27 12:24:40 ynezz: thanks alot, it works here now too (changed http into git) Nov 27 12:31:15 is there any rule for INC_PR, from which number it should start in the new recipe? It's .1 or .0 ? Nov 27 12:31:25 I've PR = "${INC_PR}.1" but I'm not sure Nov 27 12:37:29 03Frans Meulenbroeks  07org.openembedded.dev * rf2a9c80456 10openembedded.git/recipes/cwiid/cwiid_svn.bb: Nov 27 12:37:29 cwiid: updated & fixed SRC_URI Nov 27 12:37:29 The svn repo does not exist any more and is replaced by git Nov 27 12:37:29 changed the SRC_URI for this Nov 27 12:37:29 also moved to git head (which is already 10 months old) Nov 27 12:37:29 Signed-off-by: Frans Meulenbroeks Nov 27 12:37:46 ynezz: .0 Nov 27 12:38:44 ynezz: if the recipe is new start at 0, if the recipe already exists INC_PR should start at the highest PR value Nov 27 12:42:14 looks like .0 is default so for the new recipe it should be PR = "${INC_PR}", right? Nov 27 12:42:49 or I don't get this commit bf2f44fc9b81f4035868eb2d38f951c8b9eb9216 Nov 27 12:45:02 I've new recipe for curl http://pastebin.com/4Sci7puW Nov 27 12:45:34 so it's ok? Nov 27 12:47:03 hello all .. i have build nano using oe .. now how to take that into the my target board can any body help me ..? Nov 27 12:51:52 ynezz: r0 is default for PR when empty, but if you use INC_PR there you have to explicitly say PR = "${INC_PR}.0" Nov 27 12:52:08 ynezz: this is ok misunderstood your Q the first time thougth you wanted to know the initial value of INC_PR, for the PR indeed start with ${INC_PR}.o Nov 27 12:52:13 .0 Nov 27 12:52:52 ynezz: I'd say your recipe is OK Nov 27 12:53:04 sry triple-tasking atm Nov 27 12:57:12 thanks :) Nov 27 13:02:38 when iam trying to do git pull i get this message Nov 27 13:02:40 [rvara@localhost org.openembedded.dev]$ git pull Nov 27 13:02:40 You are not currently on a branch; you must explicitly Nov 27 13:02:41 specify which branch you wish to merge: Nov 27 13:02:41 git pull Nov 27 13:03:07 not a git wizz but you might want to try something like Nov 27 13:03:13 git pull master origin/master Nov 27 13:03:20 or maybe git checkout -b master Nov 27 13:03:23 then git pull Nov 27 13:03:31 eFfem: thx Nov 27 13:03:37 03Petr Štetiar  07org.openembedded.dev * r25c23b26e1 10openembedded.git/recipes/curl/curl_7.21.2.bb: Nov 27 13:03:37 curl: add recipe for new version 7.21.2 Nov 27 13:03:37 Amongst bunch of bugfixes contains fix for CVE-2010-3842. Nov 27 13:03:37 Signed-off-by: Petr Štetiar Nov 27 13:03:48 03Petr Štetiar  07org.openembedded.dev * r07eec54bc3 10openembedded.git/recipes/lua/ (2 files in 2 dirs): Nov 27 13:03:48 lua-socket: add new recipe Nov 27 13:03:48 Signed-off-by: Petr Štetiar Nov 27 13:03:49 03Petr Štetiar  07org.openembedded.dev * r6e00365922 10openembedded.git/recipes/firmwares/firmware-atheros-ar9271.bb: Nov 27 13:03:49 firmware-atheros-ar9271: add new recipe Nov 27 13:03:49 Signed-off-by: Petr Štetiar Nov 27 13:04:11 ka6sox: it works, thanks! Nov 27 13:04:20 can you let me know few things..here .. ! Nov 27 13:04:37 eFfeM: iam doing openjdk-6 with oe .. Nov 27 13:04:44 with latest org.oe.dev Nov 27 13:04:51 it's getting failled .. Nov 27 13:05:23 some body advised me to take the older version/revision where they could able to get openjdk-6 successfully Nov 27 13:05:47 can you let me know .. like 1) how to see differenet revisions .. Nov 27 13:06:09 2) how to see the stable releases ? Nov 27 13:06:32 3) how to get the specific release which got sucess with openjdk-6 any ideas..? Nov 27 13:10:10 vlrk, no idea on openjdk, check in your recipes dir for the various recipes, check in git log or on cgit.openembedded.org/openembedded for the history of a file Nov 27 13:12:57 eFfeM: another help i need i gone to this url "http://cgit.openembedded.org/cgit.cgi/openembedded/refs/heads" Nov 27 13:13:37 here in one commit message i saw "openjdk: backport from openembedded-dev" Nov 27 13:13:59 if i want to get that specific branch to checkout what should i do..> Nov 27 13:14:00 ? Nov 27 13:14:21 this is the branch "stable/2009"? Nov 27 13:21:41 stable is very old, use the master branch or the release 2010-12 branch Nov 27 13:30:18 eFfeM;it seems to be 4 months old iam ok for that Nov 27 13:32:08 my concern is i want to get a branch where i can build openjdk successfully Nov 27 13:38:23 virk, some guys did make openjdk work in stable, you might ak on the list Nov 27 13:43:01 Crofton|work:thx Nov 27 13:43:53 you mean org.openembedded.stable..? my experience with openembedded is of 4 day's and confused a lot ..! Nov 27 13:44:13 trying to figure out how things can work here ..? Nov 27 13:45:01 there is a tsbale branch Nov 27 13:45:13 although testing the releaserbranch might be good also :) Nov 27 13:45:27 and yes, the beginning is confusing Nov 27 13:47:36 so i feel i should checkout stable branch once and check the things .. Nov 27 13:48:09 stefan_schmidt: ping Nov 27 13:48:29 if see here "http://comments.gmane.org/gmane.comp.handhelds.openembedded/34503" people say they are successfull in building openjdk with oe.. Nov 27 13:48:47 but i could not able to know which release/branch they might have used at that time Nov 27 13:49:14 i downloaded some release of 2010-07-21 dated branch but not successfull Nov 27 13:49:32 you need to checkout the appropriate git branch Nov 27 13:51:43 how can i know the name of that branch ..? Nov 27 13:51:48 to checkout that..? Nov 27 13:52:05 learn about git first Nov 27 13:52:40 yeah :-) doing that parllely Nov 27 13:53:17 git branch -a # to list the branches available Nov 27 13:53:41 git branch your-branch-name Nov 27 13:53:51 git checkout your-branch-name Nov 27 13:54:33 please note, that this is oe-dev channel, not git for newbies one Nov 27 13:55:08 and there's really plenty of material about git available on teh internet Nov 27 14:04:52 mickeyl: pong Nov 27 14:05:52 stefan_schmidt: short /query Nov 27 14:06:01 mickeyl: sure Nov 27 14:12:14 vlrk: afaik openjdk still builds fine with distros not using libtool-2.4 Nov 27 14:31:03 Jama: r u there..? Nov 27 14:31:33 y Nov 27 14:32:45 jaMa: iam following this " http://icedtea.classpath.org/wiki/CrossCompileFaq" Nov 27 14:33:19 trieing to build it in fc8 and fc12 in both machines it's getting failed Nov 27 14:33:57 atleast in fc8 it goes beyond 1500 tasks Nov 27 14:35:06 I meant OE distributions not using libtool-2.4 (not your host distro) Nov 27 14:35:19 i pasted my local.conf here "http://pastebin.ca/2003680" Nov 27 14:36:23 i really donot understand where is it going wrong .? i even raised a bug in bugzilla related to this .. 2 day's back after repeated attempts of failures Nov 27 14:37:39 03Martin Jansa  07master * r67311e0776 10openembedded.git/recipes/linux/ (linux-2.6.34/shr.patch linux-openmoko_2.6.34.bb): Nov 27 14:37:39 linux(-openmoko)-2.6.34: update shr.patch Nov 27 14:37:39 * mach-gta02: fix PR2349, do not manage down patch was applied with fuzz 2 on wrong place :/ Nov 27 14:37:39 big thanks to Radek Polak for noticing it Nov 27 14:37:39 Signed-off-by: Martin Jansa Nov 27 14:38:30 vlrk: http://www.angstrom-distribution.org/simplified-development-setup Nov 27 14:39:45 vlrk: I've replied to your bug few days ago.. Nov 27 14:41:21 JaMa: sorry i did not got you .. , did you replied to mail in oe users community or else related to the bug i raised..? Nov 27 14:41:33 in bugzilla? Nov 27 14:43:21 in bugzilla Nov 27 14:44:41 and also here http://permalink.gmane.org/gmane.comp.handhelds.openembedded/39936 , not sure if those 2 issues are related Nov 27 14:45:43 yes the same Nov 27 14:46:05 iam trying to see your response in bugzilla .. in the mean while Nov 27 14:46:20 http://bugs.openembedded.org/show_bug.cgi?id=5490 Nov 27 15:05:30 JaMa;iam tyring to do the " bitbake -c clean libxext-native bitbake libxext-native" Nov 27 15:06:05 to tell iam in master branch and did a git pull just before doing this .. Nov 27 15:31:55 JaMa: it's failing to build libxext-native Nov 27 15:32:04 updated the bugzilla .. Nov 27 17:40:07 sakoman_, hi is your website down? Nov 27 17:43:22 GNUtoo|laptop: are you working on some omap stuff :) ? Nov 27 17:43:39 dcordes, I just visited the website to help morphis Nov 27 17:43:48 dcordes, and yes I am Nov 27 17:43:50 hey guys, i know this isnt strictly related but Nov 27 17:44:10 I've a nokia900 Nov 27 17:44:14 do you know where could i get the kernel sources for arm pxa stuff? Nov 27 17:44:31 atiti_mac, if it's in oe look in recipes/linux/ Nov 27 17:44:50 or rather: Nov 27 17:44:54 look in your device conf Nov 27 17:45:01 locate the kenrel prefered provider Nov 27 17:45:06 then go in recipes/linux Nov 27 17:45:13 look at the recipe for that Nov 27 17:45:21 there is a SRC_URI entry Nov 27 17:45:29 that should contain the address Nov 27 17:45:39 thx Nov 27 17:46:00 hi, is anyone looking into the SRC_URI fixes Klaus is posting? As patchwork is not functioning, I cannot really easily get them (gmail :-( ) and test them Nov 27 17:46:05 atiti_mac: be aware it might be outdated for some devices Nov 27 17:46:15 atiti_mac: i.e. point to obsolete kernel trees Nov 27 17:46:17 dcordes, outdated means? Nov 27 17:46:22 ah ok Nov 27 17:46:26 2.4? Nov 27 17:46:50 I don't know it is just a heads up because of unmaintained devices like some older htcs Nov 27 17:47:56 ok Nov 27 17:48:20 maybe I should ping kvalo again for wifi Nov 27 17:48:31 for htcdream Nov 27 17:49:03 dcordes, or do you know who could help, the issue is rather simple Nov 27 17:49:22 I just need to do GPIO_TO_IRQ(29) Nov 27 17:49:36 but MSM_GPIO_TO_INT(29) hang the machine Nov 27 17:49:46 maybe better discuss in #htc-linux ? Nov 27 17:51:36 yes that would be better Nov 27 18:34:47 03Frans Meulenbroeks  07org.openembedded.dev * r95035fb93f 10openembedded.git/recipes/u-boot/u-boot_git.bb: Nov 27 18:34:47 u-boot_git: updated SRC_URI for sheevaplug; moved to newer version Nov 27 18:34:47 the previous version did not pull any more Nov 27 18:34:47 updated URI to pull from master and used latest SRCREV Nov 27 18:34:47 Signed-off-by: Frans Meulenbroeks Nov 27 18:35:05 CIA is a little bit slow today **** BEGIN LOGGING AT Sat Nov 27 18:44:20 2010 Nov 27 19:08:53 03Daniele Ricci  07master * radeaa68d8c 10openembedded.git/recipes/openmoko-3rdparty/mokosuite2_git.bb: Nov 27 19:08:53 mokosuite2: bump SRCREV Nov 27 19:08:53 Signed-off-by: Daniele Ricci Nov 27 19:08:53 Signed-off-by: Martin Jansa Nov 27 19:34:32 hi! is someone looking at adding glib2 2.26 to OE? it adds intersting/needed features for some projects, such as gdbus Nov 27 19:41:19 03Alex Ferguson  07org.openembedded.dev * ra2c617876a 10openembedded.git/recipes/jlime/jlime-extras_1.0.1.bb: Nov 27 19:41:19 jlime-extras: Update to version 1.0.2. Nov 27 19:41:19 Updated jlime-extras to version 1.0.2 which contains some Nov 27 19:41:19 bugfixes and some changes relating to some new features in Nov 27 19:41:19 fileselector. Nov 27 19:41:32 03Alex Ferguson  07org.openembedded.dev * r54f6fb765d 10openembedded.git/recipes/jlime/fileselector_1.1.bb: Nov 27 19:41:32 fileselector: Update fileselector recipe to version 1.2. Nov 27 19:41:32 Updated fileselector to version 1.2 which contains several Nov 27 19:41:32 important changes. Reset PR to 0 and changed checksums. Nov 27 19:41:32 Signed-off-by: Alex Ferguson Nov 27 19:42:05 03Alex Ferguson  07org.openembedded.dev * r38fbc4fad5 10openembedded.git/recipes/netsurf/ (14 files in 3 dirs): (log message trimmed) Nov 27 19:42:05 netsurf: Remove old/obsolete recipes, update netsurf-fb Nov 27 19:42:05 Removed older versions of recipes for netsurf and its Nov 27 19:42:05 dependancies which were accidentally left behind in the Nov 27 19:42:06 last update. Nov 27 19:45:56 I created two new recipes and added to OS image, but I am getting: Nov 27 19:45:57 | * opkg_install_cmd: Cannot install package sqliteext. Nov 27 19:45:58 | * opkg_install_cmd: Cannot install package recess-sqlite. Nov 27 19:46:24 It worked with mid-April release, but doesn't work with mid-September. Nov 27 19:46:47 Any hits what might cause this? Nov 27 19:49:06 any good way of adding another signoff line, they are missing from the klaus patches Nov 27 20:52:13 hi playya_ Nov 27 21:53:17 GNUtoo|laptop: no, site seems to be fine Nov 27 21:54:41 ok Nov 27 21:54:52 btw you know how to interact with xload from usb? Nov 27 21:55:07 ah now it's fine Nov 27 21:55:15 before it didn't work for me(the website) Nov 27 21:57:56 like serial over usb Nov 27 21:57:59 is it possible? Nov 27 22:00:16 hmmm maybe it's impossible Nov 27 22:03:20 x-load doesn't interact with serial other thna to print a banner Nov 27 22:03:34 so why bother? Nov 27 22:04:09 probably not a big deal if you don't see the x-load banner Nov 27 22:04:34 you can do serial over usb with u-boot, but I don't think the experieince will be very good Nov 27 22:05:28 each time you switch environments (i.e x-load to u-boot to kernel) you will loose the previous usb/serial conenction Nov 27 22:05:41 and you will have to establish a new one with the new environment Nov 27 22:05:52 I think it would be quite painful **** ENDING LOGGING AT Sun Nov 28 02:59:57 2010