I'm new to Yocto/Poky/Bitbake.
I'm working on a project, creating a Linux+RootFS+App for an embedded device.
It's based on the Atmel SAMA5D3 chip, and my reference is their Yocto environment (BSP layer, but the standard Yocto jethro cloned from git). The detailed instructions are here.
My question: How do I 'hold' the project within my SVN? Or do I???
Obviously, my application, drivers, etc. must be checked-in, but what about the Kernel sources, the RootFS + Utilities sources - which are standard?
If I later add a package - that would probably be in my custom recipe, so that'll be easy to follow.
As you see from the question - I'm not sure I'm even asking the correct questions...
Thanks