diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-08-10 15:43:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:47 +0100 |
commit | 625613aad7c166c6b0996762bccf2326c45cdb65 (patch) | |
tree | c86e924fd0c1ee435ddfd70f5c21644a9be4a4c2 /documentation/bsp-guide/bsp.xml | |
parent | c35f87a7ea54b99b2ab0a1dda03688dc345e5592 (diff) | |
download | poky-625613aad7c166c6b0996762bccf2326c45cdb65.tar.gz |
bsp-guide: Updated BSP workflow list and figure
With the introduction of CROPS as a way to set up the build
system, I had to alter the first bullet of the BSP workflow
list and the figure.
(From yocto-docs rev: f1db3db4053142619c62629d4b05023f0b148e6c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 71ae2c36cd..c6591cc284 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -736,33 +736,18 @@ | |||
736 | </para> | 736 | </para> |
737 | 737 | ||
738 | <para> | 738 | <para> |
739 | <imagedata fileref="figures/bsp-dev-flow.png" width="6in" depth="7in" align="center" scalefit="1" /> | 739 | <imagedata fileref="figures/bsp-dev-flow.png" width="7in" depth="5in" align="center" scalefit="1" /> |
740 | </para> | 740 | </para> |
741 | 741 | ||
742 | <para> | 742 | <para> |
743 | <orderedlist> | 743 | <orderedlist> |
744 | <listitem><para> | 744 | <listitem><para> |
745 | <emphasis>Set Up Your Host Development System to Support | 745 | <emphasis>Set up Your Host Development System to Support |
746 | Development Using the Yocto Project:</emphasis> | 746 | Development Using the Yocto Project</emphasis>: |
747 | See the | 747 | See the |
748 | "<ulink url='&YOCTO_DOCS_QS_URL;#the-linux-distro'>The Linux Distribution</ulink>" | 748 | "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>Setting Up to Use the Yocto Project</ulink>" |
749 | and the | 749 | section in the Yocto Project Quick Start for options on how |
750 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" | 750 | to get a build host ready to use the Yocto Project. |
751 | sections both in the Yocto Project Quick Start for | ||
752 | build host requirements. | ||
753 | </para></listitem> | ||
754 | <listitem><para> | ||
755 | <emphasis>Establish a Local Copy of the Project Files on | ||
756 | Your System:</emphasis> | ||
757 | You need this | ||
758 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> | ||
759 | available on your host system. | ||
760 | Having these files on your system gives you access to the | ||
761 | build process and to the tools you need. | ||
762 | For information on how to set up the Source Directory, | ||
763 | see the | ||
764 | "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-yocto-project-source-files'>Working With Yocto Project Source Files</ulink>" | ||
765 | section in the Yocto Project Development Manual. | ||
766 | </para></listitem> | 751 | </para></listitem> |
767 | <listitem><para> | 752 | <listitem><para> |
768 | <emphasis>Establish the <filename>meta-intel</filename> | 753 | <emphasis>Establish the <filename>meta-intel</filename> |