aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/lib_package.bbclass
diff options
context:
space:
mode:
authorChin Huat Ang <chin.huat.ang@intel.com>2018-04-25 16:00:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-05 16:02:08 +0000
commitd4657ac24542967ecd241726063da2d2dc3e9e23 (patch)
tree291345ed43d3e79407a743db9d11c5f257c0bb50 /meta/classes/lib_package.bbclass
parent5db7781c27bb4bb57e8a6749337bf52dc33355cc (diff)
downloadopenembedded-core-d4657ac24542967ecd241726063da2d2dc3e9e23.tar.gz
toolchain-scripts: preserve host path in environment setup script
The environment setup script generated in the build directory sets the PATH variable by expanding ${PATH} which would have host paths filtered. Sourcing this script to run runqemu will not work as it complains host stty (/bin/stty) cannot be found. To resolve this, the script no longer expands ${PATH} during generation time, instead it will now source oe-init-build-env to initialize the build environment so that all host paths will be preserved. Also be sure to prepend STAGING_BINDIR_TOOLCHAIN to the PATH variable so that the toolchain from the build directory can be found. [YOCTO #12695] (From OE-Core rev: a64a144096c0637387244b89ed22f4b5352b2522) Signed-off-by: Chin Huat Ang <chin.huat.ang@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>
Diffstat (limited to 'meta/classes/lib_package.bbclass')
0 files changed, 0 insertions, 0 deletions