diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-29 10:55:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-29 10:57:12 +0100 |
commit | 2894dfb8bf007667dc445f55a2ae76d73a65c564 (patch) | |
tree | d94937a0aeed03c763668cfcbbc4bb4eac5d0c69 /scripts | |
parent | a4f3e006e1f2fd93f156012af2a05adccf41d065 (diff) | |
download | poky-2894dfb8bf007667dc445f55a2ae76d73a65c564.tar.gz |
scripts/oe-setup-builddir: Fix Yocto documentation links and add a couple of other example targets
This takes into account some feedback from Yocto's tech writer
as mentioned in the bugzilla.
[YOCTO #1182]
(From OE-Core rev: dd090729dad1e7788c9d9eac111d9207bae60fe0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-setup-builddir | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 5fc8b19430..bc4962a845 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -70,7 +70,7 @@ common configuration options are commented. | |||
70 | 70 | ||
71 | The Yocto Project has extensive documentation about OE including a reference manual | 71 | The Yocto Project has extensive documentation about OE including a reference manual |
72 | which can be found at: | 72 | which can be found at: |
73 | http://yoctoproject.org/community/documentation | 73 | http://yoctoproject.org/documentation |
74 | 74 | ||
75 | For more information about OpenEmbedded see their website: | 75 | For more information about OpenEmbedded see their website: |
76 | http://www.openembedded.org/ | 76 | http://www.openembedded.org/ |
@@ -90,7 +90,7 @@ configuration please add entries to this file. | |||
90 | 90 | ||
91 | The Yocto Project has extensive documentation about OE including a reference manual | 91 | The Yocto Project has extensive documentation about OE including a reference manual |
92 | which can be found at: | 92 | which can be found at: |
93 | http://yoctoproject.org/community/documentation | 93 | http://yoctoproject.org/documentation |
94 | 94 | ||
95 | For more information about OpenEmbedded see their website: | 95 | For more information about OpenEmbedded see their website: |
96 | http://www.openembedded.org/ | 96 | http://www.openembedded.org/ |
@@ -118,6 +118,8 @@ Common targets are: | |||
118 | core-image-sato | 118 | core-image-sato |
119 | meta-toolchain | 119 | meta-toolchain |
120 | meta-toolchain-sdk | 120 | meta-toolchain-sdk |
121 | adt-install | ||
122 | meta-ide-support | ||
121 | 123 | ||
122 | You can also run generated qemu images with a command like 'runqemu qemux86' | 124 | You can also run generated qemu images with a command like 'runqemu qemux86' |
123 | 125 | ||