summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
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/ref-manual/migration.xml
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/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml4
1 files changed, 2 insertions, 2 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