summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/extendpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/extendpoky.xml')
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index fdccbac..db15fc6 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -1004,7 +1004,7 @@
<para>
Finally, don't forget to 'bump' the
- <glossterm><link linkend='var-PR'>PR</link></glossterm> value in the same recipe since
+ <filename><link linkend='var-PR'>PR</link></filename> value in the same recipe since
the resulting packages have changed.
</para>
</section>
@@ -1015,7 +1015,7 @@
<para>
The license of an upstream project might change in the future. In order to prevent these changes
going unnoticed, the Yocto Project provides a
- <glossterm><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link></glossterm>
+ <filename><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link></filename>
variable to track changes to the license text. The checksums are validated at the end of the
configure step, and if the checksums do not match, the build will fail.
</para>
@@ -1060,8 +1060,8 @@
of <filename>S</filename>.
</para>
<para>
- Note that this variable is mandatory for all recipes, unless the LICENSE variable is set to
- "CLOSED".
+ Note that this variable is mandatory for all recipes, unless the
+ <filename>LICENSE</filename> variable is set to "CLOSED".
</para>
</section>
@@ -1073,12 +1073,13 @@
important files that contain the license text for the source code.
It is possible to specify a checksum for an entire file, or a specific section of a
file (specified by beginning and ending line numbers with the "beginline" and "endline"
- parameters respectively). The latter is useful for source files with license notice header,
- README documents, etc.
+ parameters respectively).
+ The latter is useful for source files with a license notice header,
+ README documents, and so forth.
If you do not use the "beginline" parameter, then it is assumed that the text begins on the
first line of the file.
Similarly, if you do not use the "endline" parameter, it is assumed that the license text
- ends as the last line of the file.
+ ends with the last line of the file.
</para>
<para>
OpenPOWER on IntegriCloud