I am very new to this field so my terminology may be incorrect.
My goal is to build a custom linux distribution for an embedded device equipped with Texas Instruments AM335x ARM processor.
I played a little with Yocto 1.6.1 (Daisy release), bitbake and HOB (a total life-saver for a beginner).
After that I discovered the Arago project quick start from Texas Instruments. Looks like it doesn't need the Yocto files at all and instead it re-downloads bitbake, the meta-openembedded layer and a new meta-linaro layer (that I never heard of).
As my understanding, I need the meta-ti layer to build for AM335x. Can I copy it with the other Yocto layers and just "use it" with Poky?
If I build with Arago, can I use HOB and the other Yocto layers?
What are the differences between Yocto/Poky and Arago? Are they compatible in some way? Does Arago supports running images with qemu?