<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: yocto toolchain missing python3-pycrypto-native, how automatically not manually add it in toolch in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/yocto-toolchain-missing-python3-pycrypto-native-how/m-p/1273708#M173741</link>
    <description>&lt;P&gt;Hello jin1,&lt;/P&gt;
&lt;P&gt;There is no lite-image in our yocto BSP you must check with your vendor, however Maybe these can help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mail-archive.com/meta-arago@arago-project.org//msg11149.html" rel="nofollow" target="_blank"&gt;https://www.mail-archive.com/meta-arago@arago-project.org//msg11149.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.mail-archive.com/meta-arago@arago-project.org//msg11151.html" rel="nofollow" target="_blank"&gt;https://www.mail-archive.com/meta-arago@arago-project.org//msg11151.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Seems like they've created a python3-pycryptodomex-native recipe that includes python-pycryptodomex.inc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 13:04:04 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2021-05-07T13:04:04Z</dc:date>
    <item>
      <title>yocto toolchain missing python3-pycrypto-native, how automatically not manually add it in toolchain?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-toolchain-missing-python3-pycrypto-native-how/m-p/1273224#M173692</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am playing imx8 both iwave board and maaxboard&amp;nbsp; optee with yocto zeus branch.&lt;/P&gt;&lt;P&gt;after.&amp;nbsp;&lt;SPAN class="s1"&gt;bitbake lite-image -c populate_sdk , I got toolchain ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;but the&amp;nbsp;toolchain missing python3-pycrypto-native, missing&amp;nbsp; Crypto to sign&amp;nbsp; optee ta files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;I check the&amp;nbsp;python3-pycrypto-native is there, no auto put into the toolchain when yocto built it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;tmp/sysroots-components/x86_64/python3-pycrypto-native/usr/lib/python3.7/site-packages/Crypto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;I have to manually copy&amp;nbsp;Crypto into toolchain folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;sudo cp -r /home/rnd2/work/maaxboard/zeus/imx-yocto-bsp/maaxboard/build/tmp/sysroots-components/x86_64/python3-pycrypto-native/usr/lib/python3.7/site-packages/Crypto /opt/fsl-imx-wayland-lite/5.4-zeus/sysroots/x86_64-pokysdk-linux/usr/&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;lib/python3.7/site-packages/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;my question is : how to add something in local.conf or recipe somewhere when building yocto toolchain, the package can be put into it automatically?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;refer question:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/yocto-toolchains-compile-optee-example-code-ModuleNotFoundError/m-p/1227184" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/yocto-toolchains-compile-optee-example-code-ModuleNotFoundError/m-p/1227184&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 18:55:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-toolchain-missing-python3-pycrypto-native-how/m-p/1273224#M173692</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2021-05-06T18:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: yocto toolchain missing python3-pycrypto-native, how automatically not manually add it in toolch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-toolchain-missing-python3-pycrypto-native-how/m-p/1273708#M173741</link>
      <description>&lt;P&gt;Hello jin1,&lt;/P&gt;
&lt;P&gt;There is no lite-image in our yocto BSP you must check with your vendor, however Maybe these can help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mail-archive.com/meta-arago@arago-project.org//msg11149.html" rel="nofollow" target="_blank"&gt;https://www.mail-archive.com/meta-arago@arago-project.org//msg11149.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.mail-archive.com/meta-arago@arago-project.org//msg11151.html" rel="nofollow" target="_blank"&gt;https://www.mail-archive.com/meta-arago@arago-project.org//msg11151.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Seems like they've created a python3-pycryptodomex-native recipe that includes python-pycryptodomex.inc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 13:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-toolchain-missing-python3-pycrypto-native-how/m-p/1273708#M173741</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-05-07T13:04:04Z</dc:date>
    </item>
  </channel>
</rss>

