<?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: CUPS Recipe Append does not Execute Completely</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/CUPS-Recipe-Append-does-not-Execute-Completely/m-p/486070#M77724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul DeMetrotion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you still seeing this issue? Have you tried changing the layer’s priority? The bbappends are parsed in ascending layer priority and all appends available for a recipe will be applied, so the highest append is applied at the end to ensure that no other append changes the highest priority append.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 21:11:17 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2016-04-21T21:11:17Z</dc:date>
    <item>
      <title>CUPS Recipe Append does not Execute Completely</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CUPS-Recipe-Append-does-not-Execute-Completely/m-p/486069#M77723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am integrating a few CUPS libraries into my Yocto build. I have created the following cups_1.7.5.bbappend file. The issue I have is that only two of the links are created. The directory contents after the build are also shown below. Any ideas why my other two links are not part of the build process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# As it can not overwrite the version in the layer meta-fsl-arm, we have to use&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; another file extension for new patch to the append in the meta-fsl-arm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILESEXTRAPATHS_prepend := "${THISDIR}:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRC_URI_append = " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file://rastertoc56 \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file://libC56Tb.so.1.0 \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file://libC56Api.so.1.0 \&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do_install_append() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -m 0755 ${WORKDIR}/rastertoc56 ${D}${libdir}/cups/filter/rastertoc56&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -m 0777 ${WORKDIR}/libC56Tb.so.1.0 ${D}${libdir}/libC56Tb.so.1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -sf libC56Tb.so.1.0 ${D}${libdir}/libC56Tb.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -sf libC56Tb.so.1.0 ${D}${libdir}/libC56Tb.so.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -m 0777 ${WORKDIR}/libC56Api.so.1.0 ${D}${libdir}/libC56Api.so.1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -sf libC56Api.so.1.0 ${D}${libdir}/libC56Api.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -sf libC56Api.so.1.0 ${D}${libdir}/libC56Api.so.1&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory of rootfs/usr/bin - there is no libC56Tb.so or libC56Api.so link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lrwxrwxrwx&amp;nbsp; 1 pauldemet pauldemet&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 Apr&amp;nbsp; 6 17:14 libC56Api.so.1 -&amp;gt; libC56Api.so.1.0&lt;/P&gt;&lt;P&gt;-rwxr-xr-x&amp;nbsp; 1 pauldemet pauldemet&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8656 Apr&amp;nbsp; 4 16:03 libC56Api.so.1.0&lt;/P&gt;&lt;P&gt;lrwxrwxrwx&amp;nbsp; 1 pauldemet pauldemet&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 Apr&amp;nbsp; 6 17:14 libC56Tb.so.1 -&amp;gt; libC56Tb.so.1.0&lt;/P&gt;&lt;P&gt;-rwxr-xr-x&amp;nbsp; 1 pauldemet pauldemet&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9272 Apr&amp;nbsp; 4 16:03 libC56Tb.so.1.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 22:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CUPS-Recipe-Append-does-not-Execute-Completely/m-p/486069#M77723</guid>
      <dc:creator>PaulDeMetrotion</dc:creator>
      <dc:date>2016-04-06T22:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS Recipe Append does not Execute Completely</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CUPS-Recipe-Append-does-not-Execute-Completely/m-p/486070#M77724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul DeMetrotion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you still seeing this issue? Have you tried changing the layer’s priority? The bbappends are parsed in ascending layer priority and all appends available for a recipe will be applied, so the highest append is applied at the end to ensure that no other append changes the highest priority append.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 21:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CUPS-Recipe-Append-does-not-Execute-Completely/m-p/486070#M77724</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-04-21T21:11:17Z</dc:date>
    </item>
  </channel>
</rss>

