mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
linux-yocto/3.14: feature merges and configuration updates
As part of LTSI efforts, the 3.14 kernel is receiving feature backports from newer kernels. With this change, we update the 3.14 SRCREVs to make the following changes available: - full nohz backports (v3.16) - loopback NFS (v3.16) - numa updates (v3.16) - cgroups: vm_cgroup: basic infrastructure - cgroups: Resource controller for open files And the following configuration change: - meta: features/ieee802154: add configuration fragment for IEEE 802.15.4 - meta: features/bluetooth: add configuration fragment for Bluetooth support - meta: intel-common-standard: add ericson-3g to intel-common-standard.scc - cgroups: enable virtual memory resource controller - full nohz: Enable full dynticks system for nohz (From OE-Core rev: fe2f51571f97e2cceae974f6a18782025e080c32) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
29f428d726
commit
8d59fca331
@@ -3,9 +3,9 @@ require recipes-kernel/linux/linux-yocto.inc
|
||||
KBRANCH = "standard/preempt-rt/base"
|
||||
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
|
||||
|
||||
SRCREV_machine ?= "41b789900aa5f2626069989710603ad1b9ab010f"
|
||||
SRCREV_machine_qemuppc ?= "b4edefacfca31c880cf3a2188e92c99f69fcb97a"
|
||||
SRCREV_meta ?= "3eefa4379f073768df150184e9dad1ff3228a0ff"
|
||||
SRCREV_machine ?= "77d54dcdf1e078290d88e85adbbe3f90d41f4c9e"
|
||||
SRCREV_machine_qemuppc ?= "ba132753cc6688c1c22d7147b02e434a3441833c"
|
||||
SRCREV_meta ?= "3c987080bc943b8eae37fb6672368bb74978e484"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ LINUX_VERSION ?= "3.14.13"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "d61940e2aaeeedc43f166c9e7ac763461f380cd2"
|
||||
SRCREV_meta ?= "3eefa4379f073768df150184e9dad1ff3228a0ff"
|
||||
SRCREV_machine ?= "d2f8bdb8818bf2b83ac75b6b5e8428be61242d19"
|
||||
SRCREV_meta ?= "3c987080bc943b8eae37fb6672368bb74978e484"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -10,14 +10,14 @@ KBRANCH_qemux86 = "standard/common-pc/base"
|
||||
KBRANCH_qemux86-64 = "standard/common-pc-64/base"
|
||||
KBRANCH_qemumips64 = "standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "b712808b59883692245fc2f28defcc03cdb60dd1"
|
||||
SRCREV_machine_qemumips ?= "f5b6f121c61c72f91b25f85f19e5d410b7f66b21"
|
||||
SRCREV_machine_qemuppc ?= "047f8cacac6a0f160ea15fb9f6de6a063ddceb63"
|
||||
SRCREV_machine_qemux86 ?= "f148e056dbce4206edd68b4fbd913f2757b3a7bb"
|
||||
SRCREV_machine_qemux86-64 ?= "d61940e2aaeeedc43f166c9e7ac763461f380cd2"
|
||||
SRCREV_machine_qemumips64 ?= "cc1dad65948575548188866c85fae5fbd55c7e66"
|
||||
SRCREV_machine ?= "d61940e2aaeeedc43f166c9e7ac763461f380cd2"
|
||||
SRCREV_meta ?= "3eefa4379f073768df150184e9dad1ff3228a0ff"
|
||||
SRCREV_machine_qemuarm ?= "92de8060e113e4a13f16c6b4b5333f538e291c6d"
|
||||
SRCREV_machine_qemumips ?= "313647599dd3cd7f42374d918a9397f82eed36fb"
|
||||
SRCREV_machine_qemuppc ?= "45ef97bc22532a5a2d2fb94df3eec0aca27d0335"
|
||||
SRCREV_machine_qemux86 ?= "edec15a07d310c4368b8149496da0548b564a413"
|
||||
SRCREV_machine_qemux86-64 ?= "d2f8bdb8818bf2b83ac75b6b5e8428be61242d19"
|
||||
SRCREV_machine_qemumips64 ?= "474fc6753d80afbd4483ea5531b03bc5b9c1ac18"
|
||||
SRCREV_machine ?= "d2f8bdb8818bf2b83ac75b6b5e8428be61242d19"
|
||||
SRCREV_meta ?= "3c987080bc943b8eae37fb6672368bb74978e484"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user