<?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 imx8 bitbake imx-image-full error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1391897#M185007</link>
    <description>&lt;P&gt;Execute the command bitmake imx-image-full, and the following error occurs. What is a good solution?&amp;nbsp;&lt;/P&gt;&lt;P&gt;error:imx-image-full-1.0-r0 do_rootfs:the postinstall intercep hook 'update_mime_database' failed.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Dec 2021 08:48:16 GMT</pubDate>
    <dc:creator>mollygqs</dc:creator>
    <dc:date>2021-12-25T08:48:16Z</dc:date>
    <item>
      <title>imx8 bitbake imx-image-full error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1391897#M185007</link>
      <description>&lt;P&gt;Execute the command bitmake imx-image-full, and the following error occurs. What is a good solution?&amp;nbsp;&lt;/P&gt;&lt;P&gt;error:imx-image-full-1.0-r0 do_rootfs:the postinstall intercep hook 'update_mime_database' failed.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Dec 2021 08:48:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1391897#M185007</guid>
      <dc:creator>mollygqs</dc:creator>
      <dc:date>2021-12-25T08:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 bitbake imx-image-full error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1392018#M185027</link>
      <description>&lt;P&gt;Please make sure that you have installed all needed&amp;nbsp; Yocto Project host packages&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 02:51:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1392018#M185027</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-12-27T02:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 bitbake imx-image-full error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1393601#M185269</link>
      <description>&lt;P&gt;go&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX" target="_blank" rel="noopener"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fellow&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank" rel="noopener"&gt;i.MX Yocto Project User’s Guide​&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;see&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.2 Host packages&lt;BR /&gt;A Yocto Project build requires that some packages be installed for the build that are documented under the Yocto Project. Go to&lt;BR /&gt;Yocto Project Quick Start and check for the packages that must be installed for your build machine.&lt;BR /&gt;Essential Yocto Project host packages are:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \&lt;BR /&gt;build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \&lt;BR /&gt;xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \&lt;BR /&gt;pylint3 xterm rsync curl&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The configuration tool uses the default version of grep that is on your build machine. If there is a different version of grep in your&lt;BR /&gt;path, it may cause builds to fail. One workaround is to rename the special version to something not containing "grep".&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 01:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1393601#M185269</guid>
      <dc:creator>josephzhou1</dc:creator>
      <dc:date>2022-01-02T01:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 bitbake imx-image-full error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1399490#M185828</link>
      <description>&lt;P&gt;sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \&lt;BR /&gt;build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \&lt;BR /&gt;xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \&lt;BR /&gt;pylint3 xterm rsync curl&lt;/P&gt;&lt;P&gt;I have installed these host packages and I don't quite understand: a different version of grep in your path, it may cause builds to fail.&lt;BR /&gt;Please help me to give a detailed example. Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 14:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1399490#M185828</guid>
      <dc:creator>mollygqs</dc:creator>
      <dc:date>2022-01-14T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 bitbake imx-image-full error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1399526#M185834</link>
      <description>&lt;P&gt;this is only a reminder only if u never install others version of grep then it may be OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can chk it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whereis -b grep&lt;/P&gt;&lt;P&gt;grep: /usr/bin/grep&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have only default grep, means it is OK&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 15:08:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-bitbake-imx-image-full-error/m-p/1399526#M185834</guid>
      <dc:creator>josephzhou1</dc:creator>
      <dc:date>2022-01-14T15:08:16Z</dc:date>
    </item>
  </channel>
</rss>

