**** BEGIN LOGGING AT Mon Nov 24 03:00:33 2014 Nov 24 08:31:42 morning all Nov 24 09:10:33 hi can you tell me again how i tell the recipe to use a specific makefile pls? Nov 24 09:10:49 I killed my machine :) Nov 24 09:17:11 wahwah: EXTRA_OEMAKE = "-f yourmakefile" Nov 24 09:17:20 thx Nov 24 10:42:54 is there something broken in dizzy's curl recipe? I get patch errors due to different line endings Nov 24 10:43:08 ensc|w: yes Nov 24 10:43:37 armin sent an e-mail about it to oe-core ML this weekend Nov 24 13:06:14 hi guys! I've crosscompiled Qt5.3.2 to AM3352 processor(arm7) - with mesa-gl library. Now when i try to run Qt app i have an error : "gbm_create_device: invalid fd: -1\n Could not initialize egl display.". Any suggestions how to debug it? Nov 24 13:07:08 Before i've tested mesa-demos with my xserver and everything worked fine for example glxgears. Nov 24 15:21:00 anyone know anything about anki? Nov 24 16:05:52 anyone know what the status of meta-java is? seems to be outdated and not actively maintained, looking at the commits Nov 24 16:06:17 getting broken URL issues when trying to build etc Nov 24 16:06:31 is there an alternative layer if you want to build java on OE? Nov 24 16:09:13 do you know how is listed as the maintainer? Nov 24 16:11:06 Crofton|work: Henning Heinold Nov 24 16:11:37 He's not around right now, but you could send him an email Nov 24 16:14:59 alright, was planning on sending him a patch, but just wanted to make sure it's still an active layer (or if everyone else just migrated elsewhere) Nov 24 16:15:28 mago_: we're in the process of sorting it out FYI Nov 24 16:15:54 oh, okay. thats good to hear Nov 24 16:16:01 Henning has asked me to arrange a new home for it; he'll be staying on as maintainer but we need to add some interested folks to help him out Nov 24 16:16:23 so it should be a bit more active once that's sorted out I hope Nov 24 16:16:30 excellent Nov 24 16:16:51 i'm no java expert, but i've had requests for java on our hw, so now i need to dive into meta-java :) Nov 24 16:17:05 so I'd say feel free to send the patch and it should get dealt with in due course Nov 24 16:17:20 ok, will do! Nov 24 16:56:57 I think I'm finally almost happy with my work to break up the external-toolchain recipe. https://github.com/kergoth/meta-sourcery/blob/recipe-split/recipes-devtools/binutils/binutils-external-cross.bb https://github.com/kergoth/meta-sourcery/blob/recipe-split/recipes-devtools/gcc/gcc-runtime-external.bb Nov 24 17:20:43 hello, I am building an ipk-based image and having trouble getting the postinst to run on first boot. My understanding is that postinst that need to run on first boot will be placed on /etc/ipk-postinst so run-postinst will run them. However, my image is not creating that directory and I am not sure what I am missing...any pointers? Nov 24 17:22:07 from the code, I think packages that need to run a postinst on first boot are set to unpacked (but not installed) on /var/lib/opkg/status, but I can't find how you can tell OE that a package needs to be "unpacked" but not installed Nov 24 17:22:52 postinsts are run when the image is constructed. only if they fail (or exit themselves due to needing to run on the target) are they run on first boot Nov 24 17:22:57 we do as much as possible at build time. Nov 24 17:24:45 yeah, in my case I need to do setcap, so I really need to run it on the target. Should I exit the script with 1 to make sure it fails during image creation (and make sure it is run on the target)? Nov 24 17:26:03 grep around, there are many examples of this. if the $D variable is set, then it's build time, otherwise it's on target Nov 24 17:26:10 so exit 1 if [ -n "$D" ] Nov 24 17:28:06 thanks, I believe the only thing I am missing is the "exit 1" (I was copying the check from other recipes, but they were not explicitly exiting with 1 on error) Nov 24 17:39:22 I suppose I should feed my new sip and pyqt recipes to oe-stylize before submission Nov 24 17:39:30 since I ahve clubbed them pretty hard already **** ENDING LOGGING AT Tue Nov 25 02:59:57 2014