<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-perl/conf, branch walnascar</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-04-05T14:45:31+00:00</updated>
<entry>
<title>Fix warning : lack of whitespace around assignment</title>
<updated>2025-04-05T14:45:31+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-04-05T14:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a6ed1c867dc6b4d961f633c8ae8e2a668c8a278c'/>
<id>urn:sha1:a6ed1c867dc6b4d961f633c8ae8e2a668c8a278c</id>
<content type='text'>
Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop styhead from LAYERSERIES_COMPAT</title>
<updated>2025-03-31T14:41:47+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-03-31T14:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c'/>
<id>urn:sha1:f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>liburi-perl: add to meta-perl from oe-core</title>
<updated>2024-11-27T20:37:34+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2024-11-25T12:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0531f2c072c4ff78dc5657844324b46c5dfb9a69'/>
<id>urn:sha1:0531f2c072c4ff78dc5657844324b46c5dfb9a69</id>
<content type='text'>
The recipe has no usage in core.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Update to walnascar (5.2) layer/release series</title>
<updated>2024-10-01T16:23:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-10-01T16:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d909e0d1e3377ca30c9d4ea7cadbfece16e3323f'/>
<id>urn:sha1:d909e0d1e3377ca30c9d4ea7cadbfece16e3323f</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layers: stop declaring compatibility with scarthgap</title>
<updated>2024-05-28T16:34:02+00:00</updated>
<author>
<name>Dmitry Baryshkov</name>
<email>dmitry.baryshkov@linaro.org</email>
</author>
<published>2024-05-25T07:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=07772ae470204b19e9fb3da74fc81f4efd3ea1bc'/>
<id>urn:sha1:07772ae470204b19e9fb3da74fc81f4efd3ea1bc</id>
<content type='text'>
With the UNPACKDIR changes in place the layers are no longer compatible
with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit
compatibility to styhead only.

Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>reproducibility: move repro excludes from AB config.json to meta-oe</title>
<updated>2024-04-29T18:11:51+00:00</updated>
<author>
<name>Yoann Congal</name>
<email>yoann.congal@smile.fr</email>
</author>
<published>2024-04-27T21:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d3751ce994dcc70be3009cbf982983d051c6f6db'/>
<id>urn:sha1:d3751ce994dcc70be3009cbf982983d051c6f6db</id>
<content type='text'>
For now, the known non-reproducible packages list is stored inside the
autobuilder config.json file. This is not ideal. Let's move this list
into each layers of meta-openembedded.

These lists can be used with, in local.conf:
  include conf/include/non-repro-meta-oe.inc
  OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = "${KNOWN_NON_REPRO_META_OE}"

Signed-off-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Acked-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layers: Add styhead to compatible release series</title>
<updated>2024-04-28T15:55:01+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-04-21T18:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1e5ae73fd301865b5da6afc4cfa0e3a7f425363a'/>
<id>urn:sha1:1e5ae73fd301865b5da6afc4cfa0e3a7f425363a</id>
<content type='text'>
styhead is codename for upcoming 5.1 release

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>liberror-perl: move recipe from oe-core</title>
<updated>2024-03-31T15:32:39+00:00</updated>
<author>
<name>Tim Orling</name>
<email>tim.orling@konsulko.com</email>
</author>
<published>2024-03-28T16:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=90668d6fc607d08739e38d47456a0939370fe04d'/>
<id>urn:sha1:90668d6fc607d08739e38d47456a0939370fe04d</id>
<content type='text'>
While this package is deprecated by the upstream maintainer,
we do not know if there are any users in the wider OpenEmbedded
ecosystem, so move the recipe from oe-core to meta-perl.

[YOCTO #15461]

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Prepare for release, drop nanbield LAYERSERIES</title>
<updated>2024-03-17T20:10:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-03-17T02:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a8310f7f31acdf273a3f51a75c74cc957375426e'/>
<id>urn:sha1:a8310f7f31acdf273a3f51a75c74cc957375426e</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Update for the scarthgap release series</title>
<updated>2024-03-16T17:29:31+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-03-08T00:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8186418f5b997c4d38800f952cb966677470c32b'/>
<id>urn:sha1:8186418f5b997c4d38800f952cb966677470c32b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
