From e4f288d519da5d98bae0ba1c4d1841c3f9a8b531 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 4 Jul 2017 11:25:36 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Makefile') 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 \ else TARFILES = dev-style.css dev-manual.html \ figures/dev-title.png \ - figures/recipe-workflow.png \ + figures/recipe-workflow.png figures/bitbake-build-flow.png \ eclipse endif @@ -244,7 +244,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ - figures/sdk-devtool-upgrade-flow.png + figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png endif MANUALS = $(DOC)/$(DOC).html -- cgit v1.2.3-54-g00ecf