summaryrefslogtreecommitdiffstats
path: root/doc/docsrc_common/pardoc-distro.xml
blob: 6434ab9ad054013a60e77684c60d3abf1e179d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- Version and name entities
==============================
-->
<!-- Distribution and release -->
<!ENTITY ENEA_LINUX_REL_VER "MAJOR.MINOR">  <!-- TEMPLATE LINE, IS PATCHED by Makefile with values from enea.conf in poky/ -->
<!ENTITY % common_poky_entities SYSTEM "../s_targets/qemuarm/poky/documentation/poky.ent">
%common_poky_entities;
]>

<!-- Declarations to inherit by xi:include
========================================== -->
<section id="pardoc_names">
  <title>Enea Linux DocBook XML Based UserDoc Names and Parameters</title>

  <para>NOTE: DO NOT EDIT THIS FILE IN xmlmind but you can open it to see any errors, don't save!!!!</para>

  <para>NOTE: Use xi:include to include parameters into a docbook XML file.
        Note: Only full elements can be included and the included element must
        be allowed in that place. Example: For ulink, entire ulink elements
        must be included, not just parts of them.</para>

  <para>**** The phrase elements below can be used as variables in several
             places in XML files ****</para>

  <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para>

<!-- Distribution and release -->
<para id="EneaLinux_REL_VER"><phrase>&ENEA_LINUX_REL_VER;</phrase></para>
<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>
<para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para>
<para id="Yocto_VER"><phrase>&DISTRO;</phrase></para>
<para id="Yocto_NAME"><phrase>&DISTRO_NAME_NO_CAP;</phrase></para>
<para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para>

<!--
    The parameter 'prev_baseline' is intentionally undefined here since this
    is the first release of the networking profile.
-->
<para id="prev_lic_file"><phrase>doc/book-enea-linux-open-source/doc/licenses.xml</phrase></para>
<para id="new_lic_file"><phrase>doc/book-enea-linux-open-source/doc/licenses.xml</phrase></para>
</section>