<?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>i.MX ProcessorsのトピックiMX28 python3 via Yocto 1.6.11</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX28-python3-via-Yocto-1-6-11/m-p/1228256#M169176</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;SYNOPSIS&lt;/STRONG&gt;: A device based on the iMX28 requires updates to installed images created via Digi Embedded Yocto to include Python3 support. Specifically, I am starting with the Digi ConnectCard imx28 JumpStart board and its Yocto ecosystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on a literature review, the Digi support for this platform via the ConnectCard imx28 JumpStart board (i.e. ccardimx28js) appears to stopped in its DEY 1.6.11 release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Working with that constraint, I have attempted &lt;STRONG&gt;unsuccessfully&lt;/STRONG&gt;&amp;nbsp;to include python3 in the Yocto.&amp;nbsp;Is there a way to provide python3 support for ccardimx28js via DEY 1.6.11 (or any more modern DEY that may support this platform that I missed)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's the first steps I tried.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I build by adding the following to my local.conf configuration file for DEY 1.6.11.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IMAGE_INSTALL_append = " python3"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the python 3.3.3 recipes being built, and these recipes appear to succeed. However, the final step to package them into the root file system fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Specifically, the log for the do_rootfs task shows the following errors.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 DEBUG: Executing python function rootfs_process_ignore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 DEBUG: Python function rootfs_process_ignore finished&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 DEBUG: Executing python function rootfs_runtime_mapping&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 DEBUG: Python function rootfs_runtime_mapping finished&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 DEBUG: Executing python function do_rootfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6 NOTE: configuring RPM platform settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7 NOTE: configuring RPM system provides&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8 NOTE: configuring RPM DB settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9 NOTE: configuring Smart settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10 NOTE: Note: adding Smart channel ccardimx28js (65)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11 NOTE: Note: adding Smart channel armv5te (60)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;12 NOTE: Note: adding Smart channel all (55)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;13 NOTE: adding Smart RPM DB channel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14 NOTE: Note: configuring RPM cross-install scriptlet_wrapper&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15 NOTE: ###### Generate rootfs #######&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;16 NOTE: Executing '/home/x/workspace/ccardimx28js/tmp/sysroots/x86_64-linux/usr/bin/createrepo --update -q /home/x/workspace/ccardimx28js/tmp/deploy/rpm/all' ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;17 NOTE: Executing '/home/x/workspace/ccardimx28js/tmp/sysroots/x86_64-linux/usr/bin/createrepo --update -q /home/x/workspace/ccardimx28js/tmp/deploy/rpm/ccardimx28js' ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;SNIP&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;19 NOTE: Installing the following packages: packagegroup-core-ssh-dropbear packagegroup-dey-network run-postinsts smartpm packagegroup-dey-audio curl rpm packagegroup-dey-core python3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20 ERROR: python3 not found in the base feeds (ccardimx28js armv5te-mx28 armv5te armv5e armv5t armv5 armv4t armv4 arm noarch any all).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 22:00:33 GMT</pubDate>
    <dc:creator>jfm</dc:creator>
    <dc:date>2021-02-08T22:00:33Z</dc:date>
    <item>
      <title>iMX28 python3 via Yocto 1.6.11</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX28-python3-via-Yocto-1-6-11/m-p/1228256#M169176</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;SYNOPSIS&lt;/STRONG&gt;: A device based on the iMX28 requires updates to installed images created via Digi Embedded Yocto to include Python3 support. Specifically, I am starting with the Digi ConnectCard imx28 JumpStart board and its Yocto ecosystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on a literature review, the Digi support for this platform via the ConnectCard imx28 JumpStart board (i.e. ccardimx28js) appears to stopped in its DEY 1.6.11 release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Working with that constraint, I have attempted &lt;STRONG&gt;unsuccessfully&lt;/STRONG&gt;&amp;nbsp;to include python3 in the Yocto.&amp;nbsp;Is there a way to provide python3 support for ccardimx28js via DEY 1.6.11 (or any more modern DEY that may support this platform that I missed)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's the first steps I tried.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I build by adding the following to my local.conf configuration file for DEY 1.6.11.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IMAGE_INSTALL_append = " python3"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the python 3.3.3 recipes being built, and these recipes appear to succeed. However, the final step to package them into the root file system fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Specifically, the log for the do_rootfs task shows the following errors.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 DEBUG: Executing python function rootfs_process_ignore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 DEBUG: Python function rootfs_process_ignore finished&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 DEBUG: Executing python function rootfs_runtime_mapping&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 DEBUG: Python function rootfs_runtime_mapping finished&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 DEBUG: Executing python function do_rootfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6 NOTE: configuring RPM platform settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7 NOTE: configuring RPM system provides&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8 NOTE: configuring RPM DB settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9 NOTE: configuring Smart settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10 NOTE: Note: adding Smart channel ccardimx28js (65)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11 NOTE: Note: adding Smart channel armv5te (60)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;12 NOTE: Note: adding Smart channel all (55)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;13 NOTE: adding Smart RPM DB channel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14 NOTE: Note: configuring RPM cross-install scriptlet_wrapper&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15 NOTE: ###### Generate rootfs #######&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;16 NOTE: Executing '/home/x/workspace/ccardimx28js/tmp/sysroots/x86_64-linux/usr/bin/createrepo --update -q /home/x/workspace/ccardimx28js/tmp/deploy/rpm/all' ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;17 NOTE: Executing '/home/x/workspace/ccardimx28js/tmp/sysroots/x86_64-linux/usr/bin/createrepo --update -q /home/x/workspace/ccardimx28js/tmp/deploy/rpm/ccardimx28js' ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;SNIP&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;19 NOTE: Installing the following packages: packagegroup-core-ssh-dropbear packagegroup-dey-network run-postinsts smartpm packagegroup-dey-audio curl rpm packagegroup-dey-core python3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20 ERROR: python3 not found in the base feeds (ccardimx28js armv5te-mx28 armv5te armv5e armv5t armv5 armv4t armv4 arm noarch any all).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 22:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX28-python3-via-Yocto-1-6-11/m-p/1228256#M169176</guid>
      <dc:creator>jfm</dc:creator>
      <dc:date>2021-02-08T22:00:33Z</dc:date>
    </item>
  </channel>
</rss>

