<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/conf/include, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-01-21T00:35:43+00:00</updated>
<entry>
<title>ptest-packagelists-meta-oe.inc: Add asio</title>
<updated>2025-01-21T00:35:43+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2025-01-14T02:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=afff49a2126cde20d29a9dd9279dddb3c33c3e01'/>
<id>urn:sha1:afff49a2126cde20d29a9dd9279dddb3c33c3e01</id>
<content type='text'>
Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>reproducibility: move repro excludes from AB config.json to meta-oe</title>
<updated>2024-04-30T18:00:33+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=2e25f21f523904908a016259bce092be3cb6bdf1'/>
<id>urn:sha1:2e25f21f523904908a016259bce092be3cb6bdf1</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>pv: Fix ptest failures</title>
<updated>2024-04-14T15:38:43+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-04-13T06:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35b117066f32e7702ece6ff9821b65dacf561a58'/>
<id>urn:sha1:35b117066f32e7702ece6ff9821b65dacf561a58</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ptest-packagelists-meta-oe: jemalloc and oprofile are passing now</title>
<updated>2024-04-14T15:38:42+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-04-12T06:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=92bcaa8c1b5f7e2bdd607eafe59ea2d5799ba7d6'/>
<id>urn:sha1:92bcaa8c1b5f7e2bdd607eafe59ea2d5799ba7d6</id>
<content type='text'>
Move them into PTESTS_FAST_META_OE

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxml++: Delete recipe for 2.42.1</title>
<updated>2024-04-14T15:38:41+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-04-11T22:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bb2979b9adabff19775c422477b7c0a384c9ed48'/>
<id>urn:sha1:bb2979b9adabff19775c422477b7c0a384c9ed48</id>
<content type='text'>
We already have libxml++-5 provided and some of
the dependencies for libxml++ (older version of glibmm)
are not available.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>microsoft-gsl: add new recipe including ptest</title>
<updated>2024-03-28T01:10:41+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2024-03-27T23:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a0a114361758cd07143c6d960dde311479e79d27'/>
<id>urn:sha1:a0a114361758cd07143c6d960dde311479e79d27</id>
<content type='text'>
The Guidelines Support Library (GSL) contains functions
and types that are suggested for use by the C++ Core Guidelines
maintained by the Standard C++ Foundation.
This repo contains Microsoft's implementation of GSL.

Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>fmt: remove unnecessary "inherit ptest" directive</title>
<updated>2024-03-11T04:53:58+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2024-03-10T09:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=58224a65f286e49e593fa829825fdd39afcf817f'/>
<id>urn:sha1:58224a65f286e49e593fa829825fdd39afcf817f</id>
<content type='text'>
Given that the recipe does not provide the standard ptest
infrastructure, remove the superfluous inherit of ptest.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE</title>
<updated>2024-03-05T19:02:03+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-02-29T23:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=092492d68f856660325ad64e5cb76554fbf2be47'/>
<id>urn:sha1:092492d68f856660325ad64e5cb76554fbf2be47</id>
<content type='text'>
It works fine now

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ptest-packagelists-meta-oe.inc: Remove oprofile from PTESTS_PROBLEMS_META_OE</title>
<updated>2024-02-26T16:13:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-02-23T22:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3fe8ea15c3c4aed68b680f97f156eea34fab2457'/>
<id>urn:sha1:3fe8ea15c3c4aed68b680f97f156eea34fab2457</id>
<content type='text'>
Its not in PTESTS_FAST_META_OE

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ptest-packagelists-meta-oe: Remove oprofile for rv32/rv64</title>
<updated>2024-02-22T15:38:42+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-02-22T15:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c558d137d438900519a68a542d1780edfb390fc9'/>
<id>urn:sha1:c558d137d438900519a68a542d1780edfb390fc9</id>
<content type='text'>
oprofile is not ported to riscv yet.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
