diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-18 07:14:34 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-18 17:20:45 +0000 |
commit | b89ea64db2978f0ec9271565590a5a0529d396f1 (patch) | |
tree | 87b7874e5cdd2e157c7adf088f71eeed56e0972d | |
parent | 259128eb1b7676a71d5c0df4ef5db065ba5c3c88 (diff) | |
download | openembedded-core-b89ea64db2978f0ec9271565590a5a0529d396f1.tar.gz openembedded-core-b89ea64db2978f0ec9271565590a5a0529d396f1.tar.bz2 openembedded-core-b89ea64db2978f0ec9271565590a5a0529d396f1.zip |
documentation/poky-ref-manual/extendpoky.xml: Formfactor path corrected
I changed the path 'meta/packages/formfactor/files/config'
to 'meta/recipes-bsp/formfactor/files/config' per Joshua Lock's
instruction for correctness.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 8e41031702..5bf22e547a 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -508,7 +508,7 @@ COMPATIBLE_MACHINE = '(qemux86|qemumips)' where <filename>MACHINENAME</filename> is the name for which this information applies. For information about the settings available and the defaults, see - <filename>meta/packages/formfactor/files/config</filename>. + <filename>meta/recipes-bsp/formfactor/files/config</filename>. Following is an example for qemuarm: </para> <programlisting> |