<?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: meta-imx error when building u-boot.imx</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2059766#M234945</link>
    <description>&lt;P&gt;Thanks.&amp;nbsp; I have erased everything except the downloads.&amp;nbsp; I'm assuming I don't have to erase those.&amp;nbsp; The offending line is actually in meta-freescale in uuu_bootloader_tag.classes. The commented out line for UUU_BOOTLOADER_UNTAGGED is the offending line.&amp;nbsp; This line was added in this commit.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Freescale/meta-freescale/commit/4375edbb9da1eb18a46b30a29d2574f06b331a88" target="_blank"&gt;https://github.com/Freescale/meta-freescale/commit/4375edbb9da1eb18a46b30a29d2574f06b331a88&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# Append a tag to the bootloader image used in the SD card image. The tag&lt;BR /&gt;# contains the size of the bootloader image so UUU can easily find the end of&lt;BR /&gt;# the bootloader in the SD card image.&lt;BR /&gt;do_deploy:append() {&lt;BR /&gt;&amp;nbsp; if [ "${UUU_BOOTLOADER}" != "" ]; then&lt;BR /&gt;&amp;nbsp; cp ${DEPLOYDIR}/${UUU_BOOTLOADER} ${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED}&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;cp ${DEPLOYDIR}/${UUU_BOOTLOADER} ${DEPLOYDIR}/${UUU_BOOTLOADER_UNTAGGED&lt;BR /&gt;&amp;nbsp; ln -sf ${UUU_BOOTLOADER_TAGGED} ${DEPLOYDIR}/${UUU_BOOTLOADER}&lt;BR /&gt;&amp;nbsp; stat -L -cUUUBURNXXOEUZX7+A-XY5601QQWWZ%sEND&amp;nbsp; &amp;nbsp;${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED} \&lt;BR /&gt;&amp;nbsp; &amp;gt;&amp;gt; ${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED}&lt;BR /&gt;&amp;nbsp; fi&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 18:12:27 GMT</pubDate>
    <dc:creator>maclark88</dc:creator>
    <dc:date>2025-03-11T18:12:27Z</dc:date>
    <item>
      <title>meta-imx error when building u-boot.imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2058973#M234883</link>
      <description>&lt;P&gt;Bitbake fails with an error during the build of u-boot.imx.&amp;nbsp; The recipe is trying to copy the same file.&amp;nbsp; I am not sure how to get past this.&amp;nbsp; It appears it may be related to tagged vs untagged versions but I can't tell.&lt;BR /&gt;&lt;BR /&gt;Here is a detailed error of what is happening.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;+ [ u-boot.imx != ]&lt;BR /&gt;+ cp /workdir/build/tmp/work/imx6sxdmsba51-poky-linux-gnueabi/u-boot-imx/2022.04-r0/deploy-u-boot-imx/u-boot.imx /workdir/build/tmp/work/imx6sxdmsba51-poky-linux-gnueabi/u-boot-imx/2022.04-r0/deploy-u-boot-imx/u-boot-tagged.imx&lt;/P&gt;&lt;P&gt;+ cp /workdir/build/tmp/work/imx6sxdmsba51-poky-linux-gnueabi/u-boot-imx/2022.04-r0/deploy-u-boot-imx/u-boot.imx /workdir/build/tmp/work/imx6sxdmsba51-poky-linux-gnueabi/u-boot-imx/2022.04-r0/deploy-u-boot-imx/&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cp: '/workdir/build/tmp/work/imx6sxdmsba51-poky-linux-gnueabi/u-boot-imx/2022.04-r0/deploy-u-boot-imx/u-boot.imx' and '/workdir/build/tmp/work/imx6sxdmsba51-poky-linux-gnueabi/u-boot-imx/2022.04-r0/deploy-u-boot-imx/u-boot.imx' &lt;U&gt;&lt;EM&gt;are the same file&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;+ bb_sh_exit_handler&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 19:09:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2058973#M234883</guid>
      <dc:creator>maclark88</dc:creator>
      <dc:date>2025-03-10T19:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: meta-imx error when building u-boot.imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2059706#M234940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You need erase everything about the previous bitbake since it taking the tagged version of uboot and build the correct recipe.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 16:33:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2059706#M234940</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-03-11T16:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: meta-imx error when building u-boot.imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2059766#M234945</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I have erased everything except the downloads.&amp;nbsp; I'm assuming I don't have to erase those.&amp;nbsp; The offending line is actually in meta-freescale in uuu_bootloader_tag.classes. The commented out line for UUU_BOOTLOADER_UNTAGGED is the offending line.&amp;nbsp; This line was added in this commit.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Freescale/meta-freescale/commit/4375edbb9da1eb18a46b30a29d2574f06b331a88" target="_blank"&gt;https://github.com/Freescale/meta-freescale/commit/4375edbb9da1eb18a46b30a29d2574f06b331a88&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# Append a tag to the bootloader image used in the SD card image. The tag&lt;BR /&gt;# contains the size of the bootloader image so UUU can easily find the end of&lt;BR /&gt;# the bootloader in the SD card image.&lt;BR /&gt;do_deploy:append() {&lt;BR /&gt;&amp;nbsp; if [ "${UUU_BOOTLOADER}" != "" ]; then&lt;BR /&gt;&amp;nbsp; cp ${DEPLOYDIR}/${UUU_BOOTLOADER} ${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED}&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;cp ${DEPLOYDIR}/${UUU_BOOTLOADER} ${DEPLOYDIR}/${UUU_BOOTLOADER_UNTAGGED&lt;BR /&gt;&amp;nbsp; ln -sf ${UUU_BOOTLOADER_TAGGED} ${DEPLOYDIR}/${UUU_BOOTLOADER}&lt;BR /&gt;&amp;nbsp; stat -L -cUUUBURNXXOEUZX7+A-XY5601QQWWZ%sEND&amp;nbsp; &amp;nbsp;${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED} \&lt;BR /&gt;&amp;nbsp; &amp;gt;&amp;gt; ${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED}&lt;BR /&gt;&amp;nbsp; fi&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 18:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/meta-imx-error-when-building-u-boot-imx/m-p/2059766#M234945</guid>
      <dc:creator>maclark88</dc:creator>
      <dc:date>2025-03-11T18:12:27Z</dc:date>
    </item>
  </channel>
</rss>

