From: Jan-Simon Möller Date: Fri, 6 Nov 2015 23:43:24 +0000 (+0100) Subject: Fix compilation of AMB if icecc is installed on the build machine. X-Git-Tag: albacore_1.0~23 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6e22b075ed57a0fb3ed5af68e029c291adc309d5;hp=6e22b075ed57a0fb3ed5af68e029c291adc309d5;p=AGL%2Fmeta-agl.git Fix compilation of AMB if icecc is installed on the build machine. If the buildhost has icecc installed, AMBs cmake file will hardcode the compiler to icecc (understandable, but not a good idea for crosscompiling). In our case this leads to the replacement of the compiler supplied by the build environment with icecc. This breaks the compilation. We turn off the icecc detection, which is unfortunately on by default. Plus fixes for a few typos. Change-Id: Ibc28d3d697f1769f134e2a8f630e42058255bf3b Signed-off-by: Jan-Simon Möller ---