diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-21 15:04:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:09 +0000 |
commit | c3946bcaa6ef9152541ad1dde87ba7ef9ef721ae (patch) | |
tree | b1a014f2bfcc35e9c05570d9f804ae1129f08f2f /documentation/profile-manual | |
parent | 7233e359ddc50c80415c746449c33aa0fe83862d (diff) | |
download | poky-c3946bcaa6ef9152541ad1dde87ba7ef9ef721ae.tar.gz |
dev-manual, profile-manual, ref-manual: Updates to remove meta-toolchain
The term "meta-toolchain" is legacy now. I went through and removed
its use except for where it appears still as output from the
oe-init-build-env script.
(From yocto-docs rev: 1cc134060459278997d57f1293f54091c5404d85)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual')
-rw-r--r-- | documentation/profile-manual/profile-manual-usage.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml index 43c809dada..6a5657b241 100644 --- a/documentation/profile-manual/profile-manual-usage.xml +++ b/documentation/profile-manual/profile-manual-usage.xml | |||
@@ -2171,6 +2171,14 @@ | |||
2171 | 2171 | ||
2172 | You can now run 'bitbake <target>' | 2172 | You can now run 'bitbake <target>' |
2173 | 2173 | ||
2174 | Common targets are: | ||
2175 | core-image-minimal | ||
2176 | core-image-sato | ||
2177 | meta-toolchain | ||
2178 | meta-ide-support | ||
2179 | |||
2180 | You can also run generated qemu images with a command like 'runqemu qemux86' | ||
2181 | |||
2174 | </literallayout> | 2182 | </literallayout> |
2175 | Once you've done that, you can cd to whatever directory | 2183 | Once you've done that, you can cd to whatever directory |
2176 | contains your scripts and use 'crosstap' to run the script: | 2184 | contains your scripts and use 'crosstap' to run the script: |