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 | |
parent | 2d6441d17e291e3779c117aaf048e74a26834bc0 (diff) | |
download | openembedded-core-f30a2a7e4d1dd52f10b06d414413d1231da03658.tar.gz openembedded-core-f30a2a7e4d1dd52f10b06d414413d1231da03658.tar.bz2 openembedded-core-f30a2a7e4d1dd52f10b06d414413d1231da03658.zip |
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')
-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}" process. </para> </listitem> - </itemizedlist> + </orderedlist> <para> Note that the third method is also the only option available when downloading pre-compiled images generated from |