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 | |
parent | 6f31e13e81ed87319154f639d24013799fde1438 (diff) | |
download | poky-321d70e1863e8ef4f8d0ceb07b587782d69bb71e.tar.gz |
documentation/bsp-guide/bsp.xml: fix typo in variable name
FILESEXTRAPATH -> FILESEXTRAPATHS
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-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 | |||
481 | This allows the BSP layer to do whatever it might want to do to customize the original recipe. | 481 | This allows the BSP layer to do whatever it might want to do to customize the original recipe. |
482 | </para> | 482 | </para> |
483 | <para> | 483 | <para> |
484 | If your recipe needs to reference extra files it can use the FILESEXTRAPATH variable | 484 | If your recipe needs to reference extra files it can use the FILESEXTRAPATHS variable |
485 | to specify their location. | 485 | to specify their location. |
486 | The example below shows extra files contained in a folder called ${PN} (the package name). | 486 | The example below shows extra files contained in a folder called ${PN} (the package name). |
487 | </para> | 487 | </para> |