<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-test, branch hardknott-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-12-27T22:44:57+00:00</updated>
<entry>
<title>googletest: Switch branch from master to main</title>
<updated>2021-12-27T22:44:57+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2021-12-16T21:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=944966b53b385495ab6fc020ad3fcc02cbafe211'/>
<id>urn:sha1:944966b53b385495ab6fc020ad3fcc02cbafe211</id>
<content type='text'>
The master branch has been renamed to main in the github repo.

Change-Id: I19e9ea3998cf22508425d87fceb64ae68fbff166
Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update SRC_URI branch and protocols</title>
<updated>2021-11-13T15:45:48+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-11-07T18:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7fbb2767186a4db729efe4f440cc9a992f2ab183'/>
<id>urn:sha1:7fbb2767186a4db729efe4f440cc9a992f2ab183</id>
<content type='text'>
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>pm-qa: fix paths for shell scripts</title>
<updated>2021-08-01T16:28:45+00:00</updated>
<author>
<name>Anastasios Kavoukis</name>
<email>anastasios.kavoukis@arm.com</email>
</author>
<published>2021-07-28T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=24e01c99c4a06a5281fb80a648729c9b9add3091'/>
<id>urn:sha1:24e01c99c4a06a5281fb80a648729c9b9add3091</id>
<content type='text'>
A commit in the repo of pm-qa:

"adf9df9 Fix path to library files and change shebang line"

Changed the text that sed was using to replace relative to
absolute paths.

As a result sed was not effectively finding the text
"source ../include" to replace it, as the sed should be now
searching for ". ../include".

Similarly for "../Switches"

Signed-off-by: Anastasios Kavoukis &lt;anastasios.kavoukis@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 06a93a04efe2c2cbae6de93d07962be4dfa35019)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fwts: upgrade to 21.03.00</title>
<updated>2021-04-17T13:47:18+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2021-04-14T14:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dd632f78e6dfcc40148c6f8f1f30c772bfadc268'/>
<id>urn:sha1:dd632f78e6dfcc40148c6f8f1f30c772bfadc268</id>
<content type='text'>
Rebase the musl patches.

Drop json-c dependency as this is no longer used.

Drop FILES_${PN}-dbg packaging as this happens magically now.

Drop -Wno-error CFLAGS as we patch out -Werror entirely.

Add dtc RDEPENDS as this is needed at runtime.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit b7b0bcb4fed0477ee22066b387c0f49eaa5dc262)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>bats: upgrade 1.1.0 -&gt; 1.3.0</title>
<updated>2021-04-17T13:47:18+00:00</updated>
<author>
<name>Kamil Dziezyk</name>
<email>kamil.dziezyk@arm.com</email>
</author>
<published>2021-04-14T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=650bdf68890a51bb7fd39779b5eec91616a17951'/>
<id>urn:sha1:650bdf68890a51bb7fd39779b5eec91616a17951</id>
<content type='text'>
Add 'pretty' PACKAGECONFIG option with ncurses runtime dependency.
This option allows to display test results with '--formatter pretty|-p'
bats command line option.

Signed-off-by: Kamil Dziezyk &lt;kamil.dziezyk@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit df625750c681365b8ed1fbd746cbe054437395cb)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>catch2: upgrade to 2.13.4</title>
<updated>2021-02-22T07:37:54+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2021-02-20T16:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=07114e58a479a8f85db92ad34957f248f4fc1a0d'/>
<id>urn:sha1:07114e58a479a8f85db92ad34957f248f4fc1a0d</id>
<content type='text'>
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cppunit: add support for native version</title>
<updated>2021-01-14T18:11:15+00:00</updated>
<author>
<name>Adrian Herrera</name>
<email>adrian.herrera@arm.com</email>
</author>
<published>2021-01-14T11:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=502f6b66c41f70d5fcaea71aa2220d8c376f5890'/>
<id>urn:sha1:502f6b66c41f70d5fcaea71aa2220d8c376f5890</id>
<content type='text'>
This is useful for native tools relying on CppUnit to test their
functionality.

Signed-off-by: Adrian Herrera &lt;adrian.herrera@arm.com&gt;
Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cmocka: Fix buils with LTO</title>
<updated>2020-11-09T21:41:02+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-11-09T04:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1b825a6e58898ce18f8f73b0caf4e54c1407b9e1'/>
<id>urn:sha1:1b825a6e58898ce18f8f73b0caf4e54c1407b9e1</id>
<content type='text'>
Update to latest on master
Drop uintptr_t patch, its fixed upstream differently
Package up the new library libproc_uptime.so needed by examples
Add it to INSANE_SKIP for examples

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cmocka: add recipe</title>
<updated>2020-09-28T16:17:18+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2020-09-28T14:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f946444879576d8833493a27a22244530b8644d4'/>
<id>urn:sha1:f946444879576d8833493a27a22244530b8644d4</id>
<content type='text'>
includes ptest and bundling of examples that can be used for testing

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cukinia: new package</title>
<updated>2020-09-11T16:39:23+00:00</updated>
<author>
<name>leckijakub</name>
<email>jakub.lecki@3mdeb.com</email>
</author>
<published>2020-09-11T06:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=65a6ecbab52091f89fcd8a240deea32adeae5647'/>
<id>urn:sha1:65a6ecbab52091f89fcd8a240deea32adeae5647</id>
<content type='text'>
Signed-off-by: leckijakub &lt;jakub.lecki@3mdeb.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
