[gnome-continuous-yocto/gnomeostree-3.22-krogoth: 78/246] documentation: Changes to support a 2.1.2 krogoth release.
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.22-krogoth: 78/246] documentation: Changes to support a 2.1.2 krogoth release.
- Date: Thu, 14 Dec 2017 11:54:44 +0000 (UTC)
commit 260ff60f93dc1cea845d3138b4174004cb511454
Author: Scott Rifenbark <srifenbark gmail com>
Date: Mon Sep 19 10:31:50 2016 -0700
documentation: Changes to support a 2.1.2 krogoth release.
Updated the poky.ent file to have the 2.1.2 variables.
Updated the manual revision tables to use 2.1.2 and October (a guess)
Updated the mega-manual.sed file so mega-manual links would resolve
(From yocto-docs rev: edf0777e7aa1fc2b41691791284c29d75dc94357)
Signed-off-by: Scott Rifenbark <srifenbark gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
documentation/bsp-guide/bsp-guide.xml | 5 +++
documentation/dev-manual/dev-manual.xml | 5 +++
documentation/kernel-dev/kernel-dev.xml | 5 +++
documentation/mega-manual/mega-manual.xml | 5 +++
documentation/poky.ent | 8 ++--
documentation/profile-manual/profile-manual.xml | 5 +++
documentation/ref-manual/ref-manual.xml | 5 +++
documentation/sdk-manual/sdk-manual.xml | 5 +++
documentation/toaster-manual/toaster-manual.xml | 5 +++
documentation/tools/mega-manual.sed | 40 +++++++++++-----------
10 files changed, 64 insertions(+), 24 deletions(-)
---
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml
index 7e9afa7..51b89bf 100644
--- a/documentation/bsp-guide/bsp-guide.xml
+++ b/documentation/bsp-guide/bsp-guide.xml
@@ -113,6 +113,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
index 09d5d14..5d3afbc 100644
--- a/documentation/dev-manual/dev-manual.xml
+++ b/documentation/dev-manual/dev-manual.xml
@@ -91,6 +91,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml
index a84a1e9..202003a 100644
--- a/documentation/kernel-dev/kernel-dev.xml
+++ b/documentation/kernel-dev/kernel-dev.xml
@@ -76,6 +76,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml
index d54789b..68ab762 100644
--- a/documentation/mega-manual/mega-manual.xml
+++ b/documentation/mega-manual/mega-manual.xml
@@ -60,6 +60,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/poky.ent b/documentation/poky.ent
index a63c3ea..9018a12 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -1,10 +1,10 @@
-<!ENTITY DISTRO "2.1.1">
+<!ENTITY DISTRO "2.1.2">
<!ENTITY DISTRO_COMPRESSED "212">
<!ENTITY DISTRO_NAME_NO_CAP "krogoth">
<!ENTITY DISTRO_NAME "Krogoth">
-<!ENTITY YOCTO_DOC_VERSION "2.1.1">
-<!ENTITY POKYVERSION "15.0.1">
-<!ENTITY POKYVERSION_COMPRESSED "1501">
+<!ENTITY YOCTO_DOC_VERSION "2.1.2">
+<!ENTITY POKYVERSION "15.0.2">
+<!ENTITY POKYVERSION_COMPRESSED "1502">
<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;">
<!ENTITY COPYRIGHT_YEAR "2010-2016">
<!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org">
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml
index 5ea2842..2e72483 100644
--- a/documentation/profile-manual/profile-manual.xml
+++ b/documentation/profile-manual/profile-manual.xml
@@ -76,6 +76,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml
index 5e91d69..862d76c 100644
--- a/documentation/ref-manual/ref-manual.xml
+++ b/documentation/ref-manual/ref-manual.xml
@@ -107,6 +107,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml
index ed38995..2581c14 100644
--- a/documentation/sdk-manual/sdk-manual.xml
+++ b/documentation/sdk-manual/sdk-manual.xml
@@ -41,6 +41,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml
index dbc05cb..ef36937 100644
--- a/documentation/toaster-manual/toaster-manual.xml
+++ b/documentation/toaster-manual/toaster-manual.xml
@@ -51,6 +51,11 @@
<date>August 2016</date>
<revremark>Released with the Yocto Project 2.1.1 Release.</revremark>
</revision>
+ <revision>
+ <revnumber>2.1.2</revnumber>
+ <date>October 2016</date>
+ <revremark>Released with the Yocto Project 2.1.2 Release.</revremark>
+ </revision>
</revhistory>
<copyright>
diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed
index d548348..671adda 100644
--- a/documentation/tools/mega-manual.sed
+++ b/documentation/tools/mega-manual.sed
@@ -2,32 +2,32 @@
# This style is for manual folders like "yocto-project-qs" and "poky-ref-manual".
# This is the old way that did it. Can't do that now that we have "bitbake-user-manual" strings
# in the mega-manual.
-# s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/[a-z]*-[a-z]*-[a-z]*\/[a-z]*-[a-z]*-[a-z]*.html#/\"link\"
href=\"#/g
-s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/yocto-project-qs\/yocto-project-qs.html#/\"link\"
href=\"#/g
-s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/poky-ref-manual\/poky-ref-manual.html#/\"link\" href=\"#/g
+# s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/[a-z]*-[a-z]*-[a-z]*\/[a-z]*-[a-z]*-[a-z]*.html#/\"link\"
href=\"#/g
+s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/yocto-project-qs\/yocto-project-qs.html#/\"link\"
href=\"#/g
+s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/poky-ref-manual\/poky-ref-manual.html#/\"link\" href=\"#/g
# Processes all other manuals (<word>-<word> style) except for the BitBake User Manual because
# it is not included in the mega-manual.
# This style is for manual folders that use two word, which is the standard now (e.g. "ref-manual").
# This was the one-liner that worked before we introduced the BitBake User Manual, which is
# not in the mega-manual.
-# s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/[a-z]*-[a-z]*\/[a-z]*-[a-z]*.html#/\"link\"
href=\"#/g
+# s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/[a-z]*-[a-z]*\/[a-z]*-[a-z]*.html#/\"link\"
href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/sdk-manual\/sdk-manual.html#/\"link\"
href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/bsp-guide\/bsp-guide.html#/\"link\" href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/dev-manual\/dev-manual.html#/\"link\"
href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/kernel-dev\/kernel-dev.html#/\"link\"
href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/profile-manual\/profile-manual.html#/\"link\"
href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/ref-manual\/ref-manual.html#/\"link\"
href=\"#/g
-s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/toaster-manual\/toaster-manual.html#/\"link\"
href=\"#/g
-s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/yocto-project-qs\/yocto-project-qs.html#/\"link\"
href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/sdk-manual\/sdk-manual.html#/\"link\"
href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/bsp-guide\/bsp-guide.html#/\"link\" href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/dev-manual\/dev-manual.html#/\"link\"
href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/kernel-dev\/kernel-dev.html#/\"link\"
href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/profile-manual\/profile-manual.html#/\"link\"
href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/ref-manual\/ref-manual.html#/\"link\"
href=\"#/g
+s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/toaster-manual\/toaster-manual.html#/\"link\"
href=\"#/g
+s/\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/yocto-project-qs\/yocto-project-qs.html#/\"link\"
href=\"#/g
# Process cases where just an external manual is referenced without an id anchor
-s/<a class=\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/yocto-project-qs\/yocto-project-qs.html\"
target=\"_top\">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g
-s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/dev-manual\/dev-manual.html\"
target=\"_top\">Yocto Project Development Manual<\/a>/Yocto Project Development Manual/g
-s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/sdk-manual\/sdk-manual.html\"
target=\"_top\">Yocto Project Software Development Kit (SDK) Developer's Guide<\/a>/Yocto Project Software
Development Kit (SDK) Developer's Guide/g
-s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/bsp-guide\/bsp-guide.html\"
target=\"_top\">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support
Package (BSP) Developer's Guide/g
-s/<a class=\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/profile-manual\/profile-manual.html\"
target=\"_top\">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g
-s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/kernel-dev\/kernel-dev.html\"
target=\"_top\">Yocto Project Linux Kernel Development Manual<\/a>/Yocto Project Linux Kernel Development
Manual/g
-s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/ref-manual\/ref-manual.html\"
target=\"_top\">Yocto Project Reference Manual<\/a>/Yocto Project Reference Manual/g
-s/<a class=\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.1\/toaster-manual\/toaster-manual.html\"
target=\"_top\">Toaster User Manual<\/a>/Toaster User Manual/g
+s/<a class=\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/yocto-project-qs\/yocto-project-qs.html\"
target=\"_top\">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g
+s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/dev-manual\/dev-manual.html\"
target=\"_top\">Yocto Project Development Manual<\/a>/Yocto Project Development Manual/g
+s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/sdk-manual\/sdk-manual.html\"
target=\"_top\">Yocto Project Software Development Kit (SDK) Developer's Guide<\/a>/Yocto Project Software
Development Kit (SDK) Developer's Guide/g
+s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/bsp-guide\/bsp-guide.html\"
target=\"_top\">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support
Package (BSP) Developer's Guide/g
+s/<a class=\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/profile-manual\/profile-manual.html\"
target=\"_top\">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g
+s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/kernel-dev\/kernel-dev.html\"
target=\"_top\">Yocto Project Linux Kernel Development Manual<\/a>/Yocto Project Linux Kernel Development
Manual/g
+s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/ref-manual\/ref-manual.html\"
target=\"_top\">Yocto Project Reference Manual<\/a>/Yocto Project Reference Manual/g
+s/<a class=\"ulink\"
href=\"http:\/\/www.yoctoproject.org\/docs\/2.1.2\/toaster-manual\/toaster-manual.html\"
target=\"_top\">Toaster User Manual<\/a>/Toaster User Manual/g
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]