summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-yp-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-yp-intro.xml')
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml
index 1b60a30302..a2a1f494bb 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.xml
+++ b/documentation/overview-manual/overview-manual-yp-intro.xml
@@ -1,6 +1,7 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
4 5
5<chapter id='overview-yp'> 6<chapter id='overview-yp'>
6 <title>Introducing the Yocto Project</title> 7 <title>Introducing the Yocto Project</title>
@@ -458,7 +459,7 @@
458 <para>The <filename>devtool</filename> command employs 459 <para>The <filename>devtool</filename> command employs
459 a number of sub-commands that allow you to add, modify, 460 a number of sub-commands that allow you to add, modify,
460 and upgrade recipes. 461 and upgrade recipes.
461 As with the OpenEmbedded build system, recipes 462 As with the OpenEmbedded build system, "recipes"
462 represent software packages within 463 represent software packages within
463 <filename>devtool</filename>. 464 <filename>devtool</filename>.
464 When you use <filename>devtool add</filename>, a recipe 465 When you use <filename>devtool add</filename>, a recipe
@@ -471,7 +472,7 @@
471 control is used in order to allow you to make changes 472 control is used in order to allow you to make changes
472 to the source as desired. 473 to the source as desired.
473 By default, both new recipes and the source go into 474 By default, both new recipes and the source go into
474 a workspace directory under the eSDK. 475 a "workspace" directory under the eSDK.
475 The <filename>devtool upgrade</filename> command 476 The <filename>devtool upgrade</filename> command
476 updates an existing recipe so that you can build it 477 updates an existing recipe so that you can build it
477 for an updated set of source files.</para> 478 for an updated set of source files.</para>
@@ -597,7 +598,7 @@
597 By providing an emulated runtime dynamic linker 598 By providing an emulated runtime dynamic linker
598 (i.e. <filename>glibc</filename>-derived 599 (i.e. <filename>glibc</filename>-derived
599 <filename>ld.so</filename> emulation), the 600 <filename>ld.so</filename> emulation), the
600 cross-prelink project extends the prelink softwares 601 cross-prelink project extends the prelink software's
601 ability to prelink a sysroot environment. 602 ability to prelink a sysroot environment.
602 Additionally, the cross-prelink software enables the 603 Additionally, the cross-prelink software enables the
603 ability to work in sysroot style environments.</para> 604 ability to work in sysroot style environments.</para>
@@ -619,7 +620,7 @@
619 620
620 <para>The original upstream prelink project only 621 <para>The original upstream prelink project only
621 supports running prelink on the end target device 622 supports running prelink on the end target device
622 due to the reliance on the target devices dynamic 623 due to the reliance on the target device's dynamic
623 linker. 624 linker.
624 This restriction causes issues when developing a 625 This restriction causes issues when developing a
625 cross-compiled system. 626 cross-compiled system.
@@ -712,7 +713,7 @@
712 You can see that in this 713 You can see that in this
713 <link linkend='yp-key-dev-elements'>figure</link>. 714 <link linkend='yp-key-dev-elements'>figure</link>.
714 The Yocto Project combines various components such as 715 The Yocto Project combines various components such as
715 BitBake, OE-Core, script glue, and documentation 716 BitBake, OE-Core, script "glue", and documentation
716 for its build system. 717 for its build system.
717 </para></listitem> 718 </para></listitem>
718 </itemizedlist> 719 </itemizedlist>
@@ -790,7 +791,7 @@
790 <note> 791 <note>
791 As best it can, opkg maintains backwards 792 As best it can, opkg maintains backwards
792 compatibility with ipkg and conforms to a subset 793 compatibility with ipkg and conforms to a subset
793 of Debians policy manual regarding control files. 794 of Debian's policy manual regarding control files.
794 </note> 795 </note>
795 </para></listitem> 796 </para></listitem>
796 </itemizedlist> 797 </itemizedlist>