<?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: imx-gpu-sdk  compile error IMX8MP/IMX8MM/IMX8MQ</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx-gpu-sdk-compile-error-IMX8MP-IMX8MM-IMX8MQ/m-p/1736373#M213772</link>
    <description>&lt;P&gt;An old post, but I hit issue so posting a idea.&lt;BR /&gt;&lt;BR /&gt;The issue is that the recipe appears to change. Looking through the recipe it is not dependent on the date. It has a carriage return at the end. However it is dependent on&amp;nbsp;BB_NUMBER_THREADS which I am varying throughout the build process. This is because some recipes use too much resource and build a lot better if I reduce the available resources.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;So I think it parses and caches the recipe and then only when it builds it does it check that it has not changed. So I think there may be two solutions. Do not vary&amp;nbsp;BB_NUMBER_THREADS&amp;nbsp; when partially building or rebuilding. The second thing that may work is to clean using something like &lt;STRONG&gt;bitbake -c cleansstate&amp;nbsp;imx-gpu-sdk&amp;nbsp;&lt;/STRONG&gt;before the first &lt;STRONG&gt;bitbake&lt;/STRONG&gt; that actually builds it. I think it will reread the recipe using the current&amp;nbsp;BB_NUMBER_THREADS&amp;nbsp; and then build it.&lt;BR /&gt;&lt;BR /&gt;I am testing a build with&amp;nbsp;BB_NUMBER_THREADS changed to be the same when calling bitbake to build it as the first time I call bitbake.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 08:09:06 GMT</pubDate>
    <dc:creator>WilliamBagshaw-imd</dc:creator>
    <dc:date>2023-10-10T08:09:06Z</dc:date>
    <item>
      <title>imx-gpu-sdk  compile error IMX8MP/IMX8MM/IMX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-gpu-sdk-compile-error-IMX8MP-IMX8MM-IMX8MQ/m-p/1217864#M168077</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Hi :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;When compiling Yocto bsp, I encounter imx-gpu-sdk error&amp;nbsp;sometimes. It is useless with below command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bitbake -c cleansstate imx-gpu-sdk;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bitbake imx-gpu-sdk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The only method can work is to rm -rf tmp ,then bitbake the image again. How to fix this error ? I do not want to compile the full image again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: When reparsing /home/abc/L5.4.70/sources/meta-imx/meta-sdk/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_5.6.2.bb:do_compile, the basehash value changed from 512ede71228f99e9c29ae4fecd012c0c4dae1eb5d4137ecb00ec6a3dde209518 to c5e5f9d8db0be4180692c3aef27c64a8e920c03554e7c01a398b1b1b4b7b648d. The metadata is not deterministic and this needs to be fixed.&lt;BR /&gt;ERROR: The following commands may help:&lt;BR /&gt;ERROR: $ bitbake imx-gpu-sdk -cdo_compile -Snone&lt;BR /&gt;ERROR: Then:&lt;BR /&gt;ERROR: $ bitbake imx-gpu-sdk -cdo_compile -Sprintdiff&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 10:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-gpu-sdk-compile-error-IMX8MP-IMX8MM-IMX8MQ/m-p/1217864#M168077</guid>
      <dc:creator>coindu</dc:creator>
      <dc:date>2021-01-20T10:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx-gpu-sdk  compile error IMX8MP/IMX8MM/IMX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-gpu-sdk-compile-error-IMX8MP-IMX8MM-IMX8MQ/m-p/1736373#M213772</link>
      <description>&lt;P&gt;An old post, but I hit issue so posting a idea.&lt;BR /&gt;&lt;BR /&gt;The issue is that the recipe appears to change. Looking through the recipe it is not dependent on the date. It has a carriage return at the end. However it is dependent on&amp;nbsp;BB_NUMBER_THREADS which I am varying throughout the build process. This is because some recipes use too much resource and build a lot better if I reduce the available resources.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;So I think it parses and caches the recipe and then only when it builds it does it check that it has not changed. So I think there may be two solutions. Do not vary&amp;nbsp;BB_NUMBER_THREADS&amp;nbsp; when partially building or rebuilding. The second thing that may work is to clean using something like &lt;STRONG&gt;bitbake -c cleansstate&amp;nbsp;imx-gpu-sdk&amp;nbsp;&lt;/STRONG&gt;before the first &lt;STRONG&gt;bitbake&lt;/STRONG&gt; that actually builds it. I think it will reread the recipe using the current&amp;nbsp;BB_NUMBER_THREADS&amp;nbsp; and then build it.&lt;BR /&gt;&lt;BR /&gt;I am testing a build with&amp;nbsp;BB_NUMBER_THREADS changed to be the same when calling bitbake to build it as the first time I call bitbake.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 08:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-gpu-sdk-compile-error-IMX8MP-IMX8MM-IMX8MQ/m-p/1736373#M213772</guid>
      <dc:creator>WilliamBagshaw-imd</dc:creator>
      <dc:date>2023-10-10T08:09:06Z</dc:date>
    </item>
  </channel>
</rss>

