From af4b3c6f9b3556f23acfe4fc34402b73b50bffae Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 13 Dec 2018 16:04:34 -0800 Subject: ref-manual: Add missing whitespace around "=" in a few code examples. (From yocto-docs rev: 0ed3bd9cfe6a3ad04e2ebbbcc95320275dcfacad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'documentation') 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" KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" - KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc" - KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" - KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" - + KERNEL_FEATURES_append_qemuall = " cfg/virtio.scc" + KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" + KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc" @@ -10423,7 +10422,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGECONFIG. You can either completely override the variable: - PACKAGECONFIG="f4 f5" + PACKAGECONFIG = "f4 f5" Or, you can just append the variable: @@ -10437,7 +10436,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" As with append files previously described, you can either completely override the variable: - PACKAGECONFIG_pn-recipename="f4 f5" + PACKAGECONFIG_pn-recipename = "f4 f5" Or, you can just amend the variable: -- cgit v1.2.3-54-g00ecf