[yocto] error with bb.fetch2.get_srcrev(d)

McClintock Matthew-B29882 B29882 at freescale.com
Fri May 4 09:08:01 PDT 2012


On Fri, May 4, 2012 at 10:46 AM, Jim Rucker <jrucker at altera.com> wrote:
> In the project that I'm working on we have a recipes-bsp and recipes-kernel, and
> when I try to build virtual/kernel I'm getting the following error. It looks to
> me like it's trying to get the git from our u-boot server so it can find the
> version, but at this point I'm trying to build the kernel, not u-boot. So, is
> there a way to build it independently, and if so how do I isolate the issue?
> bitbake -DDD doesn't provide any additional info
>
>
>
> ERROR: Failure expanding variable SRCPV, expression was
> ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher
> failure for URL: 'None'. Fetch command export HOME="/home/jrucker"; export
> SSH_AGENT_PID="1461"; export SSH_AUTH_SOCK="/tmp/keyring-yphCY1/ssh"; export
> GIT_CONFIG="/home/jrucker/poky/6.0/poky-edison-6.0/build/tmp/sysroots/i686-
> linux/usr/etc/gitconfig"; export PATH="/home/jrucker/poky/6.0/poky-edison-
> 6.0/build/tmp/sysroots/i686-linux/usr/bin/armv7a-vfp-neon-poky-linux-
> gnueabi:/home/jrucker/poky/6.0/poky-edison-
> 6.0/build/tmp/sysroots/socfpga5xs1/usr/bin/crossscripts:/home/jrucker/poky/6.0/p
> oky-edison-6.0/build/tmp/sysroots/i686-
> linux/usr/sbin:/home/jrucker/poky/6.0/poky-edison-6.0/build/tmp/sysroots/i686-
> linux/usr/bin:/home/jrucker/poky/6.0/poky-edison-6.0/build/tmp/sysroots/i686-
> linux/sbin:/home/jrucker/poky/6.0/poky-edison-6.0/build/tmp/sysroots/i686-
> linux//bin:/home/jrucker/poky/6.0/poky-edison-
> 6.0/bitbake/bin/:/home/jrucker/poky/6.0/poky-edison-
> 6.0/scripts:/home/jrucker/poky/6.0/poky-edison-
> 6.0/bitbake/bin/:/home/jrucker/poky/6.0/poky-edison-
> 6.0/scripts:/home/jrucker/poky/6.0/poky-edison-
> 6.0/bitbake/bin/:/home/jrucker/poky/6.0/poky-edison-
> 6.0/scripts:/home/jrucker/poky/6.0/poky-edison-
> 6.0/bitbake/bin/:/home/jrucker/poky/6.0/poky-edison-
> 6.0/scripts:/home/jrucker/poky/6.0/poky-edison-
> 6.0/bitbake/bin/:/home/jrucker/poky/6.0/poky-edison-
> 6.0/scripts:/home/jrucker/poky/6.0/poky-edison-
> 6.0/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sb
> in:/usr/bin:/sbin:/bin:/usr/games:/home/jrucker/poky/6.0/poky-edison-
> 6.0/scripts"; git ls-remote ssh://git@ec2-67-102-16-93.compute-
> 1.amazonaws.com/uboot.git socfpga5xs1_v2011.12 failed with signal 128, output:
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly

Does your u-boot SRCREV = ${AUTOREV}? You could try picking a specific
SHA so it does not have to check for the latest each time.

-M



More information about the yocto mailing list