diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-08-16 11:21:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 19:26:08 -0700 |
commit | 64c1f93828402ffb5c0fada527724598bc300973 (patch) | |
tree | 26903c0bddd7eea27e816d21ca7d2cf6377a29f2 /meta/classes | |
parent | c6b808413d5ff1dbfdc4d615917345503029a282 (diff) | |
download | poky-64c1f93828402ffb5c0fada527724598bc300973.tar.gz |
meta-toolchain/environment: Collected site config files in runtime.
[YOCTO #892]
Use the new cached site config files generation mechanism in
toolchain-script.bbclass.
(From OE-Core rev: 445d6426197579a9c0317498cc6919bb63e7f726)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/populate_sdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk.bbclass b/meta/classes/populate_sdk.bbclass index 0f3591b9d5..69780e5b21 100644 --- a/meta/classes/populate_sdk.bbclass +++ b/meta/classes/populate_sdk.bbclass | |||
@@ -47,7 +47,7 @@ fakeroot do_populate_sdk() { | |||
47 | ln -s /etc/ld.so.cache ${SDK_OUTPUT}/${SDKPATHNATIVE}/etc/ld.so.cache | 47 | ln -s /etc/ld.so.cache ${SDK_OUTPUT}/${SDKPATHNATIVE}/etc/ld.so.cache |
48 | 48 | ||
49 | # Setup site file for external use | 49 | # Setup site file for external use |
50 | toolchain_create_sdk_siteconfig ${SDK_OUTPUT}/${SDKPATH}/site-config-${MULTIMACH_TARGET_SYS} ${CONFIG_SITE} | 50 | toolchain_create_sdk_siteconfig ${SDK_OUTPUT}/${SDKPATH}/site-config-${MULTIMACH_TARGET_SYS} |
51 | 51 | ||
52 | toolchain_create_sdk_env_script | 52 | toolchain_create_sdk_env_script |
53 | 53 | ||