**** BEGIN LOGGING AT Fri Oct 28 03:00:00 2016 Oct 28 08:20:45 on my recipe I have: DISTRO_FEATURES_remove = "x11 wayland" Oct 28 08:21:15 sveinse: compile might succeed if something else had broguht pthread into sysroot earlier. packacging check should normally warn about missing depends, but if ldd doesn't show the dependency then that check misses it too... Oct 28 08:22:07 although, when I build Qt5 SDK, I get qtwayland_git.bb do_compile error Oct 28 08:22:14 oops I think I answered something from about 20 hours ago... Oct 28 08:26:08 aV_V: distro features have to be set in conf files not recipes, otherwise they are not "visible" everywhere Oct 28 08:30:20 LetoThe2nd: aaah ok Oct 28 08:30:52 would move that then to the local.conf then Oct 28 09:20:03 Hello I have a cloned git repo on my local computer, lets say on /home/user/git ... is it possible to use this git repo inside a bitbake recipes? So that I can use the local files? Oct 28 09:36:12 hunk: I think you want externalsrc http://www.yoctoproject.org/docs/2.2/dev-manual/dev-manual.html#building-software-from-an-external-source Oct 28 09:39:49 yes, you can pass the src uri for a git repo as a file path Oct 28 10:14:00 qtimageformats_git.bb, do_compile error :( Oct 28 10:19:58 providing a pastebin of the error log will help others :) Oct 28 10:54:10 sry Oct 28 10:54:15 here it is http://pastebin.com/9fKiYfjZ Oct 28 10:54:44 *** stack smashing detected *** Oct 28 10:56:57 aV_V: which yocto branch? Oct 28 10:57:30 krogoth Oct 28 10:57:44 i'm building the sdk Oct 28 10:59:38 aV_V: maybe this https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69187 Oct 28 10:59:39 Bug 69187: was not found. Oct 28 11:00:42 unfortunately seems to not be ported to gcc 5.3 Oct 28 11:03:15 gcc version 5.4.0 20160609 Oct 28 11:03:55 the guy says it should be fixed Oct 28 11:04:06 aV_V: in krogoth? Oct 28 11:04:08 for 5.4 Oct 28 11:04:37 it isn't compiler bug? Oct 28 11:05:09 aV_V: I'm pretty sure krogoth has gcc 5.3 Oct 28 11:05:31 ah Oct 28 11:06:08 then what could cause this bug? some package? Oct 28 11:08:11 aV_V: it looks like a gcc bug and the one I linked to seems likely Oct 28 11:08:46 http://pastebin.com/D35RvhTU Oct 28 11:09:06 should I checkout all the layers to krogoth branch? Oct 28 11:10:52 Looks good to me, using the same branch for everything is a very good idea Oct 28 11:11:40 nvm, they are already on krogoth Oct 28 11:12:24 aV_V: I don't often suggest patching compilers but that gcc fix is a one-liner: If it applies on gcc 5.3, it's worth trying Oct 28 11:13:54 never did patching >.< Oct 28 11:14:00 it's this: https://gcc.gnu.org/bugzilla/attachment.cgi?id=37403 ? Oct 28 11:15:23 yes Oct 28 11:18:40 jku: I don't know if I could be able to do it. I must locate the yocto compiler source code, apply the patch and compile it? Oct 28 11:21:58 yocti: what u mean was not found? Oct 28 11:21:59 aV_V: Error: "what" is not a valid command. Oct 28 11:22:07 ups Oct 28 11:24:42 assuming the patch works on 5.3 without modifications (which isn't guaranteed) you can just add the patch file to meta/recipes-devtools/gcc/gcc-5.3/ ... Oct 28 11:26:13 and modify meta/recipes-devtools/gcc/gcc-5.3.inc so that SRC_URI contains that filename (like all the other patches) Oct 28 11:26:44 hmm Oct 28 11:26:53 ok, will try Oct 28 11:28:13 that should be enough to test Oct 28 14:08:56 I have a 3-line patch I would like to submit to yocto (poky), https://wiki.yoctoproject.org/wiki/Poky_Contributions states that I should ask for access to the poky-contrib repo and upload my changes there first, is that the correct way of contributing? Oct 28 14:10:01 no, just sent a patch Oct 28 14:10:28 if its for oe-core (meta/) then git send-email it to openembedded-core@lists.openembedded.org Oct 28 14:11:02 its for systemd.bbclass, so yes Oct 28 14:11:19 in fact, its doing a patch you discussed 3 years ago :D Oct 28 14:11:24 \o/ Oct 28 14:11:57 :) Oct 28 14:15:31 I have troubles applying my patch :< Oct 28 14:17:25 as jku said, I put the patch on meta/recipes-devtools/gcc/gcc-5.3/ and then added file://gcc6-pr69187.patch \ to gcc-5.3.inc Oct 28 14:18:39 i build the sdk Oct 28 14:18:51 and get error applying the patch: can't find file to patch at input line 13 Oct 28 14:19:28 (refering to gcc6-pr69187.patch) Oct 28 14:20:29 well as the patch filename says gcc6 and you're applying it to gcc5.3 then i suspect you need to backport the patch Oct 28 14:20:50 I see Oct 28 14:20:52 and make sure the strip level is correct Oct 28 14:21:36 it's a oneliner that I guessed would apply to 5.3 Oct 28 14:23:27 jku: can I modify the file manually? Oct 28 14:24:00 aV_V: here's the same thing as git patch for 5.4 https://github.com/gcc-mirror/gcc/commit/01443309b8c2982ad32d08b330232ec7cd6bbb27.patch Oct 28 14:39:24 that last patch worked linked by jku :) Oct 28 14:39:58 but I removed some parts (modifications to Changelog file) **** ENDING LOGGING AT Sat Oct 29 02:59:59 2016