diff options
| -rw-r--r-- | meta/conf/conf-notes.txt | 9 | ||||
| -rwxr-xr-x | scripts/oe-setup-builddir | 16 |
2 files changed, 15 insertions, 10 deletions
diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt new file mode 100644 index 0000000000..503cffa44e --- /dev/null +++ b/meta/conf/conf-notes.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | Common targets are: | ||
| 2 | core-image-minimal | ||
| 3 | core-image-sato | ||
| 4 | meta-toolchain | ||
| 5 | meta-toolchain-sdk | ||
| 6 | adt-installer | ||
| 7 | meta-ide-support | ||
| 8 | |||
| 9 | You can also run generated qemu images with a command like 'runqemu qemux86' | ||
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 | ||
