diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3a79f42dd1..011ad72573 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1420,8 +1420,9 @@ | |||
1420 | </para> | 1420 | </para> |
1421 | 1421 | ||
1422 | <para> | 1422 | <para> |
1423 | The build system uses reasonable defaults in most cases, but if customization is | 1423 | The build system uses reasonable defaults in most cases. |
1424 | necessary you need to create a <filename>machconfig</filename> file | 1424 | However, if customization is |
1425 | necessary, you need to create a <filename>machconfig</filename> file | ||
1425 | in the <filename>meta/recipes-bsp/formfactor/files</filename> | 1426 | in the <filename>meta/recipes-bsp/formfactor/files</filename> |
1426 | directory. | 1427 | directory. |
1427 | This directory contains directories for specific machines such as | 1428 | This directory contains directories for specific machines such as |
@@ -1429,6 +1430,9 @@ | |||
1429 | For information about the settings available and the defaults, see the | 1430 | For information about the settings available and the defaults, see the |
1430 | <filename>meta/recipes-bsp/formfactor/files/config</filename> file found in the | 1431 | <filename>meta/recipes-bsp/formfactor/files/config</filename> file found in the |
1431 | same area. | 1432 | same area. |
1433 | </para> | ||
1434 | |||
1435 | <para> | ||
1432 | Following is an example for qemuarm: | 1436 | Following is an example for qemuarm: |
1433 | <literallayout class='monospaced'> | 1437 | <literallayout class='monospaced'> |
1434 | HAVE_TOUCHSCREEN=1 | 1438 | HAVE_TOUCHSCREEN=1 |