diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-17 17:15:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:09 +0000 |
commit | 266742ba38a28020a797e013078ce829107d5b56 (patch) | |
tree | f62718b2bdd233cb928119536c8d9281f6ad4701 /documentation/profile-manual/profile-manual-usage.xml | |
parent | 0654224f739a371f1de9411d5978582a44f3ff18 (diff) | |
download | poky-266742ba38a28020a797e013078ce829107d5b56.tar.gz |
profile-manual: Updated screen output for oe-init-build-env
(From yocto-docs rev: 36029fbcb03487ece65c7c43d9bf1bf20b4fc308)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/profile-manual-usage.xml')
-rw-r--r-- | documentation/profile-manual/profile-manual-usage.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml index 95ad73909c..43c809dada 100644 --- a/documentation/profile-manual/profile-manual-usage.xml +++ b/documentation/profile-manual/profile-manual-usage.xml | |||
@@ -2169,16 +2169,8 @@ | |||
2169 | 2169 | ||
2170 | ### Shell environment set up for builds. ### | 2170 | ### Shell environment set up for builds. ### |
2171 | 2171 | ||
2172 | You can now run 'bitbake <replaceable>target</replaceable>' | 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 | adt-installer | ||
2179 | meta-ide-support | ||
2180 | |||
2181 | You can also run generated qemu images with a command like 'runqemu qemux86' | ||
2182 | </literallayout> | 2174 | </literallayout> |
2183 | Once you've done that, you can cd to whatever directory | 2175 | Once you've done that, you can cd to whatever directory |
2184 | contains your scripts and use 'crosstap' to run the script: | 2176 | contains your scripts and use 'crosstap' to run the script: |