When we follow the steps
https://www.yoctoproject.org/docs/3.0.2/brief-yoctoprojectqs/brief-yoctoprojectqs.html
to build a yocto image.
What is the OS inside this image? Ubuntu? CentOS? or nothing else?
Which installation method I can use in yocto? yum or apt?
2
Answers
The reference distribution in Yocto is called Poky. So it’s not Ubuntu, CentOS or something like that. It’s Poky. And if you customize it, you’ll have your very own distribution.
See https://www.yoctoproject.org/software-overview/reference-distribution/.
It’s a Yocto custom embedded Linux.
You have to state every tool you would want the image to have. For example, if you want apt-get, you will need to update local.conf with: