summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorrpjday@crashcourse.ca <rpjday@crashcourse.ca>2020-03-06 15:04:19 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-06 14:40:24 +0100
commit4f58e37e1786f57fd292a823d1371610b8e486e3 (patch)
tree024605aa59640e64bfe88ee8144b256918c2a144 /documentation
parent77f6e7bb4ea2b3c133c5c2676e26d66cf099d49c (diff)
downloadpoky-4f58e37e1786f57fd292a823d1371610b8e486e3.tar.gz
ref-manual: minor rewording/clarification in chapter 2
(From yocto-docs rev: a9a3248b12b85f3637ebe5eddd4b1a29268d5598) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-terms.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml
index f98546826b..722fa7ee27 100644
--- a/documentation/ref-manual/ref-terms.xml
+++ b/documentation/ref-manual/ref-terms.xml
@@ -41,11 +41,13 @@
41 That append file would match any 41 That append file would match any
42 <filename>busybox_1.21.</filename><replaceable>x</replaceable><filename>.bb</filename> 42 <filename>busybox_1.21.</filename><replaceable>x</replaceable><filename>.bb</filename>
43 version of the recipe. 43 version of the recipe.
44 So, the append file would match the following recipe names: 44 So, the append file would match any of the following recipe names:
45 <literallayout class='monospaced'> 45 <literallayout class='monospaced'>
46 busybox_1.21.1.bb 46 busybox_1.21.1.bb
47 busybox_1.21.2.bb 47 busybox_1.21.2.bb
48 busybox_1.21.3.bb 48 busybox_1.21.3.bb
49 busybox_1.21.10.bb
50 busybox_1.21.25.bb
49 </literallayout> 51 </literallayout>
50 <note><title>Important</title> 52 <note><title>Important</title>
51 The use of the "<filename>%</filename>" character 53 The use of the "<filename>%</filename>" character
@@ -115,7 +117,7 @@
115 in your home directory within the existing 117 in your home directory within the existing
116 directory <filename>mybuilds</filename>: 118 directory <filename>mybuilds</filename>:
117 <literallayout class='monospaced'> 119 <literallayout class='monospaced'>
118 $cd $HOME 120 $ cd $HOME
119 $ source $HOME/poky/&OE_INIT_FILE; $HOME/mybuilds/YP-&POKYVERSION; 121 $ source $HOME/poky/&OE_INIT_FILE; $HOME/mybuilds/YP-&POKYVERSION;
120 </literallayout> 122 </literallayout>
121 </para></listitem> 123 </para></listitem>
@@ -141,7 +143,7 @@
141 The system used to build images in a Yocto Project 143 The system used to build images in a Yocto Project
142 Development environment. 144 Development environment.
143 The build system is sometimes referred to as the 145 The build system is sometimes referred to as the
144 development host. 146 <firstterm>development host</firstterm>.
145 </para></listitem> 147 </para></listitem>
146 <listitem><para> 148 <listitem><para>
147 <emphasis>Classes:</emphasis> 149 <emphasis>Classes:</emphasis>
@@ -393,7 +395,7 @@
393 Poky is not a product level distro. 395 Poky is not a product level distro.
394 Rather, it is a good starting point for customization. 396 Rather, it is a good starting point for customization.
395 <note> 397 <note>
396 Poky began an open-source 398 Poky began as an open-source
397 project initially developed by OpenedHand. 399 project initially developed by OpenedHand.
398 OpenedHand developed Poky from the existing 400 OpenedHand developed Poky from the existing
399 OpenEmbedded build system to create a commercially 401 OpenEmbedded build system to create a commercially