diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2010-12-23 13:04:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:37:00 +0000 |
commit | 321d70e1863e8ef4f8d0ceb07b587782d69bb71e (patch) | |
tree | a58621acefce538883f2635760d5714b52814158 /documentation/bsp-guide | |
parent | 6f31e13e81ed87319154f639d24013799fde1438 (diff) | |
download | openembedded-core-321d70e1863e8ef4f8d0ceb07b587782d69bb71e.tar.gz openembedded-core-321d70e1863e8ef4f8d0ceb07b587782d69bb71e.tar.bz2 openembedded-core-321d70e1863e8ef4f8d0ceb07b587782d69bb71e.zip |
documentation/bsp-guide/bsp.xml: fix typo in variable name
FILESEXTRAPATH -> FILESEXTRAPATHS
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'documentation/bsp-guide')
-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 08821aaec1..076c08cf60 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -481,7 +481,7 @@ meta-Emenlow/recipes-Emenlow/image-creator/image-creator-native_0.1.bb This allows the BSP layer to do whatever it might want to do to customize the original recipe. </para> <para> - If your recipe needs to reference extra files it can use the FILESEXTRAPATH variable + If your recipe needs to reference extra files it can use the FILESEXTRAPATHS variable to specify their location. The example below shows extra files contained in a folder called ${PN} (the package name). </para> |