diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-11 10:37:31 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:25 +0000 |
commit | f30a2a7e4d1dd52f10b06d414413d1231da03658 (patch) | |
tree | 5468e559fa932f2fb21592611e33f6edcc6ed103 /documentation/bsp-guide/bsp.xml | |
parent | 2d6441d17e291e3779c117aaf048e74a26834bc0 (diff) | |
download | poky-f30a2a7e4d1dd52f10b06d414413d1231da03658.tar.gz |
BSP Guide: Fixed tag mis-match.
There was a errant tag mis-match where I had used <orderedlist> and
ended it with </itemizedlist>. This was preventing the make.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 4b310dc6ef..e6156c3f08 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -457,7 +457,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" | |||
457 | process. | 457 | process. |
458 | </para> | 458 | </para> |
459 | </listitem> | 459 | </listitem> |
460 | </itemizedlist> | 460 | </orderedlist> |
461 | <para> | 461 | <para> |
462 | Note that the third method is also the only option available | 462 | Note that the third method is also the only option available |
463 | when downloading pre-compiled images generated from | 463 | when downloading pre-compiled images generated from |