diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-05 22:09:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-06 11:01:25 +0000 |
commit | 213e0c67e938b802e6bb2246f00b7343a6f77b99 (patch) | |
tree | 4c81701b1db394a4c870ae7f26a84bd8b97634c8 /meta/recipes-core | |
parent | bf4fb345a9db306fa4c7211b7e6795334a649dd5 (diff) | |
download | openembedded-core-213e0c67e938b802e6bb2246f00b7343a6f77b99.tar.gz openembedded-core-213e0c67e938b802e6bb2246f00b7343a6f77b99.tar.bz2 openembedded-core-213e0c67e938b802e6bb2246f00b7343a6f77b99.zip |
toolchain-scripts/meta-environment: Merge toolchain_create_sdk_env_script and the for_installer variant
Having two scripts which do basically the same thing is a nightmare. This merges
them together. It also makes the sysroot location a variable in its own right
which may be more useful for end users wanting to change sysroot.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/meta-environment.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index 3a71a9bb2e..c7be404ffe 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb @@ -24,7 +24,7 @@ do_generate_content() { toolchain_create_sdk_siteconfig ${SDK_OUTPUT}/${SDKPATH}/site-config-${REAL_MULTIMACH_TARGET_SYS} - toolchain_create_sdk_env_script_for_installer ${REAL_MULTIMACH_TARGET_SYS} + toolchain_create_sdk_env_script ${SDK_OUTPUT}/${SDKPATH}/environment-setup-${REAL_MULTIMACH_TARGET_SYS} ${REAL_MULTIMACH_TARGET_SYS} '##SDKTARGETSYSROOT##' ${target_libdir} ${target_includedir} # Add version information toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS} |