KBRANCH = "xlnx_3.8" # See include file for common information include linux-xlnx.inc PR = "r1" # Kernel version and SRCREV correspond to: xlnx_3.8 branch LINUX_VERSION = "3.8" SRCREV = "f4ff79d44a966ebea6229213816d17eb472b303e" SRC_URI_append = " \ file://patch-3.8.11-rt8-xlnx.patch \ file://preempt-rt.cfg \ file://config-3.8.11-rt8-xlnx \ " do_configure_append () { cd ${B} rm -f .config cp ../config-3.8.11-rt8-xlnx ./.config }