summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2020-02-20 21:27:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-11 14:41:44 +0000
commit91241f2b1213a7b0aa97f004e8ed716f2ebe1dcb (patch)
treee481caca229f65a0f5409e8f710494d397fe00e9 /documentation
parent999c39e0e64bafaed542f2150224840535a265e9 (diff)
downloadpoky-91241f2b1213a7b0aa97f004e8ed716f2ebe1dcb.tar.gz
ref-manual: Add missing/remove extraneous quotes
(From yocto-docs rev: 542e362bf06c2d71ee6e30f5728ad5476f035c6e) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml4
-rw-r--r--documentation/ref-manual/ref-variables.xml20
2 files changed, 11 insertions, 13 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 8d50ab9133..2052188b6b 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -2110,7 +2110,7 @@
2110 such as the following: 2110 such as the following:
2111 <literallayout class='monospaced'> 2111 <literallayout class='monospaced'>
2112 inherit bluetooth 2112 inherit bluetooth
2113 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)} 2113 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}"
2114 PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" 2114 PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4"
2115 PACKAGECONFIG[bluez5] = "--enable-bluez5,--disable-bluez5,bluez5" 2115 PACKAGECONFIG[bluez5] = "--enable-bluez5,--disable-bluez5,bluez5"
2116 </literallayout> 2116 </literallayout>
@@ -3624,7 +3624,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
3624 image types, this part of the kernel image base name as been 3624 image types, this part of the kernel image base name as been
3625 removed leaving only the following: 3625 removed leaving only the following:
3626 <literallayout class='monospaced'> 3626 <literallayout class='monospaced'>
3627 KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME} 3627 KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
3628 </literallayout> 3628 </literallayout>
3629 If you have recipes or classes that use 3629 If you have recipes or classes that use
3630 <filename>KERNEL_IMAGE_BASE_NAME</filename> directly, you might 3630 <filename>KERNEL_IMAGE_BASE_NAME</filename> directly, you might
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 02abc590cd..e6009926be 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -367,7 +367,7 @@
367 367
368 <glossentry id='var-ASSUME_SHLIBS'><glossterm>ASSUME_SHLIBS</glossterm> 368 <glossentry id='var-ASSUME_SHLIBS'><glossterm>ASSUME_SHLIBS</glossterm>
369 <info> 369 <info>
370 ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." 370 ASSUME_SHLIBS[doc] = "Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system."
371 </info> 371 </info>
372 <glossdef> 372 <glossdef>
373 <para role="glossdeffirst"> 373 <para role="glossdeffirst">
@@ -1423,7 +1423,7 @@
1423 Use the following format to export the variable to the 1423 Use the following format to export the variable to the
1424 BitBake environment: 1424 BitBake environment:
1425 <literallayout class='monospaced'> 1425 <literallayout class='monospaced'>
1426 export BBSERVER=localhost:$port" 1426 export BBSERVER=localhost:$port
1427 </literallayout> 1427 </literallayout>
1428 </para> 1428 </para>
1429 1429
@@ -3786,7 +3786,7 @@
3786 It is not intended to be user-configurable. 3786 It is not intended to be user-configurable.
3787 It is best to just reference the variable to see which distro features are 3787 It is best to just reference the variable to see which distro features are
3788 being backfilled for all distro configurations. 3788 being backfilled for all distro configurations.
3789 See the <link linkend='ref-features-backfill'>Feature Backfilling</link> section for 3789 See the "<link linkend='ref-features-backfill'>Feature Backfilling</link>" section for
3790 more information. 3790 more information.
3791 </para> 3791 </para>
3792 </glossdef> 3792 </glossdef>
@@ -11054,7 +11054,7 @@
11054 11054
11055 <glossentry id='var-PN'><glossterm>PN</glossterm> 11055 <glossentry id='var-PN'><glossterm>PN</glossterm>
11056 <info> 11056 <info>
11057 PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package. 11057 PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package."
11058 </info> 11058 </info>
11059 <glossdef> 11059 <glossdef>
11060 <para role="glossdeffirst"> 11060 <para role="glossdeffirst">
@@ -13383,8 +13383,7 @@
13383 13383
13384 <glossentry id='var-SKIP_FILEDEPS'><glossterm>SKIP_FILEDEPS</glossterm> 13384 <glossentry id='var-SKIP_FILEDEPS'><glossterm>SKIP_FILEDEPS</glossterm>
13385 <info> 13385 <info>
13386 SKIP_FILEDEPS[doc] = "Enables you to remove all files from 13386 SKIP_FILEDEPS[doc] = "Enables you to remove all files from the 'Provides' section of an RPM package."
13387 the "Provides" section of an RPM package."
13388 </info> 13387 </info>
13389 <glossdef> 13388 <glossdef>
13390 <para role="glossdeffirst"> 13389 <para role="glossdeffirst">
@@ -15331,7 +15330,7 @@
15331 15330
15332 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> 15331 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
15333 <info> 15332 <info>
15334 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc', 'musl' or "newlib." 15333 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc', 'musl' or 'newlib'."
15335 </info> 15334 </info>
15336 <glossdef> 15335 <glossdef>
15337 <para role="glossdeffirst"> 15336 <para role="glossdeffirst">
@@ -16473,7 +16472,7 @@
16473 Appends a string to the name of the local version of the 16472 Appends a string to the name of the local version of the
16474 U-Boot image. 16473 U-Boot image.
16475 For example, assuming the version of the U-Boot image 16474 For example, assuming the version of the U-Boot image
16476 built was "2013.10, the full version string reported by 16475 built was "2013.10", the full version string reported by
16477 U-Boot would be "2013.10-yocto" given the following 16476 U-Boot would be "2013.10-yocto" given the following
16478 statement: 16477 statement:
16479 <literallayout class='monospaced'> 16478 <literallayout class='monospaced'>
@@ -17108,7 +17107,7 @@
17108 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>" 17107 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>"
17109 section in the Yocto Project Development Tasks Manual. 17108 section in the Yocto Project Development Tasks Manual.
17110 For details on the kickstart file format, see the 17109 For details on the kickstart file format, see the
17111 "<link linkend='ref-kickstart'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</link> 17110 "<link linkend='ref-kickstart'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</link>"
17112 Chapter. 17111 Chapter.
17113 </para> 17112 </para>
17114 </glossdef> 17113 </glossdef>
@@ -17178,8 +17177,7 @@
17178 17177
17179 <glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm> 17178 <glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm>
17180 <info> 17179 <info>
17181 XSERVER[doc] = "Specifies the packages that should be installed 17180 XSERVER[doc] = "Specifies the packages that should be installed to provide an X server and drivers for the current machine."
17182 to provide an X server and drivers for the current machine."
17183 </info> 17181 </info>
17184 <glossdef> 17182 <glossdef>
17185 <para role="glossdeffirst"> 17183 <para role="glossdeffirst">