<?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: bitbake in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491777#M78940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the yocto questions, you can check the yocto project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html" title="http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html"&gt;Yocto Project Mega-Manual&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59408iC5B2B0A68EED6445/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 06:48:31 GMT</pubDate>
    <dc:creator>BiyongSUN</dc:creator>
    <dc:date>2016-02-05T06:48:31Z</dc:date>
    <item>
      <title>bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491767#M78930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Liberation Serif,serif;"&gt;bitbake core-image-x11 -c populate_sdk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a valid command?What is the output file format?I want to make a gui using qt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 05:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491767#M78930</guid>
      <dc:creator>sreekanthpk</dc:creator>
      <dc:date>2016-02-05T05:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491768#M78931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you should give more information. (Borad,BSP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check if this image is available with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;bitbake -s |grep image&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this you can build the prefered image using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;bitbake *image name*&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 05:43:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491768#M78931</guid>
      <dc:creator>christophertele</dc:creator>
      <dc:date>2016-02-05T05:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491769#M78932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the board I am using is imx9q sabre lite,I tried with &lt;SPAN style="font-family: Liberation Serif,serif;"&gt;bitbake core-image-x11 -c populate_sdk.But I am not getting a .sdcard file in deploy directory.Which is suited for me to make some gui using qt&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 05:51:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491769#M78932</guid>
      <dc:creator>sreekanthpk</dc:creator>
      <dc:date>2016-02-05T05:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491770#M78933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after bitbake is running successfully. whats in your &lt;EM&gt;/build/deploy/images/&lt;/EM&gt; directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can set the image type in local.conf with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IMAGE_FSTYPES += "sdcard"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i'm not shure.maybe justr try. but before check the deploy folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491770#M78933</guid>
      <dc:creator>christophertele</dc:creator>
      <dc:date>2016-02-05T06:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491771#M78934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in deploy iam not getting image directory.Only avilable one in deploy is rpm and sdk directories.Can you suggest which bit bake command is suited for gui with qt?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491771#M78934</guid>
      <dc:creator>sreekanthpk</dc:creator>
      <dc:date>2016-02-05T06:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491772#M78935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SREEKANTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at qt for boundary devices boards&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.qt.io/QtForDeviceCreation/qtee-preparing-hardware-imx6.html" title="http://doc.qt.io/QtForDeviceCreation/qtee-preparing-hardware-imx6.html"&gt;Boundary Devices i.MX6 Boards | Qt 5.5 for Device Creation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94023"&gt;i.MX Yocto Project: Frequently Asked Questions&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:12:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491772#M78935</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-02-05T06:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491773#M78936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to get an image you have to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bitbake core-image-x11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no cant cant. you should check the boards documentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:12:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491773#M78936</guid>
      <dc:creator>christophertele</dc:creator>
      <dc:date>2016-02-05T06:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491774#M78937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Liberation Serif,serif;"&gt;bitbake fsl-image-gui ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491774#M78937</guid>
      <dc:creator>sreekanthpk</dc:creator>
      <dc:date>2016-02-05T06:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491775#M78938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fsl-image-gui has allready an gui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491775#M78938</guid>
      <dc:creator>christophertele</dc:creator>
      <dc:date>2016-02-05T06:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491776#M78939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about core-image-sato&lt;BR /&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:37:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491776#M78939</guid>
      <dc:creator>sreekanthpk</dc:creator>
      <dc:date>2016-02-05T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491777#M78940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the yocto questions, you can check the yocto project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html" title="http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html"&gt;Yocto Project Mega-Manual&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59408iC5B2B0A68EED6445/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 06:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/bitbake/m-p/491777#M78940</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2016-02-05T06:48:31Z</dc:date>
    </item>
  </channel>
</rss>

