[yocto] Adding OpenEmbedded layer

Albert K alberk at gmail.com
Thu Sep 25 21:20:22 PDT 2014


Hi,

Thanks for pointing out the correct way of doing things.  I am a
script kiddies (not that good with git and linux cli yet still
learning).  Basically needed more of a step by step method of doing
things.     Thanks again.

On Fri, Sep 26, 2014 at 12:13 PM, Bob Cochran <yocto at mindchasers.com> wrote:
> 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.burton at intel.com>
>> wrote:
>>>
>>> On 25 September 2014 11:00, Albert K <alberk at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list