diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-11 10:54:40 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:25 +0000 |
commit | 2cf5aafc28c88e43ab2aea7898426fa4569de531 (patch) | |
tree | 10a66b2edefb3fc672bbec25064fb66c943396ed /documentation | |
parent | 4e6a8212c03d6eca6e646a73375e9f0aec202fa0 (diff) | |
download | openembedded-core-2cf5aafc28c88e43ab2aea7898426fa4569de531.tar.gz openembedded-core-2cf5aafc28c88e43ab2aea7898426fa4569de531.tar.bz2 openembedded-core-2cf5aafc28c88e43ab2aea7898426fa4569de531.zip |
Poky Reference Manual: Changed source location of the bsp.xml file
Because BSP chapter (bsp.xml) is identical to the single file used
in the BSP Guide (also bsp.xml but in the bsp-guide folder) I have decided
to change where the Poky Reference Manual get the bsp.xml file. This commit
causes it to get the file from the bsp-guide folder instead of an identical
but separate bsp.xml file local to the poky-ref-manual folder.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index 5f99ddb357..59a4471ef8 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml @@ -69,7 +69,7 @@ <xi:include href="extendpoky.xml"/> - <xi:include href="bsp.xml"/> + <xi:include href="../bsp-guide/bsp.xml"/> <xi:include href="development.xml"/> |