summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-28 13:51:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:14 +0100
commita8c8680f84a9d3496676be4d30c52f90c1c7c1d1 (patch)
treec06fb2b921b157235905f031db649ea90f03526b /documentation/Makefile
parentd552379be3b0240866d1a7d6fe206c0d93aeb43b (diff)
downloadpoky-a8c8680f84a9d3496676be4d30c52f90c1c7c1d1.tar.gz
dev-manual, bsp-guide: Moved BSP development workflow section
Fixes [YOCTO #11630] Moved the section on BSP Development workflow from the dev-manual into the bsp-guide. This procedure needs to live in the BSP guide. Many links had to be fixed. (From yocto-docs rev: fbf06240f83221929aea237660146e0076207f6a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 6a2f22e40e..3c02a3c2f0 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -88,6 +88,7 @@ ifeq ($(DOC),bsp-guide)
88XSLTOPTS = --xinclude 88XSLTOPTS = --xinclude
89ALLPREQ = html eclipse tarball 89ALLPREQ = html eclipse tarball
90TARFILES = bsp-style.css bsp-guide.html figures/bsp-title.png \ 90TARFILES = bsp-style.css bsp-guide.html figures/bsp-title.png \
91 figures/bsp-dev-flow.png \
91 eclipse 92 eclipse
92MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 93MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
93FIGURES = figures 94FIGURES = figures
@@ -128,7 +129,6 @@ TARFILES = dev-style.css dev-manual.html \
128 figures/wip.png 129 figures/wip.png
129 else 130 else
130TARFILES = dev-style.css dev-manual.html \ 131TARFILES = dev-style.css dev-manual.html \
131 figures/bsp-dev-flow.png \
132 figures/dev-title.png \ 132 figures/dev-title.png \
133 figures/kernel-dev-flow.png \ 133 figures/kernel-dev-flow.png \
134 figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ 134 figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \