<?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 bit bake error :do_package_qa: QA Issue in S32G</title>
    <link>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1578285#M1915</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I met "do_package_qa: QA Issue:" error when I&amp;nbsp; try to update my lib file by adding version and soft link. The specific problems are asfollows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;packagename&amp;gt;&amp;nbsp;requires&amp;nbsp;&amp;lt;files&amp;gt;,&amp;nbsp;but&amp;nbsp;no&amp;nbsp;providers&amp;nbsp;in&amp;nbsp;its&amp;nbsp;RDEPENDS&amp;nbsp;[file-rdeps]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have add RDEPENS_${PN} in bb,but the error is still exits.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 03:05:13 GMT</pubDate>
    <dc:creator>yuxuan</dc:creator>
    <dc:date>2023-01-06T03:05:13Z</dc:date>
    <item>
      <title>bit bake error :do_package_qa: QA Issue</title>
      <link>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1578285#M1915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I met "do_package_qa: QA Issue:" error when I&amp;nbsp; try to update my lib file by adding version and soft link. The specific problems are asfollows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;packagename&amp;gt;&amp;nbsp;requires&amp;nbsp;&amp;lt;files&amp;gt;,&amp;nbsp;but&amp;nbsp;no&amp;nbsp;providers&amp;nbsp;in&amp;nbsp;its&amp;nbsp;RDEPENDS&amp;nbsp;[file-rdeps]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have add RDEPENS_${PN} in bb,but the error is still exits.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 03:05:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1578285#M1915</guid>
      <dc:creator>yuxuan</dc:creator>
      <dc:date>2023-01-06T03:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: bit bake error :do_package_qa: QA Issue</title>
      <link>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1579550#M1936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you tell us which S32G platform are you using? Also, which NXP provided BSP version are you working with?&lt;/P&gt;
&lt;P&gt;Have you stumble across this message following the user guide?&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 20:48:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1579550#M1936</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-01-09T20:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: bit bake error :do_package_qa: QA Issue</title>
      <link>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1579638#M1939</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thank you for your relpy.&lt;/P&gt;&lt;P&gt;My S32G platform is s32gen1 and BSP version is 34.&lt;/P&gt;&lt;P&gt;When I want to add version on my dynamic library name,I encountered this problems. I find that there is no error when I bitbake my dynamic library but when I bitbake my test procedure appear that log.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;do_package_qa: QA Issue: /data/ts_tool/ipc-shm-uio-test contained in package ipc-shm-uio-test requires libipc-shm-uio-if.so()(64bit), but no providers found in RDEPENDS_ipc-shm-uio-test? [file-rdeps]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I don't know much about yocto，I have add &lt;FONT color="#000000"&gt;RDEPENDS _${PN} in test procedure bb and this is my dynamic library bb.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FILESEXTRAPATHS_append := "${THISDIR}:"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SRC_URI = "file://${BPN}"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S = "${WORKDIR}/${BPN}"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEPENDS = "ipc-shm-us"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;RDEPENDS_${PN} = ""&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;INHIBIT_PACKAGE_STRIP = "1"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FILES_${PN} += "${libdir}/lib${BPN}.so.${PV} ${libdir}/lib${BPN}.so"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FILES_${PN}-dev += "${libdir}/lib${BPN}.so.${PV}"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FILES_SOLIBSDEV = ""&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;BBCLASSEXTEND = "native nativesdk"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LDFLAGS += " -shared"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CFLAGS += " -Werror -g -fPIC -I${STAGING_INCDIR}"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;export LDLIBS := " -lipc-shm -lpthread -lrt"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;do_compile() {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make MACHINE=${MACHINE} TARGET=lib${BPN}.so.${PV}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;do_install() {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;install -d ${D}${libdir}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;install -m 0755 lib${BPN}.so.${PV} ${D}${libdir}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ln -s lib${BPN}.so.${PV} ${D}${libdir}/lib${BPN}.so&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 01:55:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1579638#M1939</guid>
      <dc:creator>yuxuan</dc:creator>
      <dc:date>2023-01-10T01:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: bit bake error :do_package_qa: QA Issue</title>
      <link>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1580257#M1952</link>
      <description>&lt;P&gt;Thanks for the information.&lt;/P&gt;
&lt;P&gt;Are you following any user guide provided for this BSP version? At this moment, BSP34 is not publicly released, for which we do recommend sending this inquiry to your local NXP representative, for them to use the correct channel.&lt;/P&gt;
&lt;P&gt;Said this, there is another community thread that is similar to yours, could be that their solution is similar to yours.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/how-to-add-shared-library-to-recipes/m-p/644812" target="_blank"&gt;Solved: how to add shared library to recipes - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please, let us know if this information was helpful or not.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 18:50:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/bit-bake-error-do-package-qa-QA-Issue/m-p/1580257#M1952</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-01-10T18:50:16Z</dc:date>
    </item>
  </channel>
</rss>

