This is the first very, very basic approach to create a complete cross compile pipeline to download OpenCV from github into a virtual machine on your host, cross compile the soures and send the binaries to a single board arm computer.
You can download the sources via
- ssh -> http://git@gitlab.com:chlorisdroid/opencv_on_arm_sbc.git
- git -> https://gitlab.com/chlorisdroid/opencv_on_arm_sbc.git
There is a readme with some basic instructions on seting up this fully automated pipeline via some basic bash scripts. These files will be replaced with some better routines and a little tutorial on how to setup everthing to get it running during next week.