]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-shar-extract: compare SDK and host gcc versions
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 25 Jan 2017 13:18:36 +0000 (15:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:40:17 +0000 (14:40 +0000)
commitbfb9ea2604557804bd8c16adb57ccdd868a4020f
treeb44ba613afb3af4918083dfcdf32dc41dce3a599
parent3985eed70c194c3d9d0c6e94a65e2edfa3f29a8e
toolchain-shar-extract: compare SDK and host gcc versions

If ext sdk is built by gcc version higher than host gcc version
and host gcc version is 4.8 or 4.9 the installation is known to
fail due to the way uninative sstate package is built.

It's a known issue and we don't have a way to fix it for above
mentioned combinations of build and host gcc versions.

Detected non-installable combinations of gcc versions and
print an installation error.

[YOCTO #10881]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_base.bbclass
meta/files/toolchain-shar-extract.sh