From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by mx.groups.io with SMTP id smtpd.web10.1747.1582230461848926578 for ; Thu, 20 Feb 2020 12:27:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@axis.com header.s=axis-central1 header.b=OYw5WJmM; spf=pass (domain: axis.com, ip: 195.60.68.17, mailfrom: peter.kjellerstedt@axis.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; l=5356; q=dns/txt; s=axis-central1; t=1582230462; x=1613766462; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=AxQptwAkJ2Cw4y4O2se7b01/Qt9OM60Afb2kDTqJp/Q=; b=OYw5WJmMeRM2DRBbnZ9GFc8kaiqtaTjZzKRMzve2ehtnRtH8v4GbrOEG FzR2WW0Cj+zXqm/oz8HiKNwoTidv/7bFIAARQSAuYXJAc1ILedvWD5ggu jdD4EF+1zlcrXC6/6UaSKsNfh0xqUuZISQAo5uHkduQjz4/UPI9fFMsEB MpcHoKN+f74BDLfK7INEiutTsU3LXiB+q1n623E15RoHnnKEsT4j01IZs nCzZ0PF+C0OMV4s0PH8uD6kuw6lW0UhMrj1KvRO5/x8ZMNHjeHH+y0B40 b95eNCxeGw9iJuDk6/X2GZ+wqh4QOqN8Jkvs6Ig62HXICuXAxS8PrxeQu Q==; IronPort-SDR: L+5/3XmOpujs3cEUZF3JiQ3eSW3lrGqULQdXWUW1HT7u3WXUAGKiNjxiDEIHxzDtxtyLqMfPuz 8oOu5mKrwHDT6Frek6yjNDSGSPpFaUxAotFBWdWr9BlcaXk848/sYKExlQqDbSXj/XZLE2WsaH vrEiDNKUb7ywSmS6FlwqncSPCZTlcD2tGOnmtrZ+lpricHgp4rNBlK/c2bOv71tnPCX6KsNoUB GfFhY87ZugCcfo1CpwVlvZWjNg+WBr2jk5VIWrEm4b2oVQdOc3Ew/C+Z/JSroccQYzGd7i2y5I VuM= X-IronPort-AV: E=Sophos;i="5.70,465,1574118000"; d="scan'208";a="5657849" From: "Peter Kjellerstedt" To: Subject: [Resend][PATCH 2/5] ref-manual: Add missing/remove extraneous quotes Date: Thu, 20 Feb 2020 21:27:30 +0100 Message-ID: <20200220202733.21907-2-pkj@axis.com> X-Mailer: git-send-email 2.21.1 In-Reply-To: <20200220202733.21907-1-pkj@axis.com> References: <20200220202733.21907-1-pkj@axis.com> MIME-Version: 1.0 Return-Path: pkj@axis.com Content-Transfer-Encoding: 8bit Content-Type: text/plain Signed-off-by: Peter Kjellerstedt --- documentation/ref-manual/migration.xml | 4 ++-- documentation/ref-manual/ref-variables.xml | 20 +++++++++----------- 2 files changed, 11 insertions(+), 13 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 @@ such as the following: 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[bluez5] = "--enable-bluez5,--disable-bluez5,bluez5" @@ -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 removed leaving only the following: - KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME} + KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" If you have recipes or classes that use KERNEL_IMAGE_BASE_NAME directly, you might diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 02abc590cd..e6009926be 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -367,7 +367,7 @@ ASSUME_SHLIBS - 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." @@ -1423,7 +1423,7 @@ Use the following format to export the variable to the BitBake environment: - export BBSERVER=localhost:$port" + export BBSERVER=localhost:$port @@ -3786,7 +3786,7 @@ It is not intended to be user-configurable. It is best to just reference the variable to see which distro features are being backfilled for all distro configurations. - See the Feature Backfilling section for + See the "Feature Backfilling" section for more information. @@ -11054,7 +11054,7 @@ PN - 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." @@ -13383,8 +13383,7 @@ SKIP_FILEDEPS - SKIP_FILEDEPS[doc] = "Enables you to remove all files from - the "Provides" section of an RPM package." + SKIP_FILEDEPS[doc] = "Enables you to remove all files from the 'Provides' section of an RPM package." @@ -15331,7 +15330,7 @@ TCLIBC - 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'." @@ -16473,7 +16472,7 @@ Appends a string to the name of the local 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 statement: @@ -17108,7 +17107,7 @@ "Creating Partitioned Images Using Wic" section in the Yocto Project Development Tasks Manual. For details on the kickstart file format, see the - "OpenEmbedded Kickstart (.wks) Reference + "OpenEmbedded Kickstart (.wks) Reference" Chapter. @@ -17178,8 +17177,7 @@ XSERVER - XSERVER[doc] = "Specifies the packages that should be installed - to provide an X server and drivers for the current machine." + XSERVER[doc] = "Specifies the packages that should be installed to provide an X server and drivers for the current machine." -- 2.21.1