Re: [yocto] Adding OpenEmbedded layer

2014-09-25 Thread Albert K
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 wrote: > On 09/25/2014 1

Re: [yocto] Adding OpenEmbedded layer

2014-09-25 Thread Bob Cochran
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

Re: [yocto] Adding OpenEmbedded layer

2014-09-25 Thread Albert K
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 On Thu, Sep 25, 2014 at 6:18 PM, Burton, Ross wrote: > On 25 September 2014 11:00, Albe

Re: [yocto] Adding OpenEmbedded layer

2014-09-25 Thread Burton, Ross
On 25 September 2014 11:00, Albert K 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 > Malforme

[yocto] Adding OpenEmbedded layer

2014-09-25 Thread Albert K
Hi, I am getting the following error during the build after adding the OpenEmbedded layer what is wrong here?. I have installed poky daisy 1.6.1 and the basic install can compile without error. I wanted to add luajit recipe and that was found in the meta-oe of meta-OpenEmbedded and have clone