<?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: imx6slevk problem with bitbake meta-toolchain</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446700#M68940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Iam using fsl-bsp-release.kernel 3.10.i followed Freescale_Yocto_Project_User's_Guide.pdf&lt;/P&gt;&lt;P&gt;after downloading,&lt;/P&gt;&lt;P&gt;$ source setup-environment &amp;lt;build_dir&amp;gt;&lt;/P&gt;&lt;P&gt;$ MACHINE=imx6slevk source fsl-setup-release.sh -b &amp;lt;build dir&amp;gt; -e x11&lt;/P&gt;&lt;P&gt;i did bitbake core-image-minimal.i got some problems while doing this.i resolved and then it's completed successfully.&lt;/P&gt;&lt;P&gt;i flashed this image on sd card and my board booting is over.&lt;/P&gt;&lt;P&gt;after,i did bitbake meta-toolchain....then, i got this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 05:18:22 GMT</pubDate>
    <dc:creator>susangracerapak</dc:creator>
    <dc:date>2015-08-20T05:18:22Z</dc:date>
    <item>
      <title>imx6slevk problem with bitbake meta-toolchain</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446698#M68938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have downloaded source code from freescale yocto project.while doing bitbake meta-toolchain i got this error.how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;susan@susan-VirtualBox:/fsl-release-bsp/build$ bitbake meta-toolchain&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/bin/bitbake", line 234, 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 "/usr/bin/bitbake", line 197, in main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server = ProcessServer(server_channel, event_queue, configuration)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/server/process.py", line 78, in __init__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cooker = BBCooker(configuration, self.register_idle_function)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/cooker.py", line 76, in __init__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parseConfigurationFiles(self.configuration.file)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/cooker.py", line 510, in parseConfigurationFiles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data = _parse(os.path.join("conf", "bitbake.conf"), data)&lt;/P&gt;&lt;P&gt;TypeError: getVar() takes exactly 3 arguments (2 given)&lt;/P&gt;&lt;P&gt;ERROR: Error evaluating '${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}:forcevariable'&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 116, in expandWithRefs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s = __expand_var_regexp__.sub(varparse.var_sub, s)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 60, in var_sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var = self.d.getVar(key, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 260, in getVar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.expand(value, var)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 132, in expand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.expandWithRefs(s, varname).value&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 117, in expandWithRefs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s = __expand_python_regexp__.sub(varparse.python_sub, s)&lt;/P&gt;&lt;P&gt;TypeError: getVar() takes exactly 3 arguments (2 given)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Error evaluating '${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE'),d)[0] or 'defaultpkgname'}'&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 117, in expandWithRefs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s = __expand_python_regexp__.sub(varparse.python_sub, s)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 76, in python_sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value = utils.better_eval(codeobj, DataContext(self.d))&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/pymodules/python2.7/bb/utils.py", line 387, in better_eval&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return eval(source, _context, locals)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "PN", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;TypeError: getVar() takes exactly 3 arguments (2 given)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 06:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446698#M68938</guid>
      <dc:creator>susangracerapak</dc:creator>
      <dc:date>2015-08-19T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: imx6slevk problem with bitbake meta-toolchain</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446699#M68939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Susangrace Rapaka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please provide more details on whether you’re using the BSP Release or the Community BSP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also how are you setting up the bitbake environment? I would say there may be a problem with the configuration. Perhaps your machine is not setup up correctly on the local.conf file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 17:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446699#M68939</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-08-19T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: imx6slevk problem with bitbake meta-toolchain</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446700#M68940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Iam using fsl-bsp-release.kernel 3.10.i followed Freescale_Yocto_Project_User's_Guide.pdf&lt;/P&gt;&lt;P&gt;after downloading,&lt;/P&gt;&lt;P&gt;$ source setup-environment &amp;lt;build_dir&amp;gt;&lt;/P&gt;&lt;P&gt;$ MACHINE=imx6slevk source fsl-setup-release.sh -b &amp;lt;build dir&amp;gt; -e x11&lt;/P&gt;&lt;P&gt;i did bitbake core-image-minimal.i got some problems while doing this.i resolved and then it's completed successfully.&lt;/P&gt;&lt;P&gt;i flashed this image on sd card and my board booting is over.&lt;/P&gt;&lt;P&gt;after,i did bitbake meta-toolchain....then, i got this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 05:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446700#M68940</guid>
      <dc:creator>susangracerapak</dc:creator>
      <dc:date>2015-08-20T05:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: imx6slevk problem with bitbake meta-toolchain</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446701#M68941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello S&lt;SPAN class="replyToName"&gt;usangrace Rapaka,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I'm curious on what problems you had when baking core-image-minimal. You should be able to build with no modifications as long as all the required packages are installed. I'm guessing maybe there were some packages missing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Before doing a repo sync and then a cleanall to get to the starting state, please start a new terminal session and initialize the build using only the fsl-setup-release.sh. Please use a new build directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;$ MACHINE=imx6slevk source fsl-setup-release.sh -b &amp;lt;a new build dir&amp;gt; -e x11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Then try with both the core-image-minimal and the meta-toolchain.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Once the build directory is created this way you should be able to start the environment again using the setup-environment scrip but never run both. The fsl-setup-release actually runs the setup-environment script with added configurarions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:10:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6slevk-problem-with-bitbake-meta-toolchain/m-p/446701#M68941</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-08-20T14:10:24Z</dc:date>
    </item>
  </channel>
</rss>

