<?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中的主题 Re: Error when building Yocto Sumo with Bitbake</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879776#M133385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There wic format similar to the sdcard format. I’m investigating if you can add the sdcard format so you get an .sdcard file as output as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, There is a patch in the works for adding the WKS files to the i.MX8M EVK to the Community BSP. I believe it should be ready soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2019 15:13:51 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2019-03-14T15:13:51Z</dc:date>
    <item>
      <title>Error when building Yocto Sumo with Bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879773#M133382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NXP Community,&lt;/P&gt;&lt;P&gt;I'm trying to build a Yocto image for my imx8mevk machine, but when i use bitbake, I get this errors :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: /home/yha/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-fsl/images/fsl-image-qt5.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard' - possibly invalid type name or missing support class&lt;BR /&gt;ERROR: /home/yha/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-fsl/images/fsl-image-qt5-validation-imx.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard' - possibly invalid type name or missing support class&lt;BR /&gt;ERROR: Failed to parse recipe: /home/yha/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-fsl/images/fsl-image-qt5.bb&lt;BR /&gt;ERROR: /home/yha/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-validation-imx.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard' - possibly invalid type name or missing support class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please ?&lt;/P&gt;&lt;P&gt;I'm using as host machine : ubuntu 18.04 (supported by yocto project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yassine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 16:04:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879773#M133382</guid>
      <dc:creator>yassine_hayou</dc:creator>
      <dc:date>2019-03-08T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error when building Yocto Sumo with Bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879774#M133383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yassine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You configure for another Image type than default. You may try adding them on the local.conf file just to test them although the imx-base.inc is where these variables are originally set.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;conf/machine/include/imx-base.inc&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"&lt;/P&gt;&lt;P&gt;-IMAGE_FSTYPES ?= "ext3 sdcard.gz"&lt;/P&gt;&lt;P&gt;+SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4"&lt;/P&gt;&lt;P&gt;+IMAGE_FSTYPES ?= "ext4 sdcard.gz"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regards&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879774#M133383</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-03-11T19:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error when building Yocto Sumo with Bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879775#M133384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thank you for your answer, but it didn't work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is coming from the image_types_fsl.bbclass in /sources/meta-freescale/classes, because in the Rocko release&amp;nbsp; there's this function&amp;nbsp; IMAGE_CMD_sdcard () and it's&amp;nbsp; written inside that :&amp;nbsp;&lt;/P&gt;&lt;P&gt;bbwarn "The '${MACHINE}' is using the i.MX 'sdcard' image format which is deprecated. This image type is going to be removed in next release so please convert this machine to use the wic tool"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Sumo release in fact the IMAGE_CMD_sdcard () doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea how to convert the machine to wic tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S : If I add the function IMAGE_CMD_sdcard () from the old release to the new one, bitbake parses without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yassine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:35:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879775#M133384</guid>
      <dc:creator>yassine_hayou</dc:creator>
      <dc:date>2019-03-12T09:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error when building Yocto Sumo with Bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879776#M133385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There wic format similar to the sdcard format. I’m investigating if you can add the sdcard format so you get an .sdcard file as output as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, There is a patch in the works for adding the WKS files to the i.MX8M EVK to the Community BSP. I believe it should be ready soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879776#M133385</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-03-14T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error when building Yocto Sumo with Bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879777#M133386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution for my error is to change your default shell to bash;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 09:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-building-Yocto-Sumo-with-Bitbake/m-p/879777#M133386</guid>
      <dc:creator>yassine_hayou</dc:creator>
      <dc:date>2019-03-29T09:29:27Z</dc:date>
    </item>
  </channel>
</rss>

