summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index fd0da16e7e..44d99cfb97 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -653,7 +653,10 @@ sdk_ext_postinst() {
653 653
654 # Make sure when the user sets up the environment, they also get 654 # Make sure when the user sets up the environment, they also get
655 # the buildtools-tarball tools in their path. 655 # the buildtools-tarball tools in their path.
656 echo "# Save and reset OECORE_NATIVE_SYSROOT as buildtools may change it" >> $env_setup_script
657 echo "SAVED=\"\$OECORE_NATIVE_SYSROOT\"" >> $env_setup_script
656 echo ". $target_sdk_dir/buildtools/environment-setup*" >> $env_setup_script 658 echo ". $target_sdk_dir/buildtools/environment-setup*" >> $env_setup_script
659 echo "OECORE_NATIVE_SYSROOT=\"\$SAVED\"" >> $env_setup_script
657 fi 660 fi
658 661
659 # Allow bitbake environment setup to be ran as part of this sdk. 662 # Allow bitbake environment setup to be ran as part of this sdk.