<?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: Multilib Support on IMX8MP Hardknott</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1610098#M202374</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;After investigating with team, the problem was caused by the package management. Multilib is not supported by the yocto package management so it went wrong while packing the lib32 into rootfs file.&lt;/P&gt;
&lt;P&gt;I have succeded in building the yocto L5.15.71 with multilib by commenting the following item in the local.conf file.&lt;/P&gt;
&lt;P&gt;#PACKAGE_CLASSES = "package_deb"&lt;/P&gt;
&lt;P&gt;#EXTRA_IMAGE_FEATURES += "package-management"&lt;/P&gt;
&lt;P&gt;This operation will make the package-management back to default red hat package-management.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 15:23:18 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2023-03-06T15:23:18Z</dc:date>
    <item>
      <title>Multilib Support on IMX8MP Hardknott</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1608478#M202260</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to activate Multilib Support under Yocto Hardknott.&lt;/P&gt;&lt;P&gt;My local.conf receives this modifications:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;require conf/multilib.conf&lt;BR /&gt;MULTILIBS = "multilib:lib32"&lt;BR /&gt;DEFAULTTUNE_virtclass-multilib-lib32 = "armv7athf-neon"&lt;BR /&gt;IMAGE_INSTALL_append = " lib32-glibc lib32-libgcc lib32-libstdc++ lib32-openssl"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately I end up with several issues. One is right at the beginning of compile process:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ERROR: Nothing PROVIDES 'virtual/arm-pokymllib32-linux-gnueabi-binutils'. Close matches:&lt;BR /&gt;virtual/lib32-arm-pokymllib32-linux-gnueabi-binutils&lt;BR /&gt;virtual/lib32-arm-pokymllib32-linux-gnueabi-gcc&lt;BR /&gt;virtual/lib32-arm-pokymllib32-linux-gnueabi-go-runtime&lt;BR /&gt;ERROR: Nothing PROVIDES 'virtual/arm-pokymllib32-linux-gnueabi-gcc'. Close matches:&lt;BR /&gt;virtual/lib32-arm-pokymllib32-linux-gnueabi-g++&lt;BR /&gt;virtual/lib32-arm-pokymllib32-linux-gnueabi-gcc&lt;BR /&gt;virtual/lib32-arm-pokymllib32-linux-gnueabi-go-runtime&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With this error, sometimes the compilation process does not abort, and I can even get an Image. Is there anything wrong in this configuration?&lt;/P&gt;&lt;P&gt;What is the state of Multilib Support on Hardknott atm.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1608478#M202260</guid>
      <dc:creator>mkoch</dc:creator>
      <dc:date>2023-03-02T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multilib Support on IMX8MP Hardknott</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1609260#M202308</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Which yocto are you based on? SInce multilib is supported in latest 5.15.71 BSP please download.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 14:32:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1609260#M202308</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2023-03-03T14:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multilib Support on IMX8MP Hardknott</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1609818#M202351</link>
      <description>&lt;P&gt;There is no way for me to switch, since it's a custom BSP. But I can see the same error in the original NxP souce.&lt;/P&gt;&lt;P&gt;Could you tell me what is the state of MultiLib on Hardknott?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 07:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1609818#M202351</guid>
      <dc:creator>mkoch</dc:creator>
      <dc:date>2023-03-06T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multilib Support on IMX8MP Hardknott</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1610098#M202374</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;After investigating with team, the problem was caused by the package management. Multilib is not supported by the yocto package management so it went wrong while packing the lib32 into rootfs file.&lt;/P&gt;
&lt;P&gt;I have succeded in building the yocto L5.15.71 with multilib by commenting the following item in the local.conf file.&lt;/P&gt;
&lt;P&gt;#PACKAGE_CLASSES = "package_deb"&lt;/P&gt;
&lt;P&gt;#EXTRA_IMAGE_FEATURES += "package-management"&lt;/P&gt;
&lt;P&gt;This operation will make the package-management back to default red hat package-management.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1610098#M202374</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2023-03-06T15:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multilib Support on IMX8MP Hardknott</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1610689#M202412</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for the suggested solution.&lt;/P&gt;&lt;P&gt;I tried it out, but the issue is still there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 08:21:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multilib-Support-on-IMX8MP-Hardknott/m-p/1610689#M202412</guid>
      <dc:creator>mkoch</dc:creator>
      <dc:date>2023-03-07T08:21:08Z</dc:date>
    </item>
  </channel>
</rss>

