mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
Updating the 3.4 tree to the 3.4.82 -stable update, and integrating the latest LTSI changes. (From OE-Core rev: 97518da4d03cdc6a3a9ddfce0475d2f6189dc390) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
31 lines
1.0 KiB
BlitzBasic
31 lines
1.0 KiB
BlitzBasic
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
KBRANCH = "standard/preempt-rt/base"
|
|
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
|
|
|
|
LINUX_VERSION ?= "3.4.82"
|
|
LINUX_KERNEL_TYPE = "preempt-rt"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "74369c14c79dbb546ce1e387b1363e808ea4f5b1"
|
|
SRCREV_machine_qemuppc ?= "71694a302cda24cc8a7c5f772e8306111ffcfb6c"
|
|
SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b"
|
|
|
|
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)}"
|