[oe-commits] [openembedded-core] 03/118: linux-yocto/4.4: cpumask: Export cpumask_any_but()

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 09:29:37 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 416b33bd2c6a79ce025c1a9943965497f17d7659
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Thu Jul 7 14:39:06 2016 -0400

    linux-yocto/4.4: cpumask: Export cpumask_any_but()
    
    Backporting a mainline commit to Intel uncore can be completely
    modular.
    
    Signed-off-by: Nilesh Bacchewar <nilesh.bacchewar at intel.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb |  2 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb      | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 0bf3d8b..4e63eb0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.13"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "26d9c4e612512486290bad4525cef5c69f5e485d"
+SRCREV_machine ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560"
 SRCREV_meta ?= "4ebb8be6799bf2b738d46a3db49ebe59187f3b96"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index ea8ce49..46a0e82 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "e26115bb79a4ea6a26c6052766f1e65553841d51"
-SRCREV_machine_qemuarm64 ?= "26d9c4e612512486290bad4525cef5c69f5e485d"
-SRCREV_machine_qemumips ?= "1b5479c3dd579143c03cfa97c25346104aff3f30"
-SRCREV_machine_qemuppc ?= "26d9c4e612512486290bad4525cef5c69f5e485d"
-SRCREV_machine_qemux86 ?= "26d9c4e612512486290bad4525cef5c69f5e485d"
-SRCREV_machine_qemux86-64 ?= "26d9c4e612512486290bad4525cef5c69f5e485d"
-SRCREV_machine_qemumips64 ?= "565650ff074c7438081bd2ff0db4d7208d666ddf"
-SRCREV_machine ?= "26d9c4e612512486290bad4525cef5c69f5e485d"
+SRCREV_machine_qemuarm ?= "a261c06c3a13eec8ef48c2929a1cfdcceb5268a9"
+SRCREV_machine_qemuarm64 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560"
+SRCREV_machine_qemumips ?= "b4bde84e42e4b62702421a2c091072e97196e03c"
+SRCREV_machine_qemuppc ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560"
+SRCREV_machine_qemux86 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560"
+SRCREV_machine_qemux86-64 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560"
+SRCREV_machine_qemumips64 ?= "14a513a5ba6a6b6968347014040d800496339622"
+SRCREV_machine ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560"
 SRCREV_meta ?= "4ebb8be6799bf2b738d46a3db49ebe59187f3b96"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list