Hi, all.
I'm trying to install the mariadb server and the headers/library for develop an application in c using bitbake in Yocto.
I add the follows lines in muy build/conf/local.conf
IMAGE_INSTALL_APPEND = " mariadb libmysqlclient-dev"
EXTRA_IMAGE_FEATURES += "dev-pkgs tools-sdk"
and create the image with bitbake core-image-minimal
The process is ok, and a .wic file is created, no error is showed in the process, however, when I run the image in my system, I can't see neither the mariadb process nor any library on my /usr/include.
can anyone help me?
Regards.