- Loading...
...
OpenJFX is designed to use libfontconfig to obtain fonts on a Linux based system. It that is not present, then it is possible to "manually" configure the fonts.(todo: add the fallback configuration here), which is described here.
Currently Yocto is supported on many i.MX6 based devices. The documented and tested mainline target (fsl-image-x11) builds for an X11 based image. There is work underway for a framebuffer based target (fsl-image-fb), but that is not currently on the Yocto mainline.
A framebuffer only image will need fonts installed and configured.
Note: currently there is an false dependency on libX11.so in the JDK8 preview. See the JIRA for more details and possible workarounds.
...