summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-10-16 08:01:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-23 17:15:53 +0100
commit495bb1e329c6c82c9a2b8e6095428db2118c8851 (patch)
tree91dd1a26eae0e2ce925a7b8aa27226d8782b9c07 /documentation/dev-manual
parentb70a4d8d5d7df0278ae29ab036b9dd1bc773b011 (diff)
downloadpoky-495bb1e329c6c82c9a2b8e6095428db2118c8851.tar.gz
ref-manual, dev-manual: Clean up of a commit
Alejandro Enedino Hernandez Samaniego <aehs29@gmail.com> 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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml23
1 files changed, 14 insertions, 9 deletions
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 @@
5420 <literallayout class='monospaced'> 5420 <literallayout class='monospaced'>
5421 BBMULTICONFIG = "x86 arm" 5421 BBMULTICONFIG = "x86 arm"
5422 </literallayout> 5422 </literallayout>
5423 </para> 5423 <note>
5424 5424 A "default" configuration already exists by
5425 <para>Please note, that a "default" configuration already exists by definition, 5425 definition.
5426 this configuration is named: "" (empty string) and is defined by the variables 5426 This configuration is named: "" (i.e. empty
5427 coming from your local.conf file. So, the previous example actually adds two 5427 string) and is defined by the variables coming
5428 additional configurations to your build "arm" and "x86" along with "". 5428 from your <filename>local.conf</filename> file.
5429 Consequently, the previous example actually
5430 adds two additional configurations to your
5431 build: "arm" and "x86" along with "".
5432 </note>
5429 </para></listitem> 5433 </para></listitem>
5430 <listitem><para> 5434 <listitem><para>
5431 <emphasis>Launch BitBake</emphasis>: 5435 <emphasis>Launch BitBake</emphasis>:
@@ -5445,9 +5449,10 @@
5445 <filename>x86.conf</filename> configuration file, 5449 <filename>x86.conf</filename> configuration file,
5446 a <filename>core-image-sato</filename> 5450 a <filename>core-image-sato</filename>
5447 image that is configured through the 5451 image that is configured through the
5448 <filename>arm.conf</filename> configuration file and a 5452 <filename>arm.conf</filename> configuration file
5449 <filename>core-image-base</filename> that is configured 5453 and a <filename>core-image-base</filename> that is
5450 through your <filename>local.conf</filename> configuration file. 5454 configured through your
5455 <filename>local.conf</filename> configuration file.
5451 </para></listitem> 5456 </para></listitem>
5452 </itemizedlist> 5457 </itemizedlist>
5453 <note> 5458 <note>