<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><description>Contents:Part1 : Environment setup and initial build &amp;lt;-- You are here Part2 : Build u-boot using Yocto Part3 : Build Kernel using Yocto Part4 : Package Development using Yocto Part5 : Application Development using ADT In this blog series we...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Fri, 12 Jun 2015 09:31:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>ismail.zemni.a</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I followed steps above and I have this error:&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;yocto@yocto-vm:/home/fsl-arm-yocto-bsp/build$ bitbake fsl-image-fb&lt;/p&gt;
&lt;p&gt;ERROR: Error parsing configuration files&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;/p&gt;
&lt;p&gt;&amp;nbsp; File &amp;quot;/home/fsl-arm-yocto-bsp/sources/poky/bitbake/lib/bb/cookerdata.py&amp;quot;, line 227, in CookerDataBuilder.parseBaseConfiguration():&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parseConfigurationFiles(self.prefiles, self.postfiles)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; except SyntaxError:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; File &amp;quot;/home/fsl-arm-yocto-bsp/sources/poky/bitbake/lib/bb/cookerdata.py&amp;quot;, line 289, in CookerDataBuilder.parseConfigurationFiles(prefiles=[], postfiles=[]):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if data.getVar(&amp;quot;BB_WORKERCONTEXT&amp;quot;, False) is None:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bb.fetch.fetcher_init(data)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bb.codeparser.parser_cache_init(data)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; File &amp;quot;/home/fsl-arm-yocto-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py&amp;quot;, line 472, in fetcher_init(d=&amp;lt;bb.data_smart.DataSmart object at 0xb6bd4a0c&amp;gt;):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pass&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; revs.clear()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; File &amp;quot;/home/fsl-arm-yocto-bsp/sources/poky/bitbake/lib/bb/persist_data.py&amp;quot;, line 147, in SQLTable.clear():&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; def clear(self):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self._execute(&amp;quot;DELETE FROM %s;&amp;quot; % self.table)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp; File &amp;quot;/home/fsl-arm-yocto-bsp/sources/poky/bitbake/lib/bb/persist_data.py&amp;quot;, line 66, in SQLTable._execute(*query=(&amp;#39;DELETE FROM BB_URI_HEADREVS;&amp;#39;,)):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.cursor.execute(*query)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; except sqlite3.OperationalError as exc:&lt;/p&gt;
&lt;p&gt;OperationalError: unable to open database file&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is my first use of yocto, can anyone have an idea how to fix it?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sun, 29 Mar 2015 06:21:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>rwp908</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Build successfully completed! Next is to run the command:&lt;/p&gt;&lt;p&gt;To flash sdcard image :&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p style="font-weight:inherit;font-style:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;cd tmp/deploy/images/riotboard&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight:inherit;font-style:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;sudo dd if=fsl-image-fb-riotboard.sdcard of=/dev/mmcblk0 bs=1M&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight:inherit;font-style:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight:inherit;font-style:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;And watch the screen.&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight:inherit;font-style:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight:inherit;font-style:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;This was the last text display after success!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;NOTE: Preparing runqueue&lt;/p&gt;&lt;p&gt;NOTE: Executing SetScene Tasks&lt;/p&gt;&lt;p&gt;NOTE: Executing RunQueue Tasks&lt;/p&gt;&lt;p&gt;WARNING: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel.&lt;/p&gt;&lt;p&gt;&lt;span&gt;WARNING: Failed to fetch URL &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.38.tar.gz" rel="nofollow" target="_blank"&gt;http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.38.tar.gz&lt;/a&gt;&lt;span&gt;, attempting MIRRORS if available&lt;/span&gt;&lt;/p&gt;&lt;p&gt;WARNING: nbench-byte: No generic license file exists for: freely in any provider&lt;/p&gt;&lt;p&gt;WARNING: nbench-byte: No generic license file exists for: distributable in any provider&lt;/p&gt;&lt;p&gt;&lt;strong&gt;NOTE: Tasks Summary: Attempted 4000 tasks of which 2415 didn&amp;#39;t need to be rerun and all succeeded.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Summary: There were 5 WARNING messages shown.&lt;/p&gt;&lt;p&gt;rwp908@rwp908Tosiba2:~/fsl-arm-yocto-bsp/build$ &lt;/p&gt;&lt;/blockquote&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sun, 29 Mar 2015 03:46:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>rwp908</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thanks for the fast response. I have made the changes and the Yocto baking continues as soon it has completed the build will report the results. Heading to Amazon to buy the book!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sun, 29 Mar 2015 02:11:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>rwp908</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;It has position me to the next area as you stated above and results are below!&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What do you recommend on building your own kernel from scratch and just a simple one to build a foundation and to build upon that I can test out on my Riot Boards?&amp;nbsp; Currently using Eclipse as my C/C++ development IDE and Flyswatter 2 for JTAG scans. If you recommend books or links greatly appreciate.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;NOTE: Preparing runqueue&lt;/p&gt;&lt;p&gt;NOTE: Executing SetScene Tasks&lt;/p&gt;&lt;p&gt;NOTE: Executing RunQueue Tasks&lt;/p&gt;&lt;p&gt;&lt;span&gt;WARNING: Failed to fetch URL &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin;fsl-eula=true" rel="nofollow" target="_blank"&gt;http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin;fsl-eula=true&lt;/a&gt;&lt;span&gt;, attempting MIRRORS if available&lt;/span&gt;&lt;/p&gt;&lt;p&gt;ERROR: Fetcher failure: Fetch command failed with exit code 8, output:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin:" rel="nofollow" target="_blank"&gt;http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin:&lt;/a&gt;&lt;/p&gt;&lt;p&gt;2015-03-28 21:02:01 ERROR 404: Not Found.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;ERROR: Function failed: Fetcher failure for URL: &amp;#39;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin;fsl-eula=true" rel="nofollow" target="_blank"&gt;http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin;fsl-eula=true&lt;/a&gt;&lt;span&gt;&amp;#39;. Unable to fetch URL from any source.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;ERROR: Logfile of failure stored in: /home/rwp908/fsl-arm-yocto-bsp/build/tmp/work/riotboard-poky-linux-gnueabi/imx-test-hdcp/3.10.17-1.0.0-r0/temp/log.do_fetch.19953&lt;/p&gt;&lt;p&gt;ERROR: Task 1667 (/home/rwp908/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb, do_fetch) failed with exit code &amp;#39;1&amp;#39;&lt;/p&gt;&lt;p&gt;NOTE: Tasks Summary: Attempted 2353 tasks of which 2338 didn&amp;#39;t need to be rerun and 1 failed.&lt;/p&gt;&lt;p&gt;Waiting for 0 running tasks to finish:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Summary: 1 task failed:&lt;/p&gt;&lt;p&gt;&amp;nbsp; /home/rwp908/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb, do_fetch&lt;/p&gt;&lt;p&gt;Summary: There were 2 WARNING messages shown.&lt;/p&gt;&lt;p&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/p&gt;&lt;p&gt;rwp908@rwp908Tosiba2:~/fsl-arm-yocto-bsp/build$ ^C&lt;/p&gt;&lt;p&gt;rwp908@rwp908Tosiba2:~/fsl-arm-yocto-bsp/build$ &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sat, 28 Mar 2015 23:43:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>rwp908</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The above worked!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yet another one in the way.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;NOTE: Preparing runqueue&lt;/p&gt;&lt;p&gt;NOTE: Executing SetScene Tasks&lt;/p&gt;&lt;p&gt;NOTE: Executing RunQueue Tasks&lt;/p&gt;&lt;p&gt;&lt;span&gt;WARNING: Checksum failure encountered with download of &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive" rel="nofollow" target="_blank"&gt;http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive&lt;/a&gt;&lt;span&gt; - will attempt other sources if available&lt;/span&gt;&lt;/p&gt;&lt;p&gt;WARNING: Renaming /home/rwp908/fsl-arm-yocto-bsp/downloads/evtest-1.25.tar.bz2 to /home/rwp908/fsl-arm-yocto-bsp/downloads/evtest-1.25.tar.bz2_bad-checksum_0ef3fe5e20fa2dee8994827d48482902&lt;/p&gt;&lt;p&gt;&lt;span&gt;ERROR: Fetcher failure for URL: &amp;#39;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive" rel="nofollow" target="_blank"&gt;http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive&lt;/a&gt;&lt;span&gt;&amp;#39;. Checksum mismatch!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;File: &amp;#39;/home/rwp908/fsl-arm-yocto-bsp/downloads/evtest-1.25.tar.bz2&amp;#39; has md5 checksum 0ef3fe5e20fa2dee8994827d48482902 when 770d6af03affe976bdbe3ad1a922c973 was expected&lt;/p&gt;&lt;p&gt;File: &amp;#39;/home/rwp908/fsl-arm-yocto-bsp/downloads/evtest-1.25.tar.bz2&amp;#39; has sha256 checksum 6e93ef54f0aa7d263f5486ce4a14cac53cf50036bfd20cf045fef2b27ee6664b when 3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473 was expected&lt;/p&gt;&lt;p&gt;If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:&lt;/p&gt;&lt;p&gt;SRC_URI[archive.md5sum] = &amp;quot;0ef3fe5e20fa2dee8994827d48482902&amp;quot;&lt;/p&gt;&lt;p&gt;SRC_URI[archive.sha256sum] = &amp;quot;6e93ef54f0aa7d263f5486ce4a14cac53cf50036bfd20cf045fef2b27ee6664b&amp;quot;&lt;/p&gt;&lt;p&gt;Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;ERROR: Function failed: Fetcher failure for URL: &amp;#39;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive" rel="nofollow" target="_blank"&gt;http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive&lt;/a&gt;&lt;span&gt;&amp;#39;. Unable to fetch URL from any source.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;ERROR: Logfile of failure stored in: /home/rwp908/fsl-arm-yocto-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/evtest/1.25-r0/temp/log.do_fetch.19245&lt;/p&gt;&lt;p&gt;ERROR: Task 1733 (/home/rwp908/fsl-arm-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-support/evtest/evtest_1.25.bb, do_fetch) failed with exit code &amp;#39;1&amp;#39;&lt;/p&gt;&lt;p&gt;NOTE: Tasks Summary: Attempted 2339 tasks of which 2314 didn&amp;#39;t need to be rerun and 1 failed.&lt;/p&gt;&lt;p&gt;Waiting for 0 running tasks to finish:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Summary: 1 task failed:&lt;/p&gt;&lt;p&gt;&amp;nbsp; /home/rwp908/fsl-arm-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-support/evtest/evtest_1.25.bb, do_fetch&lt;/p&gt;&lt;p&gt;Summary: There were 3 WARNING messages shown.&lt;/p&gt;&lt;p&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/p&gt;&lt;p&gt;rwp908@rwp908Tosiba2:~/fsl-arm-yocto-bsp/build$ &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sat, 28 Mar 2015 03:02:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;How can I fix this issue?&lt;/p&gt;&lt;p&gt;WARNING: Failed to fetch URL git://git.gitorious.org/linux-can/can-utils.git;protocol=git, attempting MIRRORS if available&lt;/p&gt;&lt;p&gt;ERROR: Fetcher failure: Fetch command failed with exit code 128, output:&lt;/p&gt;&lt;p&gt;Cloning into bare repository &amp;#39;/home/rwp908/fsl-arm-yocto-bsp/downloads//git2/git.gitorious.org.linux-can.can-utils.git&amp;#39;...&lt;/p&gt;&lt;p&gt;fatal: Could not read from remote repository.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please make sure you have the correct access rights&lt;/p&gt;&lt;p&gt;and the repository exists.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ERROR: Function failed: Fetcher failure for URL: &amp;#39;git://git.gitorious.org/linux-can/can-utils.git;protocol=git&amp;#39;. Unable to fetch URL from any source.&lt;/p&gt;&lt;p&gt;ERROR: Logfile of failure stored in: /home/rwp908/fsl-arm-yocto-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/can-utils/1.0-r0/temp/log.do_fetch.16220&lt;/p&gt;&lt;p&gt;ERROR: Task 1961 (/home/rwp908/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-demos/recipes-connectivity/can-utils/can-utils_1.0.bb, do_fetch) failed with exit code &amp;#39;1&amp;#39;&lt;/p&gt;&lt;p&gt;NOTE: Tasks Summary: Attempted 2305 tasks of which 2301 didn&amp;#39;t need to be rerun and 1 failed.&lt;/p&gt;&lt;p&gt;Waiting for 0 running tasks to finish:&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Mon, 23 Mar 2015 22:23:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span&gt;I can&amp;#39;t get &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin" rel="nofollow" target="_blank"&gt;http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin&lt;/a&gt;&lt;span&gt; to resolve. Any ideas on where this file is so I can change the recipe?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sun, 22 Mar 2015 08:53:24 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>deepesh-agarwal</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any place to get LATEST pre-compiled binary images for Riotboard?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Wed, 10 Dec 2014 09:19:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi guys&lt;/p&gt;&lt;p&gt;Anyone knows how to build qemu image using bitbake.I tried&amp;nbsp; &amp;quot;MACHINE=qemux86 source fsl-setup-release.sh -b guibuild&amp;quot; but it seems there is no machine defined for qemu.&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Tue, 09 Dec 2014 03:27:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>tusharp</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;hi guys,&lt;/p&gt;&lt;p&gt;sry for delayed followup, i was on vacation.&lt;/p&gt;&lt;p&gt;any &lt;strong&gt;unresolved&lt;/strong&gt; build challenges, let me know ??&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sun, 30 Nov 2014 20:29:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Help!&lt;/p&gt;&lt;p&gt;I am still having trouble getting through this...&lt;/p&gt;&lt;p&gt;I started over, and after reading the README, I ran&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$MACHINE=riotboard source setup-environment build&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;which created my build directory. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then, back in the fsl-arm-yocto-bsp directory&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$MACHINE=riotboard&amp;nbsp; source fsl-setup-release-.sh -b build -e fb&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get the following errors:&lt;span&gt;[View:/resized-image/__size/620x342/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-3d92cc5b-8872-4616-8be7-78aebec87d58/1526.contentimage_5F00_177793.png:620:342]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Permission denied.&amp;nbsp; Does this have anything to do with the above help:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;git config --global user.email &amp;quot;&lt;a class="jive-link-email-small" href="mailto:your_name@example.com"&gt;your_name@example.com&lt;/a&gt;&amp;quot;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;git config --global user.name &amp;quot;your_name&amp;quot;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I had to answer these when doing the &amp;#39;git&amp;#39; steps.&amp;nbsp; How would what I&amp;#39;ve entered here effect the build&amp;gt;?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Please help, I need to complete this soon!&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Sandra&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sat, 29 Nov 2014 17:33:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I encountered with new problem.it seems bitbake try to unpack fsl-gpu-sdk-1.1.bin when it is already a binary file.Please help me.Here is summery of report.&lt;/p&gt;&lt;p&gt;&amp;quot;&lt;/p&gt;&lt;p&gt;ERROR: Error executing a python function in /home/meysam/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-demos/recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_1.1.bb:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The stack trace of python calls that resulted in this exception/failure was:&lt;/p&gt;&lt;p&gt;File: &amp;#39;fsl_bin_do_unpack&amp;#39;, lineno: 35, function: &amp;lt;module&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0031:&amp;nbsp;&amp;nbsp;&amp;nbsp; # Return to the previous directory&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0032:&amp;nbsp;&amp;nbsp;&amp;nbsp; os.chdir(save_cwd)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0033:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0034:&lt;/p&gt;&lt;p&gt; *** 0035:fsl_bin_do_unpack(d)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0036:&lt;/p&gt;&lt;p&gt;File: &amp;#39;fsl_bin_do_unpack&amp;#39;, lineno: 29, function: fsl_bin_do_unpack&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0025:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; save_cwd = os.getcwd()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0026:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.chdir(rootdir)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0027:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0028:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = &amp;quot;sh %s --auto-accept --force&amp;quot; % (url.localpath)&lt;/p&gt;&lt;p&gt; *** 0029:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bb.fetch2.runfetchcmd(cmd, d, quiet=True)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0030:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0031:&amp;nbsp;&amp;nbsp;&amp;nbsp; # Return to the previous directory&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0032:&amp;nbsp;&amp;nbsp;&amp;nbsp; os.chdir(save_cwd)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0033:&lt;/p&gt;&lt;p&gt;File: &amp;#39;/home/meysam/fsl-arm-yocto-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py&amp;#39;, lineno: 709, function: runfetchcmd&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0705:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bb.utils.remove(f, True)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0706:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; except OSError:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0707:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pass&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0708:&lt;/p&gt;&lt;p&gt; *** 0709:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise FetchError(error_message)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0710:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0711:&amp;nbsp;&amp;nbsp;&amp;nbsp; return output&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0712:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0713:def check_network_access(d, info = &amp;quot;&amp;quot;, url = None):&lt;/p&gt;&lt;p&gt;Exception: FetchError: Fetcher failure: Fetch command failed with exit code 15, output:&lt;/p&gt;&lt;p&gt;Welcome to Freescale fsl-gpu-sdk-1.1.bin&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WARNING: EULA has been auto-accepted; this imply you agree with it anyway.&lt;/p&gt;&lt;p&gt;Unpacking file ........................................................................................................................................................................&lt;/p&gt;&lt;p&gt;mkdir: cannot create directory &amp;#39;fsl-gpu-sdk-1.1&amp;#39;: File exists&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;bzip2: Data integrity error when decompressing.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input file = (stdin), output file = (stdout)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is possible that the compressed file(s) have become corrupted.&lt;/p&gt;&lt;p&gt;You can use the -tvv option to test integrity of such files.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can use the `bzip2recover&amp;#39; program to attempt to recover&lt;/p&gt;&lt;p&gt;data from undamaged sections of corrupted files.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ERROR: &lt;/p&gt;&lt;p&gt;Signal caught, cleaning up&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ERROR: Function failed: fsl_bin_do_unpack&lt;/p&gt;&lt;p&gt;ERROR: Logfile of failure stored in: /home/meysam/fsl-arm-yocto-bsp/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/fsl-gpu-sdk/1.1-r0/temp/log.do_unpack.26919&lt;/p&gt;&lt;p&gt;ERROR: Task 387 (/home/meysam/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-demos/recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_1.1.bb, do_unpack) failed with exit code &amp;#39;1&amp;#39;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;quot;&lt;/p&gt;&lt;p&gt;with best wishes.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sun, 23 Nov 2014 03:17:28 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am complete newbie at this.&amp;nbsp; I am running Debian wheezy on a virtual machine (32G) and am trying to install the required packages, but the install stalls when looking for Debian wheezy on a disc?&amp;nbsp; How do I tell it where to look?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Sat, 22 Nov 2014 15:20:05 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;HI,&lt;/p&gt;&lt;p&gt;I have trouble with repo. After i execute &amp;quot;repo sync&amp;quot; i get following error.&lt;/p&gt;&lt;p&gt;&amp;quot;&lt;/p&gt;&lt;p&gt;error: command &amp;#39;sync&amp;#39; requires repo to be installed first.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use &amp;quot;repo init&amp;quot; to install it here.&amp;quot;&lt;/p&gt;&lt;p&gt;I tried these two commands, &amp;quot; repo init &amp;amp; repo sync&amp;quot; by root and my own user but no success achieved, &amp;quot;repo init&amp;quot; take long time and utilize 100 percent of cpu but it appear it does not download anything when if check disk usage.&lt;/p&gt;&lt;p&gt;Anyway i am new in RIOTBOARD even Yocto and&amp;nbsp; it make the&amp;nbsp; work harder for me.&lt;/p&gt;&lt;p&gt;Any help and comment appreciated.&lt;/p&gt;&lt;p&gt;Regards&amp;nbsp; &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Riotboard Yocto  : Part1 : Environment setup and initial build</title><link>https://community.element14.com/products/devtools/single-board-computers/riotboard/b/blog/posts/riotboard-yocto-part1-environment-setup-and-initial-build</link><pubDate>Wed, 24 Sep 2014 14:18:23 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d92cc5b-8872-4616-8be7-78aebec87d58</guid><dc:creator>omeier</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The setup works and I was able to build the image!&lt;/p&gt;&lt;p&gt;-&amp;gt; Greate Work!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My comments to the procedure:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1.&lt;/p&gt;&lt;p&gt;I encountered a MD5 check error ont the pakage &amp;quot;evtest-1.25.tar.bz2&amp;quot; and the build was stopped.&lt;/p&gt;&lt;p&gt;I was able to fix it by downlaoding the package manual to the download folder.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wget &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://dev.gateworks.com/sources/evtest-1.25.tar.bz2" rel="nofollow" target="_blank"&gt;http://dev.gateworks.com/sources/evtest-1.25.tar.bz2&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; touch evtest-1.25.tar.bz2.done&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2.&lt;/p&gt;&lt;p&gt;The build process needs more than 20GB space on thre hdd.&lt;/p&gt;&lt;p&gt;I created a Ubuntu VM for the process with only 20GB and the build was interrupted.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. It takes really a long time...&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18697&amp;AppID=90&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>