<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation, branch 3.3_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=3.3_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=3.3_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2021-01-20T22:50:45+00:00</updated>
<entry>
<title>releases: conf: add link to 3.1.5, update to include 3.2.1 &amp; 3.1.5</title>
<updated>2021-01-20T22:50:45+00:00</updated>
<author>
<name>Michael Halstead</name>
<email>mhalstead@linuxfoundation.org</email>
</author>
<published>2021-01-20T21:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b5e634644b69a968a93aad0dd0502cf479d3973a'/>
<id>urn:sha1:b5e634644b69a968a93aad0dd0502cf479d3973a</id>
<content type='text'>
(From yocto-docs rev: 5c94f8183733bf266cd6153434b5eed22d1914c6)

Signed-off-by: Michael Halstead &lt;mhalstead@linuxfoundation.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ref-manual: Clarify recommended operator for PROVIDES</title>
<updated>2021-01-20T00:53:53+00:00</updated>
<author>
<name>Joshua Watt</name>
<email>jpewhacker@gmail.com</email>
</author>
<published>2021-01-19T16:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f236145ce42d3486ee25dd099d6ee2f5a6597cf1'/>
<id>urn:sha1:f236145ce42d3486ee25dd099d6ee2f5a6597cf1</id>
<content type='text'>
Updates the documentation for PROVIDES so that it recommends "+="
instead of "=".

(From yocto-docs rev: 39b2ca1e27592488d396d5f0d76965f0006515a1)

Signed-off-by: Joshua Watt &lt;JPEWhacker@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation: Prevent building documentation with an outdated version of sphinx</title>
<updated>2021-01-20T00:53:53+00:00</updated>
<author>
<name>Yoann Congal</name>
<email>yoann.congal@smile.fr</email>
</author>
<published>2021-01-18T11:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=164db40a728876f75e0dc8188c943bc17afd542d'/>
<id>urn:sha1:164db40a728876f75e0dc8188c943bc17afd542d</id>
<content type='text'>
Building with a outdated version of Sphinx print warnings that does not
appear on up-to-date sphinx.

This patch prevent building the documentation with any version older
than 3.1 (First version to build without warnings in my tests)

See threads "documentation: Add a simple Sphinx extension to check its version"
    https://lists.yoctoproject.org/g/docs/topic/patch_documentation_add_a/79919516
and "toaster-manual: Fix a warning related to the code-block directive"
    https://lists.yoctoproject.org/g/docs/topic/patch_toaster_manual_fix_a/79656195

(From yocto-docs rev: 4de0f3dd4d5df0a0700f704a599bb41726d15a5f)

Signed-off-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ref-manual/ref-classes: update kernel-fitimage with Initramfs bundle and boot script</title>
<updated>2021-01-20T00:53:53+00:00</updated>
<author>
<name>Abdellatif El Khlifi</name>
<email>abdellatif.elkhlifi@arm.com</email>
</author>
<published>2021-01-19T10:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d8698dc755e00426698b479d0dd023e35eeececb'/>
<id>urn:sha1:d8698dc755e00426698b479d0dd023e35eeececb</id>
<content type='text'>
This commit adds the description of the Initramfs bundle and boot script
new features implemented in the kernel-fitimage class.

Change-Id: Ifffa6b850308aa7ceadc4f117806cffad0137137
(From yocto-docs rev: a55c16555366c0adbf4a087b86574b07972cbc52)

Signed-off-by: Abdellatif El Khlifi &lt;abdellatif.elkhlifi@arm.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>docs: fix missing &amp; and ; surrounding references from poky.yaml</title>
<updated>2021-01-20T00:53:53+00:00</updated>
<author>
<name>Quentin Schulz</name>
<email>foss@0leil.net</email>
</author>
<published>2021-01-16T11:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e6a0be545d73b1052a259547afd2aa63d4b58546'/>
<id>urn:sha1:e6a0be545d73b1052a259547afd2aa63d4b58546</id>
<content type='text'>
poky.yaml references are only replaced in files if they are prefixed by
&amp; and suffixed by ;.

Let's fix the missing surrounding characters.

(From yocto-docs rev: 7ee4ba7a27acd87d8c728639d1b053d2e26c6e58)

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>dev-manual: Add usage of /sysroot-only in SYSROOT_DIRS</title>
<updated>2021-01-20T00:53:53+00:00</updated>
<author>
<name>Diego Sueiro</name>
<email>diego.sueiro@arm.com</email>
</author>
<published>2021-01-15T16:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=658499cacb252f55124a6ac0bf57ed0b145544d8'/>
<id>urn:sha1:658499cacb252f55124a6ac0bf57ed0b145544d8</id>
<content type='text'>
(From yocto-docs rev: adc59efc4a6c56cc3b4594a411ae618d256d6ba2)

Signed-off-by: Diego Sueiro &lt;diego.sueiro@arm.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>common-tasks.rst: Fix GNU_HASH in hello.bb</title>
<updated>2021-01-15T13:39:48+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2021-01-12T17:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=87e7057b71fdd0f084c0b7e3396067bea0eb3d24'/>
<id>urn:sha1:87e7057b71fdd0f084c0b7e3396067bea0eb3d24</id>
<content type='text'>
Fix the following GNU_HASH issue in "Single .c File Package
(Hello World!)" example:

ERROR: hello-1.0-r0 do_package_qa: QA Issue: File /usr/bin/helloworld in package hello doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]

Reported-by: Matthew Tsenkov &lt;matthew.tsenkov@konsulko.com&gt;
(From yocto-docs rev: 99a53f443193c0becd48a07a2dd740bb417dcf49)

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation: Fix a Concpets -&gt; Concepts typo</title>
<updated>2021-01-15T13:39:48+00:00</updated>
<author>
<name>Yoann Congal</name>
<email>yoann.congal@smile.fr</email>
</author>
<published>2021-01-13T07:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=827e68675ab3c1a541a5aa10586902226e876e51'/>
<id>urn:sha1:827e68675ab3c1a541a5aa10586902226e876e51</id>
<content type='text'>
(From yocto-docs rev: 78bdf1c25c5c546c35b5a0d246aa1bbd70d5eace)

Signed-off-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>variables: Add documentation for KERNEL_DTC_FLAGS</title>
<updated>2021-01-05T13:48:57+00:00</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2021-01-04T14:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d9928413a40585ba8cbaccfff8d259fe69afd52e'/>
<id>urn:sha1:d9928413a40585ba8cbaccfff8d259fe69afd52e</id>
<content type='text'>
Add documentation for the newly introduced KERNEL_DTC_FLAGS variable.

(From yocto-docs rev: b2d5bf48fe4e76446a38762839865176294a4a3c)

Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ref-manual: terms: Fix poky tarball root folder</title>
<updated>2021-01-04T11:25:57+00:00</updated>
<author>
<name>Elvis Stansvik</name>
<email>elvstone@gmail.com</email>
</author>
<published>2020-12-31T11:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3b2b57e4087c78cecff3d8f2c1f71f0f7fd090a7'/>
<id>urn:sha1:3b2b57e4087c78cecff3d8f2c1f71f0f7fd090a7</id>
<content type='text'>
When extracting the tarball the root folder is not named `poky`, but
e.g. `poky-gatesgarth-24.0.0`.

(From yocto-docs rev: 8c92f709cbd96310b7153dd55dae8fa4899a7818)

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