ola icon indicating copy to clipboard operation
ola copied to clipboard

Yocto recipe for building ola on any embedded device supported.

Open arielmol opened this issue 7 years ago • 4 comments

Tested with rocko.

arielmol avatar Apr 25 '18 19:04 arielmol

So strange it did not build, my code does not even require to be compiled. It's basically a yocto recipe just for reference.

arielmol avatar Apr 25 '18 20:04 arielmol

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.

peternewman avatar Apr 25 '18 21:04 peternewman

So you need to probably add a Makefile for that directory and add it to that.

Oh, I know nothing about autotools.

arielmol avatar Apr 25 '18 22:04 arielmol

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

peternewman avatar May 17 '18 13:05 peternewman