summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/conf-notes.txt5
-rwxr-xr-xscripts/oe-setup-builddir7
2 files changed, 5 insertions, 7 deletions
diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt
index 2f2932ba1f..f1a4f4da14 100644
--- a/meta/conf/conf-notes.txt
+++ b/meta/conf/conf-notes.txt
@@ -1,3 +1,8 @@
1
2### Shell environment set up for builds. ###
3
4You can now run 'bitbake <target>'
5
1Common targets are: 6Common targets are:
2 core-image-minimal 7 core-image-minimal
3 core-image-sato 8 core-image-sato
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
134fi 134fi
135 135
136cat <<EOM
137
138### Shell environment set up for builds. ###
139
140You can now run 'bitbake <target>'
141
142EOM
143if [ -z "$OECORENOTESCONF" ]; then 136if [ -z "$OECORENOTESCONF" ]; then
144 OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" 137 OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt"
145fi 138fi