Inside of poky.conf there is a variable
PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.0%"
I assume linux-yocto is the package name and qemux86 is the machine name.
I can't find where any references PREFERRED_VERSION_linux-yocto_qemux86
are in the build. It is probably the result of multiple app
I found it but this is only partially the answer. I found
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" in qemu.inc but there
is no recipe for linux-yocto. There are recipes for linux-yocto_3.* ,
linux-yocto-tiny, and linux-yocto-rt_3*.
Somewhere during the build process something is appe
I successfully built core-image-minimal. I now what to understand how the
build determine what linux kernel it will be using because the next step I
will want to do is add my own recipe that references my own kernel. I
have not been able to find where the linkage to specific kernel is. Can
so