All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: Steve Sakoman <steve@sakoman.com>, docs@lists.yoctoproject.org
Subject: Re: [docs] [yocto-docs][dunfell 6/6] Documenation: Prepared for the 3.1.1 release
Date: Wed, 3 Jun 2020 10:40:58 -0700	[thread overview]
Message-ID: <d0fa32a3-b193-51de-46c7-750d42c7ed4b@gmail.com> (raw)
In-Reply-To: <069c27574bf7333cdf58d9920734bb33c81ecc93.1591057623.git.steve@sakoman.com>

[-- Attachment #1: Type: text/plain, Size: 14323 bytes --]

I think you are missing some updates, please check these files:

./kernel-dev/kernel-dev.xml
./ref-manual/ref-manual.xml
./sdk-manual/sdk-manual.xml
./overview-manual/overview-manual.xml

- armin

On 6/1/20 5:28 PM, Steve Sakoman wrote:
> ---
>  documentation/bsp-guide/bsp-guide.xml         |  7 ++-
>  documentation/dev-manual/dev-manual.xml       |  7 ++-
>  documentation/mega-manual/mega-manual.xml     |  7 ++-
>  documentation/poky.ent                        | 14 +++---
>  .../profile-manual/profile-manual.xml         |  7 ++-
>  .../toaster-manual/toaster-manual.xml         |  7 ++-
>  documentation/tools/mega-manual.sed           | 46 +++++++++----------
>  7 files changed, 60 insertions(+), 35 deletions(-)
>
> diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml
> index a189606ce..6ab89d653 100755
> --- a/documentation/bsp-guide/bsp-guide.xml
> +++ b/documentation/bsp-guide/bsp-guide.xml
> @@ -127,9 +127,14 @@
>              </revision>
>              <revision>
>                  <revnumber>3.1</revnumber>
> -                <date>&REL_MONTH_YEAR;</date>
> +                <date>April 2020</date>
>                  <revremark>Released with the Yocto Project 3.1 Release.</revremark>
>              </revision>
> +            <revision>
> +                <revnumber>3.1.1</revnumber>
> +                <date>&REL_MONTH_YEAR;</date>
> +                <revremark>Released with the Yocto Project 3.1.1 Release.</revremark>
> +            </revision>
>          </revhistory>
>  
>      <copyright>
> diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
> index 6f86454ed..5c6b3457f 100755
> --- a/documentation/dev-manual/dev-manual.xml
> +++ b/documentation/dev-manual/dev-manual.xml
> @@ -117,9 +117,14 @@
>              </revision>
>              <revision>
>                  <revnumber>3.1</revnumber>
> -                <date>&REL_MONTH_YEAR;</date>
> +                <date>April 2020</date>
>                  <revremark>Released with the Yocto Project 3.1 Release.</revremark>
>              </revision>
> +            <revision>
> +                <revnumber>3.1.1</revnumber>
> +                <date>&REL_MONTH_YEAR;</date>
> +                <revremark>Released with the Yocto Project 3.1.1 Release.</revremark>
> +            </revision>
>          </revhistory>
>  
>      <copyright>
> diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml
> index e730f7259..a20843fc1 100755
> --- a/documentation/mega-manual/mega-manual.xml
> +++ b/documentation/mega-manual/mega-manual.xml
> @@ -93,9 +93,14 @@
>              </revision>
>              <revision>
>                  <revnumber>3.1</revnumber>
> -                <date>&REL_MONTH_YEAR;</date>
> +                <date>April 2020</date>
>                  <revremark>Released with the Yocto Project 3.1 Release.</revremark>
>              </revision>
> +            <revision>
> +                <revnumber>3.1.1</revnumber>
> +                <date>&REL_MONTH_YEAR;</date>
> +                <revremark>Released with the Yocto Project 3.1.1 Release.</revremark>
> +            </revision>
>         </revhistory>
>  
>      <copyright>
> diff --git a/documentation/poky.ent b/documentation/poky.ent
> index a54793911..0a0deab8f 100755
> --- a/documentation/poky.ent
> +++ b/documentation/poky.ent
> @@ -1,17 +1,17 @@
> -<!ENTITY DISTRO "3.1">
> -<!ENTITY DISTRO_COMPRESSED "31">
> +<!ENTITY DISTRO "3.1.1">
> +<!ENTITY DISTRO_COMPRESSED "311">
>  <!ENTITY DISTRO_NAME_NO_CAP "dunfell">
>  <!ENTITY DISTRO_NAME "Dunfell">
>  <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "zeus">
>  <!ENTITY DISTRO_NAME_MINUS_ONE "Zeus">
> -<!ENTITY YOCTO_DOC_VERSION "3.1">
> +<!ENTITY YOCTO_DOC_VERSION "3.1.1">
>  <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "3.0.2">
> -<!ENTITY DISTRO_REL_TAG "yocto-3.1">
> +<!ENTITY DISTRO_REL_TAG "yocto-3.1.1">
>  <!ENTITY METAINTELVERSION "12.0">
> -<!ENTITY REL_MONTH_YEAR "April 2020">
> +<!ENTITY REL_MONTH_YEAR "June 2020">
>  <!ENTITY META_INTEL_REL_TAG "&METAINTELVERSION;-&DISTRO_NAME_NO_CAP;-&YOCTO_DOC_VERSION;">
> -<!ENTITY POKYVERSION "23.0.0">
> -<!ENTITY POKYVERSION_COMPRESSED "2300">
> +<!ENTITY POKYVERSION "23.0.1">
> +<!ENTITY POKYVERSION_COMPRESSED "2301">
>  <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;">
>  <!ENTITY COPYRIGHT_YEAR "2010-2020">
>  <!ENTITY ORGNAME "The Yocto Project">
> diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml
> index fa1fa8ac8..710fb770e 100755
> --- a/documentation/profile-manual/profile-manual.xml
> +++ b/documentation/profile-manual/profile-manual.xml
> @@ -102,9 +102,14 @@
>              </revision>
>              <revision>
>                  <revnumber>3.1</revnumber>
> -                <date>&REL_MONTH_YEAR;</date>
> +                <date>April 2020</date>
>                  <revremark>Released with the Yocto Project 3.1 Release.</revremark>
>              </revision>
> +            <revision>
> +                <revnumber>3.1.1</revnumber>
> +                <date>&REL_MONTH_YEAR;</date>
> +                <revremark>Released with the Yocto Project 3.1.1 Release.</revremark>
> +            </revision>
>          </revhistory>
>  
>      <copyright>
> diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml
> index e6d424523..53d666446 100755
> --- a/documentation/toaster-manual/toaster-manual.xml
> +++ b/documentation/toaster-manual/toaster-manual.xml
> @@ -82,9 +82,14 @@
>              </revision>
>              <revision>
>                  <revnumber>3.1</revnumber>
> -                <date>&REL_MONTH_YEAR;</date>
> +                <date>April 2020</date>
>                  <revremark>Released with the Yocto Project 3.1 Release.</revremark>
>              </revision>
> +            <revision>
> +                <revnumber>3.1.1</revnumber>
> +                <date>&REL_MONTH_YEAR;</date>
> +                <revremark>Released with the Yocto Project 3.1.1 Release.</revremark>
> +            </revision>
>         </revhistory>
>  
>      <copyright>
> diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed
> index b1ea9edb7..d52f1ebdb 100644
> --- a/documentation/tools/mega-manual.sed
> +++ b/documentation/tools/mega-manual.sed
> @@ -1,36 +1,36 @@
>  # Processes bitbake-user-manual (<word>-<word>-<word> style).
>  # This style is for manual three-word folders, which currently is only the BitBake User Manual.
>  # We used to have the "yocto-project-qs" and "poky-ref-manual" folders but no longer do.
> -# s@"ulink" href="http://www.yoctoproject.org/docs/3.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/3.1/bitbake-user-manual/bitbake-user-manual.html#@"link" href="#@g
> +# s@"ulink" href="http://www.yoctoproject.org/docs/3.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/3.1.1/bitbake-user-manual/bitbake-user-manual.html#@"link" href="#@g
>  
>  # Processes all other manuals (<word>-<word> style).
>  # This style is for manual folders that use two word, which is the standard now (e.g. "ref-manual").
>  # Here is the one-liner:
> -# s@"ulink" href="http://www.yoctoproject.org/docs/3.1/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g
> +# s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g
>  
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/sdk-manual/sdk-manual.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/bsp-guide/bsp-guide.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/overview-manual/overview-manual.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/profile-manual/profile-manual.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#@"link" href="#@g
> -s@"ulink" href="http://www.yoctoproject.org/docs/3.1/toaster-manual/toaster-manual.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/sdk-manual/sdk-manual.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/bsp-guide/bsp-guide.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/dev-manual/dev-manual.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/overview-manual/overview-manual.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/kernel-dev/kernel-dev.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/profile-manual/profile-manual.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/ref-manual/ref-manual.html#@"link" href="#@g
> +s@"ulink" href="http://www.yoctoproject.org/docs/3.1.1/toaster-manual/toaster-manual.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/3.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build</a>@Yocto Project Quick Build@g
> -s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/bitbake-user-manual/bitbake-user-manual.html" target="_top">BitBake User Manual</a>@BitBake User Manual@g
> -s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html" target="_top">Yocto Project Development Tasks Manual</a>@Yocto Project Development Tasks Manual@g
> -s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/overview-manual/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual</a>@Yocto project Overview and Concepts Manual@g
> -s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/sdk-manual/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</a>@Yocto Project Application Development and the Extensible Software Development Kit (eSDK)@g
> -s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.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/3.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/3.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/3.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/3.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/3.1.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build</a>@Yocto Project Quick Build@g
> +s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1.1/bitbake-user-manual/bitbake-user-manual.html" target="_top">BitBake User Manual</a>@BitBake User Manual@g
> +s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1.1/dev-manual/dev-manual.html" target="_top">Yocto Project Development Tasks Manual</a>@Yocto Project Development Tasks Manual@g
> +s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1.1/overview-manual/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual</a>@Yocto project Overview and Concepts Manual@g
> +s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1.1/sdk-manual/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</a>@Yocto Project Application Development and the Extensible Software Development Kit (eSDK)@g
> +s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.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/3.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/3.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/3.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/3.1.1/toaster-manual/toaster-manual.html" target="_top">Toaster User Manual</a>@Toaster User Manual@g
>  
>  # Process a single, rouge occurrence of a linked reference to the Mega-Manual.
> -s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g
> +s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1.1/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g
>  
>
> 


[-- Attachment #2: Type: text/html, Size: 20971 bytes --]

  reply	other threads:[~2020-06-03 17:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02  0:28 [yocto-docs][dunfell 0/6] Patch review Steve Sakoman
2020-06-02  0:28 ` [yocto-docs][dunfell 1/6] ref-manual: fix excessive command indentation Steve Sakoman
2020-06-02  0:28 ` [yocto-docs][dunfell 2/6] ref-manual: IMAGE_TYPES, add tar.zst, delete elf Steve Sakoman
2020-06-02  0:28 ` [yocto-docs][dunfell 3/6] ref-manual: typo "SSTATE_MIRROR" -> "SSTATE_MIRRORS" Steve Sakoman
2020-06-02  0:28 ` [yocto-docs][dunfell 4/6] ref-manual: Remove long-dead PACKAGE_GROUP variable Steve Sakoman
2020-06-02  0:28 ` [yocto-docs][dunfell 5/6] ref-manual: delete long-unused comments in variable glossary Steve Sakoman
2020-06-02  0:28 ` [yocto-docs][dunfell 6/6] Documenation: Prepared for the 3.1.1 release Steve Sakoman
2020-06-03 17:40   ` akuster [this message]
2020-06-03 18:47     ` [docs] " Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d0fa32a3-b193-51de-46c7-750d42c7ed4b@gmail.com \
    --to=akuster808@gmail.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=steve@sakoman.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.