diff options
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 600b46910e..4c847a09de 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -517,18 +517,18 @@ Historically, the Build Appliance was the second of three methods by | |||
517 | which you could use the Yocto Project on a system that was not native to | 517 | which you could use the Yocto Project on a system that was not native to |
518 | Linux. | 518 | Linux. |
519 | 519 | ||
520 | 1. *Hob:* Hob, which is now deprecated and is no longer available since | 520 | #. *Hob:* Hob, which is now deprecated and is no longer available since |
521 | the 2.1 release of the Yocto Project provided a rudimentary, | 521 | the 2.1 release of the Yocto Project provided a rudimentary, |
522 | GUI-based interface to the Yocto Project. Toaster has fully replaced | 522 | GUI-based interface to the Yocto Project. Toaster has fully replaced |
523 | Hob. | 523 | Hob. |
524 | 524 | ||
525 | 2. *Build Appliance:* Post Hob, the Build Appliance became available. It | 525 | #. *Build Appliance:* Post Hob, the Build Appliance became available. It |
526 | was never recommended that you use the Build Appliance as a | 526 | was never recommended that you use the Build Appliance as a |
527 | day-to-day production development environment with the Yocto Project. | 527 | day-to-day production development environment with the Yocto Project. |
528 | Build Appliance was useful as a way to try out development in the | 528 | Build Appliance was useful as a way to try out development in the |
529 | Yocto Project environment. | 529 | Yocto Project environment. |
530 | 530 | ||
531 | 3. *CROPS:* The final and best solution available now for developing | 531 | #. *CROPS:* The final and best solution available now for developing |
532 | using the Yocto Project on a system not native to Linux is with | 532 | using the Yocto Project on a system not native to Linux is with |
533 | :ref:`CROPS <overview-manual/yp-intro:development tools>`. | 533 | :ref:`CROPS <overview-manual/yp-intro:development tools>`. |
534 | 534 | ||
@@ -719,27 +719,27 @@ workflow: | |||
719 | 719 | ||
720 | Following is a brief summary of the "workflow": | 720 | Following is a brief summary of the "workflow": |
721 | 721 | ||
722 | 1. Developers specify architecture, policies, patches and configuration | 722 | #. Developers specify architecture, policies, patches and configuration |
723 | details. | 723 | details. |
724 | 724 | ||
725 | 2. The build system fetches and downloads the source code from the | 725 | #. The build system fetches and downloads the source code from the |
726 | specified location. The build system supports standard methods such | 726 | specified location. The build system supports standard methods such |
727 | as tarballs or source code repositories systems such as Git. | 727 | as tarballs or source code repositories systems such as Git. |
728 | 728 | ||
729 | 3. Once source code is downloaded, the build system extracts the sources | 729 | #. Once source code is downloaded, the build system extracts the sources |
730 | into a local work area where patches are applied and common steps for | 730 | into a local work area where patches are applied and common steps for |
731 | configuring and compiling the software are run. | 731 | configuring and compiling the software are run. |
732 | 732 | ||
733 | 4. The build system then installs the software into a temporary staging | 733 | #. The build system then installs the software into a temporary staging |
734 | area where the binary package format you select (DEB, RPM, or IPK) is | 734 | area where the binary package format you select (DEB, RPM, or IPK) is |
735 | used to roll up the software. | 735 | used to roll up the software. |
736 | 736 | ||
737 | 5. Different QA and sanity checks run throughout entire build process. | 737 | #. Different QA and sanity checks run throughout entire build process. |
738 | 738 | ||
739 | 6. After the binaries are created, the build system generates a binary | 739 | #. After the binaries are created, the build system generates a binary |
740 | package feed that is used to create the final root file image. | 740 | package feed that is used to create the final root file image. |
741 | 741 | ||
742 | 7. The build system generates the file system image and a customized | 742 | #. The build system generates the file system image and a customized |
743 | Extensible SDK (eSDK) for application development in parallel. | 743 | Extensible SDK (eSDK) for application development in parallel. |
744 | 744 | ||
745 | For a very detailed look at this workflow, see the | 745 | For a very detailed look at this workflow, see the |