diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-setup-builddir | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 95c803d504..76e17784d8 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -55,6 +55,7 @@ if [ "x" != "x$TEMPLATECONF" ]; then | |||
55 | fi | 55 | fi |
56 | OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample" | 56 | OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample" |
57 | OECORELOCALCONF="$TEMPLATECONF/local.conf.sample" | 57 | OECORELOCALCONF="$TEMPLATECONF/local.conf.sample" |
58 | OECORENOTESCONF="$TEMPLATECONF/conf-notes.txt" | ||
58 | fi | 59 | fi |
59 | 60 | ||
60 | if [ "x" = "x$OECORELOCALCONF" ]; then | 61 | if [ "x" = "x$OECORELOCALCONF" ]; then |
@@ -113,14 +114,9 @@ cat <<EOM | |||
113 | 114 | ||
114 | You can now run 'bitbake <target>' | 115 | You can now run 'bitbake <target>' |
115 | 116 | ||
116 | Common targets are: | ||
117 | core-image-minimal | ||
118 | core-image-sato | ||
119 | meta-toolchain | ||
120 | meta-toolchain-sdk | ||
121 | adt-installer | ||
122 | meta-ide-support | ||
123 | |||
124 | You can also run generated qemu images with a command like 'runqemu qemux86' | ||
125 | |||
126 | EOM | 117 | EOM |
118 | if [ "x" = "x$OECORENOTESCONF" ]; then | ||
119 | OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" | ||
120 | fi | ||
121 | cat $OECORENOTESCONF | ||
122 | unset OECORENOTESCONF | ||