diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 23 |
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> |