<?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: How to build CUPS on Yocto project</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778988#M121024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tsung-Chih Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the cups recipe to your image by adding the following line on the conf/local.conf file:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = “ cups”&lt;/P&gt;&lt;P&gt;And then baking the image again.&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, 01 May 2018 19:35:28 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2018-05-01T19:35:28Z</dc:date>
    <item>
      <title>How to build CUPS on Yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778987#M121023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I wanna build&amp;nbsp;CUPS (&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;Common Unix Printing System).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;My steps as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;1. Download Yocto project&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 12.0pt;"&gt;&amp;nbsp; &amp;nbsp; $ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b &lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 12.0pt;"&gt;imx-3.14.38-6UL_ga&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in; margin: 0pt 0in 16.0pt 0in;"&gt;&lt;SPAN style="color: blue; font-size: 12.0pt;"&gt;&amp;nbsp; &amp;nbsp; $ repo sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;2. Image build&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MACHINE=imx6ulevk source fsl-setup-release.sh -b pisces -e fb&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;$bitbake core-image-base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;However, I cannot get CUPS finally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;I found&amp;nbsp;cups_2.0.2.bb on this path sources/poky/meta/recipes-extended/cups.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 15.008px;"&gt;My question is how to build cups_2.0.2.bb into rootfs.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 00:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778987#M121023</guid>
      <dc:creator>tsung-chihwang</dc:creator>
      <dc:date>2018-05-01T00:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to build CUPS on Yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778988#M121024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tsung-Chih Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the cups recipe to your image by adding the following line on the conf/local.conf file:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = “ cups”&lt;/P&gt;&lt;P&gt;And then baking the image again.&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, 01 May 2018 19:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778988#M121024</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-05-01T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to build CUPS on Yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778989#M121025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gusarambula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your great support.&lt;/P&gt;&lt;P&gt;I can build cups successfully~&lt;/P&gt;&lt;P&gt;Could you show me how to extract corresponding source code and make file of cups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;carter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 13:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778989#M121025</guid>
      <dc:creator>tsung-chihwang</dc:creator>
      <dc:date>2018-05-02T13:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to build CUPS on Yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778990#M121026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source code is fetched on demand. In case you have build the package already it would be available in one of the working directories, in this case something like:&lt;/P&gt;&lt;P&gt;&amp;lt;BSP_DIR&amp;gt;/&amp;lt;BUILD_DIR&amp;gt;/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/cups/&amp;lt;CUPS_VERSION&amp;gt;/cups-&amp;lt;VERSION&amp;gt;/cups/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gustavo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 23:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778990#M121026</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-05-07T23:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to build CUPS on Yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778991#M121027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;missing cups-filters and associated dependencies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 11:19:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-CUPS-on-Yocto-project/m-p/778991#M121027</guid>
      <dc:creator>terry1</dc:creator>
      <dc:date>2019-04-23T11:19:53Z</dc:date>
    </item>
  </channel>
</rss>

