dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 90 forks source link

Frei0r successfully cross-compiled in OpenEmbedded #123

Closed bkauler closed 1 year ago

bkauler commented 2 years ago

This is just an information post, in case anyone is interested. Leave it open for a short time then close it.

I have successfully cross-compiled frei0r, see my blog post:

https://bkhome.org/news/202201/frei0r-compiled-in-openembedded.html

...frei0r developers might be interested to see the problems that I had to workaround.

Yocto/OpenEmbedded is a cross-compile environment. Normally you would run on a x86_64 Linux PC and can build for any target cpu. I build for x86_64 and aarch64, and so far have recipes for about 870 packages, see a howto here:

https://bkhome.org/news/202112/how-to-cross-compile-850-packages-using-yoctoopenembedded.html