Page 1 of 1

Yocto project parallella-hdmi

PostPosted: Sat Feb 21, 2015 8:53 pm
by daniel_dyc
Hi, I am newbie in Yocto Project.

I want to make a complete and functional linux image to run in parallella but I am getting errors when yocto project is compiling the linux kernel. I use the poky yocto distribution.

In first place, I clone the required yocto layers inside the poky folder. The commands I use are shown below:

cd /opt/poky
git clone https://github.com/nathanrossi/meta-parallella.git
git clone http://git.yoctoproject.org/git/meta-xilinx
git clone http://git.openembedded.org/openembedded-core



Once the yocto layers are cloned, I run the command "source oe-init-build-env" from poky folder and later the "hob" command

In hob graphic interface I select the 'parallella-hdmi' machine and the 'core-image-full-cmdline' image.

Yocto project shows and error building the image. The error is shown on the attachment. I hope someone could give me an idea about what can be the problem.

Re: Yocto project parallella-hdmi

PostPosted: Thu Mar 05, 2015 7:17 am
by daniel_dyc
Anybody reply mi case?

Re: Yocto project parallella-hdmi

PostPosted: Sun Mar 08, 2015 10:26 am
by daniel_dyc
I attach a screenshoot of the hob error

Re: Yocto project parallella-hdmi

PostPosted: Sun May 10, 2015 5:48 am
by peteasa
I have not seen this error before. I suspect that you have not selected the branch to use.

One solution might be to use my complete environment https://github.com/peteasa/parallella-yoctobuild where I select the branch and commit, fix any problems and then submit this to github.

Another solution would be to try the latest dizzy branch in meta-xilinx and dizzy branch in poky git://git.yoctoproject.org/poky.git. Then if there are any recipes not present in poky that you need from openembedded-core pull these in from http://cgit.openembedded.org/meta-openembedded/. As all you talk about in the post is the kernel then I think that you will find that meta-xilinx, poky with meta-parallella will give you what you want and you do not need openembedded-core.

Here is the thread on this forum where yocto is being discussed... viewtopic.php?f=9&t=414&hilit=yocto