mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 10:29:40 +01:00
Updating preempt-rt in the 3.4 kernel to the latest upstream version 3.4.4-rt13. (From OE-Core rev: f5ed8bc876fd24e4f08d29da06454037eec818e6) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 lines
1.3 KiB
BlitzBasic
37 lines
1.3 KiB
BlitzBasic
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
KBRANCH = "standard/base"
|
|
KBRANCH_qemux86 = "standard/common-pc/base"
|
|
KBRANCH_qemux86-64 = "standard/common-pc-64/base"
|
|
KBRANCH_qemuppc = "standard/qemuppc"
|
|
KBRANCH_qemumips = "standard/mti-malta32"
|
|
KBRANCH_qemumipsel = "standard/mti-malta32"
|
|
KBRANCH_qemumips64 = "standard/mti-malta64"
|
|
KBRANCH_qemumips64el = "standard/mti-malta64"
|
|
KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
|
|
|
|
SRCREV_machine_qemuarm ?= "168ed084c978a39eabf0071f0049b623bc05c856"
|
|
SRCREV_machine_qemumips ?= "66dbebd43d65eb070e0afa25f63f6b69ddd47c65"
|
|
SRCREV_machine_qemuppc ?= "bc74ca65c9cae025861455d7f0a259458cd4a829"
|
|
SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
|
|
SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
|
|
SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
|
|
SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
|
|
|
|
LINUX_VERSION ?= "3.4.4"
|
|
|
|
PR = "${INC_PR}.0"
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KMETA = "meta"
|
|
|
|
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
|
|
|
|
# Functionality flags
|
|
KERNEL_REVISION_CHECKING=""
|
|
KERNEL_FEATURES="features/netfilter"
|
|
KERNEL_FEATURES_append_qemux86=" cfg/sound"
|
|
KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
|