1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Peter Kjellerstedt
2020-02-20 21:27:30 +01:00
committed by Richard Purdie
parent 999c39e0e6
commit 91241f2b12
2 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -2110,7 +2110,7 @@
such as the following: such as the following:
<literallayout class='monospaced'> <literallayout class='monospaced'>
inherit bluetooth inherit bluetooth
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)} PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}"
PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4"
PACKAGECONFIG[bluez5] = "--enable-bluez5,--disable-bluez5,bluez5" PACKAGECONFIG[bluez5] = "--enable-bluez5,--disable-bluez5,bluez5"
</literallayout> </literallayout>
@@ -3624,7 +3624,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
image types, this part of the kernel image base name as been image types, this part of the kernel image base name as been
removed leaving only the following: removed leaving only the following:
<literallayout class='monospaced'> <literallayout class='monospaced'>
KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME} KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
</literallayout> </literallayout>
If you have recipes or classes that use If you have recipes or classes that use
<filename>KERNEL_IMAGE_BASE_NAME</filename> directly, you might <filename>KERNEL_IMAGE_BASE_NAME</filename> directly, you might
+9 -11
View File
@@ -367,7 +367,7 @@
<glossentry id='var-ASSUME_SHLIBS'><glossterm>ASSUME_SHLIBS</glossterm> <glossentry id='var-ASSUME_SHLIBS'><glossterm>ASSUME_SHLIBS</glossterm>
<info> <info>
ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." ASSUME_SHLIBS[doc] = "Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
@@ -1423,7 +1423,7 @@
Use the following format to export the variable to the Use the following format to export the variable to the
BitBake environment: BitBake environment:
<literallayout class='monospaced'> <literallayout class='monospaced'>
export BBSERVER=localhost:$port" export BBSERVER=localhost:$port
</literallayout> </literallayout>
</para> </para>
@@ -3786,7 +3786,7 @@
It is not intended to be user-configurable. It is not intended to be user-configurable.
It is best to just reference the variable to see which distro features are It is best to just reference the variable to see which distro features are
being backfilled for all distro configurations. being backfilled for all distro configurations.
See the <link linkend='ref-features-backfill'>Feature Backfilling</link> section for See the "<link linkend='ref-features-backfill'>Feature Backfilling</link>" section for
more information. more information.
</para> </para>
</glossdef> </glossdef>
@@ -11054,7 +11054,7 @@
<glossentry id='var-PN'><glossterm>PN</glossterm> <glossentry id='var-PN'><glossterm>PN</glossterm>
<info> <info>
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. 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."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
@@ -13383,8 +13383,7 @@
<glossentry id='var-SKIP_FILEDEPS'><glossterm>SKIP_FILEDEPS</glossterm> <glossentry id='var-SKIP_FILEDEPS'><glossterm>SKIP_FILEDEPS</glossterm>
<info> <info>
SKIP_FILEDEPS[doc] = "Enables you to remove all files from SKIP_FILEDEPS[doc] = "Enables you to remove all files from the 'Provides' section of an RPM package."
the "Provides" section of an RPM package."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
@@ -15331,7 +15330,7 @@
<glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
<info> <info>
TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc', 'musl' or "newlib." TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc', 'musl' or 'newlib'."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
@@ -16473,7 +16472,7 @@
Appends a string to the name of the local version of the Appends a string to the name of the local version of the
U-Boot image. U-Boot image.
For example, assuming the version of the U-Boot image For example, assuming the version of the U-Boot image
built was "2013.10, the full version string reported by built was "2013.10", the full version string reported by
U-Boot would be "2013.10-yocto" given the following U-Boot would be "2013.10-yocto" given the following
statement: statement:
<literallayout class='monospaced'> <literallayout class='monospaced'>
@@ -17108,7 +17107,7 @@
"<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>"
section in the Yocto Project Development Tasks Manual. section in the Yocto Project Development Tasks Manual.
For details on the kickstart file format, see the For details on the kickstart file format, see the
"<link linkend='ref-kickstart'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</link> "<link linkend='ref-kickstart'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</link>"
Chapter. Chapter.
</para> </para>
</glossdef> </glossdef>
@@ -17178,8 +17177,7 @@
<glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm> <glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm>
<info> <info>
XSERVER[doc] = "Specifies the packages that should be installed XSERVER[doc] = "Specifies the packages that should be installed to provide an X server and drivers for the current machine."
to provide an X server and drivers for the current machine."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">