diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-02 23:01:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-02 23:13:21 +0100 |
commit | fd4e5c6c58183f1a017c6b5fe4d43c320e273567 (patch) | |
tree | c78382193a458c86530ff4c93a754f401c497f08 /meta-yocto/conf | |
parent | c0910f26ea0d692c6d22f2e3f87cf710b31fdf0a (diff) | |
download | poky-fd4e5c6c58183f1a017c6b5fe4d43c320e273567.tar.gz |
meta-yocto/conf: Add conf-notes.txt
Match the changes in master and add the needed text.
(From meta-yocto rev: 059cd3dd8eb48b7dd1a9cd0eb4e60061b0408ff9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/conf-notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-yocto/conf/conf-notes.txt b/meta-yocto/conf/conf-notes.txt new file mode 100644 index 0000000000..503cffa44e --- /dev/null +++ b/meta-yocto/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' | ||