I would like to build the Yocto code for the zedboard, and was planning to use the Xilinx tools to put together and flash my images. But I would like to build on Linux using bitbake rather than the Xilinx tools for that.
If I add the meta-xilinx to my poky (have tried both dylan and dora) I get complaints about gdb, binutils, qemu not having the proper recipes under meta-xilinx/recipes-devtools.
That leads me to believe that I need to get the openembedded-core rather than yocto, possibly...the meta-xilinx states it's a required tree.
I'm puzzled on how to incorporate all of this in the conf files so I can use openembedded-core and meta-xilinx together, and not have the yocto and openembedded code fighting with each other.
Does that makes sense?
How do some of you others build the sources for your zedboard on Linux ?