<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/meta-parsec, branch mickledore</title>
<subtitle>Mirror of git.yoctoproject.org/meta-security.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-security.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-security.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/'/>
<updated>2023-05-09T11:04:46+00:00</updated>
<entry>
<title>meta-parsec/layer.conf: Insert addpylib declaration</title>
<updated>2023-05-09T11:04:46+00:00</updated>
<author>
<name>Peter Hoyes</name>
<email>Peter.Hoyes@arm.com</email>
</author>
<published>2023-04-27T15:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=d7db0a3bd1a8639df7570483f003ce00cbe274a2'/>
<id>urn:sha1:d7db0a3bd1a8639df7570483f003ce00cbe274a2</id>
<content type='text'>
Yocto mickledore introduced the addpylib directive for explicitly adding
layer paths to the PYTHONPATH.

Standalone OEQA test suite discovery does not require this directive but
it is required to import test cases from other layers, e.g. to extend
and modify the test cases.

Signed-off-by: Peter Hoyes &lt;Peter.Hoyes@arm.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Flush caches after OEQA tests</title>
<updated>2023-04-14T15:23:06+00:00</updated>
<author>
<name>Anton Antonov</name>
<email>anton.antonov@arm.com</email>
</author>
<published>2023-04-13T10:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=53c5cc794f44df96c47c614d736c8ccd4f25139f'/>
<id>urn:sha1:53c5cc794f44df96c47c614d736c8ccd4f25139f</id>
<content type='text'>
Make sure that all changes a saved after running the tests.

Signed-off-by: Anton Antonov &lt;Anton.Antonov@arm.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix PACKAGECONFIG check in Parsec OEQA tests</title>
<updated>2023-04-12T11:45:25+00:00</updated>
<author>
<name>Anton Antonov</name>
<email>anton.antonov@arm.com</email>
</author>
<published>2023-04-10T18:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=3b0659d50faceeb8efaef43be5bc86fecaee921c'/>
<id>urn:sha1:3b0659d50faceeb8efaef43be5bc86fecaee921c</id>
<content type='text'>
If PACKAGECONFIG is not defined in local.conf then
its default value is not included in cls.tc.td map.

Signed-off-by: Anton Antonov &lt;Anton.Antonov@arm.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>parsec-service: fix SRC_URI hash</title>
<updated>2023-04-12T11:45:25+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-04-09T15:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=9d21e480531dee0cf13f85f272d7738ff54a93d6'/>
<id>urn:sha1:9d21e480531dee0cf13f85f272d7738ff54a93d6</id>
<content type='text'>
Fixes:
ERROR: Missing SRC_URI checksum, please add those to the recipe:
SRC_URI[parsec-service-1.2.0.sha256sum] = "f58e7ba859c22cc1904dc8298b1a7d94ee1ba3b4d4808f28e4cc0c96ddb149c9"

Needed to S dir too.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;

v2]
Fix patch applying
</content>
</entry>
<entry>
<title>parsec-tool: update SRC_URI hash</title>
<updated>2023-04-12T11:45:25+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-04-09T15:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=3d6ff465cec9111c39b9c4252614f5a65863ce46'/>
<id>urn:sha1:3d6ff465cec9111c39b9c4252614f5a65863ce46</id>
<content type='text'>
FIxes:

ERROR: Missing SRC_URI checksum, please add those to the recipe:
SRC_URI[parsec-tool-0.6.0.sha256sum] = "f51d5d7f0caca1c335324b52482fa5edbf6c9cfd2e6865e5cb22716d52dcb367"

Needed to have the package version included in the name.

Fixes:
ERROR: parsec-tool-0.6.0-r0 do_populate_lic: QA Issue: parsec-tool: LIC_FILES_CHKSUM points to an invalid file:
and
error: manifest path `/home/akuster/oss/clean/poky/build/tmp/work/cortexa53-poky-linux/parsec-tool/0.6.0-r0/parsec-tool-0.6.0//Cargo.toml` does not exist

Set S to CARGO_VENDORING_DIRECTORY/BP to fix the LIC_FILES_CHKSUM and compile errors.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>parsec-service: Update parsec recipes to 1.2.0 and parsec-tool to 0.6.0</title>
<updated>2023-04-12T11:45:24+00:00</updated>
<author>
<name>Gowtham Suresh Kumar</name>
<email>gowtham.sureshkumar@arm.com</email>
</author>
<published>2023-04-06T17:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=f0d1f808b7ef067f9537c4233a7e5a08b88c46ac'/>
<id>urn:sha1:f0d1f808b7ef067f9537c4233a7e5a08b88c46ac</id>
<content type='text'>
Signed-off-by: Gowtham Suresh Kumar &lt;gowtham.sureshkumar@arm.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-parsec: Disable RSA-OAEP OEQA tests for Parsec PKCS11 backend</title>
<updated>2023-04-12T11:45:24+00:00</updated>
<author>
<name>Gowtham Suresh Kumar</name>
<email>gowtham.sureshkumar@arm.com</email>
</author>
<published>2023-04-06T17:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=cdd42956892612d06bb5c2eb2973be4446255fbf'/>
<id>urn:sha1:cdd42956892612d06bb5c2eb2973be4446255fbf</id>
<content type='text'>
Signed-off-by: Gowtham Suresh Kumar &lt;gowtham.sureshkumar@arm.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: update LAYERSERIES_COMPAT for mickledore</title>
<updated>2023-01-04T15:32:16+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2023-01-03T16:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=1550c126ce8bad2dfd91cdc1eea7c295ac7891bb'/>
<id>urn:sha1:1550c126ce8bad2dfd91cdc1eea7c295ac7891bb</id>
<content type='text'>
* oe-core switched to mickedore in:
  https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update PARSEC recipe to latest v1.1.0 release</title>
<updated>2022-10-24T14:27:58+00:00</updated>
<author>
<name>Gowtham Suresh Kumar</name>
<email>gowtham.sureshkumar@arm.com</email>
</author>
<published>2022-10-20T12:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=2aa48e6f4e519abc7d6bd56da2c067309a303e80'/>
<id>urn:sha1:2aa48e6f4e519abc7d6bd56da2c067309a303e80</id>
<content type='text'>
This commit updates the parsec-service to v1.1.0 and the parsec-tool
to v0.5.4.

The buildpaths QA check has been disabled and relevant
issue links have been added to address this.

Signed-off-by: Gowtham Suresh Kumar &lt;gowtham.sureshkumar@arm.com&gt;
</content>
</entry>
<entry>
<title>parsec-service: Update oeqa tests</title>
<updated>2022-08-25T12:17:39+00:00</updated>
<author>
<name>Anton Antonov</name>
<email>Anton.Antonov@arm.com</email>
</author>
<published>2022-08-23T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=2753e73086c86f1065f7dace959c38d1d89fd9c5'/>
<id>urn:sha1:2753e73086c86f1065f7dace959c38d1d89fd9c5</id>
<content type='text'>
Signed-off-by: Anton Antonov &lt;Anton.Antonov@arm.com&gt;
</content>
</entry>
</feed>
