diff options
author | Anders Roxell <anders.roxell@enea.com> | 2013-03-27 14:46:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-29 10:40:18 +0000 |
commit | 6ad06582621fc20d09d4d7fd78ea7e175367c187 (patch) | |
tree | df14110758046d108c48da5ab18ad6911b51fb81 /meta/conf | |
parent | 918460cff5b82a69feea0ec3d787c420927eaa35 (diff) | |
download | openembedded-core-6ad06582621fc20d09d4d7fd78ea7e175367c187.tar.gz openembedded-core-6ad06582621fc20d09d4d7fd78ea7e175367c187.tar.bz2 openembedded-core-6ad06582621fc20d09d4d7fd78ea7e175367c187.zip |
oe-setup-builddir: Possibility to customize text.
Possibility to customize the text that is presented to the user when
they execute the script.
Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Tested-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/conf-notes.txt | 9 |
1 files changed, 9 insertions, 0 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 @@ +Common targets are: + core-image-minimal + core-image-sato + meta-toolchain + meta-toolchain-sdk + adt-installer + meta-ide-support + +You can also run generated qemu images with a command like 'runqemu qemux86' |