From 495bb1e329c6c82c9a2b8e6095428db2118c8851 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 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'documentation/dev-manual') 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. -- cgit v1.2.3-54-g00ecf