diff options
-rw-r--r-- | meta/classes/toolchain-scripts.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 6d8623ccfa..d336397f9e 100644 --- a/meta/classes/toolchain-scripts.bbclass +++ b/meta/classes/toolchain-scripts.bbclass | |||
@@ -45,6 +45,7 @@ toolchain_create_sdk_env_script () { | |||
45 | echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/aclocal"' >> $script | 45 | echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/aclocal"' >> $script |
46 | echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script | 46 | echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script |
47 | echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script | 47 | echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script |
48 | echo 'export PYTHONHOME=${SDKPATHNATIVE}${prefix_nativesdk}' >> $script | ||
48 | } | 49 | } |
49 | 50 | ||
50 | # This function creates an environment-setup-script in the TMPDIR which enables | 51 | # This function creates an environment-setup-script in the TMPDIR which enables |
@@ -132,6 +133,7 @@ toolchain_create_sdk_env_script_for_installer () { | |||
132 | echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/aclocal"' >> $script | 133 | echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/aclocal"' >> $script |
133 | echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script | 134 | echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script |
134 | echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script | 135 | echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script |
136 | echo 'export PYTHONHOME=${SDKPATHNATIVE}${prefix_nativesdk}' >> $script | ||
135 | } | 137 | } |
136 | 138 | ||
137 | #we get the cached site config in the runtime | 139 | #we get the cached site config in the runtime |