require recipes-kernel/linux/linux-yocto.inc KBRANCH = "standard/preempt-rt/base" KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" LINUX_VERSION ?= "3.4.88" LINUX_KERNEL_TYPE = "preempt-rt" KMETA = "meta" SRCREV_machine ?= "990282c0af215b2d4261c5c6dacbb27d7248f4f4" SRCREV_machine_qemuppc ?= "c1d13a32b44fab908fe821f67ac7947195385652" SRCREV_meta ?= "03cd6f841fd2566b033db19eb6665228ea406adf" PR = "${INC_PR}.1" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" # Omit broken machines from COMPATIBLE_MACHINE # qemuppc hangs at boot # qemumips panics at boot COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" # Functionality flags KERNEL_FEATURES_append = " features/netfilter/netfilter.scc" KERNEL_FEATURES_append = " features/taskstats/taskstats.scc" KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc" KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc" KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"