**** BEGIN LOGGING AT Wed Jun 24 02:59:58 2015 Jun 24 06:02:43 anyone here knowledgable about mingw meta-toolchain ? Jun 24 06:02:48 * rink_ would like to add GDB to it Jun 24 06:37:55 can I have different bbappends depending on app version? Jun 24 06:45:00 <_4urele_> parrot, yes change the name of your bbappend : busybox_1.22.6.bbappend or busybox_1.29.0.bbappend (busybox_%.bbappend is for all versions) Jun 24 06:47:12 <_4urele_> parrot it think this will answer your question : http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html#using-bbappend-files Jun 24 07:10:03 _4urele_: yeah...figured that out..thanks a lot :-) Jun 24 07:26:06 good morning Jun 24 07:54:32 hi there Jun 24 07:54:56 I'm trying to add 'gdb' to a meta-mingw backed meta-toolchain Jun 24 07:55:13 by adding TOOLCHAIN_HOST_TASK_append = " gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" Jun 24 07:55:16 to local.conf Jun 24 07:56:30 however, this doesn't work - I get an error when native-gdbm Jun 24 07:57:24 it seems it's unhappy with my compiler - x86_64-pokysdk-mingw32-gcc: command not found Jun 24 08:11:09 How do I calibrate my touchscreen without X? I'm using Qt5 with eglfs and it uses evdev for touch but the calibration is way off Jun 24 08:21:01 ugh, after a rebuild, things die in native-ncurses Jun 24 08:21:05 | configure: error: Shared libraries are not supported in this version Jun 24 08:24:27 https://lists.yoctoproject.org/pipermail/yocto/2014-July/020652.html - hmm Jun 24 08:25:58 hi all, why permissions.rules of udev package isn't installed by default ? Jun 24 08:35:06 hey, anyone ever tried different PARALLEL_MAKE and BITBAKE_NUMBER_THREADS values? i tried on a virtualbox ubuntu with 7 cores and got best result with BB=4 and PM=4 see all results here: http://imgur.com/BoO25RT (and here: http://imgur.com/qdugmAX) -- can someone please explain how to know how to setup these values to make bitbake operate best? Jun 24 08:57:45 ericbutters: AFAIK recent YP versions don't need those settings, but rather take them autmatically Jun 24 09:11:52 mckoan: so you do not set these values in your local.conf? I would have expect shorter buildtime with -j7 than with -j4 - but -j4 is a bit better.. Jun 24 09:30:53 ericbutters: probably you are using only 4 cores in your VM Jun 24 09:35:15 mckoan: using htop i can see that all 7 cores are used.. Jun 24 10:28:09 ericbutters: i expect being in a vm changes things slightly Jun 24 11:19:10 bluelightning: are you knowledgable about the meta-mingw layer by chance? Jun 24 11:19:29 rink_: not really I'm afraid Jun 24 11:20:07 know someone who is (or should I rant to the mailing list?) Jun 24 11:20:37 probably best to ask on the mailing list yes Jun 24 11:21:05 ok ty Jun 24 11:37:52 rburton: did something weird happen with fontconfig in april-may? I remember the email discussion about 2.11.93 being a development snapshot, but now that is what we have in master Jun 24 11:38:35 hm Jun 24 11:38:55 not off-hand Jun 24 11:39:00 did they release 2.12 yet? Jun 24 11:39:06 no Jun 24 17:12:40 hi guys, quick question. I have a setup with shared state server, and I'm trying to figure out why my kernel recipe is getting rebuild instead of hitting the shared state. What's the best way to debug this? Jun 24 17:13:25 btw, it seems to hit the shared state for the do_rpm task, but later it starts doing the compile part Jun 24 17:13:43 options are limited if all the sstate is on a remote server, since it can't access the sstate that it didn't fetch Jun 24 17:14:01 if you can get the sstate that should have been used and put it in your SSTATE_DIR, then you can use bitbake -S printdiff Jun 24 17:14:39 I can get the sstate Jun 24 17:14:47 what does the bitbake -S printdiff does? Jun 24 17:15:34 it locates the sstate sigdata in SSTATE_DIR which most closely matches the current configuration, and then displays the difference between the two with the same mechanism as bitbake-diffsigs, so you can see the changes in metadata that caused it to not be used Jun 24 17:16:07 thanks, I think that may work Jun 24 17:16:11 will give it a try Jun 24 17:57:21 zedd_, | /home/balister/src/oe-core/build/tmp-glibc/work-shared/ettus-e1xx/kernel-source/arch/arm/include/asm/cacheflush.h:194:7: warning: "__LINUX_ARM_ARCH__" is not defined [-Wundef] Jun 24 17:57:30 3.0 based kernel, master oe-core Jun 24 17:57:40 linux-yocto-custom style recipe Jun 24 17:57:41 wtf Jun 24 20:46:05 Opinions on this? It's a couple new sub-commands for recipetool for adding/replacing source files: https://gist.github.com/kergoth/c4fb56765be9c5bc2e26 Jun 24 20:47:02 ended up being quite simple and straightforward in the end Jun 24 20:50:02 * kergoth checks to see how much it'd bloat the append plugin to add them there rather than as a separate plugin **** ENDING LOGGING AT Thu Jun 25 02:59:59 2015