diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2018-12-13 16:04:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:55 +0000 |
commit | af4b3c6f9b3556f23acfe4fc34402b73b50bffae (patch) | |
tree | 19d80baada2f82e4b6612b2902ada500cb342c6e /documentation | |
parent | a3c44df7b7d570da0969427743ad268e0d4a1880 (diff) | |
download | poky-af4b3c6f9b3556f23acfe4fc34402b73b50bffae.tar.gz |
ref-manual: Add missing whitespace around "=" in a few code examples.
(From yocto-docs rev: 0ed3bd9cfe6a3ad04e2ebbbcc95320275dcfacad)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e1511c5487..c3cc1fab57 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7660,10 +7660,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7660 | <literallayout class='monospaced'> | 7660 | <literallayout class='monospaced'> |
7661 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 7661 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
7662 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 7662 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" |
7663 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc" | 7663 | KERNEL_FEATURES_append_qemuall = " cfg/virtio.scc" |
7664 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 7664 | KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
7665 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | 7665 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc" </literallayout></para> |
7666 | </literallayout></para> | ||
7667 | </glossdef> | 7666 | </glossdef> |
7668 | </glossentry> | 7667 | </glossentry> |
7669 | 7668 | ||
@@ -10423,7 +10422,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10423 | <filename>PACKAGECONFIG</filename>. | 10422 | <filename>PACKAGECONFIG</filename>. |
10424 | You can either completely override the variable: | 10423 | You can either completely override the variable: |
10425 | <literallayout class='monospaced'> | 10424 | <literallayout class='monospaced'> |
10426 | PACKAGECONFIG="f4 f5" | 10425 | PACKAGECONFIG = "f4 f5" |
10427 | </literallayout> | 10426 | </literallayout> |
10428 | Or, you can just append the variable: | 10427 | Or, you can just append the variable: |
10429 | <literallayout class='monospaced'> | 10428 | <literallayout class='monospaced'> |
@@ -10437,7 +10436,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10437 | As with append files previously described, | 10436 | As with append files previously described, |
10438 | you can either completely override the variable: | 10437 | you can either completely override the variable: |
10439 | <literallayout class='monospaced'> | 10438 | <literallayout class='monospaced'> |
10440 | PACKAGECONFIG_pn-<replaceable>recipename</replaceable>="f4 f5" | 10439 | PACKAGECONFIG_pn-<replaceable>recipename</replaceable> = "f4 f5" |
10441 | </literallayout> | 10440 | </literallayout> |
10442 | Or, you can just amend the variable: | 10441 | Or, you can just amend the variable: |
10443 | <literallayout class='monospaced'> | 10442 | <literallayout class='monospaced'> |