Quick start: Install and use org.openembedded.dev in less than 4 steps one time for all your projects
Use Kom to install git version of org.openembedded.dev in path configured in repositories.conf (default path is ~/kom/openembedded).
If already exist a git version of repository, kom update to the latest version using git pull.
kom -r git oe
Now configure kom to use it:
kom -o oe `kom -r path oe`
# View all overlay configured
kom -l
And, finally, use it in all your projects!
Next command configure for you the project to find recipes. This is necessary only the first time.
cd /path/to/yourproject
kom -a oe
# To view overlays used in project
kom -L