]> code.ossystems Code Review - openembedded-core.git/commit
sdk: Decouple default install path from built in path
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Jul 2021 15:44:56 +0000 (16:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Aug 2021 12:47:32 +0000 (13:47 +0100)
commitbc4ee5453560dcefc4a4ecc5657df5cc1666e153
treedb1ca66b5f3a2bcfa8516cd0b4db9ebca9181449
parent21df7acc969f47d615d1701ee71f19571de94949
sdk: Decouple default install path from built in path

Add SDKPATHINSTALL which is used as the default install location of the SDK
instead of SDKPATH. This means the default install path isn't encoded into
every SDK binary, meaning if a date is used there the entire SDK doesn't
have to rebuild. Most distros can switch to only customise SDKPATHINSTALL
meaning more sstate reuse too.

[YOCTO #14100]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass
meta/conf/bitbake.conf
meta/files/toolchain-shar-extract.sh
meta/files/toolchain-shar-relocate.sh