**** BEGIN LOGGING AT Fri May 20 02:59:59 2016 May 20 08:06:44 khem: I see meta-jetson-tk1 is dropped in angstrom-v2016.06-yocto2.1. What is the reason? May 20 14:32:01 tasslehof: It does not build and have no time to maintain it May 20 15:08:30 khem: did you try libdrm with nios2 ? do you get ICE on it ? which gcc version did you try ? May 20 16:20:42 hmm I think I did not reach at that point May 20 17:02:11 I need to force OE to use gcc 4.9 and g++ 4.9 on a system that uses gcc 5 by default May 20 17:02:25 alias gcc=/usr/bin/gcc-4.9 and alias g++=/usr/bin/g++-4.9 should work? May 20 17:06:18 err, no, wrong. 1. create gcc4/ subdirectory. 2. in this subdir, run ln -s /usr/bin/gcc-4.9 gcc . 3. same for g++. 4. export PATH=$(pwd):$PATH . anybody tried the same? May 20 17:06:42 aliases aren't exported to sub-processes, they only affect the shell they're in May 20 17:06:55 personally, i'd set BUILD_CC and BUILD_CXX, but the symlink thing should in theory work just fine May 20 17:07:01 yeah, thats why I said I was wrong, just occurred to me :) May 20 17:07:45 just setting BUILD_CC etc is best May 20 17:08:09 you'll need to set a few variables May 20 17:08:25 maybe our BUILD_CPP etc should use BUILD_CC so you don't need to repeat yourself over and over May 20 17:09:54 ah - I need ld and cpp as well May 20 17:10:29 well, not ld :) May 20 17:10:41 I think I will go home now. making too many errors. ttyl :) May 20 18:31:31 Does fido support building on ubuntu 14.04? May 20 19:14:47 Does anyone use ubuntu? May 20 19:24:02 Crofton: i do May 20 19:29:39 14.04? May 20 19:29:53 is that old? got a custome question for a fido build on that May 20 19:33:43 i only recently updated my builds to 16.04, and that was a week or so ago. 14.04 is what i've done 90% of my builds on for a long time now May 20 19:33:51 but fido *is* getting old :) May 20 19:41:09 yeah I now May 20 19:41:11 know May 20 19:41:23 but it seems like fido + 14.04 shouldn't have an issue **** ENDING LOGGING AT Sat May 21 02:59:58 2016