On 09/25/2014 10:11 PM, Albert K wrote:
Hi,

Thanks for the information.   I removed the previously cloned
directory and re-clone it with the following command and now it works.

sudo git clone -b daisy git://git.openembedded.org/meta-openembedded


FYI - you could have done a

$ git branch -r

and you would have seen the remote daisy branch. After that, you could have just done a:

$ git checkout daisy

and it would have created a local daisy tracking branch for you.








On Thu, Sep 25, 2014 at 6:18 PM, Burton, Ross <ross.bur...@intel.com> wrote:
On 25 September 2014 11:00, Albert K <alb...@gmail.com> wrote:
ExpansionError during parsing
/yocto/poky/meta-openembedded/meta-oe/recipes-support/lzip/lzip_1.15.bb:
Failure expanding variable do_fetch[file-checksums], expression was
${@bb.fetch.get_checksum_file_list(d)} which triggered exception
MalformedUrl: The URL: '${SAVANNAH_GNU_MIRROR}/lzip/lzip-1.15.tar.gz'
is invalid and cannot be interpreted

You're using poky 1.7.1 but meta-oe from git master, which depends on
some variables that have been added to poky master.

Switch the meta-oe clone to the daisy branch, and it will work.

Ross

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to