From 023ff85a9ae94331926e923b346fd8a349881e63 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2019 15:17:53 -0800 Subject: mega-manual: Fixed broken mega-manual build for 2.7.2 Fixes YOCTO #13553 This bug is where the mega-manual will not build because the mega-manual.xml file is looking in the wrong directory in a poky checkout such as a customer would have. It worked in my local development environment for the manuals. I fixed by updating mega-manual.xml pathname used to construct the mega-manual to look in $HOME/yocto-docs/bitbake for the HTML files that make up the mega-manual. Prior, it was looking in $HOME/bitbake. This also meant that I changed my production environment to use $HOME/yocto-docs as the folder in which to keep the local bitbake repo. (From yocto-docs rev: ee29f61b92c5ca7dd56393cef5fcd3ff3fe243aa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/mega-manual/mega-manual.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 620eae8d5a..535e11ca8a 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml @@ -337,22 +337,22 @@ + xmlns:xi="http://www.w3.org/2003/XInclude" href="../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml"/> + xmlns:xi="http://www.w3.org/2003/XInclude" href="../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml"/> + xmlns:xi="http://www.w3.org/2003/XInclude" href="../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml"/> + xmlns:xi="http://www.w3.org/2003/XInclude" href="../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml"/> + xmlns:xi="http://www.w3.org/2003/XInclude" href="../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml"/> + xmlns:xi="http://www.w3.org/2003/XInclude" href="../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml"/> -- cgit v1.2.3-54-g00ecf