Yocto recipe for building ola on any embedded device supported.
Tested with rocko.
So strange it did not build, my code does not even require to be compiled. It's basically a yocto recipe just for reference.
If you read why it's failing: https://travis-ci.org/OpenLightingProject/ola/jobs/371260377#L7175
+./scripts/verify_trees.py ./ ola-0.10.6
Missing from tarball yocto/recipes-conectivity/ola/ola_git.bb
---------------------------------------
Either add the missing files to the appropriate Makefile.mk
or update IGNORE_PATTERNS in scripts/verify_trees.py
---------------------------------------
So you need to probably add a Makefile for that directory and add it to that.
So you need to probably add a Makefile for that directory and add it to that.
Oh, I know nothing about autotools.
So you need to probably add a Makefile for that directory and add it to that.
Oh, I know nothing about autotools.
That's easy, see the Debian one here: https://github.com/OpenLightingProject/ola/blob/master/debian/Makefile.mk
And then the new Makefile.mk needs including in the master Makefile.am: https://github.com/OpenLightingProject/ola/blob/master/Makefile.am#L153