**** BEGIN LOGGING AT Wed Jul 11 02:59:58 2012 Jul 11 07:16:03 hi guys, i've added to my image recipe in IMAGE_INSTALL the package psplash-angstrom but the oe build fails with Error: No recipes available for .../netbase_5.0.bbappend Jul 11 07:16:11 someone have the same problem? Jul 11 07:55:32 how could i add "[OE-core][PATCH]" when generate patch with "git format-patch" Jul 11 07:56:25 dlan: [OE-core] gets added by the mailing list automatically Jul 11 07:56:57 dlan: as you can see your patch came through with the expected prefixes... Jul 11 08:01:13 bluelightning: thanks, something puzzled me long time~ Jul 11 08:48:52 hi Jul 11 09:34:14 hi all Jul 11 10:28:07 res Jul 11 10:33:29 hello Jul 11 10:34:33 I'm having a bitbake error that seems to come from an incompatiblity with python2.6 Jul 11 10:34:35 http://paste.debian.net/178597/ Jul 11 10:35:15 can someone enlighten me on this ? Jul 11 10:41:54 someone use gles on OE? Jul 11 10:42:24 i have trouble with build of qt4-embedded-gles Jul 11 10:43:00 http://paste.ubuntu.com/1085979/ Jul 11 12:30:20 silvio__: for 4.7.3 i don't know, i'm using 4.8.0, for that you have to set some patch for using powervr. but with 4.7.3 i haven't tried Jul 11 13:03:05 stuk_gen: thanks, for response , could u geve me some stuff? Jul 11 13:03:40 silvio__: for what board you are build? Jul 11 13:05:16 toradex t20 / tegra 2 Jul 11 13:24:18 silvio__: and this have powervr? Jul 11 13:30:58 tegra should be support gles Jul 11 13:32:25 hey. hey Jul 11 13:32:33 anybody using oe-core on archlinux? Jul 11 13:33:59 they have glibc 2.16.0-1 and m4-native hits the following error:./stdio.h:477:1: error: 'gets' undeclared here (not in a function) Jul 11 13:35:39 i've found on a forum that glibc dropped the gets function Jul 11 13:35:53 CMoH: there is a patch series out to fix this yes Jul 11 13:36:41 bluelightning, is it applied onto each package? Jul 11 13:37:17 CMoH: there are patches for each affected recipe AFAIK Jul 11 13:37:57 well, the git log on meta/recipes-devtools/m4/ shows only one commit since my master Jul 11 13:38:05 something to do with some ldflags Jul 11 13:45:44 it's not in master yet Jul 11 14:05:27 has anyone successfully built the php recipe from meta-oe? Jul 11 14:18:07 fcooper: I did Jul 11 14:19:31 hi, who is responsible for mips related patches? i send one patch modify runqemu script to make it support mipsel Jul 11 14:20:59 hrw: Did you face an issue with the phpj-m4-divert.patch not applying cleanly and errors during configuration of php-native? Jul 11 14:22:50 fcooper: I just started build to make sure Jul 11 14:24:15 hi, all! Jul 11 14:24:48 is there some manual on how to convert arm board kernel support to use device tree? Jul 11 14:53:17 fcooper: NOTE: package php-5.3.6-r0.0: task do_rm_work_all: Succeeded Jul 11 14:53:42 slapin: checked Documentation/device-tree/ already? Jul 11 14:55:36 hrw: So something is going on my side then.... I was getting a failure during php-native configure step and the error was "php error:pcntl: fork() not supported" Removing --enable-pcntl from EXTRA_OECONF allowed me to build successfully Jul 11 14:56:38 hrw: Thanks for verifying that it worked. Jul 11 14:57:57 sounds like host contamination Jul 11 14:58:08 which is of course a bug... Jul 11 15:25:48 bluelightning, any pointers on how to merge this patch series? Jul 11 15:27:46 i see a series of patches from khem on oe-core mailing list Jul 11 15:34:28 CMoH: you'd have to talk to khem about that I'm afraid Jul 11 15:35:06 ty bluelightning; unfortunately i need this , so i guess i'm gonna have to git am these from the mailing list Jul 11 15:36:09 CMoH: it's the price of running a bleeding edge distro such as arch I guess Jul 11 15:36:41 well, since ubuntu decided to fuck up killall and ps... Jul 11 15:37:40 CMoH: they did? Jul 11 15:39:45 well it seems processes with names >15 chars get truncated to 15 chars Jul 11 15:39:59 so killall my-process-with-a-big-name no longer works Jul 11 15:41:07 CMoH: ah, ok... I missed that one Jul 11 15:41:16 CMoH: is that caused by an ubuntu-specific patch? Jul 11 15:42:17 heh... i don't know; there are quite many problems i've had with ubuntu and work seamlessly with gentoo. one of the most problematic in development is that ubuntu has poor support for multiple versions of the same package (like boost for instance) Jul 11 15:43:05 also, my older version i need for unison doesn't seem to be able to start gnome-keyring and ... i guess it's just easier to drop using that distro... Jul 11 15:43:48 CMoH: fair enough Jul 11 15:44:13 CMoH: I haven't had too many issues with ubuntu myself, but it depends what packages/features you use I suppose Jul 11 15:44:44 the current provided version of synergy in precise is totally broken though :( Jul 11 15:45:03 well, let's say you develop something for ARM, and on oe-core you have boost-1.49, and on ubuntu only boost-1.42 Jul 11 15:45:13 ah Jul 11 15:47:22 anyway, i've grown tired of solving the same problem over and over again Jul 11 16:40:41 hi Jul 11 16:41:26 is there any reason why a bb.note in a .bbclass python function would not produce any output? I am trying to debug something but seem to be stuck Jul 11 16:41:45 tried bb.debug too and bitbake -DDD but it did not help Jul 11 16:47:10 Jin^eLD: note/debug/etc go to the logs, just not the console Jul 11 16:47:18 use warning or greater (error) to see it in both Jul 11 16:47:21 oh ok thanks Jul 11 19:41:55 hmm, I wrote a bbclass that does some trickery and finally a bb.data.setVar() some stuff, and in the modified package_ipk.bbclass I am trying to read that variable, but it always returns empty, what am I doing wrong? how can I set it globally so that other bbclasses see it too? Jul 11 19:46:10 setVar in a task won't affect any other tasks, they get isolated copies of the metadata Jul 11 19:46:20 so it depends on exactly where you did the setvar Jul 11 19:48:00 would would be the way to achieve what I am trying to do? Jul 11 19:48:11 aem, what would be the way that is :) Jul 11 19:48:28 it does not have to be setVar but I need some way to pass data from one bbclass to another Jul 11 20:05:46 Jin^eLD: "from one bbclass to another" is meaninless Jul 11 20:05:51 metadata doesn't give a crap where it's defined Jul 11 20:06:11 if you want to adjust the metadata, create an anonymous python funciton to adjust the metadata Jul 11 20:06:39 anonymous python functions are run in a context such that they have the original recipe metadata object, not an isolated copy, which is why it's almost always used for such a purpose Jul 11 20:06:54 aha.. I see Jul 11 20:07:21 thanks Jul 11 20:07:38 its only the *tasks* which are isolated Jul 11 20:07:40 by design. Jul 11 20:09:08 I did not know that, so took the wrong approach Jul 11 20:10:33 you can imagine the dangers. if tasks could affect other tasks, then behavior would change depending on what order the tasks run in Jul 11 20:10:40 that sort of nondeterministic behavior is not what we want Jul 11 20:10:59 of course, makes sense Jul 11 20:12:08 the anonymous function worked perfectly, exactly what I needed, thanks one more time :) Jul 11 20:14:13 np :) Jul 11 21:02:50 who maintains meta-oe these days? Jul 11 21:18:16 msm: koen kooi Jul 11 21:54:31 bluelightning, to be a little more on who maintains meta-oe, people that submit patches :) Jul 11 21:55:12 Crofton|work: true; koen's usually the one who commits them though AFAIK Jul 11 21:55:57 right, I think khem is also back upthere Jul 11 21:56:32 what is the state of adding meta-oe to oec-ore and not getting systemd drug in, and Jul 11 21:56:55 building something from core-image-* and using systemd Jul 11 21:57:05 these are two cases that aer important Jul 11 21:57:37 I also got permission to publish this Jul 11 21:57:38 https://github.com/balister/meta-zynq Jul 11 21:58:34 Crofton|work: last I heard the current status is we're waiting for Andreas Müller to produce a new patch set for moving systemd out to its own layer Jul 11 21:58:46 he has been snowed under recently though unfortunately Jul 11 21:58:50 ok, same as I heard Jul 11 21:59:43 Crofton|work: great news on the layer, I see you already added it to the index :) Jul 11 22:00:28 it makes a bootable image Jul 11 22:01:56 sanely switching init systems will become important, hopefully Andreas can get some time Jul 11 22:02:22 Crofton|work: one thing though, you specified meta-zynq as the subdirectory, there is none Jul 11 22:02:31 copy-paste I guess Jul 11 22:02:53 in the readme? Jul 11 22:03:31 Crofton|work: in the layer index... I can fix that now if you like Jul 11 22:03:52 that would be great Jul 11 22:04:41 done Jul 11 22:05:04 yes the systemd issue is probably our biggest one atm aside from lack of docs Jul 12 00:24:22 Crofton|work: er... there's a meta-zynq on yoctoproject.org as well. .. ??? Jul 12 00:25:37 bluelightning: lack docs for what? oe-core? Jul 12 00:25:44 wmat: yeah Jul 12 00:25:54 ah Jul 12 00:29:40 * bluelightning -> sleep Jul 12 01:42:17 hi, I'm running OE with Gentoo Linux as HOST, and have problem setup with qemu-network Jul 12 01:42:42 my host is 192.168.90.x, and seems qemu client setup with 192.168.7.x Jul 12 01:43:22 running "ifconfig" in qemu client, show no ip, also udhcpc service fail **** ENDING LOGGING AT Thu Jul 12 02:59:58 2012