]> 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>
Thu, 5 Apr 2018 14:11:16 +0000 (15:11 +0100)
commit44a5277d25da5ab76e4bf8ad3f534a8e9a7b30eb
treef0f02db53930f94a33c3e6506076cc9df2d01363
parentd4a0da43bc250215083fe413c64b9bef441994af
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]

(From OE-Core rev: bfb9ea2604557804bd8c16adb57ccdd868a4020f)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/populate_sdk_base.bbclass
meta/files/toolchain-shar-extract.sh