<?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 IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077166#M158115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting build error when I tried to build yocto zeus version of imx6ulevk. Can some one help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="test_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt; -b imx-linux-zeus -m imx-5.4.3-1.0.0.xml&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;$ DISTRO=fsl-imx-xwayland MACHINE=imx6ulevk source imx-setup-release.sh -b build-xwayland&lt;/P&gt;&lt;P&gt;$ bitbake core-image-base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;BR /&gt;WARNING: Host distribution "rhel-7.6" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.&lt;BR /&gt;Loading cache: 100% |########################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 4067 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.44.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "rhel-7.6"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6ulevk"&lt;BR /&gt;DISTRO = "fsl-imx-xwayland"&lt;BR /&gt;DISTRO_VERSION = "5.4-zeus"&lt;BR /&gt;TUNE_FEATURES = "arm vfp cortexa7 neon thumb callconvention-hard"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta &lt;BR /&gt;meta-poky = "HEAD:0275e68b0576cdefc19718e4b1977044f9f43f48"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-python = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-freescale = "HEAD:0be39721cea6e04c589a419f4bb07fabd0da6704"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:aea3771baa77e74762358ceb673d407e36637e5f"&lt;BR /&gt;meta-freescale-distro = "HEAD:ca27d12e4964d1336e662bcc60184bbff526c857"&lt;BR /&gt;meta-bsp &lt;BR /&gt;meta-sdk &lt;BR /&gt;meta-ml = "HEAD:435f5e984856a943986491fddd061734a0b9eba5"&lt;BR /&gt;meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"&lt;BR /&gt;meta-rust = "HEAD:5cda04c7c2158fc982502ca1e7893f71e4ca1729"&lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-filesystems = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-qt5 = "HEAD:432ad2aa6c3a13253fefc909faba368851d21fb1"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |###################################################################################################################################| Time: 0:00:02&lt;BR /&gt;Sstate summary: Wanted 83 Found 0 Missed 83 Current 884 (0% match, 91% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Setscene tasks completed&lt;/P&gt;&lt;P&gt;NOTE: Setscene tasks completed&lt;BR /&gt;ERROR: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: The recipe u-boot-imx-mfgtool is trying to install files into a shared area when those files already exist. Those files and their manifest location are:&lt;BR /&gt; /nobackup/sikumar3/zeus_evk/build-xwayland/tmp/deploy/images/imx6ulevk/u-boot-sd-optee-2019.04-r0.imx&lt;BR /&gt; (matched in manifest-imx6ulevk-u-boot-imx.deploy)&lt;BR /&gt;Please verify which recipe should provide the above files.&lt;/P&gt;&lt;P&gt;The build has stopped, as continuing in this scenario WILL break things - if not now, possibly in the future (we've seen builds fail several months later). If the system knew how to recover from this automatically it would, however there are several different scenarios which can result in this and we don't know which one this is. It may be you have switched providers of something like virtual/kernel (e.g. from linux-yocto to linux-yocto-dev), in that case you need to execute the clean task for both recipes and it will resolve this error. It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error, however switching DISTRO_FEATURES on an existing build directory is not supported - you should really clean out tmp and rebuild (reusing sstate should be safe). It could be the overlapping files detected are harmless in which case adding them to SSTATE_DUPWHITELIST may be the correct solution. It could also be your build is including two different conflicting versions of things (e.g. bluez 4 and bluez 5 and the correct solution for that would be to resolve the conflict. If in doubt, please ask on the mailing list, sharing the error and filelist above.&lt;BR /&gt;ERROR: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases.&lt;BR /&gt;ERROR: Logfile of failure stored in: /zeus_evk/build-xwayland/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx-mfgtool/1_2019.04-r0/temp/log.do_deploy.7078&lt;BR /&gt;ERROR: Task /zeus_evk/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb:do_deploy) failed with exit code '1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2020 14:21:01 GMT</pubDate>
    <dc:creator>sikumar3</dc:creator>
    <dc:date>2020-05-26T14:21:01Z</dc:date>
    <item>
      <title>IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077166#M158115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting build error when I tried to build yocto zeus version of imx6ulevk. Can some one help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="test_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt; -b imx-linux-zeus -m imx-5.4.3-1.0.0.xml&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;$ DISTRO=fsl-imx-xwayland MACHINE=imx6ulevk source imx-setup-release.sh -b build-xwayland&lt;/P&gt;&lt;P&gt;$ bitbake core-image-base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;BR /&gt;WARNING: Host distribution "rhel-7.6" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.&lt;BR /&gt;Loading cache: 100% |########################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 4067 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.44.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "rhel-7.6"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6ulevk"&lt;BR /&gt;DISTRO = "fsl-imx-xwayland"&lt;BR /&gt;DISTRO_VERSION = "5.4-zeus"&lt;BR /&gt;TUNE_FEATURES = "arm vfp cortexa7 neon thumb callconvention-hard"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta &lt;BR /&gt;meta-poky = "HEAD:0275e68b0576cdefc19718e4b1977044f9f43f48"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-python = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-freescale = "HEAD:0be39721cea6e04c589a419f4bb07fabd0da6704"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:aea3771baa77e74762358ceb673d407e36637e5f"&lt;BR /&gt;meta-freescale-distro = "HEAD:ca27d12e4964d1336e662bcc60184bbff526c857"&lt;BR /&gt;meta-bsp &lt;BR /&gt;meta-sdk &lt;BR /&gt;meta-ml = "HEAD:435f5e984856a943986491fddd061734a0b9eba5"&lt;BR /&gt;meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"&lt;BR /&gt;meta-rust = "HEAD:5cda04c7c2158fc982502ca1e7893f71e4ca1729"&lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-filesystems = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-qt5 = "HEAD:432ad2aa6c3a13253fefc909faba368851d21fb1"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |###################################################################################################################################| Time: 0:00:02&lt;BR /&gt;Sstate summary: Wanted 83 Found 0 Missed 83 Current 884 (0% match, 91% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Setscene tasks completed&lt;/P&gt;&lt;P&gt;NOTE: Setscene tasks completed&lt;BR /&gt;ERROR: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: The recipe u-boot-imx-mfgtool is trying to install files into a shared area when those files already exist. Those files and their manifest location are:&lt;BR /&gt; /nobackup/sikumar3/zeus_evk/build-xwayland/tmp/deploy/images/imx6ulevk/u-boot-sd-optee-2019.04-r0.imx&lt;BR /&gt; (matched in manifest-imx6ulevk-u-boot-imx.deploy)&lt;BR /&gt;Please verify which recipe should provide the above files.&lt;/P&gt;&lt;P&gt;The build has stopped, as continuing in this scenario WILL break things - if not now, possibly in the future (we've seen builds fail several months later). If the system knew how to recover from this automatically it would, however there are several different scenarios which can result in this and we don't know which one this is. It may be you have switched providers of something like virtual/kernel (e.g. from linux-yocto to linux-yocto-dev), in that case you need to execute the clean task for both recipes and it will resolve this error. It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error, however switching DISTRO_FEATURES on an existing build directory is not supported - you should really clean out tmp and rebuild (reusing sstate should be safe). It could be the overlapping files detected are harmless in which case adding them to SSTATE_DUPWHITELIST may be the correct solution. It could also be your build is including two different conflicting versions of things (e.g. bluez 4 and bluez 5 and the correct solution for that would be to resolve the conflict. If in doubt, please ask on the mailing list, sharing the error and filelist above.&lt;BR /&gt;ERROR: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases.&lt;BR /&gt;ERROR: Logfile of failure stored in: /zeus_evk/build-xwayland/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx-mfgtool/1_2019.04-r0/temp/log.do_deploy.7078&lt;BR /&gt;ERROR: Task /zeus_evk/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb:do_deploy) failed with exit code '1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 14:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077166#M158115</guid>
      <dc:creator>sikumar3</dc:creator>
      <dc:date>2020-05-26T14:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077167#M158116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivakumar Rajachidambaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is most likely due to the Host OS. It looks like you are using Red Hat Linux. The only supported host OS for the i.MX Linux BSP releases is Ubuntu 16.04 or 18.04. (Yocto itself may run in other Linux distributions, but some of the recipes used on the i.MX BSP requires these releases of Ubuntu to work correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible for you to switch your host OS to Ubuntu 16.04 or 18.04?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for the inconvenience.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 16:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077167#M158116</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-05-26T16:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077168#M158117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bitbake fsl-image-mfgtool-initramfs" builds fine in the same RedHat Linux system for Yocto SUMO version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I am not sure why it is not working for Zeus. I will try the same in Ubuntu 16.04!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 17:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077168#M158117</guid>
      <dc:creator>sikumar3</dc:creator>
      <dc:date>2020-05-26T17:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077169#M158118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to build ubuntu 16.04 and getting the below error. Please find the attachment for the complete log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sikumar3@88bc6a04a7a0:~/zeus/build$ lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Ubuntu&lt;BR /&gt;Description: Ubuntu 16.04.6 LTS&lt;BR /&gt;Release: 16.04&lt;BR /&gt;Codename: xenial&lt;BR /&gt;sikumar3@88bc6a04a7a0:~/zeus/build$&lt;BR /&gt;sikumar3@88bc6a04a7a0:~/zeus/build$&lt;BR /&gt;sikumar3@88bc6a04a7a0:~/zeus/build$&lt;BR /&gt;sikumar3@88bc6a04a7a0:~/zeus/build$ bitbake core-image-base&lt;BR /&gt;Loading cache: 100% |####################################################################################| Time: 0:00:02&lt;BR /&gt;Loaded 4067 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.44.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "ubuntu-16.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6ulevk"&lt;BR /&gt;DISTRO = "fsl-imx-xwayland"&lt;BR /&gt;DISTRO_VERSION = "5.4-zeus"&lt;BR /&gt;TUNE_FEATURES = "arm vfp cortexa7 neon thumb callconvention-hard"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta&lt;BR /&gt;meta-poky = "HEAD:0275e68b0576cdefc19718e4b1977044f9f43f48"&lt;BR /&gt;meta-oe&lt;BR /&gt;meta-multimedia&lt;BR /&gt;meta-python = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-freescale = "HEAD:0be39721cea6e04c589a419f4bb07fabd0da6704"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:aea3771baa77e74762358ceb673d407e36637e5f"&lt;BR /&gt;meta-freescale-distro = "HEAD:ca27d12e4964d1336e662bcc60184bbff526c857"&lt;BR /&gt;meta-bsp&lt;BR /&gt;meta-sdk&lt;BR /&gt;meta-ml = "HEAD:435f5e984856a943986491fddd061734a0b9eba5"&lt;BR /&gt;meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"&lt;BR /&gt;meta-rust = "HEAD:5cda04c7c2158fc982502ca1e7893f71e4ca1729"&lt;BR /&gt;meta-gnome&lt;BR /&gt;meta-networking&lt;BR /&gt;meta-filesystems = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-qt5 = "HEAD:432ad2aa6c3a13253fefc909faba368851d21fb1"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |###############################################################################| Time: 0:00:06&lt;BR /&gt;Sstate summary: Wanted 51 Found 0 Missed 51 Current 1221 (0% match, 95% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Setscene tasks completed&lt;BR /&gt;ERROR: core-image-base-1.0-r0 do_image_wic: Execution of '/home/sikumar3/zeus/build/tmp/work/imx6ulevk-poky-linux-gnueabi/core-image-base/1.0-r0/temp/run.do_image_wic.36799' failed with exit code 1:&lt;BR /&gt;INFO: Creating image(s)...&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 36, in get_block_size&lt;BR /&gt; binary_data = fcntl.ioctl(file_obj, 2, struct.pack('I', 0))&lt;BR /&gt;OSError: [Errno 22] Invalid argument&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 95, in __init__&lt;BR /&gt; self.block_size = get_block_size(self._f_image)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 38, in get_block_size&lt;BR /&gt; raise IOError("Unable to determine block size")&lt;BR /&gt;OSError: Unable to determine block size&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/wic", line 525, in &amp;lt;module&amp;gt;&lt;BR /&gt; sys.exit(main(sys.argv[1:]))&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/wic", line 520, in main&lt;BR /&gt; return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/help.py", line 83, in invoke_subcommand&lt;BR /&gt; subcmd[0](args, usage)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/wic", line 220, in wic_create_subcommand&lt;BR /&gt; native_sysroot, options)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/engine.py", line 189, in wic_create&lt;BR /&gt; plugin.do_create()&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/plugins/imager/direct.py", line 86, in do_create&lt;BR /&gt; self.create()&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/plugins/imager/direct.py", line 179, in create&lt;BR /&gt; self._image.prepare(self)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/plugins/imager/direct.py", line 354, in prepare&lt;BR /&gt; imager.kernel_dir, imager.native_sysroot)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/partition.py", line 174, in prepare&lt;BR /&gt; kernel_dir, rootfs_dir, native_sysroot)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/plugins/source/rawcopy.py", line 68, in do_prepare_partition&lt;BR /&gt; sparse_copy(src, dst)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 550, in sparse_copy&lt;BR /&gt; fmap = api(src_fname)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 532, in filemap&lt;BR /&gt; return FilemapFiemap(image, log)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 350, in __init__&lt;BR /&gt; _FilemapBase.__init__(self, image, log)&lt;BR /&gt; File "/home/sikumar3/zeus/sources/poky/scripts/lib/wic/filemap.py", line 98, in __init__&lt;BR /&gt; % (self._image_path, err))&lt;BR /&gt;wic.filemap.Error: cannot get block size for '/home/sikumar3/zeus/build/tmp/deploy/images/imx6ulevk/u-boot.imx': Unable to determine block size&lt;BR /&gt;WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/sikumar3/zeus/build/tmp/work/imx6ulevk-poky-linux-gnueabi/core-image-base/1.0-r0/temp/log.do_image_wic.36799&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 06:19:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077169#M158118</guid>
      <dc:creator>sikumar3</dc:creator>
      <dc:date>2020-06-04T06:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077170#M158119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivakumar Rajachidambaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m sorry to hear you are still encountering problems. Have you installed the requires packages listed on the i.MX Yocto Project User’s Guide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ll try to replicate this error as it does not appear to be a reported issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 20:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077170#M158119</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-06-04T20:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077171#M158120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed all the packages suggested in i.MX Yocto Project User's Guide Rev. L5.4.3_1.0.0, 03/2020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to resolve the above error using the attached patch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am hitting the original issue with&amp;nbsp;&lt;SPAN&gt;fsl-image-mfgtool-initramfs command in Ubuntu 16.04.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake -DDD fsl-image-mfgtool-initramfs&lt;/P&gt;&lt;P&gt;DEBUG: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: Staging files from /home/sikumar3/zeus/build/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx-mfgtool/1_2019.04-r0/deploy-u-boot-imx-mfgtool to /home/sikumar3/zeus/build/tmp/deploy/images/imx6ulevk&lt;BR /&gt;DEBUG: mmc-utils-0.1+gitAUTOINC+aef913e31b-r0 do_populate_sysroot: Executing python function sstate_hardcode_path_unpack&lt;BR /&gt;DEBUG: mmc-utils-0.1+gitAUTOINC+aef913e31b-r0 do_populate_sysroot: Python function sstate_hardcode_path_unpack finished&lt;BR /&gt;DEBUG: mmc-utils-0.1+gitAUTOINC+aef913e31b-r0 do_populate_sysroot: Staging files from /home/sikumar3/zeus/build/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/mmc-utils/0.1+gitAUTOINC+aef913e31b-r0/sysroot-destdir to /home/sikumar3/zeus/build/tmp/sysroots-components/cortexa7t2hf-neon/mmc-utils&lt;BR /&gt;ERROR: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: The recipe u-boot-imx-mfgtool is trying to install files into a shared area when those files already exist. Those files and their manifest location are:&lt;BR /&gt; /home/sikumar3/zeus/build/tmp/deploy/images/imx6ulevk/u-boot-sd-optee-2019.04-r0.imx&lt;BR /&gt; (matched in manifest-imx6ulevk-u-boot-imx.deploy)&lt;BR /&gt;Please verify which recipe should provide the above files.&lt;/P&gt;&lt;P&gt;The build has stopped, as continuing in this scenario WILL break things - if not now, possibly in the future (we've seen builds fail several months later). If the system knew how to recover from this automatically it would, however there are several different scenarios which can result in this and we don't know which one this is. It may be you have switched providers of something like virtual/kernel (e.g. from linux-yocto to linux-yocto-dev), in that case you need to execute the clean task for both recipes and it will resolve this error. It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error, however switching DISTRO_FEATURES on an existing build directory is not supported - you should really clean out tmp and rebuild (reusing sstate should be safe). It could be the overlapping files detected are harmless in which case adding them to SSTATE_DUPWHITELIST may be the correct solution. It could also be your build is including two different conflicting versions of things (e.g. bluez 4 and bluez 5 and the correct solution for that would be to resolve the conflict. If in doubt, please ask on the mailing list, sharing the error and filelist above.&lt;BR /&gt;ERROR: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases.&lt;BR /&gt;DEBUG: u-boot-imx-mfgtool-1_2019.04-r0 do_deploy: Python function sstate_task_postfunc finished&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/sikumar3/zeus/build/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx-mfgtool/1_2019.04-r0/temp/log.do_deploy.57913&lt;BR /&gt;ERROR: Task (/home/sikumar3/zeus/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb:do_deploy) failed with exit code '1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 05:04:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077171#M158120</guid>
      <dc:creator>sikumar3</dc:creator>
      <dc:date>2020-06-05T05:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077172#M158121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivakumar Rajachidambaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m glad that you fixed the original problem with the patch, and thank you for sharing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The odd thing is that I couldn’t reproduce the issue – I was suspecting a problem with the i.MX6UL EVK Machine configuration but I didn’t encountered any errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message seems to be because there were some files already built and changes to the configuration, so it’s recommended to perform a clean. Please try doing a clean and baking again and it should work correctly with your patch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake -c clean core-image-base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(This shouldn’t erase sstate so it shouldn’t take as long as with a clean build directory)&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2020 00:35:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077172#M158121</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-06-06T00:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077173#M158122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;$ bitbake -c clean core-image-base" and baked again. But, it didn't help to resolve the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I&amp;nbsp;am getting the same error message in both&amp;nbsp;RHEL 7.4 and Ubuntu 16.04 (Docker) with&amp;nbsp;&lt;SPAN&gt;fsl-image-mfgtool-initramfs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2020 01:43:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077173#M158122</guid>
      <dc:creator>sikumar3</dc:creator>
      <dc:date>2020-06-06T01:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULEVK: Yocto Zeus build error with fsl-image-mfgtool-initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077174#M158123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get past the error with &lt;SPAN style="color: #51626f; border: 0px; font-size: 14px;"&gt;fsl-image-mfgtool-initramfs&amp;nbsp;&lt;/SPAN&gt;by adding below line in&amp;nbsp;sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSTATE_DUPWHITELIST = "/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether this is the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since i am getting the same error with both RHEL 7.4 and Ubuntu 16.04, is there any way to find out the root cause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 05:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULEVK-Yocto-Zeus-build-error-with-fsl-image-mfgtool/m-p/1077174#M158123</guid>
      <dc:creator>sikumar3</dc:creator>
      <dc:date>2020-06-10T05:51:03Z</dc:date>
    </item>
  </channel>
</rss>

