<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation/kernel-dev/kernel-dev-common.rst, branch gatesgarth-24.0.3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=gatesgarth-24.0.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=gatesgarth-24.0.3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-10-27T13:23:00+00:00</updated>
<entry>
<title>docs: kernel-dev-common: add .patch file extension to SRC_URI files</title>
<updated>2020-10-27T13:23:00+00:00</updated>
<author>
<name>Quentin Schulz</name>
<email>foss@0leil.net</email>
</author>
<published>2020-10-26T17:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4dc272c4b9dc231af589af1f0b99c83bcaccabf5'/>
<id>urn:sha1:4dc272c4b9dc231af589af1f0b99c83bcaccabf5</id>
<content type='text'>
Patches provided in SRC_URI are only applied if their extension is .diff or
.patch. The examples do not use those extensions and would probably result
in user confusion as to why the patches aren't being applied to the
sources.

Let's fix this by giving them a .patch file extension.

(From yocto-docs rev: 0858e86ed8e3e3005207980041fe4f2117750663)

Signed-off-by: Quentin Schulz &lt;foss@0leil.net&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>docs: kernel-dev: fix typos, highlights and links</title>
<updated>2020-10-27T13:23:00+00:00</updated>
<author>
<name>Quentin Schulz</name>
<email>foss@0leil.net</email>
</author>
<published>2020-10-26T17:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=08d7d5c2433c9f54567c558e551771a3d08e272f'/>
<id>urn:sha1:08d7d5c2433c9f54567c558e551771a3d08e272f</id>
<content type='text'>
(From yocto-docs rev: a69247321ff34cb0a2b9a8cc62020ec7f3aad834)

Signed-off-by: Quentin Schulz &lt;foss@0leil.net&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: kernel-dev: Various URL, code block and other fixes to imported data</title>
<updated>2020-09-17T09:09:35+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2020-09-14T15:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=cb37a15cf5a150489ceaf55dc6cb014f0e787f6e'/>
<id>urn:sha1:cb37a15cf5a150489ceaf55dc6cb014f0e787f6e</id>
<content type='text'>
(From yocto-docs rev: 4888b49ccc5d133b4096e5a9b808f14d1afc7deb)

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 custom term 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-24T15:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4bf6fc5281d1976ad7113c91a93995406cfab429'/>
<id>urn:sha1:4bf6fc5281d1976ad7113c91a93995406cfab429</id>
<content type='text'>
Some term links have custom 'text', and require manual update, since
they were not caught by the generic Python regexp.

(From yocto-docs rev: 519355ba9daf7630e8d477b2f6f511be51fd8b2e)

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>
