<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation/toaster-manual/toaster-manual-reference.rst, branch yocto-5.0</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-5.0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-5.0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-12-09T12:21:27+00:00</updated>
<entry>
<title>toaster-manual: remove 'toaster-manual' from filenames</title>
<updated>2020-12-09T12:21:27+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-12-03T21:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c684a7a6d50754d577e0ff68a6fb6ed493b8f93e'/>
<id>urn:sha1:c684a7a6d50754d577e0ff68a6fb6ed493b8f93e</id>
<content type='text'>
All filenames duplicate the 'manual name', which is not needed, and
make all references longer than they should. Rename all files to be as
consise as possible, and fix all references

(From yocto-docs rev: b5a1a504caf7ffcaeca787b38bf7f11e341dfb0f)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation: Simplify yocto_git links</title>
<updated>2020-12-03T12:04:21+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@konsulko.com</email>
</author>
<published>2020-11-27T15:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=48748377a41a697a2b280ddbecb1c39487d1b7b8'/>
<id>urn:sha1:48748377a41a697a2b280ddbecb1c39487d1b7b8</id>
<content type='text'>
The yocto_git external link directive is modified to include the
`/cgit/cgit.cgi` element of the URL so that we can simplify the links in
the text.

Manual links to git.yoctoproject.org are converted to use the yocto_git
directive where possible. Note that this directive can't be used in some
places such as example code.

(From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7)

Signed-off-by: Paul Barker &lt;pbarker@konsulko.com&gt;
Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>toaster-manual: remove unused labels</title>
<updated>2020-11-20T14:32:25+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-11-19T09:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4fcf21fb1d0b9cdd79abe9eb7e8d979d60800521'/>
<id>urn:sha1:4fcf21fb1d0b9cdd79abe9eb7e8d979d60800521</id>
<content type='text'>
(From yocto-docs rev: 00551ac92a24fb1dcef966b585bf612aab228934)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>docs: Fix license CC-BY-2.0-UK -&gt; CC-BY-SA-2.0-UK</title>
<updated>2020-10-08T10:28:30+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2020-10-07T21:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fe74a4edd2db299557c9c0ffb1a804da444c47bd'/>
<id>urn:sha1:fe74a4edd2db299557c9c0ffb1a804da444c47bd</id>
<content type='text'>
When the license identifier tags were added, an incorrect string was used
and the Share-Alike clause was lost. Fix this to match the license
description in the files and add back the lost piece (its clear from
the history it should be there)

(From yocto-docs rev: 8d30c3d792755a7bfdb74b331dad98f51d3516af)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sphinx: toaster-manual: fix vars, links, code blocks</title>
<updated>2020-09-17T09:09:35+00:00</updated>
<author>
<name>Tim Orling</name>
<email>timothy.t.orling@linux.intel.com</email>
</author>
<published>2020-09-16T20:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b199ff072e7d59255df4b414947f43a522c166e2'/>
<id>urn:sha1:b199ff072e7d59255df4b414947f43a522c166e2</id>
<content type='text'>
Also update Django links to 2.2 LTS release (from 1.11)
Replace most references to 'rocko' with variable

(From yocto-docs rev: ddf1e119db93fc3f8b141a04f6d0009f933b1006)

Signed-off-by: Tim Orling &lt;timothy.t.orling@linux.intel.com&gt;
Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sphinx: fix links when the link text should be displayed</title>
<updated>2020-09-17T09:09:34+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-07-30T11:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=28afbf81ecb34add93f5eed2c1a41ec5f278d0a7'/>
<id>urn:sha1:28afbf81ecb34add93f5eed2c1a41ec5f278d0a7</id>
<content type='text'>
When an hyperlink should be display in the output, there is no need to
any specific syntax or marker, the parser finds links and mail
addresses in ordinary text. Somehow the conversion from pandoc
generated wrong output in the form: ` &lt;link&gt;`__. This patch is
generated using the following Python regexp:

    line = re.sub("` &lt;(https?://.*)&gt;`__",
                  "\\1",
                  line)

(From yocto-docs rev: a35d735a74425dff34c63c086947624467658c40)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sphinx: add links for Yocto project website</title>
<updated>2020-09-17T09:09:34+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-07-30T09:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=283ed72d487ed78d4f8e0fcc17f635d6c212b7c6'/>
<id>urn:sha1:283ed72d487ed78d4f8e0fcc17f635d6c212b7c6</id>
<content type='text'>
In DocBook, variables are used to create custom links (note that it is
not consistent everywhere, since some web addresses are still
hardcoded), such as YOCTO_HOME_URL, YOCTO_GIT_URL, YOCTO_WIKI_URL,
YOCTO_BUGS_URL and YOCTO_DL_URL..

In Sphinx they are replaced with extlinks.

(From yocto-docs rev: d25f3095a9d29a3355581d0743f27b2a423ad580)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sphinx: manual updates for some links</title>
<updated>2020-09-17T09:09:33+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-07-27T15:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=424567d629b08785a6594d16427ee0fa8c31f384'/>
<id>urn:sha1:424567d629b08785a6594d16427ee0fa8c31f384</id>
<content type='text'>
Some links were not found by the regexp, especially because of they
are spanning across multiple lines. This patch is a manual fixup for
these patterns.

(From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sphinx: fix internal links</title>
<updated>2020-09-17T09:09:33+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-07-24T14:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c473fa229239752367c5d573160fc8738cf1907e'/>
<id>urn:sha1:c473fa229239752367c5d573160fc8738cf1907e</id>
<content type='text'>
Many of the internal links were not converted probably from DocBook
using pandoc. After looking at the various patterns, the follow series
of 'naive' Python regexp were used to perform some additional
automatic conversion.

Also, since we rely on built-in glossary, all links to terms need to
use the sphinx :term: syntax.

This commit is generated using the following Python series of regexp:

   line = re.sub("`+(\w+)`* &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#var-\\1&gt;`__",
                 ":term:`\\1`",
                 line)

   line = re.sub("`+do_([a-z_]+)`* &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#ref-tasks-\\1&gt;`__",
                 ":ref:`ref-tasks-\\1`",
                 line)

   line = re.sub("`+([a-z_\-\*\.]+).bbclass`* &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#ref-classes-\\1&gt;`__",
                 ":ref:`\\1.bbclass &lt;ref-classes-\\1&gt;`",
                 line)

   line = re.sub("`+([a-z_\-\*\.]+)`* &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#ref-classes-\\1&gt;`__",
                 ":ref:`\\1 &lt;ref-classes-\\1&gt;`",
                 line)

   line = re.sub("`Source Directory &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#source-directory&gt;`__",
                 ":term:`Source Directory`",
                 line)

   line = re.sub("`Build Directory &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#build-directory&gt;`__",
                 ":term:`Build Directory`",
                 line)

   line = re.sub("`Metadata &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#metadata&gt;`__",
                 ":term:`Metadata`",
                 line)

   line = re.sub("`BitBake &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#bitbake-term&gt;`__",
                 ":term:`BitBake`",
                 line)

   line = re.sub("`Images &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#ref-images&gt;`__",
                 ":ref:`ref-manual/ref-images:Images`",
                 line)

   line = re.sub("`Classes &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#ref-classes&gt;`__",
                 ":ref:`ref-manual/ref-classes:Classes`",
                 line)

   line = re.sub("`workspace &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#devtool-the-workspace-layer-structure&gt;`__",
                 ":ref:`devtool-the-workspace-layer-structure`",
                 line)

   line = re.sub("`Open-?Embedded b?B?uild s?S?ystem &lt;(\&amp;YOCTO_DOCS_REF_URL;)?#build-system-term&gt;`__",
                 ":term:`OpenEmbedded Build System`",
                 line)

   line = re.sub("`(OpenEmbedded-Core )?(\(?OE-Core\)? )?&lt;(\&amp;YOCTO_DOCS_REF_URL;)?#oe-core&gt;`__",
                 ":term:`OpenEmbedded-Core (OE-Core)`",
                 line)

It won't catch multiline strings, but it catches a very large number
of occurences!

(From yocto-docs rev: 3f537d17de5b1fb76ba3bee196481984a4826378)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sphinx: Add SPDX license headers</title>
<updated>2020-09-17T09:09:33+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2020-06-30T18:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7ea70a656bd0cf582c66ab7e76936d93e22125ce'/>
<id>urn:sha1:7ea70a656bd0cf582c66ab7e76936d93e22125ce</id>
<content type='text'>
SPDX headers have been added to each file, and match the headers used
in the DocBook files.

(From yocto-docs rev: 79dbb0007ae24da4a3689a23e921f2a2638757f7)

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
