[oe-commits] [openembedded-core] 15/27: meta: move some text from oe-setup-builddir to conf-notes.txt

git at git.openembedded.org git at git.openembedded.org
Mon Aug 21 20:41:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4bfb31c1f9624ec7a3b2cfa331734683c8e332aa
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Mon Aug 21 13:45:52 2017 +0200

    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 at external.atlascopco.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/conf-notes.txt  | 5 +++++
 scripts/oe-setup-builddir | 7 -------
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt
index 2f2932b..f1a4f4d 100644
--- a/meta/conf/conf-notes.txt
+++ b/meta/conf/conf-notes.txt
@@ -1,3 +1,8 @@
+
+### Shell environment set up for builds. ###
+
+You can now run 'bitbake <target>'
+
 Common targets are:
     core-image-minimal
     core-image-sato
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index ef49551..55d73ca 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list