]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/bsp-guide/bsp.xml: fix typo in variable name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Dec 2010 13:04:02 +0000 (13:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:37:00 +0000 (21:37 +0000)
FILESEXTRAPATH -> FILESEXTRAPATHS

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
documentation/bsp-guide/bsp.xml

index 08821aaec129bbd6897587c7719da6c012830509..076c08cf60270b4b1db112aba8bbe3b1bd0bdaf3 100644 (file)
@@ -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>