<?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: bitbake error while building kernel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358362#M50260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error still remains. It seems like it can't fetch from github. When I use bitbake -c clean all, I get "Nothing provides all".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 09:27:12 GMT</pubDate>
    <dc:creator>jmiller</dc:creator>
    <dc:date>2015-04-07T09:27:12Z</dc:date>
    <item>
      <title>Yocto: bitbake error while building kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358360#M50258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I tried first to build fsl-image-multimedia-full. It didn't worked cause qemu wasn't able to fetch. Then I used bitbake -c clean and to bitbake just the kernel. I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Fetcher failure: Fetch command failed with exit code 128, output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Cloning into bare repository '/home/kenny/fsl-community-bsp/build/downloads/git2/github.com.boundarydevices.linux-imx6.git'...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;fatal: The remote end hung up unexpectedly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;ERROR: Function failed: Fetcher failure for URL: 'git://github.com/boundarydevices/linux-imx6.git;branch=boundary-imx_3.10.17_1.0.2_ga'. Unable to fetch URL from any source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;ERROR: Logfile of failure stored in: /home/kenny/fsl-community-bsp/build/tmp/work/nitrogen6x-poky-linux-gnueabi/linux-boundary/3.10.17-r0/temp/log.do_fetch.28568&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;ERROR: Task 4 (/home/kenny/fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary_3.10.17.bb, do_fetch) failed with exit code '1'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;NOTE: Tasks Summary: Attempted 396 tasks of which 395 didn't need to be rerun and 1 failed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;No currently running tasks (212 of 414)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Summary: 1 task failed:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;&amp;nbsp; /home/kenny/fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary_3.10.17.bb, do_fetch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Summary: There was 1 WARNING message shown.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;My local.conf looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;&lt;CODE&gt;MACHINE ??= 'nitrogen6x'&lt;BR /&gt;DISTRO ?= 'poky'&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS = "\&lt;BR /&gt;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;BR /&gt;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;BR /&gt;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K" &lt;BR /&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;BR /&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;BR /&gt;ASSUME_PROVIDED += "libsdl-native"&lt;BR /&gt;CONF_VERSION = "1"&lt;BR /&gt;&lt;BR /&gt;EXTRA_IMAGE_FEATURES += " ssh-server-openssh"&lt;BR /&gt;IMAGE_INSTALL_append += " rpm packagegroup-fsl-gstreamer-full packagegroup-fsl-tools-gpu"&lt;BR /&gt;&lt;BR /&gt;IMAGE_INSTALL_append += " i2c-tools" &lt;BR /&gt;IMAGE_ROOTFS_EXTRA_SPACE = "1024000" &lt;BR /&gt;&lt;BR /&gt;IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"&lt;BR /&gt;&lt;BR /&gt;IMAGE_INSTALL_append += " opencv"&lt;BR /&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;BR /&gt;&lt;BR /&gt;EXTRA_IMAGE_FEATURES += " package-management" &lt;BR /&gt;&lt;BR /&gt;BB_NUMBER_THREADS = '8'&lt;BR /&gt;PARALLEL_MAKE = '-j 8'&lt;BR /&gt;&lt;BR /&gt;#DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = ""&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 15:15:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358360#M50258</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2015-03-27T15:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto: bitbake error while building kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358361#M50259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven’t been able to fetch anything I would recommend making sure that you have internet connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also edit your local.conf file to mark the EULA as accepted.&lt;/P&gt;&lt;P&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if this helped. You already made a clean, perhaps you may want to do a clean all just in case.&lt;/P&gt;&lt;P&gt;$ bitbake -c clean all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 22:02:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358361#M50259</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-04-06T22:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto: bitbake error while building kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358362#M50260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error still remains. It seems like it can't fetch from github. When I use bitbake -c clean all, I get "Nothing provides all".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 09:27:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358362#M50260</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2015-04-07T09:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto: bitbake error while building kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358363#M50261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake. The command is:&lt;/P&gt;&lt;P&gt;$ bitbake -c cleanall&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Otherwise it's looking for a recipe for "all".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-bitbake-error-while-building-kernel/m-p/358363#M50261</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-04-07T14:35:17Z</dc:date>
    </item>
  </channel>
</rss>

