diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-29 08:46:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:43 +0100 |
commit | eeb60d0950a03ad5ff3c0542d5d36566e25571be (patch) | |
tree | 5eed11ae161f283e9d3e0597949306dddb17d52c /documentation/ref-manual/faq.xml | |
parent | eb26831edd3c32977a045d22acae3a36cca696eb (diff) | |
download | poky-eeb60d0950a03ad5ff3c0542d5d36566e25571be.tar.gz |
ref-manual: Edits to the disabling cursor question.
(From yocto-docs rev: f1b869827e8f12b420aec800f4d256dddabce285)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.xml')
-rw-r--r-- | documentation/ref-manual/faq.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index e4cca269ca..7860935295 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -407,7 +407,10 @@ | |||
407 | <para> | 407 | <para> |
408 | You need to create a form factor file as described in the | 408 | You need to create a form factor file as described in the |
409 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</ulink>" | 409 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</ulink>" |
410 | section and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows: | 410 | section in the Yocto Project Board Support Packages (BSP) |
411 | Developer's Guide. | ||
412 | Set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to | ||
413 | one as follows: | ||
411 | <literallayout class='monospaced'> | 414 | <literallayout class='monospaced'> |
412 | HAVE_TOUCHSCREEN=1 | 415 | HAVE_TOUCHSCREEN=1 |
413 | </literallayout> | 416 | </literallayout> |