summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-08-21 13:45:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 08:47:05 +0100
commit80bc8282df58dfeaae8f2f71ed2617d718e29f8b (patch)
treee806fae795286c527a889add770112d0188c4f7a /scripts
parent8291156c30e54a05ad455dda2b8540a570bb0f4a (diff)
downloadopenembedded-core-contrib-80bc8282df58dfeaae8f2f71ed2617d718e29f8b.tar.gz
meta: move some text from oe-setup-builddir to conf-notes.txt
This allows the end users to be able to override the entire notes showing on the shell console. For instance, Our company uses a external conf-notes.txt, and we run bitbake with some extra variables, looks like: F=xxx D=xxx M=xxx bitbake <target>, so we want to show exactly these texts on the shell console, that's why we need this change. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-setup-builddir7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index ef495517aa..55d73ca1e4 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -133,13 +133,6 @@ EOM
# unset SHOWYPDOC
fi
-cat <<EOM
-
-### Shell environment set up for builds. ###
-
-You can now run 'bitbake <target>'
-
-EOM
if [ -z "$OECORENOTESCONF" ]; then
OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt"
fi