What is the use of SECTION variable in yocto recipe.
For example, in service_0.1.bb present in poky/meta-skeleton/recipes-skeleton/service
SECTION = "base"
I don't think it is necessary, i wrote a simple hello world recipe and skipped the SECTION variable and there were no errors/warnings.
What are the list of values we can provide to SECTION and who uses this variable. What's the benefit of defining this variable