aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-02-18 16:56:23 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-19 15:28:16 +0000
commite864caec7a9b522d86d164ffbaadaa4ea7de0f9b (patch)
treea14ff1cea7a793a75bed7bc354525e269be69c6c /meta/recipes-kernel/linux/linux-yocto_4.1.bb
parentcc100a291853c89efbf2c0c04bd9626a6546f4c7 (diff)
downloadopenembedded-core-contrib-e864caec7a9b522d86d164ffbaadaa4ea7de0f9b.tar.gz
linux-yocto/4.1: capabilities backports
Backporting the following upstream commits to the 4.1 yocto tree: bdf4565e5dcc capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISE 2483c95caedc selftests/capabilities: Add tests for capability evolution 4c274aa74e5d capabilities: ambient capabilities Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index 12e1b82029..9f3ad5c663 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "5f2bc8d122ac2247d5a01025f73d09ae723efb21"
-SRCREV_machine_qemuarm64 ?= "a5327464dad92042f79dd5fb12523d16780980fb"
-SRCREV_machine_qemumips ?= "6e4bc756e0289b9f1869bfb5d84f033df2437d0b"
-SRCREV_machine_qemuppc ?= "a5327464dad92042f79dd5fb12523d16780980fb"
-SRCREV_machine_qemux86 ?= "a5327464dad92042f79dd5fb12523d16780980fb"
-SRCREV_machine_qemux86-64 ?= "a5327464dad92042f79dd5fb12523d16780980fb"
-SRCREV_machine_qemumips64 ?= "e83d6e6fcfc04591109e470e55532d25a2a1bef1"
-SRCREV_machine ?= "a5327464dad92042f79dd5fb12523d16780980fb"
+SRCREV_machine_qemuarm ?= "fc38bc54e15ab2943507b63e740c576f5537fbc0"
+SRCREV_machine_qemuarm64 ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
+SRCREV_machine_qemumips ?= "d7d76bf246979d635990a05961886292ddcb5600"
+SRCREV_machine_qemuppc ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
+SRCREV_machine_qemux86 ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
+SRCREV_machine_qemux86-64 ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
+SRCREV_machine_qemumips64 ?= "84dd3ffed15ebb59e6d396343ced2450f0f10379"
+SRCREV_machine ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \