<?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: Building eIQ software support using Yocto Project tools with imx 6 quad in eIQ Machine Learning Software</title>
    <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918449#M5</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xotjrrl@naver.com" rel="nofollow noopener noreferrer" target="_blank"&gt;xotjrrl@naver.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;I just faced the same error as yours and I solved it replacing "_mx8" with "_mx6" in the following lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PACKAGECONFIG_remove_pn-opencv_mx6 = "python3"
PACKAGECONFIG_append_pn-opencv_mx6 = " dnn python2 qt5 jasper openmp test neon"
PACKAGECONFIG_remove_pn-opencv_mx6 = "opencl"
‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 13:18:22 GMT</pubDate>
    <dc:creator>andrea_tomasset</dc:creator>
    <dc:date>2019-11-19T13:18:22Z</dc:date>
    <item>
      <title>Building eIQ software support using Yocto Project tools with imx 6 quad</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918446#M2</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to test NXP eIQ™ Machine Learning Software Development with imx 6 quad, but error occurred when yocto build&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(bitbake fsl-image-qt5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I changed&amp;nbsp;MACHINE&amp;nbsp; option&amp;nbsp;&amp;nbsp;imx8qmmek -&amp;gt;&amp;nbsp;imx6qsabreauto in local.conf file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(when&amp;nbsp;MACHINE&amp;nbsp;option is imx8qmmek, bitbake is successed.)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;don't have imx8 board yet. So before get&amp;nbsp;imx8, i want to try eIQ™ Machine Learning with&amp;nbsp;imx 6 quad.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how can&amp;nbsp;I build NXP eIQ software support using Yocto Project tools with imx 6 quad(imx6qsabreauto)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;os&amp;nbsp;: ubuntu 16.04&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;referenced doc :&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/nxp/user-guides/UM11226.pdf" style="color: #2989c5; text-decoration: none;"&gt;https://www.nxp.com/docs/en/nxp/user-guides/UM11226.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;&amp;nbsp;local.conf &amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;MACHINE ??= 'imx6qsabreauto' (my source code)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//MACHINE ??= 'imx8qmmek'&amp;nbsp; (eIQ document' source code)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;DISTRO ?= 'fsl-imx-xwayland'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PATCHRESOLVE = "noop"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;BB_DISKMON_DIRS ??= "\&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;STOPTASKS,/tmp,100M,100K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ABORT,${TMPDIR},100M,1K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ABORT,${DL_DIR},100M,1K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ABORT,/tmp,10M,1K"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;EXTRA_IMAGE_FEATURES = " dev-pkgs debug-tweaks tools-debug tools-sdk ssh-server-openssh"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " net-tools iputils dhcpcd"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " which gzip python python-pip"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " wget cmake gtest git zlib patchelf"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " nano grep vim tmux swig tar unzip"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " parted e2fsprogs e2fsprogs-resize2fs"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " opencv python-opencv"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGECONFIG_remove_pn-opencv_mx8 = "python3"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGECONFIG_append_pn-opencv_mx8 = " dnn python2 qt5 jasper openmp test neon"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGECONFIG_remove_pn-opencv_mx8 = "opencl"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PACKAGECONFIG_remove_pn-arm-compute-library = "opencl"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake nativesdk-make"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_append = " arm-compute-library tensorflow tensorflow-lite armnn onnxruntime"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PREFERRED_VERSION_opencv = "4.0.1%"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PREFERRED_VERSION_tensorflow = "1.12.0%"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PREFERRED_VERSION_tensorflow-lite = "1.12.0%"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;&amp;nbsp;error code &amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user00@wnserver1:~/ki2/fsl-arm-yocto-bsp/buildxwayland$ bitbake fsl-image-qt5&lt;BR /&gt;Parsing recipes: 100% |##########################################| Time: 0:06:11&lt;BR /&gt;Parsing of 2577 .bb files complete (0 cached, 2577 parsed). 3499 targets, 223 skipped, 8 masked, 0 errors.&lt;/P&gt;&lt;P&gt;NOTE: Resolving any missing task queue dependencies&lt;BR /&gt;&lt;STRONG&gt;ERROR: Nothing RPROVIDES 'tensorflow' (but /home/user00/ki/fsl-arm-yocto-bsp/sou rces/meta-fsl-bsp-release/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-fsl/imag es/fsl-image-qt5.bb RDEPENDS on or otherwise requires it)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;tensorflow was skipped: incompatible with machine imx6qpsabreauto (not in COMPAT IBLE_MACHINE)&lt;/STRONG&gt;&lt;BR /&gt;NOTE: Runtime target 'tensorflow' is unbuildable, removing...&lt;BR /&gt;&lt;STRONG&gt;Missing or unbuildable dependency chain was: ['tensorflow']&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Required build target 'fsl-image-qt5' has no buildable providers.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Missing or unbuildable dependency chain was: ['fsl-image-qt5', 'tensorflow']&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 05:02:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918446#M2</guid>
      <dc:creator>xotjrrl</dc:creator>
      <dc:date>2019-07-15T05:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Building eIQ software support using Yocto Project tools with imx 6 quad</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918447#M3</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xotjrrl@naver.com"&gt;xotjrrl@naver.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try adding imx6 as a compatible machine on TensorFlow recipe as only imx8qm is supported in the recipe at this time. &lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/meta-imx-machinelearning/tree/recipes-libraries/tensorflow/tensorflow_1.12.0.bb?h=sumo" title="https://source.codeaurora.org/external/imx/meta-imx-machinelearning/tree/recipes-libraries/tensorflow/tensorflow_1.12.0.bb?h=sumo"&gt;tensorflow_1.12.0.bb\tensorflow\recipes-libraries - meta-imx-machinelearning - i.MX Yocto Project Machine Learning Layer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class=""&gt;COMPATIBLE_MACHINE&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"(imx8qm|imx6q)"&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that imx6* processors were not tested with the eIQ release.&lt;BR /&gt;Let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vanessa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 13:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918447#M3</guid>
      <dc:creator>vanessa_maegima</dc:creator>
      <dc:date>2019-07-15T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Building eIQ software support using Yocto Project tools with imx 6 quad</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918448#M4</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm appreciate your fast feedback, and solved problem.&lt;/P&gt;&lt;P&gt;But new error is occured which is related to "python-opencv".&lt;/P&gt;&lt;P&gt;I tried to find "&lt;SPAN&gt;python-opencv" in my yocto directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found "opencv" related bb files, but couldn't find "python-opencv".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I fix this new problem?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Resolving any missing task queue dependencies&lt;BR /&gt;ERROR: Nothing RPROVIDES 'python-opencv' (but /home/user00/ki/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-fsl/images/fsl-image-qt5.bb RDEPENDS on or otherwise requires it)&lt;BR /&gt;NOTE: Runtime target 'python-opencv' is unbuildable, removing...&lt;BR /&gt;Missing or unbuildable dependency chain was: ['python-opencv']&lt;BR /&gt;ERROR: Required build target 'fsl-image-qt5' has no buildable providers.&lt;BR /&gt;Missing or unbuildable dependency chain was: ['fsl-image-qt5', 'python-opencv']&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 23:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918448#M4</guid>
      <dc:creator>xotjrrl</dc:creator>
      <dc:date>2019-07-15T23:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Building eIQ software support using Yocto Project tools with imx 6 quad</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918449#M5</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xotjrrl@naver.com" rel="nofollow noopener noreferrer" target="_blank"&gt;xotjrrl@naver.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;I just faced the same error as yours and I solved it replacing "_mx8" with "_mx6" in the following lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PACKAGECONFIG_remove_pn-opencv_mx6 = "python3"
PACKAGECONFIG_append_pn-opencv_mx6 = " dnn python2 qt5 jasper openmp test neon"
PACKAGECONFIG_remove_pn-opencv_mx6 = "opencl"
‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 13:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/Building-eIQ-software-support-using-Yocto-Project-tools-with-imx/m-p/918449#M5</guid>
      <dc:creator>andrea_tomasset</dc:creator>
      <dc:date>2019-11-19T13:18:22Z</dc:date>
    </item>
  </channel>
</rss>

