In Bitbake I can build e.g. the Linux Kernel with bitbake virtual/kernel
or U-Boot with bitbake virtual/bootloader
.
Where do those "virtual/..." terms come from?
I used find
for patters such as "virtual/kernel" in the poky directory, but there are nearly infinite results and I don't know where to search.
Can I e.g. direct virtual/bootloader
to a custom recipe when I might have programmed an own bootloader?