I'd like to cross-compile an existing OpenCV-based application for the Jevois-A33. This application requires a handful of libraries, which I'll also need to compile. The end result being a binary (or a couple binaries) that will run on the Jevois independent of the jevois-daemon (the code is structured such that I can't easily incorporate it in as a Jevois module).
I know this is theoretically possible from within buildroot, but it appears onerous to do so. Some build systems (e.g. Yocto) support a standalone SDK which allows cross-compiling quite easily; is there a way to do this with Jevois' buildroot? Alternatively, are there other options for the rootfs, such as Yocto or an Ubuntu setup?