FILESEXTRAPATHS := "${THISDIR}/${PN}" COMPATIBLE_MACHINE = "${MACHINE}" # Note: put these in your local.conf to avoid multi-kernel build errors # PREFERRED_VERSION_linux-yocto_${MACHINE} = "3.8%" # KMACHINE is the branch to build # KMACHINE_ ?= "yocto/${LINUX_KERNEL_TYPE}/${KMACHINE}" # KERNEL_FEATURES are features to be added to the kernel, and must # point to configurations stored on the 'meta' branch of the kernel # that is being built. # KERNEL_FEATURES ?= # It is often nice to have a local clone of the kernel repos, to # allow patches to be staged, branches created, etc. Modify # KSRC_linux_yocto_3_8 to point to your local clone as appropriate. # KSRC_linux_yocto_3_8 ?= "/path/to/local/linux-yocto-3.8.git/" # SRC_URI = "git://${KSRC_linux_yocto_3_8};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" SRCREV_machine_${MACHINE}="${AUTOREV}" SRCREV_meta="${AUTOREV}" LOCALCOUNT = "0"