diff options
author | Lennart Johansson <lennart.johansson@enea.com> | 2016-05-23 11:10:25 +0200 |
---|---|---|
committer | Lennart Johansson <lennart.johansson@enea.com> | 2016-05-23 11:10:25 +0200 |
commit | 08fa38306c1313fc2898e091c1e5babe7db35732 (patch) | |
tree | 797d895c6e8e3ff5b44e6d3cf8af7158619daf97 /doc/docsrc_common | |
parent | f5e8290ae94da0a31423b9c833cb24155cad0654 (diff) | |
download | el_manifests-standard-08fa38306c1313fc2898e091c1e5babe7db35732.tar.gz |
Doc - Autofetch parameters to doc also from enea.conf
Implement autofetch of parameters also from other places
than poky.ent.
pardoc-distro.xml is patched with information from
enea.conf and placed in tmpcommon/ and new s_docsrc_common
symlink points to it. The books use s_docsrc_common
instead of docsrc_common.
Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
Diffstat (limited to 'doc/docsrc_common')
-rw-r--r-- | doc/docsrc_common/pardoc-distro.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/docsrc_common/pardoc-distro.xml b/doc/docsrc_common/pardoc-distro.xml index a04a6ec..317a2a5 100644 --- a/doc/docsrc_common/pardoc-distro.xml +++ b/doc/docsrc_common/pardoc-distro.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | ============================== | 5 | ============================== |
6 | --> | 6 | --> |
7 | <!-- Distribution and release --> | 7 | <!-- Distribution and release --> |
8 | <!ENTITY ENEA_LINUX_REL_VER "6.0-ppc"> <!-- used also in Makefile --> | 8 | <!ENTITY ENEA_LINUX_REL_VER "MAJOR.MINOR"> <!-- TEMPLATE LINE, IS PATCHED by Makefile with values from enea.conf in poky/ --> |
9 | <!ENTITY % common_poky_entities SYSTEM "../s_targets/qemuarm/poky/documentation/poky.ent"> | 9 | <!ENTITY % common_poky_entities SYSTEM "../s_targets/qemuarm/poky/documentation/poky.ent"> |
10 | %common_poky_entities; | 10 | %common_poky_entities; |
11 | ]> | 11 | ]> |
@@ -24,8 +24,6 @@ | |||
24 | 24 | ||
25 | <para>**** The phrase elements below can be used as variables in several | 25 | <para>**** The phrase elements below can be used as variables in several |
26 | places in XML files ****</para> | 26 | places in XML files ****</para> |
27 | <para>**** In addition: Makefile parses variable REL_VER from entity ENEA_LINUX_REL_VER, | ||
28 | after which swcomp.mk extracts BOOK_VER from variable REL_VER ****</para> | ||
29 | 27 | ||
30 | <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para> | 28 | <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para> |
31 | 29 | ||
@@ -34,5 +32,6 @@ | |||
34 | <para id="ULINK_ENEA_LINUX_URL"><ulink url='https://linux.enea.com/&ENEA_LINUX_REL_VER;'>https://linux.enea.com/&ENEA_LINUX_REL_VER;</ulink></para> | 32 | <para id="ULINK_ENEA_LINUX_URL"><ulink url='https://linux.enea.com/&ENEA_LINUX_REL_VER;'>https://linux.enea.com/&ENEA_LINUX_REL_VER;</ulink></para> |
35 | <para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para> | 33 | <para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para> |
36 | <para id="Yocto_VER"><phrase>&DISTRO;</phrase></para> | 34 | <para id="Yocto_VER"><phrase>&DISTRO;</phrase></para> |
35 | <para id="Yocto_NAME"><phrase>&DISTRO_NAME_NO_CAP;</phrase></para> | ||
37 | <para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para> | 36 | <para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para> |
38 | </section> | 37 | </section> |