<?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: Yocto HOB configuration issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307950#M39814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 07:41:48 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-06-30T07:41:48Z</dc:date>
    <item>
      <title>Yocto HOB configuration issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307945#M39809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'trebuchet ms', geneva;"&gt;We are using Yocto build system for IMX6 platform. We want to use HOB for package selection or removal. Host system is Ubuntu 12.04.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;In the HOB user interface, We selected&lt;SPAN style="font-size: 10pt;"&gt; ‘&lt;/SPAN&gt;&lt;EM style="font-size: 10.5pt; background-color: white; background-repeat: initial initial; background-position: initial initial;"&gt;imx6qsabresd’&lt;/EM&gt; as machine type and&lt;SPAN style="font-size: 10.5pt; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt; &lt;EM&gt;‘core-image-base’&lt;/EM&gt; &lt;/SPAN&gt;as the base image type.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt; After that if we select 'edit image' and try to add &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10.5pt; background: white; font-family: 'trebuchet ms', geneva;"&gt;‘gpu-viv-bin-mx6q’ as it is not part of ‘core-image-base’ then HOB throws below error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background: white; font-size: 10.5pt; font-family: 'Arial','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;../fsl-community-bsp/build$ hob&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/hob.py", line 57, in event_handle_idle_func&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hobHandler.handle_event(event)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/crumbs/hobeventhandler.py", line 253, in handle_event&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_next_command()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/crumbs/hobeventhandler.py", line 180, in run_next_command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; targets[0] += version&lt;/P&gt;&lt;P&gt;TypeError: cannot concatenate 'str' and 'NoneType' objects&lt;/P&gt;&lt;P&gt;^CTraceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/bin/bitbake", line 275, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = main()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/bin/bitbake", line 264, in main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return server.launchUI(ui_main, server_connection.connection, server_connection.events)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/server/process.py", line 269, in launchUI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return uifunc(*args)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/hob.py", line 78, in main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gtk.main()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'trebuchet ms', geneva;"&gt;Any idea what is causing above error ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;~Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307945#M39809</guid>
      <dc:creator>sumanranjan</dc:creator>
      <dc:date>2014-04-01T11:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto HOB configuration issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307946#M39810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did anybody answer this question? I ran into the same problem and I was about to edit the image and add '&lt;SPAN style="color: #000000; font-family: 'trebuchet ms', geneva; font-size: 14px;"&gt;gpu-viv-bin-mx6q&lt;/SPAN&gt;' until&amp;nbsp; saw your results ...&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 02:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307946#M39810</guid>
      <dc:creator>ed_martinez</dc:creator>
      <dc:date>2014-06-16T02:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto HOB configuration issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307947#M39811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Suman&lt;/P&gt;&lt;P&gt;It is a bug for Yocto on iMX6Q board and i have faced with the same defect also! In my opinion, now there are no better solution for this problem. I hope that Yocto 1.6 for freescale bsp will resolve it. As a workaround, you can use bitbake -c CMD(deploy) instead of&amp;nbsp; graphic interface as many engineers do. In addition, Yocto 1.6 for iMX6Q should be released in following months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 08:31:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307947#M39811</guid>
      <dc:creator>tonyzheng</dc:creator>
      <dc:date>2014-06-17T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto HOB configuration issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307948#M39812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tao for your reply. &lt;/P&gt;&lt;P&gt;I have started using bitbake commands for yocto build since I could not work around the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 08:53:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307948#M39812</guid>
      <dc:creator>sumanranjan</dc:creator>
      <dc:date>2014-06-17T08:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto HOB configuration issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307949#M39813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;P&gt;Is your bitbake command good? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 05:19:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307949#M39813</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-19T05:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto HOB configuration issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307950#M39814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 07:41:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-HOB-configuration-issue/m-p/307950#M39814</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-30T07:41:48Z</dc:date>
    </item>
  </channel>
</rss>

