From: Paul Eggleton Date: Mon, 19 Oct 2015 16:33:10 +0000 (+0100) Subject: classes/populate_sdk_ext: add note to env setup script X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1d566bc2ff61f2e086effb9ca6551b263eacbe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 0feb3b20c50..060a44ae88b 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}`