diff options
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 3e1858c031..4dfb94caf1 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -577,6 +577,8 @@ sdk_ext_postinst() { | |||
577 | 577 | ||
578 | # Allow bitbake environment setup to be ran as part of this sdk. | 578 | # Allow bitbake environment setup to be ran as part of this sdk. |
579 | echo "export OE_SKIP_SDK_CHECK=1" >> $env_setup_script | 579 | echo "export OE_SKIP_SDK_CHECK=1" >> $env_setup_script |
580 | # Work around runqemu not knowing how to get this information within the eSDK | ||
581 | echo "export DEPLOY_DIR_IMAGE=$target_sdk_dir/tmp/${@os.path.relpath(d.getVar('DEPLOY_DIR_IMAGE'), d.getVar('TMPDIR'))}" >> $env_setup_script | ||
580 | 582 | ||
581 | # A bit of another hack, but we need this in the path only for devtool | 583 | # A bit of another hack, but we need this in the path only for devtool |
582 | # so put it at the end of $PATH. | 584 | # so put it at the end of $PATH. |