From 5d4879def3e2dc6bf8e0426ba13be1e7599f4ea6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 16 Oct 2019 08:01:22 -0700 Subject: ref-manual, dev-manual: Clean up of a commit Alejandro Enedino Hernandez Samaniego commited a change to these manuals (see 9e79e96cad66316c1b4ee608723edfa763f0f9ef) and did not use YP documentation standards for the content. I cleaned up the text and tabbing. (From yocto-docs rev: 9c95799322e1830a5faae0980384ab10b6504007) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 23 +++++++++++++--------- documentation/ref-manual/ref-variables.xml | 4 ++-- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3f82351e17..0dddb8b3bb 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5420,12 +5420,16 @@ BBMULTICONFIG = "x86 arm" - - - Please note, that a "default" configuration already exists by definition, - this configuration is named: "" (empty string) and is defined by the variables - coming from your local.conf file. So, the previous example actually adds two - additional configurations to your build "arm" and "x86" along with "". + + A "default" configuration already exists by + definition. + This configuration is named: "" (i.e. empty + string) and is defined by the variables coming + from your local.conf file. + Consequently, the previous example actually + adds two additional configurations to your + build: "arm" and "x86" along with "". + Launch BitBake: @@ -5445,9 +5449,10 @@ x86.conf configuration file, a core-image-sato image that is configured through the - arm.conf configuration file and a - core-image-base that is configured - through your local.conf configuration file. + arm.conf configuration file + and a core-image-base that is + configured through your + local.conf configuration file. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8ad3f9b3ca..b5152b2a3d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1349,8 +1349,8 @@ - Specifies each additional separate configuration when you are - building targets with multiple configurations. + Specifies each additional separate configuration when you + are building targets with multiple configurations. Use this variable in your conf/local.conf configuration file. Specify a multiconfigname for -- cgit v1.2.3-54-g00ecf