diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-04 11:25:36 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:15 +0100 |
| commit | e4f288d519da5d98bae0ba1c4d1841c3f9a8b531 (patch) | |
| tree | 7c9470ccfdb2a1287b19de6a7422bac446612793 /documentation/Makefile | |
| parent | 3f65f662ba456156cd6a7a94bfc841e1e7172a31 (diff) | |
| download | poky-e4f288d519da5d98bae0ba1c4d1841c3f9a8b531.tar.gz | |
dev-manual: Updated "Performing a Simple Build" section.
I added a figure for this simple build workflow that uses
BitBake from a Linux host. Also did a bit of re-writing.
A new figure was introduced so the Makefile had to be adjusted
to include that figure. The figure resides in the figures
directory of both the dev-manual and the mega-manual.
(From yocto-docs rev: c3b0b1d53f551c02202cef80a8a48dd24576b975)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 167b73e2cd..e32b83a685 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -130,7 +130,7 @@ TARFILES = dev-style.css dev-manual.html \ | |||
| 130 | else | 130 | else |
| 131 | TARFILES = dev-style.css dev-manual.html \ | 131 | TARFILES = dev-style.css dev-manual.html \ |
| 132 | figures/dev-title.png \ | 132 | figures/dev-title.png \ |
| 133 | figures/recipe-workflow.png \ | 133 | figures/recipe-workflow.png figures/bitbake-build-flow.png \ |
| 134 | eclipse | 134 | eclipse |
| 135 | endif | 135 | endif |
| 136 | 136 | ||
| @@ -244,7 +244,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
| 244 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ | 244 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ |
| 245 | figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ | 245 | figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ |
| 246 | figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ | 246 | figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ |
| 247 | figures/sdk-devtool-upgrade-flow.png | 247 | figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png |
| 248 | endif | 248 | endif |
| 249 | 249 | ||
| 250 | MANUALS = $(DOC)/$(DOC).html | 250 | MANUALS = $(DOC)/$(DOC).html |
