<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-extended/secure-obj/secure-obj.inc, branch rework-kernel-recipes</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=rework-kernel-recipes</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=rework-kernel-recipes'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2022-12-15T03:47:18+00:00</updated>
<entry>
<title>Switch NXP QorIQ repositories to github.com</title>
<updated>2022-12-15T03:47:18+00:00</updated>
<author>
<name>Jun Zhu</name>
<email>junzhu@nxp.com</email>
</author>
<published>2022-12-15T03:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6'/>
<id>urn:sha1:db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6</id>
<content type='text'>
Fetch QorIQ's source code from github.com/nxp-qoriq,
as original source.codeaurora.org/external/qoriq will
stop to access from April 2023.

Signed-off-by: Jun Zhu &lt;junzhu@nxp.com&gt;
</content>
</entry>
<entry>
<title>secure-obj: update to 5ff1231</title>
<updated>2021-10-15T14:11:36+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2021-10-14T08:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=dc6ada8f9515e92bfdc7e5e2c18ccef87b6e80f8'/>
<id>urn:sha1:dc6ada8f9515e92bfdc7e5e2c18ccef87b6e80f8</id>
<content type='text'>
New commits:
5ff1231 securekeydev: install securekeydev.ko
e3f9432 fota_secboot: fix compilation warnings
6e0b018 LF-3046: Fix for certificate generation failure
8bd117e LF-3045: Fix for signature generation failure

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>layer: Convert to new override syntax</title>
<updated>2021-08-12T17:08:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-02T18:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=59d36c9832702989bfcca8a5af29fb2dff01efcc'/>
<id>urn:sha1:59d36c9832702989bfcca8a5af29fb2dff01efcc</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>secure-obj: DEPENDS python3-pycryptodomex-native</title>
<updated>2020-12-17T12:34:04+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-17T03:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f94c73957ef81a8baec241dffa5c3100221bb07f'/>
<id>urn:sha1:f94c73957ef81a8baec241dffa5c3100221bb07f</id>
<content type='text'>
Fix:
| File "/usr/include/optee/export-user_ta/scripts/sign_encrypt.py", line 131, in main
|   from Cryptodome.Signature import pss
| ModuleNotFoundError: No module named 'Cryptodome'

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>secure-obj: DEPENDS python3-pycryptodome-native</title>
<updated>2020-12-16T11:39:41+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-15T06:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8358331febd6a96c3df0c54c86a47da036a84c25'/>
<id>urn:sha1:8358331febd6a96c3df0c54c86a47da036a84c25</id>
<content type='text'>
PyCryptodome is "an almost drop-in replacement for the old PyCrypto library"
and installs under "Crypto" package. In cases when both PyCryptodome and old
PyCrypto are needed, there's PyCryptodomeX that installs under own name as
"Cryptodome" package.

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>secure-obj: update to 71a6eb3</title>
<updated>2020-12-16T11:39:41+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-15T06:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=35866fca57ee59c18d6dbfa8b3c9df8bd89c98d3'/>
<id>urn:sha1:35866fca57ee59c18d6dbfa8b3c9df8bd89c98d3</id>
<content type='text'>
New commits:
71a6eb3 TA: correct TEE_CreatePersistentObject function
27d8249 fota_secboot: Initial release.

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>secure-obj: update to fb179a8</title>
<updated>2020-05-06T18:52:35+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-04-20T01:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1067743b65e9960c686154aa29155c62f039df9f'/>
<id>urn:sha1:1067743b65e9960c686154aa29155c62f039df9f</id>
<content type='text'>
Upgrade secure-obj to fb179a8 containing just:
fb179a8 Bug: Fix for PLATSEC-969
since update for LSDK-19.09

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
(cherry picked from commit 41a8c80efe5c197a21433aa48d9038898c636054)
</content>
</entry>
<entry>
<title>secure-obj: update to python3-pycrypto-native dependency</title>
<updated>2020-02-11T13:49:39+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2020-02-11T08:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2296621bf78faed65b6813c1f6df167cb3c34fa4'/>
<id>urn:sha1:2296621bf78faed65b6813c1f6df167cb3c34fa4</id>
<content type='text'>
Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
<entry>
<title>recipes-extended: update recipes to use python3</title>
<updated>2020-01-23T20:51:00+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.zhizhikin@leica-geosystems.com</email>
</author>
<published>2020-01-22T10:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=08063be6fa9a4f8541eca8e92e5f678ed3234fdd'/>
<id>urn:sha1:08063be6fa9a4f8541eca8e92e5f678ed3234fdd</id>
<content type='text'>
Pythin2 is EOL and has been dropped on oe-core, therefore previous
classes are not available anymore.

Update recipes to inherit new python3 classes.

Signed-off-by: Andrey Zhizhikin &lt;andrey.zhizhikin@leica-geosystems.com&gt;
</content>
</entry>
<entry>
<title>secure-obj: update recipes</title>
<updated>2019-09-04T21:33:08+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-07-26T07:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d17f1008708987b9cc75e075241e07882ad89289'/>
<id>urn:sha1:d17f1008708987b9cc75e075241e07882ad89289</id>
<content type='text'>
*drop Python dependency in RDEPENDS
*mp_verify and *_app will be install

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
</feed>
