summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-09 19:01:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commit6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (patch)
tree6a59e9936ac9f2ca063d4fc8a5c4d9ecc9492769 /documentation/overview-manual
parent474e071608c7c1c97e9dafde810aef5630c716e7 (diff)
downloadpoky-6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06.tar.gz
manuals: define proper numbered lists
Using "#." instead of "1.", "2.", "3.", etc. (From yocto-docs rev: 11c2585acd0fa6c330702af2359ce5a9e47cde1f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/yp-intro.rst20
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
517which you could use the Yocto Project on a system that was not native to 517which you could use the Yocto Project on a system that was not native to
518Linux. 518Linux.
519 519
5201. *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
5252. *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
5313. *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
720Following is a brief summary of the "workflow": 720Following is a brief summary of the "workflow":
721 721
7221. Developers specify architecture, policies, patches and configuration 722#. Developers specify architecture, policies, patches and configuration
723 details. 723 details.
724 724
7252. 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
7293. 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
7334. 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
7375. Different QA and sanity checks run throughout entire build process. 737#. Different QA and sanity checks run throughout entire build process.
738 738
7396. 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
7427. 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
745For a very detailed look at this workflow, see the 745For a very detailed look at this workflow, see the