summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-15 05:26:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:25 +0100
commit7e3332c3cc785c1de3e1a8fb1bb86193044d9b19 (patch)
treec6f008f3b59fb03ecccf694fb267ee0bf9f71a41
parent99e39f6c12375bac757e243b3381a1384f37b74d (diff)
downloadpoky-7e3332c3cc785c1de3e1a8fb1bb86193044d9b19.tar.gz
documentation/bsp-guide/bsp-guide.xml: 1.1.2 variables
Implemented the poky.ent variables. (From yocto-docs rev: 714019b44bf859be1602c10b663c920807b4adee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/bsp-guide/bsp-guide.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml
index 8d4af9688b..524ddd58d8 100644
--- a/documentation/bsp-guide/bsp-guide.xml
+++ b/documentation/bsp-guide/bsp-guide.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<book id='bsp-guide' lang='en' 5<book id='bsp-guide' lang='en'
5 xmlns:xi="http://www.w3.org/2003/XInclude" 6 xmlns:xi="http://www.w3.org/2003/XInclude"
@@ -68,7 +69,7 @@
68 </revhistory> 69 </revhistory>
69 70
70 <copyright> 71 <copyright>
71 <year>2010-2012</year> 72 <year>&COPYRIGHT_YEAR;</year>
72 <holder>Linux Foundation</holder> 73 <holder>Linux Foundation</holder>
73 </copyright> 74 </copyright>
74 75
@@ -80,9 +81,9 @@
80 <note> 81 <note>
81 Due to production processes, there could be differences between the Yocto Project 82 Due to production processes, there could be differences between the Yocto Project
82 documentation bundled in the release tarball and the 83 documentation bundled in the release tarball and the
83 <ulink url='http://www.yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html'> 84 <ulink url='&YOCTO_DOCS_BSP_URL;'>
84 Board Support Package (BSP) Developer's Guide</ulink> on 85 Board Support Package (BSP) Developer's Guide</ulink> on
85 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 86 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
86 For the latest version of this manual, see the manual on the website. 87 For the latest version of this manual, see the manual on the website.
87 </note> 88 </note>
88 </legalnotice> 89 </legalnotice>