diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-11-13 09:23:04 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:57 +0000 |
commit | cd31b931e39d9adde8dbbb8de53e097a4c58f50b (patch) | |
tree | eef1c536f401d8e8fb41d693c8b66f69fe4346e6 /documentation/poky.ent | |
parent | 430237631e9a480413445646d6c130b4fdb90fff (diff) | |
download | poky-cd31b931e39d9adde8dbbb8de53e097a4c58f50b.tar.gz |
documentation: Support files to build Toaster Manual.
Changes to the files that support building out and publishing
the Toaster User Manual:
* poky.ent - Added a new variable YOCTO_DOCS_TOAST_URL that can
be used in other manuals to link to sections with the Toaster
User Manual.
* Makefile - Added a section of code to build out the Toaster
User Manual. Currently, no eclipse support is added as I don't
think we want to cross into that development environment with
Toaster.
(From yocto-docs rev: 35ea6656265d61024d5db36a534a7250f783956a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r-- | documentation/poky.ent | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 6a791db742..2d5bd38a2c 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -52,6 +52,7 @@ | |||
52 | <!ENTITY YOCTO_DOCS_PROF_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/profile-manual/profile-manual.html"> | 52 | <!ENTITY YOCTO_DOCS_PROF_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/profile-manual/profile-manual.html"> |
53 | <!ENTITY YOCTO_DOCS_MM_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/mega-manual/mega-manual.html"> | 53 | <!ENTITY YOCTO_DOCS_MM_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/mega-manual/mega-manual.html"> |
54 | <!ENTITY YOCTO_DOCS_BB_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/bitbake-user-manual/bitbake-user-manual.html"> | 54 | <!ENTITY YOCTO_DOCS_BB_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/bitbake-user-manual/bitbake-user-manual.html"> |
55 | <!ENTITY YOCTO_DOCS_TOAST_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/toaster-manual/toaster-manual.html"> | ||
55 | <!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;"> | 56 | <!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;"> |
56 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> | 57 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> |
57 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | 58 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> |