diff options
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 4 |
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 |