Hi @Diego Adrian Cuevas,
Thanks for your reply.
if I add below lines in conf/local.conf file =>
IMAGE_INSTALL_append += " mysql-python"
And After that I run below command then it start building MySQL.
bitbake mysql5
But what I found that under:
sources/meta-openembedded/meta-oe/recipes-support/mysql/..
there is MySQl folder but instead of MySQL, the recipe refers to MariaDB which is
a kind of a drop-in replacement
But I need to use the "real" MySQL in my yocto build
And looking into history log of mysql in the meta-openembedded git, it can be
seen the the switch between MySQL and MariaDB was made at 2013 and from
then on-wards it's MariaDB. And last supported MySQL version was 5.1
So can you suggest me what changes or steps I need to do to build and update latest MySQL such as - MySQL 5.6
Thanks,
Maneesh