Replace 'fido' by 'jethro' and '1.8' by '2.0' It also fixes an URL to point to 'current' instead of a fixed past release.
Signed-off-by: Daiane Angolini <[email protected]> --- release-notes/source/bsp-scope.rst | 8 ++++---- release-notes/source/conf.py | 4 ++-- release-notes/source/source-code.rst | 2 +- release-notes/source/variables.inc | 2 +- user-guide/source/nsteps.rst | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/release-notes/source/bsp-scope.rst b/release-notes/source/bsp-scope.rst index bef27e6..b0258c9 100644 --- a/release-notes/source/bsp-scope.rst +++ b/release-notes/source/bsp-scope.rst @@ -4,14 +4,14 @@ *********************** The scope of the |project_name| includes the meta layers: - * `meta-fsl-arm <http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/?h=fido>`_: + * `meta-fsl-arm <http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/?h=jethro>`_: provides the base support and Freescale ARM reference boards; - * `meta-fsl-arm-extra <https://github.com/Freescale/meta-fsl-arm-extra/tree/fido>`_: + * `meta-fsl-arm-extra <https://github.com/Freescale/meta-fsl-arm-extra/tree/jethro>`_: provides support for 3rd party and partner boards; - * `meta-fsl-demos <https://github.com/Freescale/meta-fsl-demos/tree/fido>`_: + * `meta-fsl-demos <https://github.com/Freescale/meta-fsl-demos/tree/jethro>`_: provides images recipes, demo recipes, and packagegroups used to easy the development with Yocto Project. - * `Documentation <https://github.com/Freescale/Documentation/tree/fido>`_: + * `Documentation <https://github.com/Freescale/Documentation/tree/jethro>`_: provides the source code for |project_name| Release Notes (RN), User Guide (UG) and Frequently Asked Questions (FAQ) diff --git a/release-notes/source/conf.py b/release-notes/source/conf.py index 2b4400f..b6de262 100644 --- a/release-notes/source/conf.py +++ b/release-notes/source/conf.py @@ -51,9 +51,9 @@ copyright = u'2013, FSL Community BSP Team' # built documents. # # The short X.Y version. -version = 'fido' +version = 'jethro' # The full version, including alpha/beta/rc tags. -release = '1.8' +release = '2.0' if tags.has('draft'): release = release + " (Draft document)" diff --git a/release-notes/source/source-code.rst b/release-notes/source/source-code.rst index 8500c5b..035bde4 100644 --- a/release-notes/source/source-code.rst +++ b/release-notes/source/source-code.rst @@ -139,7 +139,7 @@ when using |project_name|. You can understand what a PACKAGEGROUPS is and learn how to use it in `Yocto Project Development Manual -<http://www.yoctoproject.org/docs/1.6.1/dev-manual/dev-manual.html#usingpoky-extend-customimage-customtasks>`_ +<http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage-customtasks>`_ .. include:: packagegroups.inc diff --git a/release-notes/source/variables.inc b/release-notes/source/variables.inc index c373ecd..73bbd84 100644 --- a/release-notes/source/variables.inc +++ b/release-notes/source/variables.inc @@ -1,3 +1,3 @@ -.. |release_name| replace:: Fido +.. |release_name| replace:: Jethro .. |project_name| replace:: FSL Community BSP .. |freescale_release_name| replace:: Freescale Official Release diff --git a/user-guide/source/nsteps.rst b/user-guide/source/nsteps.rst index 387f8f9..df1c107 100644 --- a/user-guide/source/nsteps.rst +++ b/user-guide/source/nsteps.rst @@ -16,7 +16,7 @@ Build and boot in *N*-steps $ cd fsl-community-bsp fsl-community-bsp $ repo init \ -u https://github.com/Freescale/fsl-community-bsp-platform \ - -b fido + -b jethro fsl-community-bsp $ repo sync 4. Select your machine (:ref:`machines`) and prepare the environment for bitbake:: -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
