diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-19 17:33:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-20 10:11:44 +0100 |
commit | ea1d566bc2ff61f2e086effb9ca6551b263eacbe (patch) | |
tree | f74172bf98590968d3fc1339be2552e74662388f /meta/classes | |
parent | d2a2962897b89731a5705b0cbc7c6f36aa53dcc8 (diff) | |
download | openembedded-core-ea1d566bc2ff61f2e086effb9ca6551b263eacbe.tar.gz openembedded-core-ea1d566bc2ff61f2e086effb9ca6551b263eacbe.tar.bz2 openembedded-core-ea1d566bc2ff61f2e086effb9ca6551b263eacbe.zip |
classes/populate_sdk_ext: add note to env setup script
Print a note at the end of the environment setup script pointing to
devtool.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 0feb3b20c5..060a44ae88 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass @@ -236,6 +236,8 @@ sdk_ext_postinst() { # so put it at the end of $PATH. echo "export PATH=\$PATH:$target_sdk_dir/sysroots/${SDK_SYS}/${bindir_nativesdk}" >> $env_setup_script + echo "printf 'SDK environment now set up; additionally you may now run devtool to perform development tasks.\nRun devtool --help for further details.\n'" >> $env_setup_script + # For now this is where uninative.bbclass expects the tarball mv *-nativesdk-libc.tar.* $target_sdk_dir/`dirname ${oe_init_build_env_path}` |