]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 6 Sep 2021 03:16:42 +0000 (11:16 +0800)
commit1b4309ee196c45661ddb79d8529517a8777a8d53
tree2a68fe23d8b16fdf1d1ea3437452b73a1388262b
parentd7d278286d4dea215f3e8fbff59a9e95056cb7f4
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>
(cherry picked from commit bc4ee5453560dcefc4a4ecc5657df5cc1666e153)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/populate_sdk_base.bbclass
meta/conf/bitbake.conf
meta/files/toolchain-shar-extract.sh
meta/files/toolchain-shar-relocate.sh