diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-08-21 13:45:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 12:06:51 +0100 |
commit | 96d0d4b5b671ea08cb4dcaedc84e783f253d941e (patch) | |
tree | 8a9bc2b70cfe042da32de485843efec80693e8d1 /scripts/oe-setup-builddir | |
parent | 16fee5ff453564cb1c8916c12aa6c68af8a201f0 (diff) | |
download | poky-96d0d4b5b671ea08cb4dcaedc84e783f253d941e.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.
(From OE-Core rev: 80bc8282df58dfeaae8f2f71ed2617d718e29f8b)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x | scripts/oe-setup-builddir | 7 |
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 | |||
133 | # unset SHOWYPDOC | 133 | # unset SHOWYPDOC |
134 | fi | 134 | fi |
135 | 135 | ||
136 | cat <<EOM | ||
137 | |||
138 | ### Shell environment set up for builds. ### | ||
139 | |||
140 | You can now run 'bitbake <target>' | ||
141 | |||
142 | EOM | ||
143 | if [ -z "$OECORENOTESCONF" ]; then | 136 | if [ -z "$OECORENOTESCONF" ]; then |
144 | OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" | 137 | OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" |
145 | fi | 138 | fi |