diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-14 17:08:07 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:43 +0000 |
commit | 49ebf6b85c8fea0f2c616a074a2d482d2183a227 (patch) | |
tree | 862a50c3529c896a3985ca6d4698285498da034a /documentation | |
parent | e2b180ab543355396db47b37a7ac3582b8ee6818 (diff) | |
download | openembedded-core-49ebf6b85c8fea0f2c616a074a2d482d2183a227.tar.gz openembedded-core-49ebf6b85c8fea0f2c616a074a2d482d2183a227.tar.bz2 openembedded-core-49ebf6b85c8fea0f2c616a074a2d482d2183a227.zip |
documentation/bsp-guide/bsp.xml: Created better BSP example base names
Lowered the "E" for the "meta-emenlow" BSP.
Removed the "oaktrail" one, which is an Intel code name and replaced
it with "beagleboard", which is a non-Intel board.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 321965ad8e..10fff0b386 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -68,9 +68,9 @@ "bsp_name" is a placeholder for the machine or platform name. Here are some example base directory names: <literallayout class='monospaced'> - meta-Emenlow + meta-emenlow meta-intel_n450 - meta-oaktrail + meta-beagleboard </literallayout> </para> |