<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/conf/include/ptest-packagelists-meta-oe.inc, branch whinlatter</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-11-19T20:01:14+00:00</updated>
<entry>
<title>mariadb: skip failing test on musl</title>
<updated>2025-11-19T20:01:14+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-11-19T18:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=940c916c74cb3df3ea93c518e30052281a6a04dc'/>
<id>urn:sha1:940c916c74cb3df3ea93c518e30052281a6a04dc</id>
<content type='text'>
There is a timezone related ptest that fails using musl-libc.
This has been reported to the mariadb developers[1], who came up with
the backported patch that's the subject of this change.

This patch skips the timezone related tests with musl, in case the
testcase uses a timezone that behaves differently with musl than on
other platforms.

[1]: https://jira.mariadb.org/browse/MDEV-38029

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libplist: add ptest support</title>
<updated>2025-11-19T17:41:30+00:00</updated>
<author>
<name>Ankur Tyagi</name>
<email>ankur.tyagi85@gmail.com</email>
</author>
<published>2025-11-19T10:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a16c3b3c6b091550407ccc5bc879331880291d7e'/>
<id>urn:sha1:a16c3b3c6b091550407ccc5bc879331880291d7e</id>
<content type='text'>
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>audiofile: add ptest support</title>
<updated>2025-11-14T15:36:55+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-11-14T08:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=85ded08df0ad850928eea9919674161d94da5454'/>
<id>urn:sha1:85ded08df0ad850928eea9919674161d94da5454</id>
<content type='text'>
It's under 15 seconds to execute it.

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mariadb: move from PTESTS_PROBLEMS list to PTESTS_SLOW</title>
<updated>2025-11-07T00:00:52+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-11-06T12:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d4e75e2bbd67db80db2f8e25e8f7a22fd2280458'/>
<id>urn:sha1:d4e75e2bbd67db80db2f8e25e8f7a22fd2280458</id>
<content type='text'>
The tests are executing and passing fine using glibc.
It takes a bit more than 5 minutes to run them.

When using musl, the timezone tests fail due to the different ways
glibc and musl handle posix timezones. It have been reported
upstream: https://jira.mariadb.org/browse/MDEV-38029

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>imagemagick: adds ptest for imagemagick</title>
<updated>2025-11-07T00:00:52+00:00</updated>
<author>
<name>AshishKumar Mishra</name>
<email>ashishkumar.mishra@bmwtechworks.in</email>
</author>
<published>2025-11-06T09:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=96b97c0c6490b713b559a4e82bd699a2ebe357d3'/>
<id>urn:sha1:96b97c0c6490b713b559a4e82bd699a2ebe357d3</id>
<content type='text'>
The logic used is :
- We check if the required tools are present or not
- We used magick to create an raw RGB file
- The created RGB is then converted to PNG using convert
- We re-gerenate RGB from PNG and compare the original and re-generated RGB
- Enabled the ptest in ptest-packagelists-meta-oe.inc as
  suggested by Gyorgy Sarvari and incorporated logging suggestion
- This was done as standard imagemagick test like drawtest requires manual
  internetion to verify the file

Signed-off-by: AshishKumar Mishra &lt;ashishkumar.mishra@bmwtechworks.in&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mbedtls: upgrade 3.6.4 -&gt; 3.6.5</title>
<updated>2025-11-05T00:52:47+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-11-03T20:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=008d12eddeca7ae21cb8f6fcd548d431f46d3685'/>
<id>urn:sha1:008d12eddeca7ae21cb8f6fcd548d431f46d3685</id>
<content type='text'>
Contains fixes for CVE-2025-54764 and CVE-2025-59438

Also, add the recipe to the ptest image list, because it was missing.
Ptests passed successfully.

Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.5

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libdbi-perl: from from PTESTS_PROBLEMS list to PTESTS_FAST</title>
<updated>2025-11-02T22:45:19+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-11-02T17:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1b1efe5db7a3836975ee7eebe67ffefb8b5a041f'/>
<id>urn:sha1:1b1efe5db7a3836975ee7eebe67ffefb8b5a041f</id>
<content type='text'>
The tests are supposed to work now - they were not moved to the correct
ptest list with the last update.

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: add ptest support</title>
<updated>2025-10-17T15:32:03+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-10-17T12:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f955474be2bfb8f345147bd4d9aac6364a0af25b'/>
<id>urn:sha1:f955474be2bfb8f345147bd4d9aac6364a0af25b</id>
<content type='text'>
The tests take single digit seconds to execute.

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>utf8proc: add new recipe with ptest</title>
<updated>2025-09-05T01:11:00+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2025-09-04T22:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fd609bef6dff3b31d353568641edf63af95e6d26'/>
<id>urn:sha1:fd609bef6dff3b31d353568641edf63af95e6d26</id>
<content type='text'>
It is needed for poco 1.14+
Ptest runs for less than a second.

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>meta-oe: Move tests out or into problematic test lists</title>
<updated>2025-04-12T17:06:23+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-04-12T14:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=90383092e1db97b9dad045b964e067db63a51b96'/>
<id>urn:sha1:90383092e1db97b9dad045b964e067db63a51b96</id>
<content type='text'>
This is based on current results

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