<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation, branch langdale</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=langdale</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=langdale'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2023-03-20T12:53:49+00:00</updated>
<entry>
<title>migration-guides: update release notes</title>
<updated>2023-03-20T12:53:49+00:00</updated>
<author>
<name>Michael Opdenacker</name>
<email>michael.opdenacker@bootlin.com</email>
</author>
<published>2023-03-15T16:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=830eb878166d531d9188176ae40a25c54a309e6c'/>
<id>urn:sha1:830eb878166d531d9188176ae40a25c54a309e6c</id>
<content type='text'>
(From yocto-docs rev: da685fc5e69d49728e3ffd6c4d623e7e1745059d)

Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ref-manual: update DEV_PKG_DEPENDENCY in variables</title>
<updated>2023-02-27T23:38:56+00:00</updated>
<author>
<name>Fawzi KHABER</name>
<email>fawzi.khaber@smile.fr</email>
</author>
<published>2023-02-23T10:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=08d954474b8177f67f1f0379268ceb5db2343cc8'/>
<id>urn:sha1:08d954474b8177f67f1f0379268ceb5db2343cc8</id>
<content type='text'>
Since release 4.1, the variable DEV_PKG_DEPENDENCY sets RRECOMMENDS instead
of RDEPENDS for the -dev package on the main package, this change fixes the
documentation to match the actual state

Reviewed-by: Yoann CONGAL &lt;yoann.congal@smile.fr&gt;
(From yocto-docs rev: 3de2ad1f8ff87aeec30088779267880306a0f31a)

Signed-off-by: Fawzi KHABER &lt;fawzi.khaber@smile.fr&gt;
Reviewed-by: Quentin Schulz &lt;foss+yocto@0leil.net&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: common-tasks.rst: add link to FOSDEM 2023 video</title>
<updated>2023-02-23T12:18:37+00:00</updated>
<author>
<name>Michael Opdenacker</name>
<email>michael.opdenacker@bootlin.com</email>
</author>
<published>2023-02-22T08:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c0644f13a79bf976f5a6e8653ca51c9bb82a2454'/>
<id>urn:sha1:c0644f13a79bf976f5a6e8653ca51c9bb82a2454</id>
<content type='text'>
(From yocto-docs rev: 25d7e3a09552c355a7a98618cd1d8f8ac3387190)

Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
CC: Joshua Watt &lt;JPEWhacker@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>system-requirements.rst: Add Fedora 36, AlmaLinux 8.7 &amp; 9.1, and OpenSUSE 15.4 to list of supported distros</title>
<updated>2023-02-23T08:17:06+00:00</updated>
<author>
<name>Steve Sakoman</name>
<email>steve@sakoman.com</email>
</author>
<published>2023-02-22T14:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8427e795cff6258df850346eaf18de0c6459aa37'/>
<id>urn:sha1:8427e795cff6258df850346eaf18de0c6459aa37</id>
<content type='text'>
(From yocto-docs rev: 87f416fcbacbd4ae137c9f54eb207eae42cc7885)

Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Reviewed-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ref-manual: Fix invalid feature name</title>
<updated>2023-02-22T11:25:52+00:00</updated>
<author>
<name>Niko Mauno</name>
<email>niko.mauno@vaisala.com</email>
</author>
<published>2023-02-19T14:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dcbf03b6d0f7a2ec1d62e48b848e730a5670f46e'/>
<id>urn:sha1:dcbf03b6d0f7a2ec1d62e48b848e730a5670f46e</id>
<content type='text'>
Replace the invalid feature name with correct one which helps to avoid
following bitbake error

  ERROR: Nothing PROVIDES 'core-image-minimal'
  core-image-minimal was skipped: 'empty-root-passwd' in IMAGE_FEATURES (added via EXTRA_IMAGE_FEATURES) is not a valid image feature.

(From yocto-docs rev: 1992c8ed063184961ddae590fe8b10137051d411)

Signed-off-by: Niko Mauno &lt;niko.mauno@vaisala.com&gt;
Reviewed-by: Quentin Schulz &lt;foss+yocto@0leil.net&gt;
Reviewed-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>manuals: update patchwork instance URL</title>
<updated>2023-02-15T10:26:54+00:00</updated>
<author>
<name>Michael Opdenacker</name>
<email>michael.opdenacker@bootlin.com</email>
</author>
<published>2023-02-14T13:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=36e6d081b8d2726385e37232d04d7e82cb045839'/>
<id>urn:sha1:36e6d081b8d2726385e37232d04d7e82cb045839</id>
<content type='text'>
https://patchwork.openembedded.org/ has been since long discontinued
Also better to mention https://patchwork.yoctoproject.org/
than the patchwork home page.

(From yocto-docs rev: 98213c63f1ec770b2403fdb5bfe4923bcc866809)

Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bsp-guide: fix broken git URLs and missing word</title>
<updated>2023-02-15T10:26:54+00:00</updated>
<author>
<name>Michael Opdenacker</name>
<email>michael.opdenacker@bootlin.com</email>
</author>
<published>2023-02-08T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a92283e6aee967453c112772c3cc6b962224f455'/>
<id>urn:sha1:a92283e6aee967453c112772c3cc6b962224f455</id>
<content type='text'>
(From yocto-docs rev: 36a6fc70e41be517860d0eca4ff51e0b8054d2d4)

Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>profile-manual: update WireShark hyperlinks</title>
<updated>2023-02-15T10:26:54+00:00</updated>
<author>
<name>Michael Opdenacker</name>
<email>michael.opdenacker@bootlin.com</email>
</author>
<published>2023-02-08T15:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=848f80153b3d2b7c6985d332bcd5ca99e2748274'/>
<id>urn:sha1:848f80153b3d2b7c6985d332bcd5ca99e2748274</id>
<content type='text'>
(From yocto-docs rev: fdfedc258cef32aa37ed0c88cf194cd7ffd7b73a)

Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>migration-guides: add release-notes for 4.0.7</title>
<updated>2023-02-15T10:26:54+00:00</updated>
<author>
<name>Lee Chee Yang</name>
<email>chee.yang.lee@intel.com</email>
</author>
<published>2023-02-05T13:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=881ecb5f41ccf4937e577f327bc1ef6b84752fa4'/>
<id>urn:sha1:881ecb5f41ccf4937e577f327bc1ef6b84752fa4</id>
<content type='text'>
(From yocto-docs rev: 16799b4ed00ba90e2753bdd6251515a76f94e812)

Signed-off-by: Lee Chee Yang &lt;chee.yang.lee@intel.com&gt;
Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Suggested-by: Takayasu Ito &lt;ito@lineo.co.jp&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ref-manual: variables.rst: fix broken hyperlink</title>
<updated>2023-02-15T10:26:54+00:00</updated>
<author>
<name>Michael Opdenacker</name>
<email>michael.opdenacker@bootlin.com</email>
</author>
<published>2023-02-08T17:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=bc86cc08436f829a34d06322ce2648b2389ebe8d'/>
<id>urn:sha1:bc86cc08436f829a34d06322ce2648b2389ebe8d</id>
<content type='text'>
(From yocto-docs rev: 9446de9ab2d03af1f232ac42cb79cea1b04deb8c)

Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
