Explorar el Código

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>
Ming Liu hace 6 años
padre
commit
80bc8282df
Se han modificado 2 ficheros con 5 adiciones y 7 borrados
  1. 5 0
      meta/conf/conf-notes.txt
  2. 0 7
      scripts/oe-setup-builddir

+ 5 - 0
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

+ 0 - 7
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