<?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 Re: Imx8 multilib Yocto build fails in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913628#M137572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar issue trying to get multilib working &amp;nbsp; &lt;A _jive_internal="true" href="https://community.nxp.com/thread/505289"&gt;see &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2019 20:57:54 GMT</pubDate>
    <dc:creator>davidvescovi</dc:creator>
    <dc:date>2019-06-13T20:57:54Z</dc:date>
    <item>
      <title>Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913627#M137571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty new to build yocto project. Therefore I carefully followed the instructions in the&amp;nbsp;i.MX Yocto Project User's Guide (Rev. L4.14.98-2.0.0_ga, 04/2019) about setting up the environment and use the correct Distro and machine config for imx8m quad eval kit.&lt;/P&gt;&lt;P&gt;I managed to complie the 'fsl-image-qt5-validation-imx' image using DISTRO="fsl-imx-wayland" MACHINE="imx8mqevk".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I realized that I need 32bit libs aswell since not all my applications can be compiled to 64bit environment. So I followed the instructions to configure the multilib environment.&lt;/P&gt;&lt;P&gt;But unfornutely I ran into a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;ERROR: rapidjson-1.1.0+gitAUTOINC+e5635fb27f-r0 do_package: QA Issue: rapidjson: Files/directories were installed but not shipped in any package:&lt;BR /&gt; /usr/lib&lt;BR /&gt; /usr/lib/cmake&lt;BR /&gt; /usr/lib/pkgconfig&lt;BR /&gt; /usr/lib/cmake/RapidJSON&lt;BR /&gt; /usr/lib/cmake/RapidJSON/RapidJSONConfig.cmake&lt;BR /&gt; /usr/lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake&lt;BR /&gt; /usr/lib/pkgconfig/RapidJSON.pc&lt;BR /&gt;Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.&lt;BR /&gt;rapidjson: 7 installed and not shipped files. [installed-vs-shipped]&lt;BR /&gt;ERROR: rapidjson-1.1.0+gitAUTOINC+e5635fb27f-r0 do_package: Fatal QA errors found, failing task.&lt;BR /&gt;ERROR: rapidjson-1.1.0+gitAUTOINC+e5635fb27f-r0 do_package: Function failed: do_package&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/nng/imx-yocto-bsp/build-wayland/tmp/work/aarch64-poky-linux/rapidjson/1.1.0+gitAUTOINC+e5635fb27f-r0/temp/log.do_package.17579&lt;BR /&gt;ERROR: Task (/home/nng/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb:do_package) failed with exit code '1'&lt;BR /&gt;ERROR: devil-1.8.0-r0 do_package: QA Issue: devil: Files/directories were installed but not shipped in any package:&lt;BR /&gt; /usr/lib/libIL.so&lt;BR /&gt; /usr/lib/libILUT.so&lt;BR /&gt; /usr/lib/libILU.so&lt;BR /&gt; /usr/lib/pkgconfig&lt;BR /&gt; /usr/lib/pkgconfig/ILUT.pc&lt;BR /&gt; /usr/lib/pkgconfig/ILU.pc&lt;BR /&gt; /usr/lib/pkgconfig/IL.pc&lt;BR /&gt;Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.&lt;BR /&gt;devil: 7 installed and not shipped files. [installed-vs-shipped]&lt;BR /&gt;ERROR: devil-1.8.0-r0 do_package: Fatal QA errors found, failing task.&lt;BR /&gt;ERROR: devil-1.8.0-r0 do_package: Function failed: do_package&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/nng/imx-yocto-bsp/build-wayland/tmp/work/imx8mqevk-poky-linux/devil/1.8.0-r0/temp/log.do_package.17582&lt;BR /&gt;ERROR: Task (/home/nng/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-graphics/devil/devil_1.8.0.bb:do_package) failed with exit code '1'&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So two packages are failing in do_package phase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/home/nng/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb:do_package&lt;BR /&gt; /home/nng/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-graphics/devil/devil_1.8.0.bb:do_package&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And the imx-gpu-sdk-5.3.0 fails at do_compile phase because the libIL is unavailable. It's should be in the devil_1.8.0 package but it failed previously. I manually checked in the 'tmp' dir, libIL.so exists but might not be copied into the correct folder.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/ld: cannot find -lIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/nng/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_5.3.0.bb:do_compile&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm trying to figure out what should be added to the .bb files but no success so far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does anyone have any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913627#M137571</guid>
      <dc:creator>gabor_jakli</dc:creator>
      <dc:date>2019-06-12T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913628#M137572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar issue trying to get multilib working &amp;nbsp; &lt;A _jive_internal="true" href="https://community.nxp.com/thread/505289"&gt;see &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 20:57:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913628#M137572</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2019-06-13T20:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913629#M137573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gábor Jákli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to bake the lib32-devil package, but the regular devil package is showing the same error you are seeing.&lt;/P&gt;&lt;P&gt;There seems to be a problem with the directories for the original recipe. A workaround you can see in some forums is adding the following line to force to include these files on the created image. You would need to add it on the sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-graphics/devil/devil_1.8.0.bb recipe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line is:&lt;/P&gt;&lt;P&gt;FILES_${PN} += "${libdir}/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which for some reason is not working correctly. You may force bitbake to ship the files to a specific directory as a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 15:47:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913629#M137573</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-07-02T15:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913630#M137574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I had the same issue and resolved it by adding the line below to the "rapidjson_git.bb" and "devil_1.8.0.bb" files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;FILES_${PN} += "usr/lib "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;FILES_${PN} = "${libdir} "&lt;BR /&gt;&lt;STRONG&gt;FILES_${PN} += "usr/lib "&lt;/STRONG&gt;&lt;BR /&gt;FILES_${PN}-dev = "${includedir}/IL"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hope this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Jonners.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 13:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913630#M137574</guid>
      <dc:creator>jonners_guttman</dc:creator>
      <dc:date>2019-07-10T13:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913631#M137575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;FILES_${PN} += "usr/lib "&amp;nbsp; can fixed rapidjson and devil build issue,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;but&amp;nbsp;&lt;SPAN style="color: #51626f;"&gt;imx-gpu-sdk-5.3.0 still fails.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; background-color: #ffffff;"&gt;Any solution for this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 16:45:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/913631#M137575</guid>
      <dc:creator>jrtigerlee</dc:creator>
      <dc:date>2020-05-12T16:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/1237207#M170064</link>
      <description>&lt;P&gt;Did you solve this problem? I have same issue only when build yocto&lt;SPAN&gt;&amp;nbsp;L4.14.98-2.0.0&amp;nbsp;&lt;/SPAN&gt;with multilib support.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FILES_${PN} += "usr/lib"&amp;nbsp; c&lt;/STRONG&gt;ould only solve the devil issue&lt;/P&gt;&lt;P&gt;but not for imx-gpu-sdk&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;| aarch64-poky-linux-g++ --sysroot=/home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/recipe-sysroot -s -o Window101_Wayland -Wl,-O1 -Wl,--hash-style=gnu -Wl,--&lt;BR /&gt;as-needed -pthread build/Yocto/obj_Wayland/Release/source/Window101.o build/Yocto/obj_Wayland/Release/source/Window101_Register.o /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/&lt;BR /&gt;imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslDemoApp/Window/build/Yocto/obj_Wayland/Release/libFslDemoApp.Window.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r&lt;BR /&gt;0/git/DemoFramework/FslDemoApp/Util/Graphics/build/Yocto/obj/Release/libFslDemoApp.Util.Graphics.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFra&lt;BR /&gt;mework/FslDemoHost/Window/build/Yocto/obj_Wayland/Release/libFslDemoHost.Window.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslDemoPla&lt;BR /&gt;tform/build/Yocto/obj/Release/libFslDemoPlatform.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslDemoHost/Base/build/Yocto/obj/Release/&lt;BR /&gt;libFslDemoHost.Base.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslNativeWindow/Platform/build/Yocto/obj_Wayland/Release/libFslNativeW&lt;BR /&gt;indow.Platform.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/ThirdParty/Mmdc/build/Yocto/obj/Release/libMmdc.a /home/ycyao/imx-yocto-bsp/build-dm421a/&lt;BR /&gt;tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslDemoApp/Base/build/Yocto/obj/Release/libFslDemoApp.Base.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-lin&lt;BR /&gt;ux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslService/Impl/build/Yocto/obj/Release/libFslService.Impl.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/Dem&lt;BR /&gt;oFramework/FslDemoApp/Shared/build/Yocto/obj/Release/libFslDemoApp.Shared.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslNativeWindow/&lt;BR /&gt;Base/build/Yocto/obj/Release/libFslNativeWindow.Base.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslGraphics/build/Yocto/obj/Release/l&lt;BR /&gt;ibFslGraphics.a /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslService/Consumer/build/Yocto/obj/Release/libFslService.Consumer.a /home/y&lt;BR /&gt;cyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/git/DemoFramework/FslBase/build/Yocto/obj/Release/libFslBase.a -lIL -lwayland-cursor -lwayland-client -lm -ldl -Wl,--&lt;BR /&gt;library-path=/home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/recipe-sysroot/usr/lib,-rpath-link=/home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-&lt;BR /&gt;poky-linux/imx-gpu-sdk/5.3.0-r0/recipe-sysroot/usr/lib&lt;BR /&gt;| /home/ycyao/imx-yocto-bsp/build-dm421a/tmp/work/aarch64-mx8mm-poky-linux/imx-gpu-sdk/5.3.0-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/7.3&lt;BR /&gt;.0/ld: cannot find -lIL&lt;BR /&gt;| collect2: error: ld returned 1 exit status&lt;BR /&gt;| GNUmakefile_Yocto:167: recipe for target 'Window101_Wayland' failed&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 02 Mar 2021 03:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/1237207#M170064</guid>
      <dc:creator>YCYao</dc:creator>
      <dc:date>2021-03-02T03:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8 multilib Yocto build fails</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/1889491#M225143</link>
      <description>&lt;P&gt;Did imx-gpu-sdk issue resolved or not ?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 12:29:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8-multilib-Yocto-build-fails/m-p/1889491#M225143</guid>
      <dc:creator>goudam</dc:creator>
      <dc:date>2024-06-18T12:29:00Z</dc:date>
    </item>
  </channel>
</rss>

