summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 15:38:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:29 +0100
commit085cda85a4cbacd632a5ce89e63068210353b945 (patch)
tree3e81f38af4b75c0df8c1b5694090ab9a9e8e2eb6 /documentation/dev-manual
parent862d33547adcca0dfde66976b603202285c10748 (diff)
downloadpoky-085cda85a4cbacd632a5ce89e63068210353b945.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.xml8
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