summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-08-10 14:56:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:47 +0100
commitc35f87a7ea54b99b2ab0a1dda03688dc345e5592 (patch)
tree9f63f92ab5205e4bca494843b32b4b62432b59c9 /documentation/dev-manual
parent2230585846bf9ae9bb6f564922895c72c78f258b (diff)
downloadpoky-c35f87a7ea54b99b2ab0a1dda03688dc345e5592.tar.gz
dev-manual: Updated simple build flow, text and diagram
Now that we have CROPS as an option, the step for preparing your build host is condenced to include cloning poky. This resulted in removal of step 2 and updating of the figure. (From yocto-docs rev: 903d1f98b736a744de1d9c973f7a96b6a92049b5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml20
-rw-r--r--documentation/dev-manual/figures/bitbake-build-flow.pngbin49242 -> 50338 bytes
2 files changed, 6 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 199cede372..01a18942fc 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -919,23 +919,15 @@
919 919
920 <para> 920 <para>
921 The following figure and list overviews the build process: 921 The following figure and list overviews the build process:
922 <imagedata fileref="figures/bitbake-build-flow.png" width="7in" depth="6in" align="center" scalefit="1" /> 922 <imagedata fileref="figures/bitbake-build-flow.png" width="7in" depth="4in" align="center" scalefit="1" />
923 <orderedlist> 923 <orderedlist>
924 <listitem><para> 924 <listitem><para>
925 <emphasis>Set Up Your Host Development System to Support 925 <emphasis>Set up Your Host Development System to Support
926 Development Using the Yocto Project:</emphasis> 926 Development Using the Yocto Project</emphasis>:
927 See the 927 See the
928 "<ulink url='&YOCTO_DOCS_QS_URL;#the-linux-distro'>The Linux Distribution</ulink>" 928 "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>Setting Up to Use the Yocto Project</ulink>"
929 and the 929 section in the Yocto Project Quick Start for options on how
930 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" 930 to get a build host ready to use the Yocto Project.
931 sections both in the Yocto Project Quick Start for
932 build host requirements.
933 </para></listitem>
934 <listitem><para>
935 <emphasis>Set Up Your Source Directories:</emphasis>
936 Make sure you have set up the Source Directory described in the
937 "<link linkend='cloning-the-poky-repository'>Cloning the <filename>poky</filename> Repository</link>"
938 section.
939 </para></listitem> 931 </para></listitem>
940 <listitem><para> 932 <listitem><para>
941 <emphasis>Initialize the Build Environment:</emphasis> 933 <emphasis>Initialize the Build Environment:</emphasis>
diff --git a/documentation/dev-manual/figures/bitbake-build-flow.png b/documentation/dev-manual/figures/bitbake-build-flow.png
index eb95eb3da0..108265ae0c 100644
--- a/documentation/dev-manual/figures/bitbake-build-flow.png
+++ b/documentation/dev-manual/figures/bitbake-build-flow.png
Binary files differ