diff options
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 7a01828c5f..28ed07994a 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -140,8 +140,7 @@ Here are challenges you might encounter when developing using the Yocto Project: | |||
140 | 140 | ||
141 | - *Steep Learning Curve:* The Yocto Project has a steep learning curve | 141 | - *Steep Learning Curve:* The Yocto Project has a steep learning curve |
142 | and has many different ways to accomplish similar tasks. It can be | 142 | and has many different ways to accomplish similar tasks. It can be |
143 | difficult to choose how to proceed when varying methods exist by | 143 | difficult to choose between such ways. |
144 | which to accomplish a given task. | ||
145 | 144 | ||
146 | - *Understanding What Changes You Need to Make For Your Design Requires | 145 | - *Understanding What Changes You Need to Make For Your Design Requires |
147 | Some Research:* Beyond the simple tutorial stage, understanding what | 146 | Some Research:* Beyond the simple tutorial stage, understanding what |
@@ -156,7 +155,7 @@ Here are challenges you might encounter when developing using the Yocto Project: | |||
156 | workflow <overview-manual/development-environment:the yocto project development environment>` | 155 | workflow <overview-manual/development-environment:the yocto project development environment>` |
157 | could be confusing if you are used to traditional desktop and server | 156 | could be confusing if you are used to traditional desktop and server |
158 | software development. | 157 | software development. |
159 | In a desktop development environment, mechanisms exist to easily pull | 158 | In a desktop development environment, there are mechanisms to easily pull |
160 | and install new packages, which are typically pre-compiled binaries | 159 | and install new packages, which are typically pre-compiled binaries |
161 | from servers accessible over the Internet. Using the Yocto Project, | 160 | from servers accessible over the Internet. Using the Yocto Project, |
162 | you must modify your configuration and rebuild to add additional | 161 | you must modify your configuration and rebuild to add additional |
@@ -430,8 +429,8 @@ Yocto Project: | |||
430 | require system administrator privileges. For example, file ownership | 429 | require system administrator privileges. For example, file ownership |
431 | or permissions might need to be defined. Pseudo is a tool that you | 430 | or permissions might need to be defined. Pseudo is a tool that you |
432 | can either use directly or through the environment variable | 431 | can either use directly or through the environment variable |
433 | ``LD_PRELOAD``. Either method allows these operations to succeed as | 432 | ``LD_PRELOAD``. Either method allows these operations to succeed |
434 | if system administrator privileges exist even when they do not. | 433 | even without system administrator privileges. |
435 | 434 | ||
436 | Thanks to Pseudo, the Yocto Project never needs root privileges to | 435 | Thanks to Pseudo, the Yocto Project never needs root privileges to |
437 | build images for your target system. | 436 | build images for your target system. |
@@ -579,8 +578,7 @@ software. | |||
579 | This section provides an introduction to the choices or development | 578 | This section provides an introduction to the choices or development |
580 | methods you have when setting up your Build Host. Depending on your | 579 | methods you have when setting up your Build Host. Depending on your |
581 | particular workflow preference and the type of operating system your | 580 | particular workflow preference and the type of operating system your |
582 | Build Host runs, several choices exist that allow you to use the Yocto | 581 | Build Host runs, you have several choices. |
583 | Project. | ||
584 | 582 | ||
585 | .. note:: | 583 | .. note:: |
586 | 584 | ||
@@ -790,7 +788,7 @@ Some Basic Terms | |||
790 | ================ | 788 | ================ |
791 | 789 | ||
792 | It helps to understand some basic fundamental terms when learning the | 790 | It helps to understand some basic fundamental terms when learning the |
793 | Yocto Project. Although a list of terms exists in the ":doc:`Yocto Project | 791 | Yocto Project. Although there is a list of terms in the ":doc:`Yocto Project |
794 | Terms </ref-manual/terms>`" section of the Yocto Project | 792 | Terms </ref-manual/terms>`" section of the Yocto Project |
795 | Reference Manual, this section provides the definitions of some terms | 793 | Reference Manual, this section provides the definitions of some terms |
796 | helpful for getting started: | 794 | helpful for getting started: |