require recipes-kernel/linux/linux-yocto.inc KBRANCH = "standard/preempt-rt/base" KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" LINUX_VERSION ?= "3.4.52" LINUX_KERNEL_TYPE = "preempt-rt" KMETA = "meta" SRCREV_machine ?= "1a7a6b495dd6f68e3e2a8a716ceabd283da7f480" SRCREV_machine_qemuppc ?= "0ce0666df1e29a74ccfd65bbcf8286b2e632cc3f" SRCREV_meta ?= "7250de4d4afc2558082cd42b8a0d151903436e8f" PR = "${INC_PR}.1" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=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)}"