To minimize the rootfs size (I'm using a 64MB spi-nor flash), I tried to add pre-built directfb libraries into the rootfs created from core-image-minimal Yocto project.
However I found that DirectFB was always using "dummy graphics" on my IMX6UL EVK.
The frame buffer device (/dev/fb0) was there but DirectFB never tried to use/open it.
What else configurations/features do I need to make DirectFB recognizing the framebuffer?