diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 15:38:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:14 +0100 |
commit | 3e1871b30af9d76575b41510abd2e5784e6eb39e (patch) | |
tree | 29bcb310b2ce6857adc42dc428e8eaed16bf3549 /documentation/dev-manual | |
parent | 4757ccd3e6081dd68410859479638d6b83102314 (diff) | |
download | poky-3e1871b30af9d76575b41510abd2e5784e6eb39e.tar.gz |
dev-manual: Edits to "Adding a Formfactor Configuration File" section.
(From yocto-docs rev: 0486cea4552405dd0d230f442911eefd9c2585e2)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.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 |